/*<meta />*/

@import url('ML_Common_Localized.css');

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/*Import von übersetzungsrelevanten Styles*/
/*Standardwerte, gültig für print und non-print --------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/**/

body
{
	font-family: "Nunito Sans", sans-serif;
}

/*Überschriften-----------------------------------------------------------------------*/

h1,
h2,
h3,
h4
{
	color: #9b120f;
}

h1,
h2,
h3,
h4,
h5,
h6
{
	font-weight: normal;
}

/*Absätze / Zwischenüberschriften-----------------------------------------------------------------------------*/

p.list
{
	font-family: 'Nunito Sans SemiBold';
	color: #9b120f;
	margin-top: 20pt;
	margin-bottom: 12pt;
	page-break-after: avoid;
}

p.subheading
{
	font-family: 'Nunito Sans SemiBold';
	border-bottom: 1px solid #efefef;
	margin-top: 20pt;
	margin-bottom: 12pt;
	page-break-after: avoid;
}

/*Div-Boxen---------------------------------------------------------------------------*/

div.note,
div.warning,
div.tip,
div.customize,
div.precondition,
div.caution,
div.important,
div.license,
div.example,
div.moreinformation
{
	background-repeat: no-repeat;
	background-position: 9px 9px;
	line-height: 18px;
	overflow: hidden;
	padding: 15px 60px;
	border: 1px solid #ccc;
	page-break-inside: avoid;
	margin-top: 15px;
	margin-bottom: 15px;
}

div.moreinformation
{
	background-image: url('../Images/default/Common_MoreInformation.svg');
}

div.tip
{
	background-image: url('../Images/default/Common_Tip.svg');
}

div.note
{
	background-image: url('../Images/default/Common_Note.svg');
}

div.example
{
	background-image: url('../Images/default/Common_Example.svg');
}

div.warning
{
	background-image: url('../Images/default/Common_Warning.svg');
	border-color: #9b120f;
}

div.customize	/*alt: div.caution*/
{
	background-image: url('../Images/default/Common_Customize.svg');
}

div.license	/*alt: div.important*/
{
	background-image: url('../Images/default/Common_License.svg');
	border: none;
}

div.precondition
{
	background-image: url('../Images/default/Common_Checkbox.svg');
}

div div.moreinformation,
div div.note,
div div.tip,
div div.warning,
div div.example
{
	border: none;
}

/*Mehrere <p> zusammenhalten → normaler Zeilenabstand */

div.LineHeight
{
	margin-top: 1em;
	margin-bottom: 1em;
}

div.LineHeight p
{
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
}

/*Hervorhebungen---------------------------------------------------------------------------*/

.color	/*farbliche Hervorhebung eines Wortes oder Satzes*/
{
	color: #9b120f;
}

.italic
{
	font-style: italic;
}

span.shortcut	/*Tastenkombination*/
{
	background: #efefef;
	padding: 2px 5px 2px 5px;
	border: 1px solid #dfdfdf;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/*box-shadow: 2px 2px 5px silver;*/
}

span.bgcolor	/*Hintergrundfarbe, mit Abstand: Verwendung: Beschreibung UI-Elemente*/
{
	display: inline-block;
	background: #9b120f;
	color: #fff;
	padding-left: 5px;
	padding-right: 5px;
}

div.bgcolor	/*Hintergrundfarbe, mit Abstand: Verwendung: Beschreibung UI-Elemente*/
{
	background: #9b120f;
	color: #fff;
	padding: 5px;
}

.LeftBorder
{
	border-left: 2px solid #9b120f;
	margin-left: -10px;
	padding-left: 10px;
}

p.warning	/*Einzelne Warnungen*/
{
	padding-left: 32px;
	padding-bottom: 5px;
	background-image: url('../Images/default/Common_Warning.svg');
	background-repeat: no-repeat;
	page-break-after: avoid;
}

p.MoreInformation	/*Einzelne weitere Informationen*/
{
	padding-left: 32px;
	padding-bottom: 5px;
	background-image: url('../Images/default/Common_MoreInformation.svg');
	background-repeat: no-repeat;
	page-break-after: avoid;
}

div.framed	/*Umrandung*/
{
	border: 1px solid #9b120f;
	padding: 10px;
}

p.bold
{
	font-family: 'Nunito Sans SemiBold';
}

p.justify
{
	text-align: justify;
}

p.uppercase
{
	text-transform: uppercase;
}

/*Syntax highlighting*/

span.redSyntax	/*Literal*/
{
	color: #ff0000;
}

span.blueSyntax	/*Keyword/Layer/PropertyModifier*/
{
	color: #0000ff;
}

span.greenSyntax	/*Comment*/
{
	color: #008000;
}

span.orangeSyntax	/*Signature Type*/
{
	color: #bf7800;
}

