/*<meta conditions="Default_Conditions.GlobalContent" />*/

@import url('default_localizedstyles.css');

@import url('default_feedback.css');

@import url('default_consent.css');

@import url('default_card-layout.css');
@import url('default_zendesk-search.css');
body
{
	color: var(--FontColor);
	font-family: var(--FontBody), Arial, sans-serif;
	padding: 0% 10%;
	background-color: var(--Background);
}

/* Backmatter */

div.GlossaryPageDefinition
{
	font-size: 10pt;
}

div.GlossaryPageHeading
{
	font-size: 21pt;
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 15px;
	border-bottom-color: var(--Medium);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: left;
	color: inherit;
	padding-left: 10px;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-right: 10px;
	background-repeat: no-repeat;
}

div.GlossaryPageTerm
{
	font-size: 12pt;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
}

MadCap|glossaryProxy
{
	border-top: none;
}

MadCap|indexProxy
{
	border-top: none;
}

p.Index1
{
	font-size: 10pt;
	font-weight: bold;
}

p.Index2
{
	font-size: 10pt;
	font-weight: normal;
}

p.IndexHeading
{
	font-size: 21pt;
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 15px;
	border-bottom-color: var(--Medium);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: left;
	color: inherit;
	padding-left: 10px;
	padding-bottom: 20px;
	padding-top: 12px;
	padding-right: 10px;
	background-repeat: no-repeat;
}

/* Content */

p	/*,
MadCap|dropDownHead.dropdownstep*/
{
	font-size: 1em;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 1.5em;
	font-weight: 400;
	widows: 3;
	orphans: 3;
	font-family: var(--FontBody), Arial, sans-serif;
}

.textcenter
{
	text-align: center;
}

tr:hover
{
	background-color: var(--Medium);
}

/*Images*/

img
{
	max-width: 100%;
	margin-top: 1em;
}

img.icon
{
	height: auto;
	width: 24px;
	max-height: 24px;
	margin-top: 0;
}

img.Thumbnail
{
	mc-thumbnail-max-width: 400px;
	mc-thumbnail-max-height: auto;
	mc-thumbnail: popup;
	border: dashed 1px var(--MainColor);
}

img.ThumbnailPortrait
{
	mc-thumbnail-max-height: 400px;
	mc-thumbnail-max-width: auto;
	mc-thumbnail: popup;
	border: none;
}

img.Max50px
{
	max-width: 50px;
}

img.Max100px
{
	max-width: 100px;
}

img.Max150px
{
	max-width: 150px;
}

img.Max250px
{
	max-width: 250px;
}

img.Max400px
{
	max-width: 400px;
}

img.Max800px
{
	
}

img.Max50percent
{
	max-width: 50%;
}

img.Max80percent
{
	max-width: 80%;
}

img.frame
{
	border: 2px solid var(--LinesColor);
	padding: 0.4em;
}

/*Hervorhebungen*/

span.color
{
	color: var(--MainColor);
}

span.shortcut
{
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0.1em 0.3em;
	margin: 0.1em 0.2em;
	box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2), 0 0 0 2px #fff inset;
	background-color: #f7f7f7;
	color: var(--Dark);
}

span.uielement
{
	text-transform: uppercase;
	/*font-weight: 700;*/
	font-weight: normal;
	font-family: var(--FontBodySemiBold), Arial, sans-serif;
}

