/*<meta conditions="Translation_SL0_04-24.Translation_SL0_04-2024" />*/

@charset "UTF-8";

/*==Import Font Awesome 6 for PDFs==*/

@import url('../Fonts/FA6/css/light.min.css');

@import url('../Fonts/FA6/css/regular.min.css');

@import url('../Fonts/FA6/css/solid.min.css');

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/*==Topic General Styles==*/

@font-face 
{
	font-family: 'Open Sans';
	src: url('../Fonts/OpenSans-Regular-webfont.eot');
	src: url('../Fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../Fonts/OpenSans-Regular-webfont.woff') format('woff'), url('../Fonts/OpenSans-Regular-webfont.ttf') format('truetype'), url('../Fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face 
{
	font-family: 'Open Sans';
	src: url('../Fonts/OpenSans-Bold-webfont.eot');
	src: url('../Fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../Fonts/OpenSans-Bold-webfont.woff') format('woff'), url('../Fonts/OpenSans-Bold-webfont.ttf') format('truetype'), url('../Fonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face 
{
	font-family: 'Open Sans Light';
	src: url('../Fonts/OpenSans-Light-webfont.eot');
	src: url('../Fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../Fonts/OpenSans-Light-webfont.woff') format('woff'), url('../Fonts/OpenSans-Light-webfont.ttf') format('truetype'), url('../Fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face 
{
	font-family: 'Open Sans';
	src: url('../Fonts/OpenSans-Italic-webfont.eot');
	src: url('../Fonts/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'), url('../Fonts/OpenSans-Italic-webfont.woff') format('woff'), url('../Fonts/OpenSans-Italic-webfont.ttf') format('truetype'), url('../Fonts/OpenSans-Italic-webfont.svg#open_sansitalic') format('svg');
	font-weight: normal;
	font-style: italic;
}

@font-face 
{
	font-family: 'Open Sans Semibold';
	src: url('../Fonts/OpenSans-Semibold-webfont.eot');
	src: url('../Fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../Fonts/OpenSans-Semibold-webfont.woff') format('woff'), url('../Fonts/OpenSans-Semibold-webfont.ttf') format('truetype'), url('../Fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face 
{
	font-family: 'Open Sans Cd Light';
	src: url('../Fonts/OpenSans-CondLight-webfont.eot');
	src: url('../Fonts/OpenSans-CondLight-webfont.eot?#iefix') format('embedded-opentype'), url('../Fonts/OpenSans-CondLight-webfont.woff') format('woff'), url('../Fonts/OpenSans-CondLight-webfont.ttf') format('truetype'), url('../Fonts/OpenSans-CondLight-webfont.svg#open_sanscondensed_light') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face 
{
	font-family: 'Open Sans Cd Light';
	src: url('../Fonts/OpenSans-CondLightItalic-webfont.eot');
	src: url('../Fonts/OpenSans-CondLightItalic-webfont.eot?#iefix') format('embedded-opentype'), url('../Fonts/OpenSans-CondLightItalic-webfont.woff') format('woff'), url('../Fonts/OpenSans-CondLightItalic-webfont.ttf') format('truetype'), url('../Fonts/OpenSans-CondLightItalic-webfont.svg#open_sansCnLtIt') format('svg');
	font-weight: normal;
	font-style: italic;
}

@font-face 
{
	font-family: 'Roboto';
	src: url('../Fonts/Roboto-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face 
{
	font-family: 'Roboto';
	src: url('../Fonts/Roboto-Medium.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

:root
{
	--MainColor: #e51b38;
	--SecondaryColor: #000;
	--Black: #000;
	--White: #fff;
	--Green: #a2c949;
	--GreyLight: #f2f2f2;
	--GreyMedium: #e6e6e6;
	--GreyDark: #b3b3b3;
	--trMainColor: #de7d12;
	--trSecColor: #005989;
	--trTextColor: #2f2f2f;
	--InlineLinkUlColor: #a3a3a3;
	--InlineLinkColor: #337ab7;
	--TileHeading: #565656;
	--TileContent: #7E8890;
}

.expand-this-link::after
{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	content: '';
	border-radius: 4px;
}

.select-language-drop-down
{
	z-index: 1000 !important;
}

/*.relatedTopics
{
	color: inherit;
	margin-top: 3em;
	border-left: solid 3px var(--GreyDark);
	padding-left: 10px;
}*/

body
{
	color: var(--trTextColor);
	font-size: 1em;
	line-height: 1.6em;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	background-color: #fff;
}

h1
{
	font-family: "Open Sans Light", Helvetica, Arial, sans-serif;
	font-size: 2.35em;
	font-weight: normal;
	margin-bottom: 1em;
	margin-top: 0.1em;
	line-height: 1.1em;
	color: var(--MainColor);
}

.Steps
{
	mc-auto-number-class: Steps;
	mc-auto-number-format: 'Schritt {n+1}: ';
}

.NumbersL1
{
	mc-auto-number-class: NumbersL1;
	mc-auto-number-format: 'N:{n+}. ';
}

.NumbersL2
{
	mc-auto-number-class: NumbersL2;
	mc-auto-number-format: 'N:{n}.{n+1} ';
}

.NumbersL3
{
	mc-auto-number-class: NumbersL3;
	mc-auto-number-format: 'N:{n}.{n}.{n+1} ';
}

.LettersL3
{
	mc-auto-number-class: Letters;
	mc-auto-number-format: 'N:{ }{ }{a+}) ';
}

span.Steps,
span.NumbersL1,
span.NumbersL2,
span.Letters
{
	font-family: inherit;
}

h2,
p.Heading2
{
	font-family: "Open Sans Light", Helvetica, Arial, sans-serif;
	font-size: 1.55em;
	font-weight: normal;
	/*margin-bottom: 0.3em;*/
	margin-top: 1.1em;
	color: #000;
}

h3
{
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-top: 1em;
}

h4,
h4.TD,
h4.ReleaseNotes
{
	font-family: 'Open Sans Semibold', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 1em;
	margin-bottom: 0.25em;
	margin-top: 1em;
}

h4.TD
{
	font-size: 0.9em;
	margin: 0;
	margin-bottom: -5px;
}

.MCPopupContainer::after
{
	position: absolute;
	top: -8px;
	right: -8px;
	width: 30px;
	height: 30px;
	display: block;
	content: "";
	background: #ffffff url(../../Resources/Images/Docs/CloseImage.svg) no-repeat 50% 50% / 28px 28px;
	border: solid 2px #b0b1b2;
	border-radius: 20px;
	box-shadow: 0 0 8px rgba(0,0,0,0.2);
	text-align: center;
}

.MarginRight
{
	margin-right: 15px;
}

.MarginLargeRight
{
	margin-right: 50px;
}

.NoMarginBottom
{
	margin-bottom: 0;
}

.NoMarginTop
{
	margin-top: 0;
}

.ActionIndent
{
	margin-left: 43px;
}

.RNIcons
{
	color: var(--SecondaryColor);
}

.Shadow3DLeftRight
{
	position: relative;
}

.Shadow3DLeftRight:before,
.Shadow3DLeftRight:after
{
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #777;
	box-shadow: 0 15px 10px #777;
	transform: rotate(-3deg);
}

.Shadow3DLeftRight:after
{
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}

a
{
	text-decoration: underline;
	color: var(--InlineLinkColor);
}

a.Diagram
{
	color: var(--InlineLinkColor);
}

a.Inline
{
	/*font-family: "Open Sans Semibold", Helvetica, Arial, sans-serif;*/
	font-family: inherit;
	font-size: inherit;
	color: var(--InlineLinkColor);
	text-decoration: none;
	text-decoration-color: var(--InlineLinkUlColor);
}

a.InlineHeading
{
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	text-decoration: underline;
	text-decoration-color: var(--InlineLinkUlColor);
}

a.LinkToSection
{
	font-size: 1em;
	/*color: #2f2f2f;*/
	color: fff;
	float: right;
	text-decoration: none;
	margin-left: 10px;
	padding-left: 5px;
	border-left: solid var(--InlineLinkColor) 1px;
}

a.LinkToSection:visited
{
	color: var(--InlineLinkColor);
}

a.LinkToSection:hover
{
	color: var(--MainColor);
	text-decoration: none;
}

/*a:link
{
	color: var(--trInlineLinkColor);


a.LinkToSection:before
{
	content: "\005b";
}

a.LinkToSection:after
{
	content: "\005d";
}
}*/

a:visited
{
	color: var(--InlineLinkColor);
	text-decoration: none;
}

a:hover
{
	color: var(--MainColor);
	text-decoration: underline;
}

div.tiles a:hover	/*Complex Selector: When hovering over links within the home tiles the following properties will apply.*/
{
	color: var(--MainColor);
}

div.VideoCard a:hover
{
	color: var(--MainColor);
	text-decoration: underline;
}

.relatedTopics:link
{
	color: var(--trMainColor);
}

a.dropDownClose,
a.togglerClose
{
	display: block;
}

div.AuthorsContributors
{
	border-top: 1px dotted #2f2f2f;
	border-bottom: 1px dotted #2f2f2f;
	display: inline-block;
	color: #111;
	margin-top: 3em;
	padding-top: 5px;
	width: 100%;
}

div.TOCOnline
{
	margin: 1.5em 0;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 15px;
	background-color: #e6e6e6;
	border-left: #8a8d8f solid 20px;
}

div.Translation
{
	margin: 1em 0;
	padding: 2px 5px;
	clear: both;
	line-height: 1.3em;
	border-left: solid 5px #e51b38;
}

div.BlogNavigation
{
	border-top: 1px solid var(--GreyMedium);
	margin-top: 2em;
	padding-top: 5px;
}

p.BlogNavigationLeft
{
	float: left;
}

p.BlogNavigationRight
{
	float: right;
	text-align: right;
}

p.BlogTeaser
{
	font-family: 'Open Sans Semibold', Helvetica, Arial, sans-serif;
}

p.BlogDate
{
	font-style: italic;
}

p.Updated
{
	font-size: 0.9em;
	text-align: right;
	margin-top: 15px;
	border-top: 1px solid var(--GreyLight);
}

div.clearme
{
	clear: both;
}

div.Diagram
{
	margin: 15px 0px;
	display: inline-block;
}

div.dbox,
div.wbox
{
	background: linear-gradient(#eee, #ddd);
	display: inline-block;
	border-radius: 5px;
	box-shadow: 4px 4px 6px #aaa;
	overflow: hidden;
	float: left;
	margin-bottom: 13px;
}

div.wbox
{
	width: 175px;
	height: 125px;
	padding: 15px;
	margin-right: 15px;
	line-height: 1.3em;
	cursor: pointer;
}

div.WorkflowDiagramm,
div.WorkflowDiagrammWithIcons,
div.ArrowDiagram
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1%;
	margin-bottom: 2%;
}

div.ArrowDiagram
{
	height: 110px;
}

div.SecondLine
{
	height: auto;
}

span.ArrowDiagram
{
	font-size: 2em;
}

img.WorkflowDiagramm
{
	height: 35px;
	width: auto;
	display: block;
	margin: auto;
}

div.WithIcons
{
	color: #fff;
	align-items: top;
}

div.WorkflowDiagramm > div,
div.WorkflowDiagrammWithIcons > div
{
	font-size: 0.9em;
	line-height: 1.4em;
	height: 125px;
	position: relative;
	display: flex;
	align-items: center;
	float: left;
	margin-bottom: 10px;
	padding: 5px;
	background: linear-gradient(#eee, #ddd);
	border-radius: 5px;
	overflow: hidden;
}

div.WorkflowDiagrammWithIcons > div
{
	display: block;
}

div.ArrowDiagram > div
{
	height: 100%;
	display: flex;
	align-items: center;
	float: left;
	overflow: hidden;
}

div.WorkflowDiagramm::before,
div.WorkflowDiagrammWithIcons::before,
div.ArrowDiagram::before
{
	content: ' ';
	display: table;
}

div.WorkflowDiagramm::after,
div.WorkflowDiagrammWithIcons::after,
div.ArrowDiagram::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.WorkflowDiagramm > div:nth-child(odd),
div.WorkflowDiagrammWithIcons > div:nth-child(odd)
{
	width: 175px;
	margin-right: 15px;
	cursor: pointer;
}

div.WorkflowDiagrammWithIcons > div:nth-child(odd)
{
	text-align: center;
}

div.WorkflowDiagramm > div:nth-child(even),
div.WorkflowDiagrammWithIcons div:nth-child(even)
{
	background: transparent;
	font-size: 1.4em;
	display: flex;
	/*wegen *WorkflowDiagrammWithIcons*/
	text-align: center;
	align-items: center;
	width: 40px;
}

div.ArrowDiagram > div:nth-child(odd)
{
	width: 250px;
	margin-right: 15px;
}

div.ArrowDiagram > div:nth-child(even)
{
	width: 40px;
	margin-right: 15px;
}

div.dbox
{
	min-width: 200px;
	max-width: 300px;
	min-height: 150px;
	max-height: 300px;
	margin-right: 25px;
	overflow: hidden;
	line-height: 1.4em;
	padding: 10px;
}

div.wboxActive
{
	border: 4px solid var(--trMainColor);
}

p.wbox
{
	font-size: 0.9em;
	color: #005989;
	line-height: 1.4em;
}

span.Arrow
{
	float: left;
	margin-right: 15px;
	padding-top: 45px;
	font-size: 1.4em;
}

p.dbox,
p.dboxColorStrong,
p.dboxColorStandard
{
	font-size: 0.9em;
}

div.Example
{
	border-left: solid 5px #005989;
	margin-bottom: 8px;
	margin-left: 2px;
	margin-top: 1em;
	padding-left: 0.5em;
}

div.FeedbackSection
{
	display: inline-block;
	margin: 1em 0;
	width: 100%;
	background-color: #ededed;
	border-radius: 8px;
	padding: 12px 10px;
}

p.FeedbackSectionHeading
{
	font-family: "Open Sans Light", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 2em;
	margin-top: 0;
	margin-bottom: 0.3em;
	line-height: 1.1em;
	color: #2f2f2f;
}

div.NoScript,
div.ServiceSection
{
	display: inline-block;
	margin-bottom: 8px;
	background-color: var(--MainColor);
	padding: 0 8px;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

div.ServiceSection
{
	background-color: #fff;
	color: var(--GreyDark);
	font-weight: normal;
}

div.Note,
div.Important,
div.Hint,
div.Box
{
	min-height: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 8px 10px 10px 38px;
	background-repeat: no-repeat;
}

div.Box
{
	padding: 10px;
	text-align: center;
}

div.TextBox
{
	position: relative;
	margin-top: 1em;
	padding: 15px 15px 5px;
	border: solid #d3d3d3 1px;
	border-radius: 20px;
}

.PopOut
{
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

div.Note
{
	background-image: url('../Images/Docs/GLB_NoteIcon.svg');
	background-position: 0 18px;
}

div.Important
{
	background-image: url('../Images/Docs/GLB_ImportantIcon.svg');
	background-position: 0 17px;
}

div.Hint
{
	background-image: url('../Images/Docs/GLB_HintIcon.svg');
	background-position: 0 15px;
}

div.Image,
div.ImageIndent,
div.ImageColumn,
div.Video
{
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
}

div.ImageColumn
{
	margin-top: 0;
}

div.Indent,
div.ImageIndent,
p.Indent
{
	margin-left: 22px;
}

div.InteractiveImage
{
	background-image: url('../../Global_Images/GLB_CAM_8/Misc/GLB_CAM_Interactive-image-illustration.svg');
	background-size: 180px auto;
	background-repeat: no-repeat;
	padding-left: 190px;
	padding-top: 26px;
	height: 102px;
	font-size: 1.25em;
	margin-bottom: 1em;
}

div.Video a
{
	font-family: 'Open Sans Semibold', Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: inherit;
}

p.VideoDisclaimer
{
	font-size: 0.75em;
	line-height: 1em;
	color: var(--GreyDark);
}

img.VideoThumbnail
{
	width: 100%;
	height: auto;
}

img.VideoThumbnailEmbedded
{
	width: 280px;
	height: auto;
}

img.VideoThumbnailSmall
{
	width: 100%;
	height: auto;
}

a.VideoPrivacy
{
	font-size: 0.75em;
	color: var(--GreyDark);
	margin: 0;
	text-decoration: none;
}

div.VideosThumbnails
{
	width: 80px;
	height: auto;
}

p.ImageEnlargeHint
{
	font-style: italic;
	font-size: 0.8;
}

p.ImageCaption
{
	font-variant: small-caps;
	margin-top: 0px;
}

div.ImageLabels
{
	/*list-style: decimal-leading-zero;*/
	margin-top: 2.5em;
}

ol.ImageLabels,
ul.ImageLabels
{
	font-style: italic;
}

ol.ImageLabels
{
	list-style-type: decimal;
}

div.RNEntry
{
	border: 1px solid var(--GreyMedium);
	padding: 10px 5px 1px 10px;
	margin-bottom: 1em;
	/*n-height: 83px;*/
}

div.ScopeOfDelivery
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1%;
	margin-bottom: 2%;
}

div.ScopeOfDelivery > div
{
	position: relative;
	float: left;
}

div.ScopeOfDelivery::before
{
	content: ' ';
	display: table;
}

div.ScopeOfDelivery::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.ScopeOfDelivery > div:nth-child(1)
{
	width: 35%;
	margin-left: 0;
}

div.ScopeOfDelivery > div:nth-child(2)
{
	width: 59%;
	margin-left: 6%;
}

div.SL1
{
	border: 2px solid var(--Green);
}

div.SL2
{
	border: 2px solid var(--trMainColor);
}

div.SL3
{
	border: 2px solid var(--MainColor);
}

div.SafetyNote,
div.SafetyNotesGrouped
{
	/*border-bottom: solid 1px;*/
	width: 100%;
	margin-top: 25px;
	margin-bottom: 20px;
}

div.SafetyNotesGrouped
{
	border-bottom: none;
}

div.SN > div:nth-child(2)::after
{
	clear: both;
}

span.Danger,
span.Warning,
span.Caution,
span.Notice
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	margin-right: 5px;
}

div.Notice > p
{
	color: #fff;
}

span.Danger::before,
span.Warning::before,
span.Caution::before
{
	content: url('../Images/Safety/SafetyNoteTriangle_web.svg');
	height: 20px;
	width: 20px;
	margin-right: 3px;
	display: inline-block;
}

span.Notice
{
	font-style: italic;
}

p.Danger
{
	mc-auto-number-class: Danger;
	mc-auto-number-format: 'GEFAHR!';
}

p.Warning
{
	mc-auto-number-class: Warning;
	mc-auto-number-format: 'WARNUNG!';
}

p.Caution
{
	mc-auto-number-class: Caution;
	mc-auto-number-format: 'VORSICHT!';
}

p.Notice
{
	mc-auto-number-class: Notice;
	mc-auto-number-format: 'HINWEIS! ';
}

p.Detailed,
p.SafetyNoteTypeOfHazard
{
	font-family: 'Open Sans Semibold', Helvetica, Arial, sans-serif;
}

p.SafetyNoteTypeOfHazard::after
{
	clear: both;
}

div.GreenArrow,
div.BlueArrow
{
	width: 75px;
	height: 50px;
	display: flex;
	align-items: center;
	margin: auto;
	background-image: url("../../Global_Images/GLB_CAM_8/Maintaning-the-machine/DirectClean/GLB_CAM_Arrow-downwards-green.svg");
	background-size: 50px 50px;
	background-repeat: no-repeat;
	background-position: center;
}

div.BlueArrow
{
	background-image: url("../../Global_Images/GLB_CAM_8/Maintaning-the-machine/DirectClean/GLB_CAM_Arrow-downwards-blue.svg");
}

div.GreenArrow p,
div.BlueArrow p
{
	color: var(--MainColor);
	padding: 0 0 15px 0;
}

div.SignalPanel,
div.SignalWord
{
	font-family: Arial, Helvetica, sans-serif;
	height: 1.6em;
	background-image: url('../Images/Safety/SafetyNoteTriangle_web.svg');
	background-repeat: no-repeat;
	background-size: auto 23px;
	background-position: 2px 1px;
	font-weight: bold;
	display: flex;
	align-items: center;
	float: left;
	margin: 5px 10px 0 0;
	padding: 3px 5px 0 27px;
	color: #fff;
}

/*div.SignalWord
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	background-image: url('../Images/Safety/SafetyNoteTriangle.svg');
	background-repeat: no-repeat;
	height: 35px;
	display: inline-block;
	float: left;
	margin: 0 10px 3px 0;
	padding: 0 20px 0 40px;
	color: #fff;
	line-height: 35px;
	vertical-align: middle;
}*/

div.Danger
{
	background-color: #c11722;
}

div.Warning
{
	color: #000;
	background-color: #d87a24;
}

div.Caution,
div.SignalwordEx
{
	color: #000;
	background-color: #fdd729;
}

div.Notice
{
	background-color: #005989;
	background-image: none;
	color: #fff;
	font-style: italic;
	padding-left: 10px;
	padding-right: 10px;
}

div.line
{
	border-top: 1px solid;
}

div.Legend
{
	padding: 10px;
	background-color: var(--GreyLight);
}

p.SafetyNoteConsequences
{
	clear: both;
	/*line-height: 1.1em;*/
}

p.SoDNumbers
{
	font-family: 'Open Sans Semibold';
	text-align: center;
	mc-hidden: hidden;
	mc-auto-number-class: SoDNumber;
	mc-auto-number-format: 'A:{n+}';
}

span.SoDNumber
{
	font-family: inherit;
}

p.NoBorder
{
	border: none;
}

p.NoFloat
{
	clear: both;
	margin-top: 5px;
}

p.NoPadding
{
	padding: 0;
}

p.FeedbackSection
{
	line-height: 1.1em;
	margin-bottom: 1em;
}

div.quotation
{
	font-family: "Open Sans Light", Helvetica, Arial, sans-serif;
	font-size: 2.35em;
	font-style: italic;
	font-weight: normal;
	line-height: 0.95em;
	margin: 1.25em auto 0.75em auto;
	padding-left: 40px;
	padding-right: 20px;
}

div.quotationParagraph
{
	padding-left: 10px;
	margin: 1em 0 1em 0;
	border-left: 0.2em solid var(--GreyDark);
}

div.WorkflowDropDown
{
	border: solid 1px var(--GreyLight);
	padding: 5px;
}

div.WorkflowDiagram
{
	margin: 30px 0;
}

img
{
	border: none;
}

img.centered
{
	display: block;
	margin: 0 auto;
}

img.AbsolutePosition
{
	padding: 5px;
}

img.ReduceButtonSize
{
	max-height: 25px;
}

img.IconFAQ
{
	vertical-align: -20%;
	min-height: 18px;
	min-width: auto;
	margin-right: 9px;
}

img.Icon
{
	vertical-align: -35%;
	height: 35px;
	width: auto;
}

img.IconSmall
{
	vertical-align: -25%;
	height: 25px;
	width: 25px;
}

img.IconInline
{
	vertical-align: -10%;
	cursor: zoom-in;
	mc-thumbnail-max-width: auto;
	mc-thumbnail-max-height: 20px;
	mc-thumbnail: popup;
}

img.FloatLeft
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

img.FullWidth
{
	cursor: zoom-in;
	mc-thumbnail-max-width: 350px;
	mc-thumbnail-max-height: 230px;
	mc-thumbnail: popup;
}

img.TableIconSmall
{
	width: auto;
	height: 12px;
}

img.SafetyNoteIcon,
img.SafetyNoteSmallIcon
{
	vertical-align: -20px;
	cursor: zoom-in;
	mc-thumbnail-max-width: auto;
	mc-thumbnail-max-height: 40px;
	mc-thumbnail: popup;
	margin-right: 10px;
}

img.IconFlex
{
	margin-right: 4px;
	vertical-align: -10%;
	cursor: zoom-in;
	mc-thumbnail-max-width: auto;
	mc-thumbnail-max-height: 20px;
	mc-thumbnail: popup;
}

img.IconTOC
{
	vertical-align: -20px;
	margin-right: 5px;
	width: 55px;
	height: auto;
}

img.TableIcon
{
	height: 25px;
	width: 25px;
	vertical-align: -25%;
}

img.Thumbnail,
img.ThumbnailBig,
img.ThumbnailSmall,
img.ThumbnailSmaller,
img.ThumbnailSoD,
img.ThumbnailDiagram,
img.ThumbnailArrowDiagram,
img.ThumbnailIcons,
img.ThumbnailIconsBig
{
	cursor: zoom-in;
	mc-thumbnail: popup;
}

img.Thumbnail
{
	mc-thumbnail-max-width: 350px;
	mc-thumbnail-max-height: 230px;
}

img.ThumbnailBig
{
	mc-thumbnail-max-width: 450px;
	mc-thumbnail-max-height: 330px;
}

img.ThumbnailArrowDiagram
{
	mc-thumbnail-max-width: 200px;
	mc-thumbnail-max-height: 100px;
}

img.ThumbnailDiagram
{
	mc-thumbnail-max-width: 600px;
	mc-thumbnail-max-height: 600px;
}

img.ThumbnailIcons
{
	width: 50px;
	height: auto;
	mc-thumbnail-max-width: 50px;
}

img.ThumbnailIconsBig
{
	width: 175px;
	height: auto;
	mc-thumbnail-max-width: 175px;
	mc-thumbnail-max-height: 175px;
}

img.ThumbnailSmall
{
	mc-thumbnail-max-width: 100px;
	mc-thumbnail-max-height: 100px;
}

img.ThumbnailSmaller
{
	mc-thumbnail-max-width: 225px;
	mc-thumbnail-max-height: 175px;
}

img.ThumbnailSoD
{
	mc-thumbnail-max-width: 350px;
	mc-thumbnail-max-height: 230px;
}

img.ThumbnailSoD
{
	mc-thumbnail-max-width: 350px;
	mc-thumbnail-max-height: 150px;
}

img.MCPopupFullImage
{
	cursor: zoom-out;
}

/*MadCap|toggler
{
	color: var(--InlineLinkColor);
	font-family: "Open Sans Semibold", Helvetica, Arial, sans-serif;
	mc-open-image: url('../Images/Assets/Icons/Arrows/arrow-down-gray.png');
	mc-closed-image: url('../Images/Assets/Icons/Arrows/arrow-right-gray.png');
}*/

MadCap|toggler
{
	mc-closed-image: none;
	mc-open-image: none;
}

MadCap|conceptLink
{
	color: #e72b37;
	mc-label: ' ';
	mc-image: url('../Images/Docs/Concept_Link.png');
}

MadCap|helpControlMenuItem.Highlighted
{
	background-color: #e72b37;
}

MadCap|helpControlMenu
{
	background-color: #ededed;
}

MadCap|helpControlMenuItem
{
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

MadCap|slideshow
{
	box-shadow: none;
}

MadCap|glossaryTerm
{
	/*font-family: "Open Sans Semibold", Helvetica, Aarial, sans-serif;*/
	font-weight: normal;
	color: inherit;
	mc-hyphenate: never;
	text-decoration: underline dotted;
	mc-closed-image: url('../Images/Docs/Icon_Glossary-term.png');
	mc-open-image: url('../Images/Docs/Icon_Glossary-term-open.png');
}

MadCap|glossaryTerm:hover
{
	text-decoration: underline;
	color: var(--MainColor;);
}

.popupBody
{
	background: #fff;
	box-shadow: 0px 0px 12px var(--GreyDark);
}

MadCap|footnote
{
	color: var(--trSecColor);
}

MadCap|footnoteBlock
{
	
}

MadCap|footnotesBlock
{
	
}

MadCap|glossaryProxy
{
	
}

MadCap|indexProxy
{
	
}

MadCap|miniTocProxy
{
	
}

MadCap|popup
{
	font-family: "Open Sans Semibold", Helvetica, Arial, sans-serif;
	color: #e72b37;
}

MadCap|popup:focus
{
	color: #e72b37;
}

MadCap|popup:hover
{
	color: #e72b37;
	text-decoration: underline;
}

MadCap|popupHead
{
	color: #e72b37;
}

MadCap|tocProxy
{
	
}

MadCap|xref,
MadCap|xref.Title,
MadCap|xref.ToOnlineTopic,
MadCap|xref.ToFigure,
MadCap|xref.ToTitle,
MadCap|xref.QuoteTitle,
MadCap|xref.QuoteTitlePagePDF,
MadCap|xref.QuoteTitlePDF
{
	font-family: inherit;
	color: var(--InlineLinkColor);
	text-decoration: none;
	text-decoration-color: var(--InlineLinkUlColor);
}

MadCap|xref:hover,
MadCap|xref.Title:hover,
MadCap|xref.ToOnlineTopic:hover,
MadCap|xref.ToFigure:hover,
MadCap|xref.ToTitle:hover,
MadCap|xref.QuoteTitle:hover,
MadCap|xref.QuoteTitlePagePDF:hover,
MadCap|xref.QuoteTitlePDF:hover
{
	color: var(--MainColor);
	text-decoration: none;
}

MadCap|xref
{
	mc-format: '{family ' Font Awesome 5 Pro '}{size 8pt}{/size}{/family}\00A0[%=GLB_TechDocs.Page%] {page}';
}

MadCap|xref.Title
{
	mc-format: '{title}';
}

MadCap|xref.TileHeading
{
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	color: var(--TileHeading);
	text-decoration: none;
	mc-format: '{h1}';
}

MadCap|xref.TileContent
{
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	color: var(--TileContent);
	text-decoration: none;
	mc-format: '{paratext}';
}

MadCap|xref.TileDate
{
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	color: var(--TileContent);
	text-decoration: none;
	mc-format: '{paratext}';
}

MadCap|xref.ToOnlineTopic
{
	mc-format: '{h1}';
	text-decoration: none;
}

MadCap|xref.ToFigure
{
	mc-format: '[%=GLB_TechDocs.seeFigure%]';
}

MadCap|xref.ToTitle
{
	mc-format: '{family ' Font Awesome 5 Pro '}{/family} {paratext}';
}

MadCap|xref.QuoteTitle,
MadCap|xref.QuoteTitlePDF,
MadCap|xref.QuoteTitlePagePDF
{
	mc-format: '{paratext}';
}

MadCap|xref.IndexPageNumber
{
	
}

ol.WorkflowOverview
{
	background-color: #EDF0F1;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

p
{
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	font-size: inherit;
}

.NoMargin
{
	margin: 0;
}

p.center
{
	text-align: center;
}

p.right
{
	text-align: right;
}

p.centerColumn
{
	text-align: center;
}

p.dboxColorStrong
{
	font-family: "Open Sans Semibold", Helvetica, Arial, sans-serif;
	color: #DE7D00;
	text-align: center;
}

p.dboxColorStandard
{
	color: #005989;
}

p.DocVersion
{
	color: #767676;
	font-size: 0.95em;
	margin: 0px;
}

p.FAQ
{
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-top: 1em;
}

p.Figure
{
	font-style: italic;
	font-size: 0.95em;
	line-height: 1.3em;
	color: #2f2f2f;
}

p.LabelsArtNumberSparePart
{
	text-align: left;
	font-size: 0.8em;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	font-weight: normal;
	font-style: italic;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	margin-left: 38px;
}

p.Labels
{
	margin-bottom: 0;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 0.9em;
}

p.Languages
{
	font-size: 0.85em;
	text-align: center;
	margin: 10px auto;
	width: 350px;
}

p.MicroContentHeading
{
	font-size: 1.5em;
	margin-top: 0;
}

p.OnlineToc
{
	margin-top: 0;
	margin-bottom: 2.5em;
}

p.quotationname
{
	border-top: 1px dashed #e51b38;
	font-size: 0.75em;
	text-align: center;
	padding-top: 15px;
}

p.TitleQuestions
{
	display: none;
	/*margin-bottom: 2em;
	margin-top: 0;
	color: #999;*/
}

p.SlideshowHeading
{
	font-size: 1.3em;
	font-weight: normal;
	margin-bottom: 4px;
	margin-top: 20px;
}

Span.Summary
{
	font-weight: bold;
}

table.sortable
{
	
}

TableStyle-Inner.sortable
{
	
}

p.TableCaption
{
	text-align: center;
	color: #fff;
}

p.TableChecklist
{
	margin-bottom: 2px;
	margin-top: 8px;
}

p.TableTextCenterDark,
p.TableTextDark,
p.TableTextDarkEmphasis,
p.TableTextLightEmphasis
{
	font-size: 0.95em;
	margin-bottom: 2px;
	margin-top: 8px;
	text-align: left;
}

p.TableTextDarkTD
{
	line-height: 1em;
	margin: 2px 0;
	font-size: 0.85em;
}

p.TableTextCenterDark
{
	color: #000000;
	text-align: center;
}

p.TableTextDark
{
	color: inherit;
}

p.TableTextCenterLightEmphasis
{
	font-size: 0.95em !important;
	margin-bottom: 2px;
	margin-top: 8px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

p.TableTextDarkEmphasis,
p.TableTextDarkEmphasisTD
{
	color: #000000;
	font-weight: bold;
}

p.TableTextDarkEmphasisTD
{
	font-size: 0.8em;
	line-height: 1em;
}

p.TableTextHeadDark
{
	color: #000;
	font-weight: bold;
	text-align: left;
}

p.TableTextLightEmphasis
{
	color: #ffffff;
	font-weight: bold;
}

div.Mobile
{
	display: none;
}

li
{
	margin-bottom: 6px;
	margin-top: 6px;
}

img	/*Setting max-width: 100%; property makes images always fit the width of the container*/
{
	max-width: 100%;
}

img.thumbnail
{
	mc-thumbnail: popup;
}

.center
{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	float: none !important;
	text-align: center;
}

a.MCBreadcrumbsLink,
a.MCBreadcrumbsLink:visited
{
	font-style: italic;
	text-decoration: underline;
	color: var(--MainColor);
}

MadCap|breadcrumbsProxy
{
	border-bottom: none;
	font-size: .9em;
	font-style: italic;
	mc-breadcrumbs-prefix: 'Sie sind hier: ';
}

MadCap|dropDownHead
{
	/*font-weight: bold;*/
	font-family: 'Open Sans Semibold';
	text-transform: none;
	page-break-after: avoid;
}

MadCap|dropDownHotspot
{
	color: #000;
}

MadCap|dropDownHotspot:visited
{
	color: #404040;
}

MadCap|dropDownHotspot:hover
{
	text-decoration: underline;
	color: #E72B37;
}

MadCap|dropDownBody
{
	border-bottom: 1px solid #d3d3d3;
}

MadCap|dropDown	/*Change the "mc-open-image" and "mc-closed-image" properties to change the icons used in drop-downs*/
{
	mc-open-image: url('../Images/Assets/Icons/Arrows/arrow-down-gray.png');
	mc-closed-image: url('../Images/Assets/Icons/Arrows/arrow-right-gray.png');
	margin-bottom: 0.35em;
}

.DropDownWorkflow
{
	background-color: var(--GreyLight);
}

.DropDownFirst
{
	margin-top: 1em;
}

/*==Master Page Topic Layout==*/

nav.title-bar	/*Adds bottom border on top navigation bar*/
{
	border-bottom: 1px solid #d3d3d3;
}

div.top-bar	/*Contains the breadcrumbs and toolbar*/
{
	border-bottom: 1px solid #d3d3d3;
	min-height: 50px;
	/*Min-height is necessary for topics that are not included in a TOC*/
}

div.search-container
{
	padding-bottom: 20px;
}

p.Translation
{
	font-size: 0.8em;
	margin: 0;
}

p.WorkflowDiagramDescription
{
	color: #767676;
	font-size: 0.95em;
}

span.ActionSetOff
{
	color: #47484a;
	font-weight: bold;
}

span.ActionSetOff::after
{
	/*content: " \007c ";*/
	content: " \2012 ";
}

span.ClickToEnlarge
{
	font-style: italic;
}

span.UiButton
{
	font-weight: bold;
}

span.UiButton:before
{
	content: "\005b";
}

span.UiButton:after
{
	content: "\005d";
}

span.UiDisplay
{
	font-weight: bold;
}

span.Emphasis
{
	font-size: inherit;
	font-style: italic;
}

span.EmphasisColor
{
	color: #f47f31;
}

span.EmphasisBold
{
	font-weight: bold;
}

span.EmphasisSemibold
{
	font-family: "Open Sans Semibold", Helvetica, Arial, sans-serif;
}

span.FigureNum
{
	
}

span.LinkToSection
{
	font-size: 0.5em;
}

span.LinkToSection:before
{
	content: "\005b";
}

span.LinkToSection:after
{
	content: "\005d";
}

span.UiKey
{
	font-weight: bold;
	font-variant: small-caps;
}

span.UiKey:before
{
	content: "\003c";
}

span.UiKey:after
{
	content: "\003e";
}

span.Red
{
	color: #e51b38;
}

span.SetOffFirstLevel
{
	color: #47484a;
	font-family: 'Open Sans Semibold';
	margin-right: 5px;
}

/*span.SetOffFirstLevel::after
{
	content: " \2012  ";
}*/

span.SetOffSecondLevel
{
	font-weight: bold;
	color: #005989;
}

span.SetOffSecondLevel::after
{
	content: " \2012 ";
}

span.Superposition
{
	font-size: 80%;
	vertical-align: 4px;
}

span.Subposition
{
	font-size: 80%;
	vertical-align: -4px;
}

span.SymbolsText
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

span.TableNum
{
	
}

span.UserEntry
{
	font-family: "Courier New", monospace, serif;
	mc-hyphenate: never;
}

td
{
	margin: 8px;
	vertical-align: top;
}

th
{
	color: #ffffff;
	margin-bottom: 8px;
	margin-top: 8px;
}

div.DataTable th
{
	font-family: 'Open Sans Semibold', Helvetica, Arial, sans-serif !important;
	color: #000 !important;
	font-weight: normal !important;
}

div.DataTable td
{
	font-size: 0.95em !important;
}

tr
{
	
}

ul.navigation ul	/*Drop shadow for top menu*/
{
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
}

ul,
ul.SafetyNoteAction ul,
ul.Result ul
{
	/*list-style-image: url('../Images/Docs/Bullet1.svg');*/
	list-style: square;
	margin-top: 5px;
}

ul.Table
{
	font-size: 0.9em;
}

ul.FirstLevelLessIndentation
{
	list-style-image: url('../Images/Docs/Bullet1.svg');
	margin-left: -10px;
}

ul ul
{
	/*list-style-image: url('../Images/Docs/Bullet2.svg');*/
	list-style-type: "— ";
	margin-left: -10px;
}

ul.ActionGeneral
{
	list-style-image: url('../Images/Docs/Action.svg');
	margin-left: -22px;
	margin-top: 5px;
}

ul.SafetyNoteAction
{
	clear: both;
}

ul.SafetyNoteAction,
ul.SafetyNoteActionGrouped
{
	list-style-image: url('../Images/Docs/Action.svg');
	margin-left: -22px;
	margin-top: 5px;
	margin-bottom: 0px;
}

ul.Result
{
	list-style-image: url('../Images/Docs/Result.svg');
	margin-top: 0px;
	margin-left: -40px;
}

ol.ResultMultiple
{
	list-style-type: lower-alpha;
	margin-left: -10px;
	list-style-image: none;
}

ul.ResultLessIndent
{
	margin-left: -22px;
}

html.templateTopic div.sideContent
{
	display: none;
}

MadCap|expandingHead
{
	color: #404040;
	font-weight: bold;
	font-size: 0.9em;
}

MadCap|expandingHead:focus
{
	text-decoration: none;
}

/*==Elements for the left side of Master Page layout==*/

div.side-menu	/*This is the div that the menu proxy is contained in*/
{
	padding-left: 10px;
	margin-top: 15px;
}

div.side-content	/*This is the div for the side-content containing "Search Tips" and the "Contact Support" button*/
{
	padding-top: 10px;
}

MadCap|dropDownHead.side-content	/*Font properties for the "Search Tips" drop-down head */
{
	font-size: 1em;
	font-weight: bold;
}

MadCap|dropDownHotspot.Big
{
	cursor: hand;
	text-decoration: none;
	color: #45494c;
	font-size: 1.4em;
	font-weight: bold;
	border-bottom: none;
}

MadCap|dropDownBody.Big
{
	padding: 10px 30px 0;
}

MadCap|dropDown.Big
{
	mc-image-position: left;
	mc-image-spacing: 10px;
	mc-open-image: url('../Images/Docs/minus.png');
	mc-closed-image: url('../Images/Docs/plus.png');
	padding: 10px 0;
}

div.cta,
span.ctaBig,
div.ctaBig	/*Call to action button/Contact Support button*/
{
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	border-radius: 60px;
	padding: 2px 2px;
	border: 1px solid #8a8d8f;
	width: 162px;
	color: #8a8d8f;
	text-align: center;
	transition: all 0.5s cubic-bezier(.25,.8,.25,1);
	margin-top: 20px;
}

span.ctaBig
{
	display: inline-block;
}

div.ctaBig
{
	width: 275px;
}

div.ctaFloat
{
	float: left;
	margin-right: 15px;
	margin-top: 0.5em;
}

div.cta::after,
div.ctaBig::after
{
	clear: both;
}

div.cta:hover,
div.ctaBig:hover	/*When hovering over the CTA button the following properties will apply*/
{
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	transform: scale(1.01);
}

a.cta:link
{
	color: #FFF;
	text-decoration: none;
}

a.cta:visited
{
	color: #FFF;
	text-decoration: none;
}

dl.PathfinderList
{
	margin: 2em 50px;
}

dl.PathfinderList dd
{
	margin: -8px 0 0.75em 22px;
}

#ToTopBtn
{
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	border: none;
	outline: none;
	background-color: #555;
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 10px;
	font-size: 18px;
}

#ToTopBtn:hover
{
	background-color: var(--MainColor);
}

div.topic-layout	/*This layout was created using the Responsive Layout Editor in MadCap Flare. Go to: Home Ribbon > Styles Section > 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: 20%;
	margin-left: 0%;
	border-right: 1px solid #d3d3d3;
}

div.topic-layout > div:nth-child(2)
{
	width: 78%;
	margin-left: 2%;
}

/*==Footer Section==*/

div.footer
{
	padding-top: 20px;
	padding-bottom: 20px;
}

div.footer a	/*Complex Selector: Any anchor (links) tags that are within div.footer will have the following properties */
{
	text-decoration: none;
	color: #7E8890;
}

div.footer > div.outer-row
{
	line-height: 30px;
	padding: 0;
}

/*==Tiles section==*/

div.tilesDuo,
div.tiles	/*This layout was created using the Responsive Layout Editor in MadCap Flare. Go to: Home Ribbon > Styles Section > Responsive Layout*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1%;
	margin-bottom: 1%;
}

div.tilesDuo::before,
div.tiles::before
{
	content: ' ';
	display: table;
}

div.tilesDuo::after,
div.tiles::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.tilesDuo > div,
div.tiles > div
{
	position: relative;
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: transparent;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	/*Adds transition animation when switching between screen sizes*/
	-moz-border-radius: 20x;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid #d3d3d3;
	padding: 10px 10px;
	max-height: 194px;
	min-height: 194px;
	overflow: hidden;
}

div.tilesDuo > div:hover,
div.tiles > div:hover,
div.TextBox:hover	/*When hovering over a tile, these properties apply*/
{
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

div.tiles > div:nth-child(1)
{
	width: 32%;
	margin-left: 1%;
}

div.tiles > div:nth-child(2)
{
	width: 32%;
	margin-left: 1%;
}

div.tiles > div:nth-child(3)
{
	width: 32%;
	margin-left: 1%;
}

div.tilesDuo > div:nth-child(1)
{
	width: 32%;
	margin-left: 18%;
}

div.tilesDuo > div:nth-child(2)
{
	width: 32%;
	margin-left: 1%;
	margin-right: 17%;
}

/*=Elements for text contained within each tile=*/

p.tile-title
{
	text-align: center;
	color: #565656;
	font-size: 1.1em;
	line-height: 1em;
}

p.tile-content
{
	text-align: center;
	color: #7E8890;
	font-size: 0.8em;
	line-height: 1.5em;
}

p.tile-items
{
	color: #7E8890;
	font-size: 0.7em;
	text-align: center;
}

p.TilesIcons
{
	font-size: 2em;
	text-align: center;
}

div.ImageTiles
{
	width: 100%;
	margin: 0 auto;
}

div.ImageTilesIcons
{
	margin: 0 auto;
	width: 90%;
}

img.TilesWide
{
	max-height: 50px;
	max-width: 270px;
	/*margin-left: 1%;
	margin-right: 1%;*/
	margin: 1px auto 0;
}

img.Tiles
{
	height: 50px;
	max-width: 270px;
	margin: 1px auto 0;
}

img.TilesIcons
{
	height: 51px;
	width: auto;
	margin: 1px auto 0;
}

div.tilesDuo a,
div.tiles a	/*Complex Selector: Any anchor (links) tags that are within div.home-tiles will have the following properties*/
{
	text-decoration: none;
	color: #565656;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

div.home-master-page-footer	/*This layout was created using the Responsive Layout Editor in MadCap Flare. Go to: Home Ribbon > Styles Section > Responsive Layout*/
{
	mc-grid-row: true;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}

div.home-master-page-footer::before
{
	content: ' ';
	display: table;
}

div.home-master-page-footer::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-master-page-footer > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.home-master-page-footer > div:nth-child(1)
{
	width: 33.333%;
	margin-left: 0%;
}

div.home-master-page-footer > div:nth-child(2)
{
	width: 33.333%;
	margin-left: 0%;
}

div.home-master-page-footer > div:nth-child(3)
{
	width: 33.333%;
	margin-left: 0%;
}

div.footer
{
	background-color: #fff;
}

div.footer p
{
	color: #7E8890;
	font-size: 0.8em;
}

img.FooterLogo
{
	width: 100px;
	height: auto;
}

ol.ActionMultiple
{
	list-style-type: lower-alpha;
}

ol.ActionMultiple ol
{
	list-style-type: lower-roman;
}

div.columns-65-35
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1%;
	margin-bottom: 2%;
}

div.columns-65-35 > div
{
	position: relative;
	float: left;
}

div.columns-65-35::before
{
	content: ' ';
	display: table;
}

div.columns-65-35::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.columns-65-35 > div:nth-child(1)
{
	width: 62%;
	margin-left: 0;
}

div.columns-65-35 > div:nth-child(2)
{
	width: 33%;
	margin-left: 5%;
}

div.columns-50-50
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1%;
	margin-bottom: 2%;
}

div.columns-50-50 > div
{
	position: relative;
	float: left;
}

div.columns-50-50::before
{
	content: ' ';
	display: table;
}

div.columns-50-50::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.columns-50-50 > div:nth-child(1)
{
	width: 47%;
	margin-left: 0;
}

div.columns-50-50 > div:nth-child(2)
{
	width: 47%;
	margin-left: 6%;
}

div.columns-33-33-33
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1%;
	margin-bottom: 2%;
}

div.columns-33-33-33 > div
{
	position: relative;
	float: left;
}

div.columns-33-33-33::before
{
	content: ' ';
	display: table;
}

div.columns-33-33-33::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.columns-33-33-33 > div:nth-child(1)
{
	width: 31.5%;
	margin-left: 0;
}

div.columns-33-33-33 > div:nth-child(2)
{
	width: 31.5%;
	margin-left: 2.75%;
}

div.columns-33-33-33 > div:nth-child(3)
{
	width: 31.5%;
	margin-left: 2.75%;
}

div.TableLegend
{
	margin-top: 15px;
}

div.TableLegend::after
{
	content: '';
	display: table;
	clear: both;
}

div.TableLegend > div:nth-child(1)
{
	float: left;
}

p.TableLikeHeading
{
	font-weight: bold;
	text-align: center;
	color: #fff;
	line-height: 1.25em;
	margin-top: 6px;
}

div.TableLikeHeading
{
	display: flex;
	height: 55px;
	align-items: center;
	justify-content: center;
	background-color: #8A8D8F;
	overflow: hidden;
}

div.HeadingSoD
{
	height: 25px;
}

.ColumnsAsSection
{
	background-color: var(--GreyLight);
}

.ColumnAsSection
{
	padding: 5px;
	background-color: var(--GreyLight);
}

.ColumnAsSection ul,
.ColumnAsSection ol
{
	margin-left: -15px;
}

div.columns-Icons,
div.columns-IconsBig,
div.columns-IconsSmall,
div.columns-IconsLegend
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1%;
	margin-bottom: 1%;
}

div.columns-Icons > div,
div.columns-IconsBig > div,
div.columns-IconsSmall > div,
div.columns-IconsLegend > div
{
	position: relative;
	float: left;
}

div.columns-Icons::before,
div.columns-IconsBig::before,
div.columns-IconsSmall::before,
div.columns-IconsLegend::before
{
	content: ' ';
	display: table;
}

div.columns-Icons::after,
div.columns-IconsBig::after,
div.columns-IconsSmall::after,
div.columns-IconsLegend::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.columns-Icons > div:nth-child(1)
{
	width: 51px;
	margin-left: 0;
}

div.columns-Icons > div:nth-child(2)
{
	margin-left: 10px;
	width: calc(100% - 61px);
}

div.columns-IconsBig > div:nth-child(1)
{
	width: 176px;
	margin-left: 0;
}

div.columns-IconsBig > div:nth-child(2)
{
	margin-left: 12px;
	width: calc(100% - 188px);
}

div.columns-IconsSmall
{
	margin-top: 5px;
	margin-bottom: 5px;
}

div.columns-IconsSmall > div:nth-child(1)
{
	margin-left: 0;
	width: 36px;
}

div.columns-IconsSmall > div:nth-child(2)
{
	margin-left: 8px;
	width: calc(100% - 44px);
}

div.columns-IconsLegend > div:nth-child(1)
{
	width: 101px;
	margin-left: 0;
}

div.columns-IconsLegend > div:nth-child(2)
{
	margin-left: 12px;
	width: calc(100% - 113px);
}

div.VideoCard
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 15px;
}

div.VideoCard::before
{
	content: ' ';
	display: table;
}

div.VideoCard::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.VideoCard > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: solid var(--GreyDark) 1px;
	min-height: 319px;
}

div.VideoCard > div:nth-child(1)
{
	width: 49%;
	margin-left: 0%;
}

div.VideoCard > div:nth-child(2)
{
	width: 49%;
	margin-left: 2%;
}

div.VideoCardTitle
{
	padding: 5px 15px 0;
	height: 50px;
	max-height: 50px;
	text-overflow: fade;
}

div.VideoCardDescription
{
	padding: 0 15px;
	height: 80px;
	max-height: 80px;
	overflow: hidden;
}

div.VideoCardStrip
{
	font-family: 'Open Sans Semibold', Helvetica, Arial, sans-serif;
	font-size: 0.95em;
	height: 35px;
	background: var(--GreyMedium);
	text-align: center;
	line-height: 35px;
}

.VideoCardThumbnail
{
	display: block;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	height: 150px;
	width: auto;
}

div.VideoCard a
{
	color: inherit;
	text-decoration: none;
}

h4.Labels
{
	font-family: 'Open Sans Semibold', Helvetica, Arial, sans-serif;
}

p.LabelsArtNumberLabel
{
	font-size: 0.8em;
	text-align: right;
	font-family: 'Stone Sans II ITC Com Bk Cn';
	frame-break-after: always;
	margin-top: 7px;
	margin-bottom: 0;
}

@media only screen and (max-width: 1279px)
{
	div.topic-layout > div:nth-child(1)
	{
		display: none;
	}

	div.topic-layout > div:nth-child(2)
	{
		width: 98%;
		margin-left: 2%;
	}

	div.tiles > div
	{
		float: left;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background-color: transparent;
		transition: all 0.5s cubic-bezier(.25,.8,.25,1);
		/*Adds transition animation when switching between screen sizes*/
		-moz-border-radius: 20x;
		-webkit-border-radius: 20px;
		border-radius: 20px;
		border: 1px solid #d3d3d3;
		padding: 10px 10px;
		max-height: 194px;
		overflow: hidden;
	}

	div.tiles > div:nth-child(1)
	{
		width: 32%;
		margin-left: 1%;
	}

	div.tiles > div:nth-child(2)
	{
		width: 32%;
		margin-left: 1%;
	}

	div.tiles > div:nth-child(3)
	{
		width: 32%;
		margin-left: 1%;
	}

	div.footer
	{
		padding-top: 20px;
		padding-bottom: 20px;
	}

	div.home-master-page-footer > div:nth-child(1)
	{
		width: 25%;
		margin-left: 0%;
	}

	div.home-master-page-footer > div:nth-child(2)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.home-master-page-footer > div:nth-child(3)
	{
		width: 25%;
		margin-left: 0%;
	}

	div.ImageAndTextList > div:nth-child(1)
	{
		width: 45%;
		margin-left: 0%;
	}

	div.ImageAndTextList > div:nth-child(2)
	{
		width: 55%;
		margin-left: 0%;
	}
}

@media print
{
	body
	{
		color: #000;
		font-size: 9.25pt;
		/*font-family: 'Stone Sans II ITC Com Md', Helvetica, Arial, sans-serif;*/
		font-family: 'Stone Sans II ITC Com Bk';
		font-kerning: normal;
		/*letter-spacing: 1pt;*/
		background-color: transparent;
		line-height: 1.2em;
		text-align: left;
	}

	.LineFAQ
	{
		border-top: dotted 0.5pt #e72b37;
		padding-top: 3mm;
	}

	a.LinkToSection
	{
		display: none;
	}

	.Shadow3DLeftRight
	{
		
	}

	.MarginRight
	{
		margin-right: 2mm;
		margin-bottom: 2mm;
	}

	div.AuthorsContributors
	{
		display: none;
	}

	div.BarRed
	{
		background-color: var(--MainColor);
		width: 85mm;
		height: 3mm;
		padding: 0;
		margin: 0;
	}

	div.columns-65-35,
	div.columns-50-50,
	div.columns-33-33-33
	{
		mc-grid-row: false;
		margin-left: 0;
		margin-right: 0;
		margin-top: 0;
		display: block;
	}

	div.columns-65-35 > div::before,
	div.columns-50-50 > div::before,
	div.columns-33-33 > div::before
	{
		display: none;
	}

	div.columns-50-50 > div,
	div.columns-65-35 > div,
	div.columns-33-33-33 > div
	{
		float: none;
		margin-bottom: 5mm;
	}

	div.columns-50-50 > div:nth-child(1),
	div.columns-65-35 > div:nth-child(1),
	div.columns-33-33-33 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0;
	}

	div.columns-50-50 > div:nth-child(2),
	div.columns-65-35 > div:nth-child(2),
	div.columns-33-33-33 > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0;
	}

	div.columns-33-33-33 > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0;
	}

	.ColumnsAsSection
	{
		padding: 0;
		background-color: transparent;
	}

	.ColumnAsSection ul,
	.ColumnAsSection ol
	{
		margin-left: 6mm;
	}

	div.columns-Icons,
	div.columns-IconsBig
	{
		margin-top: 5mm;
		margin-bottom: 5mm;
	}

	div.columns-Icons > div:nth-child(1)
	{
		width: 12mm;
		overflow: hidden;
	}

	div.columns-Icons > div:nth-child(2)
	{
		margin-left: 4mm;
		width: calc(100% - 17mm);
	}

	div.columns-IconsBig > div:nth-child(1)
	{
		width: 41mm;
	}

	div.columns-IconsBig > div:nth-child(2)
	{
		margin-left: 4mm;
		width: calc(100% - 46mm);
	}

	div.columns-IconsSmall > div:nth-child(1)
	{
		width: 7mm;
	}

	div.columns-IconsSmall > div:nth-child(2)
	{
		margin-left: 3mm;
		width: calc(100% - 11mm);
	}

	div.BreaksInsideAllowed
	{
		column-break-inside: auto;
		page-break-inside: auto;
	}

	div.CBreakAfter
	{
		column-break-after: always;
	}

	p.DoCMarginBot
	{
		column-break-after: avoid;
		page-break-after: avoid;
	}

	div.dbox
	{
		width: 4cm;
		height: 3cm;
		overflow: hidden;
	}

	div.Example
	{
		padding-left: 0.75em;
		page-break-inside: avoid;
	}

	div.GlossaryPageDefinition
	{
		font-size: 9pt;
		color: #000;
	}

	div.GlossaryPageHeading
	{
		border-bottom-color: #000;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		color: #e51b38;
		font-size: 11pt;
	}

	div.GlossaryPageTerm
	{
		font-family: 'Futura Md BT', Helvetica, Arial, sans-serif;
		font-weight: bold;
		color: #000;
		font-size: 10pt;
		padding-bottom: 10px;
		padding-top: 10px;
	}

	div.Note,
	div.Important,
	div.Hint
	{
		border: none;
		min-height: 40px;
		margin-top: 2mm;
		margin-bottom: 1mm;
		padding: 10px 10px 10px 8mm;
		background-color: transparent;
		box-shadow: none;
		background-repeat: no-repeat;
		page-break-inside: avoid;
		column-break-inside: avoid;
	}

	div.Note
	{
		background-image: url('../Images/Docs/GLB_NoteIconPrint.svg');
		background-position: 0 2mm;
		color: #005989;
	}

	div.Image
	{
		page-break-inside: avoid;
		column-break-inside: avoid;
	}

	div.ImageIndent
	{
		page-break-inside: avoid;
		column-break-inside: avoid;
	}

	div.ImageColumn
	{
		margin-top: 5mm;
	}

	div.Important
	{
		background-image: url('../Images/Docs/GLB_ImportantIconPrint.svg');
		background-position: 0 2mm;
		color: #de7d12;
	}

	div.Hint
	{
		background-image: url('../Images/Docs/GLB_HintIconPrint.svg');
		background-position: 0 1mm;
		color: #0b9e51;
	}

	div.Mobile
	{
		display: none;
	}

	div.SafetyNote
	{
		page-break-inside: avoid;
		column-break-inside: avoid;
		margin: 5mm 0;
	}

	div.SafetyNotesGrouped
	{
		border-bottom: none;
	}

	div.SignalWord,
	div.SignalPanel
	{
		font-family: Arial;
		font-size: 8.5pt;
		font-weight: bold;
		background-image: url('../Images/Safety/SafetyNoteTriangle_print.svg');
		background-position: 0.5mm 1mm;
		background-size: 5mm auto;
		background-repeat: no-repeat;
		height: 7mm;
		display: inline-block;
		float: left;
		padding: 2.5mm 1mm 0 6.5mm;
		margin-right: 1mm;
		color: #fff;
		vertical-align: -1mm;
		page-break-after: avoid;
	}

	div.SignalWord
	{
		padding-top: 1mm;
		line-height: 17pt;
	}

	div.Danger
	{
		background-color: #c11722;
	}

	div.Warning
	{
		color: #000;
		background-color: #d87a24;
	}

	div.Caution,
	div.SignalwordEx
	{
		color: #000;
		background-color: #fdd729;
	}

	div.Notice
	{
		background-color: #005989;
		font-style: italic;
		color: #fff;
		background-image: none;
		padding: 2mm 1mm 0 1mm;
	}

	span.Notice
	{
		font-style: italic;
	}

	span.Danger,
	span.Warning,
	span.Caution,
	span.Notice
	{
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #000;
	}

	p.Danger
	{
		mc-auto-number-format: '\26A0 GEFAHR! ';
		mc-auto-number-class: Danger;
	}

	p.Warning
	{
		mc-auto-number-format: '\26A0 WARNUNG! ';
		mc-auto-number-class: Warning;
	}

	p.Caution
	{
		mc-auto-number-format: '\26A0 VORSICHT! ';
		mc-auto-number-class: Caution;
	}

	p.Notice
	{
		mc-auto-number-format: 'HINWEIS! ';
		mc-auto-number-class: Notice;
	}

	div.ToColumnBorderS
	{
		margin-left: -5mm;
	}

	div.ToColumnBorderL
	{
		margin-left: -12.5mm;
	}

	div.MarginCorrection
	{
		margin-left: -7mm;
	}

	div.Video
	{
		display: none;
	}

	div.wbox
	{
		background: #e6e6e6;
		margin-top: 0.5cm;
		height: 25mm;
		display: inline-block;
	}

	div.WorkflowDiagramm
	{
		mc-grid-row: false;
		margin-left: auto;
		margin-right: auto;
		margin-top: 5mm;
		margin-bottom: 5mm;
	}

	div.WorkflowDiagramm > div
	{
		font-size: 8pt;
		line-height: auto;
		height: 25mm;
		position: relative;
		display: flex;
		align-items: center;
		float: left;
		margin-bottom: 5mm;
		padding: 2mm;
		background: #e6e6e6;
		border-radius: 5px;
		overflow: hidden;
	}

	div.WorkflowDiagramm::before
	{
		content: ' ';
		display: table;
	}

	div.WorkflowDiagramm::after
	{
		content: ' ';
		display: table;
		clear: both;
	}

	div.WorkflowDiagramm > div:nth-child(odd)
	{
		width: 30mm;
		margin-right: 2mm;
		cursor: auto;
	}

	div.WorkflowDiagramm > div:nth-child(even)
	{
		background: #fff;
		width: 5mm;
		padding-top: 10mm;
		margin-right: 2mm;
	}

	.NoChapter
	{
		mc-auto-number-format: '';
	}

	p.TitleMain
	{
		font-weight: normal;
		font-size: 32pt;
		text-transform: uppercase;
		letter-spacing: 0.01em;
		margin: 0 0 5mm 0;
		padding: 0;
		background: transparent;
		/*color: #8a8d8f;*/
		color: 000;
		font-family: 'FuturaBT Book';
		font-style: normal;
	}

	p.TitleSecond,
	p.TitleSecondSmall
	{
		font-family: 'Futura Md BT';
		font-size: 42pt;
		font-weight: bold;
		letter-spacing: 0.015em;
		line-height: 1.1em;
		color: #000;
		margin: 0;
		mc-hyphenate: never;
	}

	p.TitleSecondSmall
	{
		font-size: 30pt;
		color: #000;
	}

	p.TitleThird
	{
		font-family: 'Futura Md BT';
		font-size: 12pt;
		font-weight: medium;
		line-height: 1.5em;
		margin: 0;
	}

	p.TitleFourth
	{
		font-family: 'Futura Md BT';
		font-size: 14pt;
		font-weight: bold;
		font-weight: bold;
		margin: 0;
	}

	p.TitleImage
	{
		text-align: center;
	}

	h1.Appendix
	{
		mc-auto-number-format: 'ANHANG ';
	}

	h1,
	h2,
	p.Heading2 h3,
	h4,
	h4.TD
	{
		text-align: left;
		mc-hyphenate: always;
		column-break-inside: avoid;
		column-break-after: avoid;
	}

	h1
	{
		font-family: 'FuturaBT Book';
		font-size: 19pt;
		font-weight: normal;
		color: #000;
		line-height: 20pt;
		margin-bottom: 5mm;
		mc-hyphenate: never;
		mc-auto-number-class: ChapAutoNum;
		mc-auto-number-format: 'CH:{chapnum}  ';
		mc-auto-number-position: outside-head;
		mc-auto-number-offset: 11mm;
	}

	h1.UserGuideBHeading
	{
		page-break-before: avoid;
	}

	h2,
	p.Heading2
	{
		font-family: 'FuturaBT Book', Helvetica, Arial, sans-serif;
		font-size: 13pt;
		font-weight: bold;
		line-height: 14.5pt;
		margin-bottom: 3mm;
		page-break-after: avoid;
		page-break-inside: avoid;
		column-break-after: avoid;
		mc-auto-number-class: ChapAutoNum;
		mc-auto-number-format: 'CH:{chapnum}.{n+}  ';
	}

	h3
	{
		font-family: 'FuturaBT Book', Helvetica, Arial, sans-serif;
		font-size: 10.5pt;
		font-weight: bold;
		line-height: 13.5pt;
		page-break-after: avoid;
		page-break-inside: avoid;
		column-break-after: avoid;
		mc-auto-number-class: ChapAutoNum;
		mc-auto-number-format: 'CH:{chapnum}.{n}.{n+}  ';
	}

	h4,
	h4.TD,
	h5,
	h6,
	h7,
	h8,
	h9
	{
		font-family: 'Futura Md BT', Helvetica, Arial, sans-serif;
		font-size: 9.5pt;
		font-weight: bold;
		line-height: 12pt;
		page-break-after: avoid;
		page-break-inside: avoid;
		column-break-after: avoid;
		column-break-inside: avoid;
		mc-heading-level: 0;
	}

	h4.TD
	{
		font-family: 'Stone Sans II ITC Com Bk Cn';
		font-size: 8pt;
		margin: 0;
		margin-bottom: -5px;
	}

	h4.Labels
	{
		font-family: 'Stone Sans II ITC Com Sm Cn';
		font-size: 10pt;
		margin-left: 10mm;
		margin-top: 0;
	}

	p.Labels
	{
		text-align: left;
		margin: 9pt 0;
		line-height: 1.3em;
	}

	p.LabelsArtNumberLabel
	{
		font-size: 9pt;
		line-height: 0.25em;
		/*margin: 0;*/
		margin-bottom: 10mm;
		color: #58595b;
	}

	p.SoDNumbers
	{
		font-family: 'Stone Sans II ITC Com Bk Cn';
	}

	img.FullWidth
	{
		width: auto;
		height: auto;
		max-width: 162mm;
	}

	img.IconFAQ
	{
		vertical-align: -15%;
		max-height: 3mm;
		min-height: 3mm;
		max-width: auto;
		min-width: auto;
	}

	img.IconInline
	{
		height: 5mm;
		width: auto;
		vertical-align: -1.5mm;
	}

	img.Icon
	{
		height: 5mm;
		width: auto;
		vertical-align: -1.5mm;
		/*display: block;*/
	}

	img.IconFlex
	{
		vertical-align: baseline;
		max-width: auto;
		max-height: 10mm;
		margin-left: 3mm;
		float: right;
	}

	img.SafetyNoteIcon
	{
		max-width: auto;
		max-height: 8mm;
		margin-right: 6mm;
		margin-left: -5mm;
		vertical-align: -10mm;
		/*margin-bottom: 10px;*/
		float: left;
	}

	img.SafetyNoteSmallIcon
	{
		height: 7mm;
		width: auto;
		margin-left: 0;
		margin-right: 1mm;
		float: left;
		vertical-align: -10mm;
	}

	img.TableIconSmall
	{
		vertical-align: 20%;
		width: 3mm;
		height: auto;
	}

	img.TableIcon
	{
		height: 6mm;
		width: auto;
		vertical-align: -325%;
	}

	img.Thumbnail,
	img.ThumbnailBig
	{
		max-width: 100%;
		display: block;
		/*width: 100%;*/
		margin-left: 0;
		margin-right: auto;
	}

	img.ThumbnailSmall
	{
		max-width: 30mm;
		max-height: auto;
		width: auto;
		height: auto;
	}

	img.ThumbnailSoD
	{
		max-width: 100%;
		height: 28mm;
		width: auto;
		margin-left: 0;
		margin-right: auto;
	}

	img
	{
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	MadCap|dropDown.SecondLevel
	{
		background-color: transparent;
		margin-left: 0;
	}

	MadCap|dropDownBody
	{
		border-bottom: none;
	}

	MadCap|dropDownHead
	{
		margin-top: 16px;
		page-break-after: avoid;
		column-break-after: avoid;
		text-align: left;
	}

	MadCap|dropDownHotspot
	{
		font-family: "Futura Md BT";
		font-weight: bold;
		font-size: 9.5pt;
		color: #000;
		line-height: 12pt;
		text-transform: none;
		mc-hyphenate: never;
		page-break-after: avoid;
		column-break-after: avoid;
	}

	MadCap|footnote
	{
		color: #abc;
	}

	MadCap|footnoteBlock
	{
		font-size: 7pt;
	}

	MadCap|footnotesBlock
	{
		border-top-color: #000;
	}

	MadCap|glossaryProxy
	{
		border-top: none;
		color: #e1e1e1;
	}

	MadCap|indexProxy
	{
		border-top: none;
		color: #000;
		mc-column-count: default;
	}

	MadCap|miniTocProxy
	{
		border-top: 0;
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
	}

	MadCap|tocProxy
	{
		border-top: none;
		margin-right: -2mm;
		margin-left: 0;
	}

	MadCap|xref
	{
		color: var(--InlineLinkColor);
		font-weight: normal;
		text-decoration: none;
		font-family: inherit;
		mc-format: '{family FontAwesome}{size 8pt}{/size}{/family}{size 8.7pt}\00A0[%=GLB_TechDocs.Page%] {page}{/size}';
	}

	MadCap|xref.IndexPageNumber
	{
		font-family: 'Stone Sans II ITC Com Md';
		color: #000;
		text-decoration: none;
	}

	MadCap|xref.QuoteTitle,
	MadCap|xref.QuoteTitlePDF,
	MadCap|xref.QuoteTitlePagePDF
	{
		font-family: inherit;
		font-size: inherit;
		font-weight: inherit;
		text-decoration: none;
		color: var(--InlineLinkColor);
	}

	MadCap|xref.QuoteTitlePDF,
	MadCap|xref.QuoteTitlePagePDF
	{
		mc-format: '{paratext} ({family FontAwesome}{size 8pt}{/size}{/family}{size 8.7pt}\00A0[%=GLB_TechDocs.Page%] {page}{/size})';
	}

	MadCap|xref.ToTitle
	{
		font-family: 'Stone Sans II ITC Com Md';
		mc-format: '{family FontAwesome}{size 8pt}{/size}{/family}\00A0{size 8.7pt}{i}{paratext}{/i} – {pageref}{/size}';
		text-decoration: none;
	}

	MadCap|xref.ToFigure
	{
		font-family: 'Stone Sans II ITC Com Md';
		mc-format: '{family FontAwesome}{size 8pt}{/size}{/family}\00A0{size 8.7pt}{i}{paranum}{/i} {pageref}{/size}';
		text-decoration: none;
	}

	nav.tab-bar,
	div.sideContent
	{
		display: none;
	}

	ol
	{
		/*font-family: 'Stone Sans II ITC Com Md';
		font-size: 9.25pt;*/
		font-family: 'Stone Sans II ITC Com Bk';
		font-size: 9pt;
	}

	ol ol
	{
		margin-left: 30px;
	}

	ol ol ol
	{
		margin-left: 30px;
	}

	ol.Action
	{
		margin-left: 7mm;
	}

	ol.ActionMultiple
	{
		
	}

	ol.ImageLabels,
	ul.ImageLabels
	{
		font-family: 'Stone Sans II ITC Com Md Cn';
		font-style: italic;
	}

	ol.Items
	{
		
	}

	p
	{
		mc-hyphenate-shortest-prefix: 4;
		mc-hyphenate-shortest-suffix: 4;
		mc-hyphenate-shortest-word: 5;
	}

	p.Backside
	{
		font-family: 'Futura Md BT';
		font-weight: medium;
		text-align: left;
		font-size: 16pt;
		color: #444;
		line-height: 1em;
		margin: 1.3mm 0;
	}

	p.centerColumn
	{
		text-align: left;
	}

	p.ConceptSection
	{
		display: none;
	}

	.Condensed
	{
		font-family: 'Stone Sans II ITC Com Bk Cn';
	}

	.Right
	{
		text-align: right;
	}

	.NoIndent
	{
		margin-left: 5mm;
	}

	ul.LessIndent
	{
		margin-left: 8mm;
	}

	ul.NoLineSpace
	{
		line-height: 0.9em;
	}

	p.DoCHeading
	{
		font-family: 'Futura Md BT', Helvetica, Arial, sans-serif;
		font-size: 19pt;
		text-align: center;
		font-weight: bold;
		margin-bottom: 0;
		line-height: 0;
		color: #000;
	}

	p.DoC2ndLine
	{
		font-family: 'Futura Md BT', Helvetica, Arial, sans-serif;
		font-size: 12pt;
		text-align: center;
		font-weight: medium;
		margin-top: 0;
		line-height: 0;
		color: #000;
	}

	p.DoCMarginBot
	{
		margin-bottom: 5mm;
		column-break-after: avoid;
		page-break-after: avoid;
	}

	p.DoCMarginLeft
	{
		margin-left: 10mm;
	}

	p.EmptyPageText
	{
		font-size: 10pt;
		font-weight: bold;
	}

	p.FAQ
	{
		font-family: 'Futura Md BT', Helvetica, Arial, sans-serif;
		font-size: 8.75pt;
		font-weight: bold;
		text-align: left;
		line-height: 9.55pt;
		page-break-after: avoid;
		page-break-inside: avoid;
		column-break-after: avoid;
		column-break-inside: avoid;
	}

	p.Figure
	{
		color: #404040;
		font-variant: small-caps;
		letter-spacing: 0.035em;
		line-height: 0.95em;
		font-size: 8pt;
		margin-left: 0;
		padding-bottom: 0;
		padding-top: 0;
		mc-auto-number-format: 'GH:Abb. {n+}  ';
		page-break-before: avoid;
		column-break-before: avoid;
		text-align: left;
	}

	p.FirstPageOfChapter
	{
		color: #e1e1e1;
	}

	p.FrameFooterText,
	p.Header
	{
		font-family: 'Futura Md BT';
		font-size: 10pt;
		line-height: 12pt;
		/*letter-spacing: 0.035em;*/
		margin: 0;
	}

	p.PageNumbers
	{
		font-family: 'Futura Hv BT';
		font-size: 11pt;
		color: #fff;
	}

	p.QRGHeader
	{
		font-family: 'Futura Hv BT';
		font-size: 11pt;
		text-transform: uppercase;
	}

	p.header
	{
		font-family: 'Stone Sans II ITC Com Sm';
	}

	p.FrameFooterText2,
	p.TitleAnnotation
	{
		font-family: 'Stone Sans II ITC Com Bk';
		font-size: 8pt;
		margin: 0;
	}

	p.TableLegend
	{
		font-family: 'Stone Sans II ITC Com Bk Cn';
		font-size: 9pt;
		line-height: 8pt;
		margin: 0;
	}

	p.TableLikeHeading
	{
		font-size: 9pt;
		background-color: #8A8D8F;
	}

	div.TableLikeHeading
	{
		display: flex;
		height: 6mm;
		padding-top: 1mm;
		margin-top: 5mm;
	}

	p.Title
	{
		font-family: 'Futura Md BT';
		color: #fff;
		font-size: 12pt;
		text-align: center;
	}

	p.TitleBooklet
	{
		font-family: 'Futura Md BT';
		font-size: 19pt;
		font-weight: bold;
		color: #000;
		line-height: 20pt;
		margin-bottom: 5mm;
		mc-hyphenate: never;
	}

	p.TitleBooklet2
	{
		font-family: 'Futura Md BT';
		font-size: 9pt;
		font-weight: normal;
		line-height: 14pt;
		page-break-after: avoid;
		page-break-inside: avoid;
		column-break-after: avoid;
		mc-hyphenate: never;
	}

	span.Title
	{
		font-family: 'Futura Hv BT';
		font-style: bold;
	}

	p.IndexHeading
	{
		font-family: 'Stone Sans II ITC Com Sm Cn';
		font-size: 11pt;
		line-height: 11pt;
		padding-top: 2mm;
		text-align: left;
		page-break-after: avoid;
	}

	p.Index1,
	P.Index2
	{
		font-family: 'Stone Sans II ITC Com Bk Cn';
		font-weight: normal;
		line-height: 11pt;
		text-align: left;
		font-size: 9pt;
		color: #000;
		margin-top: 2mm;
		mc-reference-initial-separator: ' ..... ';
		mc-hyphenate: never;
		mc-multiline-indent: 2mm;
	}

	p.Index2
	{
		margin-left: 5mm;
		margin-top: 1mm;
	}

	p.JointlyWithNext .JointlyWithNext
	{
		page-break-after: avoid;
		column-break-after: avoid;
	}

	p.MiniTOC1
	{
		color: #e1e1e1;
		font-size: 9pt;
		font-weight: normal;
	}

	p.Detailed,
	p.SafetyNoteTypeOfHazard
	{
		font-family: 'Stone Sans II ITC Com Sm', Helvetica, Arial, sans-serif;
		font-size: 9pt;
		line-height: 9pt;
		border: none;
		padding-top: -0.25mm;
		text-align: left;
		line-height: 11pt;
		mc-hyphenate: never;
		page-break-inside: avoid;
		page-break-after: avoid;
	}

	p.SafetyNoteConsequences
	{
		page-break-before: avoid;
		page-break-inside: avoid;
		page-break-after: avoid;
		font-size: 9.25pt;
	}

	p.TableCaption
	{
		color: #404040;
		font-style: italic;
		mc-auto-number-class: TableNum;
		mc-auto-number-format: 'CT:Tabelle {chapnum}-{n+} ';
		padding-bottom: 0;
		padding-top: 12px;
	}

	p.TitleFooter
	{
		font-size: 8pt;
	}

	span.TitleLanguage
	{
		font-family: 'Arial';
		font-weight: bold;
		font-size: 10pt;
		vertical-align: 0px;
		border: solid 1px #000;
		border-radius: 15px;
		padding: 2px;
	}

	p.TitleQuestions
	{
		display: none;
	}

	p.TOC1,
	p.TOC2,
	p.TOC3
	{
		font-family: 'Stone Sans II ITC Com Bk Cn';
		font-weight: normal;
		line-height: 9pt;
		text-align: left;
		font-size: 9pt;
		color: #000;
		mc-leader-format: '.';
		margin: 0;
		page-break-inside: avoid;
		mc-hyphenate: never;
		padding: 0;
	}

	p.TOC1
	{
		font-family: 'Stone Sans II ITC Com Sm Cn';
		border-top: solid 0.75pt #e51b38;
		margin-bottom: 1mm;
		margin-top: 3mm;
		padding-top: 1mm;
		/*mc-pagenum-display: none;*/
		page-break-after: avoid;
	}

	p.TOC2
	{
		margin-bottom: 2px;
		margin-left: 3mm;
		margin-top: 2px;
		mc-multiline-indent: 2mm;
	}

	p.TOC3
	{
		color: #000;
		font-size: 9pt;
		font-weight: normal;
		margin-bottom: 2px;
		margin-left: 5mm;
		margin-top: 2px;
		mc-multiline-indent: 2mm;
	}

	p.TOC4
	{
		color: #000;
		font-size: 9pt;
		font-weight: normal;
		margin-bottom: 6px;
		margin-left: 0;
		margin-top: 12px;
	}

	div.Disclaimer
	{
		display: none;
	}

	p.TOCHeading,
	p.Welcome,
	p.IndexPrintHead,
	p.GlossaryPrintHead
	{
		font-family: 'Futura Md BT';
		font-size: 20pt;
		font-weight: bold;
		background-color: transparent;
		color: #000;
		letter-spacing: 0.01em;
		padding-top: 3.5mm;
		padding-bottom: 1.25mm;
		margin: 0;
		mc-heading-level: 0;
		text-align: center;
	}

	p.IndexPrintHead,
	p.GlossaryPrintHead
	{
		mc-heading-level: 1;
	}

	p.Welcome
	{
		margin-bottom: 10mm;
	}

	p.BlurbText
	{
		margin-bottom: 3mm;
	}

	span.ActionSetOff
	{
		color: #000;
		letter-spacing: 0.035em;
		font-size: 9pt;
	}

	span.SetOffFirstLevel::after
	{
		content: " \2012 ";
	}

	span.ChapAutoNum
	{
		color: #000;
		font-family: inherit;
		letter-spacing: -1px;
	}

	span.ClickToEnlarge
	{
		display: none;
	}

	span.Emphasis
	{
		font-family: 'Stone Sans II ITC Com Md';
		font-size: inherit;
	}

	span.EmphasisBold
	{
		font-family: 'Stone Sans II ITC Com Sm';
	}

	span.EmphasisSemibold
	{
		font-family: 'Stone Sans II ITC Com Sm';
	}

	span.FigureNum
	{
		color: #000;
		font-style: italic;
	}

	span.LinkToSection
	{
		display: none;
	}

	span.SetOffFirstLevel
	{
		color: #000;
		letter-spacing: 0.035em;
		font-size: 9pt;
	}

	span.Superposition
	{
		font-size: 80%;
		vertical-align: 2px;
	}

	span.Subposition
	{
		font-size: 70%;
		vertical-align: -2px;
	}

	span.TableNum
	{
		color: #000;
		font-style: normal;
	}

	span.UiDisplay,
	span.UiButton
	{
		font-family: "Stone Sans II ITC Com Sm Cn";
	}

	span.UserEntry
	{
		font-family: "Stone Sans II ITC Com Bk Cn";
	}

	tr
	{
		page-break-inside: avoid;
	}

	ul
	{
		font-family: 'Stone Sans II ITC Com Bk';
		font-size: 9.25pt;
		list-style: square;
		page-break-before: avoid;
		column-break-before: avoid;
		margin-left: 8mm;
	}

	ul.FirstLevelLessIndentation
	{
		list-style-image: url('../Images/Docs/Bullet1print.svg');
		margin-left: 30px;
	}

	ul ul
	{
		list-style-image: url('../Images/Docs/Bullet2print.svg');
		margin-left: 30px;
		page-break-before: avoid;
		column-break-before: avoid;
	}

	ul.ActionGeneral
	{
		list-style-image: url('../Images/Docs/Action.svg');
		margin-left: 20px;
		margin-top: 5px;
	}

	ul.Result
	{
		list-style-image: url('../Images/Docs/Result.svg');
		margin-left: 0;
		margin-top: 1em;
	}

	ul.Result li::after,
	ol.Action li::after
	{
		content: '';
		clear: both;
	}

	ol.ResultMultiple
	{
		margin-left: 0;
		margin-top: 3mm;
	}

	ol.ResultMultiple li
	{
		margin-left: 23px;
	}

	ol.WorkflowOverview
	{
		background-color: #EDF0F1;
		margin-left: 0mm;
		padding-left: 8mm;
		border: solid 4px #EDF0F1;
	}

	ul.SafetyNoteAction
	{
		page-break-inside: avoid;
		page-break-before: avoid;
		margin-left: 20px;
	}

	ul.SafetyNoteActionGrouped
	{
		page-break-before: avoid;
		margin-left: 20px;
	}

	ul.Table
	{
		font-family: 'Stone Sans II ITC Com Bk Cn';
		font-size: 9pt;
	}

	MadCap|glossaryTerm.Expanding
	{
		color: #005989;
	}

	div.FeedbackSection,
	div.topic-layout > div:nth-child(1),
	div.footer,
	div.search-container
	{
		display: none;
	}
}

@media only screen and (max-width: 767px)
{
	h1
	{
		font-family: "Open Sans Light", Helvetica, Arial, sans-serif;
		font-size: 2.35em;
		font-weight: normal;
		margin-bottom: 0.1px;
		margin-top: 0.1em;
		line-height: 1.1em;
		color: #E72B37;
	}

	h2,
	p.Heading2
	{
		font-family: "Open Sans Light", Helvetica, Arial, sans-serif;
		font-size: 1.55em;
		font-weight: normal;
		margin-bottom: 0.3em;
		margin-top: 1.1em;
		color: #000;
	}

	h3
	{
		font-size: 1em;
		font-weight: bold;
		margin-bottom: 0.5em;
		margin-top: 1em;
	}

	h4
	{
		font-size: 1em;
		font-weight: bold;
		margin-bottom: 0.5em;
		margin-top: 1em;
	}

	h4.ReleaseNotes
	{
		font-family: 'Open Sans Semibold', Helvetica, Arial, sans-serif;
		font-weight: normal;
		font-size: 1em;
		margin-bottom: 0.25em;
		margin-top: 0;
	}

	/*div.WorkflowDiagram
	{
		display: none;
	}*/

	div.wbox,
	div.wboxActive
	{
		height: 75px;
		width: 150px;
		overflow: hidden;
	}

	div.Mobile
	{
		display: inline-block;
	}

	div.MobileNo
	{
		display: none;
	}

	p.FeedbackSectionHeading
	{
		font-family: "Open Sans Light", Helvetica, Arial, sans-serif;
		font-weight: normal;
		font-size: 1.5em;
		margin-top: 0;
		margin-bottom: 0.3em;
		line-height: 1.1em;
		color: #2f2f2f;
	}

	div.AuthorsContributors
	{
		display: none;
	}

	div.columns-50-50,
	div.columns-65-35,
	div.columns-33-33-33
	{
		margin-top: 5mm;
	}

	div.columns-33-33-33 > div
	{
		margin-bottom: 1em;
	}

	div.columns-50-50 > div:nth-child(1),
	div.columns-65-35 > div:nth-child(1),
	div.columns-33-33-33 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0;
	}

	div.columns-50-50 > div:nth-child(2),
	div.columns-65-35 > div:nth-child(2),
	div.columns-33-33-33 > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0;
	}

	div.columns-33-33-33 > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0;
	}

	div.columns-Icons,
	div.columns-IconsBig,
	div.columns-IconsLegend
	{
		margin-bottom: 1em;
	}

	div.columns-Icons > div,
	div.columns-IconsBig > div,
	div.columns-IconsLegend > div
	{
		text-align: center;
	}

	div.columns-Icons > div ul,
	div.columns-IconsBig > div ul,
	div.columns-Icons > div ol,
	div.columns-IconsBig > div ol
	{
		text-align: left;
	}

	div.columns-Icons > div:nth-child(1),
	div.columns-IconsBig > div:nth-child(1),
	div.columns-IconsLegend > div:nth-child(1)
	{
		width: 100%;
		margin-bottom: -20px;
	}

	div.columns-Icons > div:nth-child(2),
	div.columns-IconsBig > div:nth-child(2),
	div.columns-IconsLegend > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0;
	}

	.ColumnsAsSection,
	columns-IconsLegend
	{
		padding: 0;
		background-color: transparent;
	}

	div.ImageColumn
	{
		margin-top: 20px;
	}

	div.top-bar
	{
		min-height: 0;
	}

	div.topic-layout > div:nth-child(1)
	{
		display: none;
	}

	div.topic-layout > div:nth-child(2)
	{
		width: 98%;
		margin-left: 2%;
	}

	p.tile-title
	{
		font-size: 1.2em;
	}

	div.tiles > div
	{
		margin-top: 2%;
	}

	div.tiles > div:nth-child(1)
	{
		width: 90%;
		margin-left: 5%;
	}

	div.tiles > div:nth-child(2)
	{
		width: 90%;
		margin-left: 5%;
	}

	div.tiles > div:nth-child(3)
	{
		width: 90%;
		margin-left: 5%;
	}

	div.home-master-page-footer > div	/* Adds separators to the footer items when in mobile layout */
	{
		border-bottom: 1px solid #d3d3d3;
	}

	div.home-master-page-footer > div:nth-child(1)
	{
		width: 100%;
	}

	div.home-master-page-footer > div:nth-child(2)
	{
		width: 100%;
	}

	div.home-master-page-footer > div:nth-child(3)
	{
		width: 100%;
	}

	img.FooterLogo
	{
		margin-top: 5px;
	}

	div.Video
	{
		max-width: 100%;
	}

	div.VideoCard > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.VideoCard > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	p.centerColumn
	{
		text-align: center;
	}

	#ToTopBtn
	{
		bottom: 10px;
		right: 10px;
	}
}