span.pinkSyntax	/*Operator/NavigationExpression*/
{
	color: #ff00ff;
}

span.cyanSyntax	/*MeasurableType/NonMeasurableType*/
{
	color: #00909e;
}

pre
{
	padding: 15px;
	border: solid 1px #575757;
	background-color: #efefef;
}

code
{
	color: #575757;
}

/*Verschiedene Textarten------------------------------------------------------------------*/
/*Popup Text*/

MadCap|popupHead
{
	color: #9b120f;
}

/*Hyperlinks*/

a,
a:link
{
	color: #9b120f;
}

a:visited
{
	color: #575757;
}

td.GenListOfTextListOfProxy a:hover
{
	color: #9b120f;
}

/*Bilder----------------------------------------------------------------------------------*/

img,
div * img
{
	max-width: 100%;
}

img.inline
{
	width: auto;
	height: 18px;
}

p.imagetitle
{
	mc-auto-number-class: FigNum;
	margin-left: 10px;
	padding-bottom: 10px;
}

span.FigNum	/*Formatierung der Anzeige "Abbildung" (mc-auto-number-class)*/
{
	color: #9b120f;
	font-style: normal;
}

img.border
{
	border: solid 1px;
	border-color: #878787;
}

/*Tabellen--------------------------------------------------------------------------------*/

p.tablecaption
{
	mc-auto-number-class: TableNum;
	padding-bottom: 10px;
	padding-top: 10px;
}

span.TableNum	/*Formatierung der Anzeige "Tabelle" (mc-auto-number-class)*/
{
	color: #9b120f;
	font-style: normal;
}

.TableStyle-Global_TableDefault-Head-Header1
{
	text-transform: uppercase;
}

/*Listen----------------------------------------------------------------------------------*/

ol	/*Nummerierte Liste mit Ebenen*/
{
	list-style-type: decimal;
	list-style-image: none;
}

ol > li::marker
{
	color: #9b120f;
	content: counter();
}

ol > li > ol
{
	list-style-type: upper-alpha;
	list-style-image: none;
}

ol > li > ol > li::marker
{
	color: #9b120f;
	content: counter();
}

ol > li > ol > li > ol
{
	list-style-type: upper-roman;
	list-style-image: none;
}

ol > li > ol > li > ol > li::marker
{
	color: #9b120f;
	content: counter();
}

ul.condition	/*Aufzählung Voraussetzung*/
{
	border-bottom: dotted 1px;
	border-color: #7d7d7d;
	background-color: #f9f9f9;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-bottom: 5px;
	list-style-image: url('../Images/default/Common_Checkmark.svg');
}

.benefit
{
	list-style-image: url('../Images/default/Common_Benefit.svg');
	padding-top: 5px;
}

/*Schrittanweisung------------------------------------------------------------------------*/

.stepHeading
{
	padding-left: 32px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	page-break-after: avoid;
	font-family: 'Nunito Sans SemiBold';
}

ol.option
{
	list-style-type: upper-roman;
}

p.alternative	/*Alternative Schrittanweisungen*/
{
	margin-top: 5pt;
	margin-bottom: 3pt;
	margin-left: 0px;
	font-style: italic;
}

ol * .stepHeading	/*Wenn sich eine Schrittanweisung innerhalb einer Anweisung befindet*/
{
	background: none;
}

/*Verlinkungen*/

MadCap|xref
{
	color: #575757;
	text-decoration: underline;
}

MadCap|listOfProxy
{
	border-top: none;
}

/*Glossar */

MadCap|glossaryTerm
{
	font-weight: normal;
	color: #575757;
}

MadCap|glossaryProxy
{
	border: none;
}

div.GlossaryPageHeading
{
	border-bottom-color: #efefef;
	font-weight: normal;
	font-family: 'Nunito Sans SemiBold';
	color: #9b120f;
}

div.GlossaryPageDefinition
{
	font-size: 10.5pt;
}

div.GlossaryPageTerm
{
	font-size: 10pt;
	font-weight: normal;
	font-family: 'Nunito Sans SemiBold';
}

li.GlossaryPageEntry
{
	list-style-image: url('../Images/non-print/Common_ListSquare.png');
}

MadCap|popupBody
{
	color: #575757;
}

.off-canvas-wrapper-inner,
address,
fieldset,
abbr,
acronym,
big,
cite,
ins,
kbd,
MadCap|helpControlMenuItem,
MadCap|slideThumbnail,
q,
samp,
small,
strong,
tt,
var,
.outer-row,
del,
em,
i,
label,
span.FootnoteNumber,
span.FootnoteText
{
	mc-hidden: hidden;
}

span.SearchHighlight
{
	background: #fab50a;
}

/* ==============================================================================================================================================
PDF                         
================================================================================================================================================= */