.logotext
{
	font-family: "arboria", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.banner-img
{
	display: flex;
	align-items: center;
	/* vertikal mittig */
	justify-content: center;
	/* als Gruppe mittig in der Zeile */
	gap: 0.6rem;
	/* Abstand zwischen SVG und Text */
	text-align: center;
	font-family: "arboria", sans-serif;
	font-weight: 700;
	font-style: normal;
}

/* SVG links einblenden */

.banner-img::before
{
	content: "";
	display: inline-block;
	/* Größe. Passe das an dein Layout an */
	height: 1.5em;
	/* skaliert mit Schriftgröße*/
	width: auto;
	aspect-ratio: 4 / 1;
	/* fix, oder nutze aspect-ratio unten */
	background-image: var(--LogoImageBanner);
	background-repeat: no-repeat;
	/*background-position: center;*/
	background-size: contain;
	flex: 0 0 auto;
	/*transform: translateY(-0.05em);*/
}

p.release
{
	font-size: 0.8em;
	margin-top: -1em;
	color: var(--SecondaryColor);
}

p.subheading
{
	padding-bottom: 0.8em;
	border-bottom: solid 1px var(--LinesColor);
	font-weight: 600;
	font-family: var(--FontBodyBold), Arial, sans-serif;
}

.bold
{
	font-weight: 600;
	font-family: var(--FontBodyBold), Arial, sans-serif;
}

span.Label,
span.GoToTop
{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-width: 1.35em;
	height: 1.35em;
	padding: 0 0.18em;
	box-sizing: border-box;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	margin-right: 0.35em;
	font-weight: normal;
	/*700*/
	font-family: var(--FontBodySemiBold), Arial, sans-serif;
	font-size: 0.95em;
	background-color: var(--MainColor);
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	color: var(--FontColor);
	margin-bottom: 0.2em;
}

.checkmark
{
	color: green;
	font-size: 24px;
	font-weight: bold;
	display: inline-block;
}

a.noUnderline
{
	text-decoration: none;
}

.GoToTop
{
	content: "\2B06";
	text-decoration: none;
}

a:link
{
	color: var(--ColoredFontColor);
}

a:visited
{
	color: var(--ColoredFontColor);
}

ul.navigation li > a:hover
{
	background-color: var(--MainColor);
}

.MarkAsNew a::after
{
	vertical-align: super;
	position: relative;
	left: 5px;
	bottom: 2px;
	font-size: smaller;
	color: var(--SecondaryColor);
	font-weight: 200;
}

/*Hinweise*/

.Note,
.Tip,
.Warning
{
	/*background-color: var(--InfoColor);*/
	background: linear-gradient(180deg, var(--PanelHighlightTop) 0%, var(--PanelHighlightBottom) 32%), linear-gradient(180deg, var(--PanelBackgroundTop) 0%, var(--PanelBackgroundBottom) 100%);
	padding: 10px 10px;
	border: 1px solid var(--PanelBorder);
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	margin: 10px 0;
	position: relative;
	page-break-inside: avoid;
	box-shadow: 0 10px 30px var(--PanelShadowSoft);
	color: var(--PanelText);
}

.Note
{
	background: linear-gradient(180deg, var(--NoteAccentTop) 0%, var(--NoteAccentBottom) 18%, var(--NoteAccentFade) 42%), linear-gradient(180deg, var(--PanelBackgroundTop) 0%, var(--PanelBackgroundBottom) 100%);
	border-color: var(--NoteBorder);
}

.Tip
{
	background: linear-gradient(180deg, var(--TipAccentTop) 0%, var(--TipAccentBottom) 18%, var(--TipAccentFade) 42%), linear-gradient(180deg, var(--PanelBackgroundTop) 0%, var(--PanelBackgroundBottom) 100%);
	border-color: var(--TipBorder);
}

.Warning
{
	background: linear-gradient(180deg, var(--WarningAccentTop) 0%, var(--WarningAccentBottom) 18%, var(--WarningAccentFade) 42%), linear-gradient(180deg, var(--PanelBackgroundTop) 0%, var(--PanelBackgroundBottom) 100%);
	border-color: var(--WarningBorder);
}

.Example,
div.Requirement,
.UseCases
{
	margin-top: 2rem;
	padding: 1.4rem;
	background: linear-gradient(180deg, var(--PanelBackgroundTop) 0%, var(--PanelBackgroundBottom) 100%);
	border: 1px solid var(--PanelBorder);
	border-radius: 16px;
	box-shadow: 0 10px 30px var(--PanelShadowStrong);
	color: var(--PanelText);
}

.Note .autonumber,
.Example .autonumber,
div.Requirement .autonumber,
.tablecaption .autonumber,
.imagetitle .autonumber,
.UseCases .autonumber
{
	color: var(--ColoredFontColor);
}

.Note .autonumber
{
	color: var(--NoteAccentText);
}

.Tip .autonumber
{
	color: var(--TipAccentText);
}

.Warning .autonumber
{
	color: var(--WarningAccentText);
}

.Box
{
	/*border-left: solid 4px var(--MainColor);*/
	background-color: var(--InfoColor);
	padding: 0.9em 1.875em;
	box-sizing: border-box;
}

.Box .Tip,
.Box .Note,
.Box .Warning,
.Box .Example,
.Box .UseCases
{
	border: 0.5px solid var(--LinesColor);
}

.Box .Note
{
	border-color: var(--NoteBorder);
}

.Box .Tip
{
	border-color: var(--TipBorder);
}

.Box .Warning
{
	border-color: var(--WarningBorder);
}

/*.UseCases
{
	background-color: var(--InfoColor);
	padding: 10px 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 10px 0;
	position: relative;
	page-break-inside: avoid;
}*/

.UseCases .autonumber
{
	color: var(--ColoredFontColor);
}

.Box .UseCases
{
	border: 0.5px solid var(--LinesColor);
}

.Box.searchtips
{
	margin-top: 1.5rem;
	padding: 1.35rem 1.5rem 1.45rem;
	background: linear-gradient(180deg, var(--TipAccentTop) 0%, var(--TipAccentBottom) 18%, var(--TipAccentFade) 42%), linear-gradient(180deg, var(--PanelBackgroundTop) 0%, var(--PanelBackgroundBottom) 100%);
	border: 1px solid var(--TipBorder);
	border-radius: 16px;
	box-shadow: 0 10px 30px var(--PanelShadowSoft);
	color: var(--PanelText);
	font-size: 1rem;
}

.Box.searchtips > p.bold
{
	margin: 0;
	padding-bottom: 0.85rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	color: var(--TipAccentText);
	font-family: var(--FontBodyBold), Arial, sans-serif;
	font-size: 1.15em;
}

.Box.searchtips ul
{
	margin: 1rem 0 0 0;
	padding-left: 0;
	list-style: none;
}

.Box.searchtips ul > li
{
	position: relative;
	margin-bottom: 0.85rem;
	padding-left: 1.1rem;
}

.Box.searchtips ul > li:last-child
{
	margin-bottom: 0;
}

.Box.searchtips ul > li::before
{
	content: "";
	position: absolute;
	top: 0.65em;
	left: 0;
	width: 0.38rem;
	height: 0.38rem;
	border-radius: 50%;
	background-color: var(--TipAccentText);
	box-shadow: 0 0 0 3px rgba(146, 212, 125, 0.08);
}

.Box.searchtips ul > li::marker
{
	content: none;
}

.Box.searchtips ul > li * p
{
	padding-left: 0;
}

.Box.searchtips li p
{
	margin: 0.15rem 0;
	color: var(--PanelText);
	line-height: 1.5;
}

.Box.searchtips li p.bold
{
	margin-bottom: 0.2rem;
	color: var(--PanelText);
	font-family: var(--FontBodySemiBold), Arial, sans-serif;
}

.Box.searchtips li p:not(.bold)
{
	color: var(--FontColor2);
}

@media tablet
{
	.Box.searchtips
	{
		padding: 1.25rem 1.35rem;
	}
}

@media mobile
{
	.Box.searchtips
	{
		padding: 1.15rem 1.15rem 1.25rem;
	}
}

@media print
{
	.Box.searchtips
	{
		background: transparent;
		box-shadow: none;
	}

	.Box.searchtips li p,
	.Box.searchtips li p:not(.bold)
	{
		color: var(--FontColor);
	}
}

iframe
{
	width: 100%;
	height: 100vh;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: 0.8px solid var(--Dark);
}

.Shadow
{
	padding: 0 0.5em;
	margin: 1em 0;
	border: 0.5px solid var(--InfoColor);
	box-shadow: 0 0 10px rgba(255, 255, 255, 0.15);
}

/*To translate*/

/*.Tip
{
	border-left: solid 4px var(--MainColor);
}

.Note
{
	border-left: solid 4px var(--MainColor);
}

.Example
{
	border-left: solid 4px var(--MainColor);
}

.Warning
{
	border-left: solid 4px var(--SecondaryColor);
}
*/

div.MoreInformation
{
	border-left: none;
	margin: 2em 0;
	border-top: 1px solid var(--InfoColor);
	padding-top: 1em;
	background-position-y: .5em;
}

div.MoreInformation > .autonumber
{
	display: block;
	margin-bottom: 0.65em;
	line-height: 1.35;
}

div.MoreInformation > ul
{
	margin-top: 0;
}

div.UseCases > ul
{
	margin-top: 1em;
}

.MoreInformation
{
	padding-left: 32px;
	padding-bottom: 5px;
	background-image: url('../images/default/default_moreinformation.svg');
	background-repeat: no-repeat;
	page-break-after: avoid;
}

span.moreinformation-inline-text
{
	display: inline-block;
	line-height: 16px;
	white-space: nowrap;
	vertical-align: baseline;
}

span.moreinformation-inline-glyph
{
	display: inline-block;
	margin-right: 0.28em;
	color: var(--MainColor);
	font-family: var(--FontBodyBold);
	font-size: 1.05em;
	line-height: 1;
	vertical-align: baseline;
}

span.nowrap-inline-icon
{
	white-space: nowrap;
}

p.imagetitle,
p.tablecaption,
p.howto,
.LastModified
{
	font-style: italic;
	font-size: 0.8em;
	margin-bottom: 10px;
}

/* Frontmatter */

hr.title-page
{
	border: solid 0px transparent;
	background-color: var(--Light);
	height: 1px;
	width: 100%;
	margin-bottom: 30px;
	margin-top: 370px;
}

MadCap|tocProxy
{
	border-top: none;
	margin-right: 0.25in;
}

p.title
{
	font-size: 55pt;
	line-height: 65pt;
	margin-top: 30px;
	mc-hyphenate: never;
}

p.title-page-footer
{
	color: var(--InfoColor);
	font-size: 9pt;
	frame-break-before: always;
	line-height: 15pt;
	margin-top: 30px;
}

p.title-page-url
{
	color: var(--InfoColor);
	font-size: 9pt;
	line-height: 15pt;
}

p.header	/*Programname+Version*/
{
	margin-top: 0;
	margin-left: auto;
	font-size: 1.4em;
	font-weight: 400;
	font-family: var(--FontH3), Arial, sans-serif;
	color: var(--ColoredFontColor);
}

p.TOC1
{
	color: var(--InfoColor);
	font-weight: normal;
	line-height: 21pt;
	margin-bottom: 15px;
	margin-top: 15px;
	page-break-after: avoid;
	font-size: 1em;
}

p.TOC2
{
	color: var(--InfoColor);
	font-size: 15pt;
	font-weight: normal;
	line-height: 21pt;
	margin-bottom: 13px;
	margin-left: .5in;
	margin-top: 13px;
}

p.TOC3
{
	color: var(--InfoColor);
	font-size: 13pt;
	line-height: 21pt;
	font-weight: normal;
	margin-bottom: 10px;
	margin-left: 1in;
	margin-top: 10px;
}

	p.TOC1:hover
	{
		background-color: var(--MainColor);
		color: var(--FontColor);
	}

div.TwoColumns	/*Responsive Layout*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
}

div.TwoColumns::before
{
	content: ' ';
	display: table;
}

div.TwoColumns::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.TwoColumns > div
{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.TwoColumns > div:nth-child(1)
{
	width: 49%;
	margin-left: 0%;
	float: left;
}

div.TwoColumns > div:nth-child(2)
{
	width: 49%;
	margin-left: 0;
	float: right;
}

div.TwoColumns > img
{
	margin-top: 0;
}

/* Generic classes */

.list::before
{
	content: "\00BB ";
	margin-right: 5px;
	font-weight: bold;
	font-size: 1.5rem;
	color: var(--MainColor);
}

/*.TwoColumns
{
	display: table;
	border-spacing: 1em;
	width: 100%;
}

.Columns
{
	display: table-cell;
	box-sizing: border-box;
	cell-spacing: 8px;
	padding: 0.5em;
	vertical-align: top;
}

.Columns:nth-child(1)
{
	width: 50%;
}

.Columns:nth-child(2)
{
	width: 50%;
}*/

.center
{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	float: none !important;
	text-align: center;
	font-size: 1.6875em;
	line-height: 2.025em;
	font-weight: 400;
	font-family: var(--FontH3), Arial, sans-serif;
}

.MainColor
{
	color: var(--ColoredFontColor);
}

/* Headings */

h1
{
	font-size: 3em;
	line-height: 120%;
	font-weight: 600;
	font-family: var(--FontH1), Arial, sans-serif;
	border-bottom: 4px solid var(--MainColor);
	padding: 17px 30px 10px 0px;
	margin-top: 0;
}

h2
{
	font-family: var(--FontH2), Arial, sans-serif;
	font-weight: 500;
	font-size: 2.25em;
	line-height: 120%;
	border-bottom: 2px solid var(--MainColor);
	page-break-before: always;
	margin-top: 5%;
}

h3
{
	font-family: var(--FontH3), Arial, sans-serif;
	font-weight: 400;
	font-size: 1.5em;
	line-height: 120%;
	border-bottom: 1px solid var(--InfoColor);
}

/* Home page topic */

.nav-search	/*Does not display search in Top Navigation for desktop*/
{
	display: none;
}

.navigation-wrapper
{
	align-self: center;
}

div.home-layout1
{
	padding: 2% 10%;
}

div.home-layout2
{
	padding: 2% 10%;
	text-align: justify;
	color: var(--Light);
}

div.home-section
{
	/*padding: 5%;*/
	border-bottom: solid 1px var(--Light);
}

div.home-section:last-of-type
{
	border-bottom: none;
}

div.home-tiles
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.home-tiles::before
{
	content: ' ';
	display: table;
}

div.home-tiles::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-tiles > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1%;
	color: var(--Light);
}