@media print
{
	body,
	ul
	{
		font-size: 10.5pt;
		font-weight: normal;
		line-height: 14pt;
	}

	body
	{
		margin: 8px;
		orphans: 2;
		/*Seitenende*/
		widows: 2;
		/*Seitenanfang*/
		color: #575757;
	}

	/*Überschriften-----------------------------------------------------------------------*/

	h1
	{
		font-family: 'Nunito Sans Light';
		font-size: 14pt;
		text-transform: uppercase;
		line-height: 18pt;
		mc-auto-number-offset: 40mm;
		mc-heading-level: 1;
		page-break-before: always;
	}

	.NotInToc	/*Überschrift, die nicht im Inhaltsverzeichnis erwähnt werden soll*/
	{
		mc-heading-level: 0;
		mc-auto-number-format: '';
		page-break-before: avoid;
	}

	.unnumbered	/*Überschrift ohne Nummerierung, aber im Inhaltsverzeichnis*/
	{
		mc-auto-number-format: '';
	}

	h1.part	/*Andere Nummerierung für einzelne Handbücher, z.B. Tutorial*/
	{
		mc-auto-number-format: '';
	}

	h1.appendix	/*Andere Nummerierung für Anhänge*/
	{
		mc-auto-number-format: '';
	}

	.appendix	/*Andere Nummerierung für Anhänge*/
	{
		/*mc-auto-number-format: 'GX:{A+}{ =0}.{n+}{ =0} ';*/
		mc-auto-number-format: 'GX:A.{n+}{ =0} ';
	}

	h2	/*1. Ebene im Handbuch*/
	{
		font-family: 'Nunito Sans SemiBold';
		font-size: 10.5pt;
		text-transform: uppercase;
		line-height: 14pt;
		mc-auto-number-offset: 40mm;
		mc-heading-level: 2;
		mc-auto-number-format: 'GH:{n+}.{ =0}{ =0} ';
		page-break-before: always;
	}

	h3	/*2. Ebene im Handbuch*/
	{
		font-family: 'Nunito Sans SemiBold';
		font-size: 10.5pt;
		line-height: 14pt;
		mc-auto-number-offset: 40mm;
		mc-heading-level: 3;
		mc-auto-number-format: 'GH:{n}.{n+}{ =0} ';
	}

	h4	/*3. Ebene im Handbuch*/
	{
		mc-heading-level: 0;
		color: #9b120f;
		font-family: 'Nunito Sans Light';
		font-size: 10.5pt;
		line-height: 14pt;
		mc-auto-number-format: 'GH:{n}.{n}.{n+} ';
	}

	h5	/*4. Ebene im Handbuch*/
	{
		font-family: 'Nunito Sans SemiBold';
		font-size: 10.5pt;
		line-height: 14pt;
		mc-heading-level: 0;
	}

	h6	/*5. Ebene im Handbuch*/
	{
		font-family: 'Nunito Sans SemiBold';
		font-size: 10.5pt;
		line-height: 14pt;
		mc-heading-level: 0;
	}

	h7	/*6. Ebene im Handbuch*/
	{
		font-family: 'Nunito Sans SemiBold';
		font-size: 10.5pt;
		line-height: 14pt;
		mc-heading-level: 0;
	}

	p.headline	/*Überschrift Titelseite*/
	{
		color: #9b120f;
		text-transform: uppercase;
		line-height: 38pt;
		font-size: 34pt;
	}

	p.subline	/*Unterüberschrift Titelseite*/
	{
		color: #9b120f;
		font-size: 14pt;
		text-transform: uppercase;
		line-height: 18pt;
		page-break-before: avoid;
	}

	/*Zwischenüberschriften*/

	p.list
	{
		background: none;
	}

	p.list::before
	{
		content: "■";
		font-size: 10pt;
	}

	code
	{
		font-size: 10pt;
	}

	/*Inhaltsverzeichnis------------------------------------------------------------------*/

	MadCap|tocProxy,
	MadCap|miniTocProxy
	{
		border-top: none;
	}

	p.TOC1
	{
		color: #9b120f;
		font-size: 14pt;
		font-weight: normal;
		margin-bottom: 30px;
		margin-top: 30px;
		mc-leader-format: 'none';
		mc-pagenum-display: none;
		page-break-after: avoid;
		font-family: 'Nunito Sans SemiBold';
	}

	p.TOC2
	{
		margin-bottom: 20px;
		margin-top: 20px;
		color: #575757;
		font-family: 'Nunito Sans SemiBold';
		text-transform: uppercase;
		border-bottom: solid 1px #9b120f;
		mc-leader-format: '';
	}

	p.TOC3
	{
		color: #575757;
		mc-leader-format: '';
		font-family: 'Nunito Sans SemiBold';
	}

	p.TOC4
	{
		border-bottom: solid 1px #575757;
		display: list-item;
		mc-leader-format: '';
		color: #575757;
	}

	p.TOC3::before
	{
		content: "■";
		padding-right: 7px;
		color: #9b120f;
	}

	p.TOC4
	{
		mc-leader-format: '';
		color: #575757;
		font-style: italic;
	}

	p.TOC5
	{
		mc-leader-format: '';
		color: #575757;
		font-style: italic;
	}

	p.TOC6
	{
		mc-leader-format: '';
		color: #575757;
	}

	/*Mini-Toc - Kleines Inhaltsverzeichnis-----------------------------------------------*/

	p.MiniTOC1
	{
		mc-leader-format: '.';
		color: #575757;
		text-decoration: underline;
		list-style-type: none;
		display: list-item;
		margin-bottom: 1px;
		padding: 5px;
		background-color: #efefef;
		font-weight: normal;
		padding-bottom: 0px;
		mc-leader-align: right;
		/*Ausrichtung Seitenzahl*/
		mc-leader-indent: ;
		/*Abstand vom Listeneintrag bis zur Füllung (...)*/
		mc-leader-offset: ;
		/*Abstand von der Füllung bis zur Seitenzahl*/
	}

	p.MiniTOC2
	{
		display: list-item;
		mc-leader-format: '.';
		color: #575757;
		text-decoration: underline;
		list-style-type: none;
		background-color: #efefef;
		margin-right: 0;
		margin-top: 1px;
		margin-bottom: 1px;
		margin-left: 0px;
		padding-top: 5px;
		padding-left: 10px;
		padding-right: 5px;
		mc-leader-align: right;
	}

	p.MiniTOC3
	{
		display: list-item;
		mc-leader-format: '.';
		color: #575757;
		list-style-image: none;
		font-style: italic;
		text-decoration: underline;
		list-style-type: none;
		background-color: #efefef;
		margin-top: 1px;
		margin-left: 0px;
		margin-bottom: 1px;
		padding-top: 5px;
		padding-left: 15px;
		padding-right: 5px;
		mc-leader-align: right;
	}

	/*List-of-Proxy*/

	p.ListOfProxy
	{
		mc-leader-format: '.';
		color: #575757;
		list-style-type: none;
		display: list-item;
		font-style: italic;
	}

	/*Aufzählungsliste--------------------------------------------------------------------*/

	ul.FactonDesign
	{
		list-style-type: disc;
		list-style-image: none;
		line-height: 14pt;
	}

	ul.FactonDesign > li::marker
	{
		font-size: 10pt;
		color: #9b120f;
		content: '■';
	}

	ul.FactonDesign > li > ul
	{
		list-style-image: none;
	}

	ul.FactonDesign > li > ul > li::marker
	{
		color: #9b120f;
		content: '—';
	}

	ul.FactonDesign > li > ul > li > ul
	{
		list-style-image: none;
	}

	ul.FactonDesign > li > ul > li > ul > li::marker
	{
		color: #9b120f;
		content: '•';
	}

	ul.FactonDesign > li > ul > li > ul > li > ul
	{
		list-style-image: none;
	}

	ul.FactonDesign > li > ul > li > ul > li > ul > li::marker
	{
		color: #9b120f;
		content: '□';
	}

	/*Schrittanweisungen------------------------------------------------------------------------*/

	.stepHeading
	{
		background-image: url('../Images/default/Common_Steps.svg');
	}

	li.repeat
	{
		list-style-image: url('../Images/default/Common_Repeat.svg');
		padding-top: 5px;
	}

	ul.triangle	/**/
	{
		list-style-type: disc;
	}

	ul.triangle > li::marker
	{
		content: '►';
		color: #9b120f;
		font-size: 20pt;
	}

	ul.condition > li * ul.triangle
	{
		list-style-type: disc;
		list-style-image: none;
	}

	ul.condition > li * ul.triangle > li::marker
	{
		content: '►';
		color: #9b120f;
		font-size: 20pt;
	}

	/*Bilder---------------------------------------------------------------------------------*/

	p.imagetitle	/*Bildunterschrift*/
	{
		font-size: 9pt;
		font-style: italic;
	}

	img
	{
		max-width: 18cm;
	}

	/*Tabelle-------------------------------------------------------------------------------*/

	p.tablecaption	/*Tabellenunterschrift*/
	{
		font-size: 9pt;
		font-style: italic;
	}

	/*PDF-Layout------------------------------------------------------------------------*/

	.TableStyle-Common_TableFooter-BodyB-HeadlineColumn-Body1
	{
		text-transform: uppercase;
		letter-spacing: 0.7pt;
		vertical-align: bottom;
		line-height: 7pt;
	}

	table.footer,
	table.footer > .underline
	{
		margin: 0px;
	}

	p.underline	/*Fußzeile PDF Cover - PageLayout*/
	{
		color: #9b120f;
		font-size: 6.5pt;
		font-family: 'Nunito Sans SemiBold';
		text-transform: uppercase;
		letter-spacing: 0.7pt;
		vertical-align: bottom;
		line-height: 7pt;
	}

	p.productname	/*Kopfzeile FACTON EPC*/
	{
		color: #9b120f;
		font-size: 10.5pt;
		font-family: 'Nunito Sans SemiBold';
		text-transform: uppercase;
		letter-spacing: 0.7pt;
		mc-hidden: hidden;
	}

	p.pagenumber	/*Seitenzahl*/
	{
		color: #9b120f;
		font-size: 6.5pt;
		font-family: 'Nunito Sans SemiBold';
		text-transform: uppercase;
		vertical-align: bottom;
		text-align: right;
		mc-hidden: hidden;
	}

	div.keeptogether,
	div.table
	{
		page-break-inside: avoid;
	}

	/*Verlinkungen ------- */

	MadCap|xref.Footnote
	{
		color: #007795;
		font-style: italic;
		font-size: 6.5pt;
		vertical-align: super;
		/*hochgestellt*/
		mc-format: '';
	}

	/*Fußnoten-----------------------------------------------------------------------------*/

	MadCap|footnotesBlock
	{
		border-top-color: #cdcdcd;
		border-top-width: 1px;
	}

	MadCap|footnote
	{
		mc-footnote-format: '{n}) ';
		mc-footnote-style: FootnoteNumber;
		mc-footnote-comment-style: FootnoteText;
		mc-footnote-position: page;
	}

	MadCap|popupBody
	{
		mc-footnote-format: '{n}) ';
		mc-footnote-style: FootnoteNumber;
		mc-footnote-comment-style: FootnoteText;
		mc-footnote-position: page;
	}

	span.FootnoteNumber
	{
		color: #9b120f;
		font-style: italic;
		font-size: 6.5pt;
		vertical-align: super;
		/*hochgestellt*/
		padding-right: 10px;
	}

	span.FootnoteText
	{
		font-style: italic;
		font-size: 9pt;
		color: #575757;
	}

	/*Online-Elemente für die Druckausgabe anpassen-----------------------------------------------------------------------------------------*/

	div.side-menu,
	div.side-content,
	.buttons popup-container clearfix topicToolbarProxy _Skins_Common_TopicToolbarContent mc-component nocontent
	{
		display: none;
	}

	.off-canvas-wrapper-inner .outer-row	/*Breite Inhalt, inkl. Menü*/
	{
		max-width: 100%;
		mc-hidden: hidden;
	}

	div.topic-layout * h2
	{
		page-break-before: avoid;
	}

	span.SearchHighlight
	{
		
	}
}

/*Ende Media print*/

/* =======================================================================================================================================================
Online / HTML5-Hilfe                        
========================================================================================================================================================== */

@media non-print
{
	body
	{
		letter-spacing: 0.03em;
		font-size: 16px;
		font-weight: 100;
		line-height: 26px;
		color: #333;
	}

	/*Überschriften-----------------------------------------------------------------------*/

	h1
	{
		font-size: 1.5em;
		text-transform: uppercase;
		font-weight: normal;
	}

	h1.subline
	{
		font-size: 14pt;
		line-height: 21pt;
	}

	h1.results-heading
	{
		font-size: 40px;
		font-weight: normal;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.6;
		letter-spacing: normal;
		color: #585657;
	}

	h2
	{
		font-size: 24px;
		font-weight: 300;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.5;
		letter-spacing: 0.3px;
		color: #2f3135;
		margin-bottom: 20px;
		text-transform: uppercase;
		border-bottom: 1px solid #efefef;
	}

	h3
	{
		font-size: 22px;
		font-weight: 300;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.5;
		letter-spacing: 0.3px;
		color: #2f3135;
		margin-bottom: 20px;
	}

	h4
	{
		font-size: 20px;
		font-weight: 300;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.33;
		letter-spacing: 0.5px;
		color: #2f3135;
		margin-bottom: 16px;
	}

	h5
	{
		font-size: 18px;
	}

	h6
	{
		font-size: 16px;
	}

	code
	{
		font-size: 16px;
	}

	/*Aufzählung--------------------------------------------------------------------------------*/

	ul.FactonDesign
	{
		list-style-image: url('../Images/non-print/Common_ListSquare.png');
		margin-bottom: 5px;
		margin-top: 5px;
		orphans: 3;
		widows: 3;
	}

	ul.FactonDesign ul
	{
		list-style-image: url('../Images/non-print/Common_ListDash.png');
	}

	ul.FactonDesign ul ul
	{
		list-style-image: url('../Images/non-print/Common_ListBullet.png');
	}

	ul.navigation ul
	{
		border: solid 1px #efefef;
	}

	/*Suchergebnisse*/

	ul.resultList li::after
	{
		margin-bottom: 32px;
		border-bottom: 1px solid #cccfda;
	}

	div.url > cite
	{
		display: none;
	}

	#resultList .description
	{
		letter-spacing: 0.03em;
		font-size: 16px;
		font-weight: 100;
		line-height: 26px;
		color: #333;
	}

	/*Schrittanweisungen------------------------------------------------------------------------*/

	.stepHeading
	{
		background-image: url('../Images/default/Common_Steps.svg');
	}

	li.repeat
	{
		list-style-image: url('../Images/default/Common_Repeat.svg');
		padding-top: 5px;
	}

	ul.triangle
	{
		list-style-image: url('../Images/non-print/Common_Triangle.png');
	}

	/*Bilder---------------------------------------------------------------------------------*/

	img.popup	/*Thumbnails für übergroße Bilder - Größe beim Draufklicken*/
	{
		mc-thumbnail: popup;
		mc-thumbnail-max-height: auto;
		mc-thumbnail-max-width: 830px;
	}

	p.list
	{
		background: url('../Images/non-print/Common_ListSquare.png');
		background-repeat: no-repeat;
		background-position: left center;
		padding-left: 15px;
	}

	/*Verschiedene Textarten------------------------------------------------------------------*/
	/*Popup Text*/

	MadCap|popupHead
	{
		color: #575757;
	}

	.popupHead::after
	{
		content: '*';
		color: #9b120f;
	}

	.popupBody
	{
		width: 600px;
		height: auto;
		background-color: #efefef;
		color: #575757;
	}

	/*Expanding Text*/

	MadCap|expanding
	{
		mc-closed-image: url('../Images/non-print/Common_Closed.png');
		mc-open-image: url('../Images/non-print/Common_Opened.png');
		font-variant: normal;
	}

	.expandingHead
	{
		color: #575757;
	}

	.expandingBody
	{
		padding-left: 10px;
	}

	.expandingHead:link
	{
		color: #575757;
	}

	/*Breadcrumbs-------------------------------------------------------------*/

	MadCap|breadcrumbsProxy
	{
		border-bottom: none;
		font-size: 12px;
		font-style: italic;
		mc-breadcrumbs-divider: ' → ';
	}

	a.MCBreadcrumbsLink
	{
		font-style: italic;
		text-decoration: underline;
	}

	a.MCBreadcrumbsLink:visited
	{
		color: #575757;
	}

	a.MCBreadcrumbsLink:hover
	{
		color: #9b120f;
	}

	/*Verlinkungen----------------------------------------------------------------*/

	.xref
	{
		font-weight: normal;
		text-decoration: underline;
		color: #575757;
	}

	.xref:hover
	{
		color: #9b120f;
	}

	/*Dropdown / Weitere Informationen---------------------------------------------*/

	MadCap|dropDown
	{
		mc-closed-image: url('../Images/non-print/Common_Expand.png');
		mc-open-image: url('../Images/non-print/Common_Collapse.png');
		/*border: solid 1px #9A9494;*/
		border: none;
	}

	MadCap|dropDown.example
	{
		border: none;
	}

	MadCap|dropDownHotspot
	{
		color: #575757;
		font-style: italic;
	}

	.MCDropDown_Open a.MCDropDownHead
	{
		background-color: #efefef;
	}

	div.dropDown.MCDropDown_Open .dropDownHead
	{
		background-color: #9A9494;
	}

	.MCDropDown_Open a.MCDropDownHotSpot
	{
		color: #ffffff;
	}

	/*Dropdown Shared Steps*/

	MadCap|dropDown.SharedStep
	{
		border: none;
	}

	.MCDropDown_Open .MCDropDownBody > ol
	{
		background-color: #efefef;
	}

	.SharedStep
	{
		font-style: normal;
	}

	/*Nach oben scrollen----------------------------------------------------------------------------------*/

	.back-to-top
	{
		width: 30px;
		height: 30px;
		opacity: 1;
		position: fixed;
		bottom: 64px;
		right: 30px;
		curser: pointer;
		background: url('../Images/non-print/Common_ScrollUp.png') no-repeat left top;
	}

	/* ==========================================================================
	Layout Online - Seitenaufbau - MasterPage Common_Content                    
	========================================================================== */

	.off-canvas-wrapper-inner .outer-row	/*Breite Inhalt, inkl. Menü*/
	{
		max-width: 90%;
		mc-hidden: hidden;
	}

	div.top-bar	/*Contains the breadcrumbs and toolbar*/
	{
		min-height: 50px;
		/*Min-height is necessary for topics that are not included in a TOC*/
	}

	div.topic-layout	/*Responsive Layout*/
	{
		mc-grid-row: true;
		margin-left: auto;
		margin-right: auto;
	}

	div.topic-layout::before
	{
		content: ' ';
		display: table;
	}

	div.topic-layout::after
	{
		content: ' ';
		display: table;
		clear: both;
	}

	div.topic-layout > div
	{
		float: left;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	div.topic-layout > div:nth-child(1)	/*Menu Proxy container*/
	{
		width: 25%;
		margin-left: 0%;
		/*border-right: 1px solid #d3d3d3;*/
	}

	div.topic-layout > div:nth-child(2)
	{
		width: 73%;
		margin-left: 2%;
	}

	/*==Elements for the left side of Master Page layout==*/

	div.side-menu
	{
		padding-left: 10px;
		margin-top: 15px;
	}

	ul.menu._Skins_Common_SideMenu.mc-component	/*Menü links*/
	{
		text-transform: uppercase;
	}

	ul.menu._Skins_Common_SideMenu.mc-component li	/*Topics im Menü*/
	{
		line-height: 14pt;
	}

	ul.menu._Skins_Common_SideMenu.mc-component li > a.selected	/*Ausgewähltes Topic im Menü*/
	{
		border-bottom: 1px solid #efefef;
		font-size: 12pt;
	}

	/*Zusätzliche Menüeinträge im SideMenu--------------------------------------------------------------*/

	div.side-content
	{
		float: left;
		margin-left: 10px;
		margin-bottom: 10px;
		padding-left: 10px;
		padding-top: 10px;
	}

	p.SideMenuHeadline
	{
		text-transform: uppercase;
		border-bottom: 1px solid #efefef;
		font-size: 14px;
	}

	p.SideMenuHeadline a
	{
		text-decoration: none;
		font-weight: inherit;
	}

	/*----------- List of Proxy Einträge ------------*/

	td.GenListOfTextListOfProxy::before
	{
		content: '►';
		color: #9b120f;
		margin-right: 5px;
	}

	td.GenListOfTextListOfProxy a:hover
	{
		color: #9b120f;
	}

	MadCap|popupBody
	{
		background-color: #efefef;
	}
}

/*Ende Media non-print*/

/* ==========================================================================
Einstellungen für mobile Versionen:                         
========================================================================== */

@media (max-width: 768px)
{
	div.side-left
	{
		display: none;
	}

	h1.banner
	{
		font-size: 30px;
	}
}

MadCap|popupBody
{
	background-color: #efefef;
}

td.GenListOfTextListOfProxy::before
{
	content: '►';
	color: #9b120f;
	margin-right: 5px;
}

p.SideMenuHeadline a
{
	text-decoration: none;
	font-weight: inherit;
}

p.SideMenuHeadline
{
	text-transform: uppercase;
	border-bottom: 1px solid #efefef;
	font-size: 14px;
}

div.side-content
{
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-top: 10px;
}

ul.menu._Skins_Common_SideMenu.mc-component li > a.selected	/*Ausgewähltes Topic im Menü*/
{
	border-bottom: 1px solid #efefef;
	font-size: 12pt;
}

ul.menu._Skins_Common_SideMenu.mc-component li	/*Topics im Menü*/
{
	line-height: 14pt;
}

ul.menu._Skins_Common_SideMenu.mc-component	/*Menü links*/
{
	text-transform: uppercase;
}

div.side-menu
{
	padding-left: 10px;
	margin-top: 15px;
}

div.topic-layout > div:nth-child(2)
{
	width: 73%;
	margin-left: 2%;
}

div.topic-layout > div:nth-child(1)	/*Menu Proxy container*/
{
	width: 25%;
	margin-left: 0%;
}

div.topic-layout > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.topic-layout::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.topic-layout::before
{
	content: ' ';
	display: table;
}

div.topic-layout	/*Responsive Layout*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.top-bar	/*Contains the breadcrumbs and toolbar*/
{
	min-height: 50px;
}

.off-canvas-wrapper-inner .outer-row	/*Breite Inhalt, inkl. Menü*/
{
	max-width: 90%;
	mc-hidden: hidden;
}

.back-to-top
{
	width: 30px;
	height: 30px;
	opacity: 1;
	position: fixed;
	bottom: 64px;
	right: 30px;
	curser: pointer;
	background: url('../Images/non-print/Common_ScrollUp.png') no-repeat left top;
}

.SharedStep
{
	font-style: normal;
}

.MCDropDown_Open .MCDropDownBody > ol
{
	background-color: #efefef;
}

MadCap|dropDown.SharedStep
{
	border: none;
}

.MCDropDown_Open a.MCDropDownHotSpot
{
	color: #ffffff;
}

div.dropDown.MCDropDown_Open .dropDownHead
{
	background-color: #9A9494;
}

.MCDropDown_Open a.MCDropDownHead
{
	background-color: #efefef;
}

MadCap|dropDownHotspot
{
	color: #575757;
	font-style: italic;
}

MadCap|dropDown.example
{
	border: none;
}

MadCap|dropDown
{
	mc-closed-image: url('../Images/non-print/Common_Expand.png');
	mc-open-image: url('../Images/non-print/Common_Collapse.png');
	border: none;
}

.xref:hover
{
	color: #9b120f;
}

.xref
{
	font-weight: normal;
	text-decoration: underline;
	color: #575757;
}

a.MCBreadcrumbsLink:visited
{
	color: #575757;
}

a.MCBreadcrumbsLink:hover
{
	color: #9b120f;
}

a.MCBreadcrumbsLink
{
	font-style: italic;
	text-decoration: underline;
}

MadCap|breadcrumbsProxy
{
	border-bottom: none;
	font-size: 12px;
	font-style: italic;
	mc-breadcrumbs-divider: ' → ';
}

.expandingHead:link
{
	color: #575757;
}

.expandingBody
{
	padding-left: 10px;
}

.expandingHead
{
	color: #575757;
}

MadCap|expanding
{
	mc-closed-image: url('../Images/non-print/Common_Closed.png');
	mc-open-image: url('../Images/non-print/Common_Opened.png');
	font-variant: normal;
}

.popupBody
{
	width: 600px;
	height: auto;
	background-color: #efefef;
	color: #575757;
}

.popupHead::after
{
	content: '*';
	color: #9b120f;
}

MadCap|popupHead
{
	color: #575757;
}

p.list
{
	background: url('../Images/non-print/Common_ListSquare.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}

img.popup	/*Thumbnails für übergroße Bilder - Größe beim Draufklicken*/
{
	mc-thumbnail: popup;
	mc-thumbnail-max-height: auto;
	mc-thumbnail-max-width: 830px;
}

ul.triangle
{
	list-style-image: url('../Images/non-print/Common_Triangle.png');
}

li.repeat
{
	list-style-image: url('../Images/default/Common_Repeat.svg');
	padding-top: 5px;
}

.stepHeading
{
	background-image: url('../Images/default/Common_Steps.svg');
}

#resultList .description
{
	letter-spacing: 0.03em;
	font-size: 16px;
	font-weight: 100;
	line-height: 26px;
	color: #333;
}

div.url > cite
{
	display: none;
}

ul.resultList li::after
{
	margin-bottom: 32px;
	border-bottom: 1px solid #cccfda;
}

ul.navigation ul
{
	border: solid 1px #efefef;
}

ul.FactonDesign ul ul
{
	list-style-image: url('../Images/non-print/Common_ListBullet.png');
}

ul.FactonDesign ul
{
	list-style-image: url('../Images/non-print/Common_ListDash.png');
}

ul.FactonDesign
{
	list-style-image: url('../Images/non-print/Common_ListSquare.png');
	margin-bottom: 5px;
	margin-top: 5px;
	orphans: 3;
	widows: 3;
}

code
{
	font-size: 16px;
}

h6
{
	font-size: 16px;
}

h5
{
	font-size: 18px;
}

h4
{
	font-size: 20px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.33;
	letter-spacing: 0.5px;
	color: #2f3135;
	margin-bottom: 16px;
}

h3
{
	font-size: 22px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0.3px;
	color: #2f3135;
	margin-bottom: 20px;
}

h2
{
	font-size: 24px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0.3px;
	color: #2f3135;
	margin-bottom: 20px;
	text-transform: uppercase;
	border-bottom: 1px solid #efefef;
}

h1.results-heading
{
	font-size: 40px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.6;
	letter-spacing: normal;
	color: #585657;
}

h1.subline
{
	font-size: 14pt;
	line-height: 21pt;
}

h1
{
	font-size: 1.5em;
	text-transform: uppercase;
	font-weight: normal;
}

body
{
	letter-spacing: 0.03em;
	font-size: 16px;
	font-weight: 100;
	line-height: 26px;
	color: #333;
}

@media only screen and (max-width: 1279px)
{
	div.side-content
	{
		font-size: 14px;
	}
}

/* ==========================================================================
Einstellungen nur in einem Medium:                         
========================================================================== */

p.headline
{
	
}

img.popup	/*Werte stehen im non-print*/
{
	
}

/*Verlinkungen ------- Werte stehen in Common_Localized.css, da übersetzungsrelevant*/

MadCap|xref
{
	
}

MadCap|xref.bookmark
{
	
}

MadCap|xref.section
{
	
}

MadCap|xref.Footnote
{
	
}

.NotInToc	/*in Print geregelt*/
{
	
}

ol.step
{
	
}