div.home-tiles > div:nth-child(1)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.home-tiles > div:nth-child(2)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.home-tiles > div:nth-child(3)
{
	width: 33.33333%;
	margin-left: 0%;
}

img.home-tile
{
	max-width: 100%;
	height: auto;
}

.tile-text
{
	font-size: 1.2em;
	/* Anpassung der Schriftgröße */
	line-height: 1.5em;
	/* Anpassung der Zeilenhöhe */
	font-weight: 400;
	font-family: var(--FontH3), Arial, sans-serif;
}

div.topic-hero
{
	padding: 8% 0;
	background-image: var(--KeyvisualImage);
	background-size: cover;
	background-attachment: scroll;
	border-radius: 2.5em;
}

div.topic-hero h1
{
	color: var(--FontColor);
	text-align: center;
	border: none;
	width: auto;
	margin-top: 0;
	margin-bottom: 0;
	font-family: var(--FontBody), sans-serif;
	font-size: 48px;
	font-weight: 600;
	line-height: 56px;
}

div.topic-hero h2
{
	margin-top: 0;
	margin-bottom: 2em;
	font-family: var(--FontBody), sans-serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 36px;
	text-align: center;
	border: none;
}

.topic-hero-img
{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 56px;
	width: 100%;
	max-width: 100%;
	background-image: var(--LogoImageBanner);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

html.home-topic	/*Used on Home.htm topic for styles set only on the home topic*/
{
	
}

html.home-topic .main-section > .outer-row	/*Overrides padding set in the skin*/
{
	max-width: 100%;
	padding: 0;
}

/*Survey/Feedback*/

div.feedbacksnippet
{
	float: left;
	margin-top: 5em;
	border-top: 1px solid var(--Dark);
	width: 100%;
}

._hj-widget-container ._hj-5vKq2__styles__surveyContainer._hj-7Itnd__styles__inline,
._hj-Pbej5__styles__resetStyles *
{
	font-family: var(--FontBody), Arial, sans-serif;
	border: none;
	box-shadow: none;
}

._hj-widget-container ._hj-7Itnd__styles__inline ._hj-S9XKO__styles__surveyTitle
{
	text-align: center;
}

._hj-widget-container ._hj-sTf29__styles__inlineWrapper
{
	padding: 0;
}

/* Links */

a
{
	color: var(--ColoredFontColor);
}

a.home-tiles
{
	color: var(--Light);
	font-size: 13pt;
	font-weight: bold;
	text-decoration: none;
	font-family: var(--FontBody), Arial, sans-serif;
}

MadCap|toggler
{
	color: var(--FontColor);
	/*mc-closed-image: url('Plus.png');
	mc-open-image: url('Minus.png');*/
	mc-closed-image: url('../images/default/default_arrowdown.svg');
	mc-open-image: url('../images/default/default_arrowup.svg');
	mc-image-position: right;
}

MadCap|popupHead
{
	color: var(--FontColor);
	border-bottom: 1px solid var(--MainColor);
}

MadCap|popupBody
{
	background-color: var(--InfoColor);
	color: var(--FontColor);
	border: solid 2px var(--LinesColor);
	padding: 0.8em;
}

MadCap|dropDown
{
	/*border-bottom: 1px solid var(--Light);*/
	mc-image-spacing: 10px;
	padding: 10px 0;
	/*mc-closed-image: url('Plus.png');
	mc-open-image: url('Minus.png');*/
	mc-closed-image: url('../images/default/default_arrowdown.svg');
	mc-open-image: url('../images/default/default_arrowup.svg');
	mc-image-position: right;
}

MadCap|dropDownBody
{
	padding: 0px 10px;
	margin-left: 0;
}

MadCap|dropDownHotspot
{
	cursor: pointer;
	text-decoration: none;
	color: var(--FontColor);
	border-bottom: none;
}

MadCap|expandingBody
{
	padding-left: 10px;
}

MadCap|expandingHead
{
	font-weight: normal;
	cursor: hand;
	text-decoration: none;
	color: var(--FontColor);
}

MadCap|expanding
{
	mc-closed-image: url('../images/default/default_arrowdown.svg');
	mc-open-image: url('../images/default/default_chevronright.svg');
}

MadCap|xref
{
	font-weight: bold;
	mc-format: '{para}';
	text-decoration: underline;
	color: var(--ColoredFontColor);
}

/*breaks*/

.NoPagebreakbefore,
.pagebreakAvoid
{
	page-break-before: avoid;
}

.Pagebreakbefore,
.pagebreak
{
	page-break-before: always;
}

div.noBreak,
tr	/*Elemente gruppieren,kein Seitenumbruch darin erlaubt*/
{
	page-break-inside: avoid;
}

/* Lists */

dd,
dd p,
dt,
dt p,
li,
li p
{
	margin-bottom: 8px;
	margin-top: 8px;
}

dl,
ol,
ul
{
	letter-spacing: .25px;
	line-height: 20pt;
	margin-top: 0px;
	margin-bottom: 0px;
}

ol > li::marker
{
	color: var(--MainColor);
	font-weight: bold;
}

ul > li,
ul > li * p
{
	padding-left: 10px;
	margin-top: 0;
	margin-bottom: 0.3em;
}

ul.Step
{
	list-style-type: none;
}

ul.Step > li::marker
{
	content: "\00BB ";
}

ul
{
	list-style-type: disc;
	list-style-image: none;
}

ul > li::marker
{
	color: var(--MainColor);
	content: '\25Cf';
}

ul > li > ul
{
	list-style-image: none;
}

ul > li > ul > li::marker
{
	color: var(--MainColor);
	content: '\25C9';
}

ul > li > ul > li > ul
{
	list-style-image: none;
}

ul > li > ul > li > ul > li::marker
{
	color: var(--MainColor);
	content: '\25CB';
}

/* Master pages */
/*==Home Page Footer==*/

div.footer
{
	background-color: var(--Dark);
}

div.footer a
{
	text-decoration: none;
	color: var(--FontColor);
}

div.footer p	/* Complex Selector: Any <p> that is contained within div.footer will have the following properties */
{
	color: var(--FontColor);
	margin-bottom: 0;
	text-align: center;
	font-size: 1.6875em;
	font-family: var(--FontH3), Arial, sans-serif;
}

div.home-master-page-footer
{
	/*display: flex;
	flex-direction: column;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	width: 30%;*/
	width: 100%;
	margin: 0 auto;
}

div.footer-section
{
	width: 100%;
	text-align: center;
}

div.footer-socials
{
	display: flex;
	justify-content: center;
	gap: 1em;
	/* Abstand zwischen den Icons */
	width: 100%;
	padding-bottom: 1em;
}

div.footer-socials a
{
	display: flex;
	align-items: center;
}

div.footer-socials img.footer-socials-icon
{
	width: 40px;
	height: 40px;
	display: block;
	margin-top: 0;
	flex: 0 0 auto;
}

div.footer-socials img.footer-socials-brand
{
	object-fit: cover;
	object-position: center;
	border-radius: 50%;
}

div.footer-socials img.footer-socials-icon-twitter
{
	width: 34px;
	height: 34px;
}

/* 3 Bereiche. links leer, mitte Social Block, rechts Sprache */

div.footer-row
{
	display: grid;
	grid-template-columns: 1fr minmax(280px, 30%) 1fr;
	align-items: center;
	padding: 1rem 0;
}

/* Optional: explizite Spaltenzuweisung für Stabilität */

div.footer-left
{
	grid-column: 1;
	justify-self: center;
	align-self: center;
	position: relative;
	z-index: 2;
}

div.footer-center
{
	grid-column: 2;
	position: relative;
	z-index: 1;
}

div.footer-language
{
	grid-column: 3;
}

/* Sprachelement rechts unten */

div.footer-language
{
	/*width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;*/
	justify-self: center;
	/* im Grid innerhalb der 3. Spalte zentrieren */
	align-self: center;
	display: inline-flex;
	/* schrumpft auf Inhalt */
	align-items: center;
	position: relative;
	/* Bezugspunkt für das Popup */
	overflow: visible;
}

/* Toolbar-Skin: typische "rechts"-Ausrichtung neutralisieren */

div.footer-language .buttons.mc-component,
div.footer-language .buttons.mc-component > ul,
div.footer-language [class*="button-group-container"]
{
	float: none !important;
	margin: 0 auto !important;
}

/* ULs im Toolbar als Flex zentrieren */

div.footer-language .buttons.mc-component > ul,
div.footer-language [class*="button-group-container"]
{
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	width: auto !important;
	padding: 0 !important;
}

/* Nur das Select-Language Popup anfassen */

div.footer-language div.toolbar-button-drop-down.select-language-drop-down[id^="link-list-popup"]
{
	position: absolute !important;
	box-shadow: none;
	/* Flare Inline-Werte neutralisieren */
	top: auto !important;
	right: auto !important;
	left: 0 !important;
	bottom: calc(100% + 8px) !important;
	z-index: 9999 !important;
	/* optional, damit es nicht zu groß wird */
	max-height: 40vh;
	overflow: auto;
}

/*Language Flags*/

div.toolbar-button-drop-down.select-language-drop-down[id^="link-list-popup"] a[data-lang="de"]::before
{
	background-image: url('../images/screenonly/default-flags-de.svg');
}

div.toolbar-button-drop-down.select-language-drop-down[id^="link-list-popup"] a[data-lang="en"]::before
{
	background-image: url('../images/screenonly/default-flags-en.svg');
}

div.toolbar-button-drop-down.select-language-drop-down[id^="link-list-popup"] a[data-lang="fr"]::before
{
	background-image: url('../images/screenonly/default-flags-fr.svg');
}

/* Einträge layouten */

div.toolbar-button-drop-down.select-language-drop-down[id^="link-list-popup"] ul li a
{
	display: flex;
	align-items: center;
	gap: .5rem;
	white-space: nowrap;
}

/* Flaggenplatz */

div.toolbar-button-drop-down.select-language-drop-down[id^="link-list-popup"] ul li a::before
{
	content: "";
	width: 1.2em;
	height: 0.85em;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 2px;
	flex: 0 0 auto;
}

/* Optional: falls der Proxy im Output zu breit wird 
div.footer-language MadCap|topicToolbarProxy {
  white-space: nowrap;
}*/

/*div.home-master-page-footer	
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	width: 30%;
}

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: 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.home-master-page-footer .center
{
	line-height: 0%;
}*/

div.side-content	/*Used on OtherTopics.flmsp for the menu*/
{
	width: 300px;
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

div.Infobar	/*Responsive Layout*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
}

div.Infobar::before
{
	content: ' ';
	display: table;
}

div.Infobar::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.Infobar > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.Infobar > div:nth-child(1)	/*Menu Proxy container*/
{
	width: 25%;
	margin-left: 0%;
	/*border-right: 1px solid #d3d3d3;*/
}

div.Infobar > div:nth-child(2)
{
	width: 73%;
	margin-left: 2%;
	text-align: right;
}

div.search-toolbar
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	min-height: 50px;
	display: flex;
	/*justify-content: space-between;
	 verteilt die Boxen gleichmäßig */
	align-items: center;
	/* zentriert die Boxen vertikal */
}

div.search-toolbar::before
{
	content: " ";
	display: table;
}

div.search-toolbar::after
{
	content: " ";
	display: table;
	clear: both;
}

div.search-toolbar > div
{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.search-toolbar > div:nth-child(1)	/*Searchbar*/
{
	width: 25%;
	margin-left: 0%;
}

div.search-toolbar > div:nth-child(2)	/*Breadcrumbs*/
{
	width: 60%;
	display: flex;
	/*justify-content: center;  zentriert den Inhalt horizontal */
	align-items: center;
	/* zentriert den Inhalt vertikal */
	/*text-align: center;  zentriert den Text innerhalb der Box */
}

div.search-toolbar > div:nth-child(3)	/*Topic Toolbar*/
{
	width: 15%;
	margin-left: 0%;
	text-align: right;
	/* optional: richtet den Text rechts aus */
	float: none;
	/* Entfernt das Floaten, da Flexbox verwendet wird */
}

/*._Skins_Default_GeneralSkin*/

/* Search results component:
   Skin owns the text/link/path/pagination base styling.
   This stylesheet keeps the section layout, cards, highlights, and responsive tweaks. */

#searchPane
{
	margin-top: 1.75rem;
	margin-bottom: 1.75rem;
	padding: 1.4rem 1.6rem 1.5rem;
	background: linear-gradient(180deg, var(--PanelHighlightTop) 0%, var(--PanelHighlightBottom) 32%), linear-gradient(180deg, var(--PanelBackgroundTop) 0%, var(--PanelBackgroundBottom) 100%);
	border: 1px solid var(--PanelBorder);
	border-radius: 16px;
	box-shadow: 0 10px 30px var(--PanelShadowSoft);
	color: var(--PanelText);
}

#results-heading,
._Skins_Default_SearchResults.mc-component #results-heading
{
	margin: 0 0 1rem 0;
	padding: 0 0 0.85rem 0;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

#results-heading .query
{
	color: var(--MainColor);
}

#results-heading .total-results
{
	color: var(--PanelText);
}

#resultList
{
	list-style: none;
	padding-left: 0;
	margin: 0;
	display: grid;
	gap: 0.85rem;
}

#resultList > li
{
	position: relative;
	margin: 0;
	padding: 1rem 1.15rem 1rem 1.8rem;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.015) 100%);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 12px;
	transition: border-color 0.2s ease, transform 0.2s ease;
}

#resultList > li::before
{
	content: "";
	position: absolute;
	top: 1.25rem;
	left: 0.95rem;
	width: 0.45rem;
	height: 0.45rem;
	border-radius: 50%;
	background-color: var(--MainColor);
	box-shadow: 0 0 0 4px rgba(0, 174, 239, 0.12);
}

#resultList > li::marker
{
	content: none;
}

#resultList > li:hover
{
	border-color: rgba(0, 174, 239, 0.45);
	transform: translateY(-1px);
}

#resultList > li h3.title
{
	margin: 0;
	padding: 0;
	border: none;
	font-size: 1em;
	line-height: 1.35;
}

#resultList > li h3.title a:hover,
#resultList > li h3.title a:focus
{
	color: var(--MainColor);
	text-decoration: underline;
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.18em;
}

#resultList > li .description
{
	margin-top: 0.55rem;
}

#resultList > li .url
{
	margin-top: 0.75rem;
}

#resultList > li b,
span.SearchHighlight
{
	background-color: rgba(0, 174, 239, 0.22);
	border-radius: 4px;
	padding: 0 0.18em;
	box-sizing: border-box;
	color: var(--PanelText);
	font-family: var(--FontBodySemiBold), Arial, sans-serif;
	font-weight: 600;
}

#pagination
{
	margin-top: 1rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

#pagination a
{
	transition: border-color 0.2s ease, background-color 0.2s ease;
}

@media tablet
{
	#searchPane
	{
		padding: 1.25rem 1.35rem;
	}
}

@media mobile
{
	#searchPane
	{
		padding: 1.15rem 1.15rem 1.25rem;
	}

	#resultList > li
	{
		padding: 0.95rem 1rem 0.95rem 1.55rem;
	}

	#resultList > li::before
	{
		left: 0.7rem;
	}

	#pagination a
	{
		padding: 0.4rem 0.7rem;
	}
}

@media print
{
	#searchPane,
	#resultList > li
	{
		background: transparent;
		box-shadow: none;
	}

	#searchPane
	{
		border-color: #c7c7c7;
	}

	#resultList > li
	{
		border-color: #d8d8d8;
	}

	#resultList > li h3.title a,
	#resultList > li h3.title a:visited,
	#resultList > li .description,
	#resultList > li .url cite,
	#results-heading
	{
		color: var(--FontColor);
	}

	#resultList > li b,
	span.SearchHighlight
	{
		background-color: transparent;
		padding: 0;
		border-bottom: 1px solid currentColor;
	}
}

/*Dynamic Search*/

#searchResultsDropdown
{
	position: absolute;
	z-index: 1000;
	background-color: var(--InfoColor);
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 100%;
	box-sizing: border-box;
}

#searchResultsDropdown li
{
	padding: 10px;
	cursor: pointer;
	border-bottom: 1px solid var(--LinesColor);
}

#searchResultsDropdown li:hover
{
	background-color: var(--Medium);
}

#searchResultsDropdown li div.title
{
	color: var(--ColoredFontColor);
	font-size: 1em;
}

#searchResultsDropdown li div.preview
{
	color: var(--FontColor);
	font-size: 0.8em;
}

/*OMQ integration*/

.omq-help-wrapper > div.omq-help-container:nth-of-type(-n+2)
{
	display: none;
	/*height:0; min-height:0; margin:0; padding:0; border:0;
  	overflow:hidden;*/
}

#omq-help-container
{
	border-top: none !important;
}

.omq-help-container,
.omq-question-list__empty,
.omq-question-list__link
{
	padding: 0 !important;
}

/* ==========================================================================
	Layout Online - Seitenaufbau - MasterPage Common_Content                    
	========================================================================== */

/*._Skins_Default_GeneralSkin*/

._Skins_Default_GeneralSkin .off-canvas-wrapper-inner .outer-row,
.off-canvas-wrapper-inner .outer-row	/*Breite Inhalt, inkl. Menü*/
{
	max-width: 90%;
}

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%;
}

/*Navigation/TOC*/

.NoTocNoNr
{
	/*column-break-before: always;*/
	mc-auto-number-format: '{ }';
	mc-heading-level: 0;
}

ul.menu li::marker,
ul.navigation li::marker
{
	content: none;
}

ul.menu._Skins_Default_Topics_Menu.mc-component li > a.selected
{
	/*border-left: 2px solid var(--MainColor);
	background-color: var(--InfoColor);*/
	padding: 5px;
	color: var(--FontColor);
	font-weight: 500;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-sizing: border-box;
	display: inline-block;
}

/*ul.menu li.has-children > a::after
{
	content: " » ";
}*/

.navigation .has-children > a::after
{
	/*content: ' »';*/
	content: url('../images/default/default_arrowdown.svg');
	margin-left: 5px;
	/* Abstand zwischen dem Text und dem Symbol */
}

/* Trennlinie für Einträge der 1. Ebene innerhalb von sub-menu */

ul.nocontent.menu .sub-menu > li
{
	border-bottom: 1px solid var(--Medium);
	/* Dünne hellgraue Linie */
	margin-bottom: 5px;
	/* Optional: Abstand zwischen den Einträgen */
	padding-bottom: 5px;
	/* Optional: Abstand zwischen Eintrag und Linie */
}

ul.nocontent.menu .sub-menu > li:last-child,
ul.nocontent.menu .sub-menu .sub-menu > li
{
	border-bottom: none;
	/* Keine Linie unter dem letzten Eintrag */
}

/*==Elements for the left side of Master Page layout==*/

div.side-menu
{
	padding-left: 10px;
	margin-top: 15px;
}

/*.title-bar-layout a.logo
{
	background: var(--LogoImageHeader) !important;
	background-repeat: no-repeat !important;
	min-width: 151px;
}*/

.off-canvas-wrapper-inner nav.title-bar .outer-row
{
	height: 70px;
	max-height: 70px;
}

/* #################### Scrollbalken ################### */
/* Für Microsoft Edge-Browser */
/* Scrollbar */

::-ms-scrollbar
{
	width: 10px;
}

/* Scrollbar Track */

::-ms-scrollbar-track
{
	background-color: #f1f1f1;
}

/* Scrollbar Thumb */

::-ms-scrollbar-thumb
{
	background-color: #888;
	border-radius: 5px;
}

/* Scrollbar Thumb on hover */

::-ms-scrollbar-thumb:hover
{
	background-color: #555;
}

/* Für Webkit-basierte Browser (wie Chrome und Safari) */

::-webkit-scrollbar
{
	width: 10px;
}

::-webkit-scrollbar-track
{
	background-color: #f1f1f1;
}

::-webkit-scrollbar-thumb
{
	background-color: #888;
	border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover
{
	background-color: #555;
}

/* #################### Scrollbalken Ende ################### */

/* ==========================================================================
	ENDE - Layout Online - Seitenaufbau - MasterPage Common_Content                    
	========================================================================== */

MadCap|breadcrumbsProxy
{
	border-bottom-width: 0;
	color: var(--Light);
	mc-breadcrumbs-divider: ' » ';
	font-style: italic;
	font-size: 0.8em;
	border-bottom-style: none;
	border-bottom-color: transparent;
}

#back-to-top
{
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	background-color: var(--MainColor);
	color: white;
	text-align: center;
	width: 50px;
	/* Feste Breite */
	height: 50px;
	/* Feste Höhe */
	line-height: 50px;
	/* Vertikale Zentrierung des Inhalts */
	font-size: 24px;
	/* Schriftgröße anpassen */
	border-radius: 50%;
	/* Runde Form */
	cursor: pointer;
	z-index: 99;
	text-decoration: none;
	background-position: center;
	background-repeat: no-repeat;
	border-style: none;
}

#back-to-top:hover
{
	background-color: #555;
}

/* Page layout */

p.frame-footer-page-number
{
	color: var(--Medium);
	font-size: 11pt;
	font-weight: bold;
	text-align: right;
}

p.frame-footer-text
{
	color: var(--Medium);
	font-size: 11pt;
	font-weight: bold;
	text-transform: uppercase;
}

.page-layout-front-header
{
	background-color: var(--MainColor);
	height: 155px;
	width: 825px;
}

.page-layout-front-logo
{
	height: 90px;
	width: 724px;
	background-color: transparent;
	background-image: var(--LogoImageSvg);
	background-repeat: no-repeat;
	background-size: auto 100%;
}

.page-layout-front-main
{
	background-color: var(--LinesColor);
	height: 650px;
	margin: 0px;
}

.page-layout-front-footer
{
	height: 275px;
	margin: 0px;
	background-color: var(--InfoColor);
	background-repeat: no-repeat;
	background-size: cover;
}

/* Master page */

div.home-footer
{
	background-color: var(--MainColor);
	padding: 2% 5%;
}

MadCap|miniTocProxy
{
	color: var(--Light);
	border: none;
}

a.MiniTOC1,
a.MiniTOC1:link,
a.MiniTOC1:visited,
a.MiniTOC2,
a.MiniTOC2:link,
a.MiniTOC2:visited,
a.MiniTOC3,
a.MiniTOC3:link,
a.MiniTOC3:visited
{
	color: var(--Light);
	border: none;
}

a.MiniTOC1:before
{
	content: "» ";
	color: var(--MainColor);
}

a.MiniTOC1:hover
{
	font-weight: bold;
	color: var(--MainColor);
}

div.MCMiniTocBox_0
{
	border: none;
	padding-top: 0;
}

/*Language Button*/
/*.button-group-container-left,*/

.buttons._Skins_Default_Home_TopicToolbar.mc-component
{
	justify-content: center;
	display: flex;
	float: none;
}

.select-language-drop-down ul > li::marker
{
	content: '';
}

@media tablet
{
	body
	{
		font-size: 0.8em;
	}

	/* Home page topic */

	.nav-search	/*Displays search in Top Navigation for tablet/mobile*/
	{
		display: block;
	}

	div.side-content	/*Removes search-bar and menu set in topic in tablet*/
	{
		display: none;
	}

	html.home-topic .nav-search	/*Will not display search in Top Navigation on home page*/
	{
		display: none;
	}

	html.home-topic .body-container
	{
		margin-left: 0;
	}

	div.home-tiles > div:nth-child(1)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.home-tiles > div:nth-child(3)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.topic-layout > div:nth-child(1)
	{
		width: 0;
	}

	div.topic-layout > div:nth-child(2)
	{
		width: 90%;
	}

	.banner-img
	{
		flex-wrap: wrap;
	}
}

@media mobile
{
	/* Home page topic */

	div.home-layout
	{
		padding: 2% 5%;
	}

	div.home-section
	{
		padding: 10% 0;
	}

	img.home-tile
	{
		max-width: 25%;
	}

	div.home-tiles > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.home-tiles > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.topic-hero
	{
		padding: 15% 0;
	}

	div.topic-hero h1
	{
		font-size: 36pt;
	}

	div.home-layout1
	{
		padding: 2% 5%;
	}

	div.home-layout2
	{
		padding: 2% 13%;
	}
}

@media print
{
	body
	{
		--Background: #ffffff;
		--FontColor: #000000;
	}

	body
	{
		font-size: 11pt;
		line-height: 1.45;
		background-color: transparent;
		color: var(--FontColor);
		font-family: var(--FontBody), Arial, sans-serif;
		font-weight: 400;
		padding: 0%;
		/*Seitenrand*/
	}

	/* Content */

	p
	{
		margin-bottom: 8px;
		margin-top: 8px;
		widows: 3;
		orphans: 3;
	}

	p.table-text
	{
		font-size: 11pt;
		line-height: 1.45;
	}

	p.subheading
	{
		font-size: 1em;
		line-height: 1.4;
		padding-bottom: 0.5em;
		border-bottom-width: 1px;
		font-family: var(--FontBodyBold), Arial, sans-serif;
		font-weight: 700;
	}

	.bold
	{
		font-family: var(--FontBodyBold), Arial, sans-serif;
		font-weight: 700;
	}

	span.color
	{
		color: var(--ColoredFontColor);
	}

	span.shortcut
	{
		font-size: 0.9em;
		padding: 0.05em 0.25em;
		margin: 0 0.1em;
		border-color: #b5b5b5;
		box-shadow: none;
		background-color: transparent;
	}

	span.Label
	{
		display: inline-block;
		width: 20pt;
		height: 20pt;
		padding: 0;
		box-sizing: border-box;
		line-height: 20pt;
		text-align: center;
		vertical-align: middle;
		white-space: nowrap;
		margin-right: 0.35em;
		margin-bottom: 0;
		border: none;
		border-radius: 50%;
		background-color: var(--MainColor);
		color: #ffffff;
		font-family: var(--FontBodySemiBold), Arial, sans-serif;
		font-size: 10.5pt;
	}

	div.LabelBG
	{
		display: block;
		width: 20pt;
		height: 20pt;
		margin: 0 auto;
		box-sizing: border-box;
		border: none;
		border-radius: 50%;
		background-color: var(--MainColor);
		text-align: center;
	}

	span.LabelText
	{
		display: block;
		color: #ffffff;
		font-family: var(--FontBodySemiBold), Arial, sans-serif;
		font-size: 10.5pt;
		line-height: 20pt;
	}

	span.uielement
	{
		font-family: var(--FontBodySemiBold), Arial, sans-serif;
		font-size: 1em;
		letter-spacing: 0.01em;
	}

	p.imagetitle,
	p.tablecaption,
	p.howto,
	.LastModified
	{
		font-size: 8pt;
		line-height: 1.3;
		font-style: normal;
		page-break-before: avoid;
		page-break-inside: avoid;
	}

	/* Headings */

	h1
	{
		font-size: 24pt;
		line-height: 28pt;
		margin-bottom: 18px;
		border: none;
		font-family: var(--FontH1), Arial, sans-serif;
		font-weight: 500;
	}

	h2
	{
		font-size: 21pt;
		font-weight: 400;
		line-height: 24pt;
		margin-bottom: 16px;
		margin-top: 32px;
		border-bottom-width: 1px;
		font-family: var(--FontH2), Arial, sans-serif;
	}

	h3
	{
		font-size: 15pt;
		font-weight: 400;
		line-height: 18pt;
		margin-bottom: 12px;
		margin-top: 24px;
		border-bottom-color: var(--LinesColor);
		font-family: var(--FontH3), Arial, sans-serif;
	}

	h4
	{
		font-size: 15pt;
		line-height: 18pt;
		font-family: var(--FontBody), Arial, sans-serif;
		font-weight: 400;
	}

	h5
	{
		font-size: 14pt;
		line-height: 17pt;
		font-family: var(--FontBody), Arial, sans-serif;
		font-weight: 400;
	}

	h6
	{
		font-size: 12pt;
		line-height: 15pt;
		font-family: var(--FontBody), Arial, sans-serif;
		font-weight: 400;
	}

	table
	{
		width: 100%;
	}

	/*Images/Tables*/

	img,
	img.Max800px,
	img.Thumbnail
	{
		max-width: 15cm;
		width: auto;
		height: auto;
		border: none;
	}

	img.Thumbnail
	{
		width: 100%;
		height: auto;
		mc-thumbnail-max-width: 15cm;
	}

	table
	{
		max-width: 15cm;
		margin-left: 0;
		table-layout: fixed;
	}

	thead
	{
		display: table-header-group;
	}

	tfoot
	{
		display: table-footer-group;
	}

	td
	{
		vertical-align: top;
		overflow-wrap: break-word;
		word-wrap: break-word;
	}

	table img
	{
		max-width: 100%;
		/* Das Bild auf 100% der verfügbaren Breite der Tabelle setzen */
		height: auto;
		/* Das Verhältnis von Breite zu Höhe beibehalten */
	}

	.Box
	{
		padding: 1em;
		page-break-inside: avoid;
		margin: 1em 0;
	}

	div.TwoColumns
	{
		page-break-inside: avoid;
	}

	div.TwoColumns > div
	{
		page-break-inside: avoid;
	}

	div.TwoColumns > div:nth-child(1)
	{
		float: left;
		width: 49%;
		margin-left: 0;
	}

	div.TwoColumns > div:nth-child(2)
	{
		float: right;
		width: 49%;
		margin-left: 0;
	}

	div.TwoColumns > div img,
	div.TwoColumns > div table
	{
		max-width: 100% !important;
		width: auto;
	}

	.Box table
	{
		width: 100% !important;
		table-layout: fixed;
		border-collapse: collapse;
	}

	.Box td
	{
		vertical-align: top;
		padding: 0.5em;
	}

	.Box img
	{
		max-width: 7cm !important;
		height: auto;
		display: block;
		margin: 0 auto;
		page-break-inside: avoid;
	}

	.Box td img[src*='buttons/'],
	.Box td li img[src*='buttons/'],
	.TableStyle-Default_DescriptionTable td img[src*='buttons/'],
	.TableStyle-TopNav_DescriptionTable td img[src*='buttons/']
	{
		display: inline !important;
		width: auto !important;
		max-width: none !important;
		height: 1.05em !important;
		max-height: 1.05em !important;
		margin: 0 0.22em 0 0;
		float: none !important;
		vertical-align: -0.16em;
	}

	.Box td p > img[src*='buttons/']:only-child,
	.Box td li p > img[src*='buttons/']:only-child,
	.TableStyle-Default_DescriptionTable td p > img[src*='buttons/']:only-child,
	.TableStyle-TopNav_DescriptionTable td p > img[src*='buttons/']:only-child
	{
		display: block !important;
		height: auto !important;
		max-height: none !important;
		margin: 0 auto !important;
	}

	/*Emphasis*/

	span.uielement
	{
		font-family: var(--FontBodySemiBold), Arial, sans-serif;
	}

	p.release
	{
		font-size: 8pt;
		color: #666666;
	}

	/*Lists*/

	ol,
	ul
	{
		clear: both;
		/* Verhindert, dass die Liste neben gefloateten Elementen erscheint */
		display: block;
	}

	li
	{
		page-break-inside: avoid;
	}

	ul > li,
	ul > li * p,
	ol > li,
	ol > li * p
	{
		padding-left: 0px;
		margin-left: 0;
	}

	/* Links */

	MadCap|xref
	{
		font-weight: normal;
		color: var(--FontColor);
	}

	a,
	a:link,
	a:visited
	{
		color: var(--FontColor);
		text-decoration: none;
	}

	.Box
	{
		background-color: transparent;
		border: none;
		margin-left: 0;
	}


	p.MiniTOC1
	{
		color: var(--FontColor);
		font-family: var(--FontH3), Arial, sans-serif;
		font-size: 9.5pt;
		line-height: 1.25;
	}

	MadCap|miniTocProxy
	{
		color: var(--FontColor);
		border: none;
	}

	a.MiniTOC1,
	a.MiniTOC1:link,
	a.MiniTOC1:visited,
	a.MiniTOC2,
	a.MiniTOC2:link,
	a.MiniTOC2:visited,
	a.MiniTOC3,
	a.MiniTOC3:link,
	a.MiniTOC3:visited
	{
		color: var(--FontColor);
		border: none;
	}


}

/*Div*/

.do-not-display
{
	display: none;
}

/*Ausblenden im Style Window in Flare*/

#pagination,
#results-heading,
#searchResultsDropdown,
._hj-7Itnd__styles__inline,
._hj-Pbej5__styles__resetStyles,
._hj-S9XKO__styles__surveyTitle,
._hj-sTf29__styles__inlineWrapper,
._hj-widget-container,
.navigation-wrapper,
.off-canvas-wrapper-inner,
.outer-row,
.page-layout-front-footer,
.page-layout-front-header,
.page-layout-front-logo,
.page-layout-front-main,
p.frame-footer-page-number,
p.frame-footer-text,
p.title-page-footer,
.tile-text,
div.feedbacksnippet,
div.footer,
div.home-footer,
div.home-layout1,
div.home-layout2,
div.home-master-page-footer,
div.home-section,
div.home-tiles,
div.Infobar,
div.MCMiniTocBox_0,
div.search-toolbar,
div.side-content,
div.side-menu,
div.top-bar,
div.topic-hero,
div.topic-layout,
hr.title-page
{
	mc-hidden: hidden;
}

p.pdfhelpcover
{
	font-weight: 400;
	font-family: Epilogue;
	text-align: center;
	font-size: 22pt;
	color: #ffffff;
}

@media screen
{
	MadCap|dropDown
	{
		border-bottom: none 2px #000000;
	}
}

