<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*&lt;meta /&gt;*/

/*----Schriftarten----*/

@font-face 
{
	font-family: 'Montserrat';
	src: url(../Fonts/Montserrat-Regular.ttf);
}

@font-face 
{
	font-family: 'Montserrat Light';
	src: url(../Fonts/Montserrat-Light.ttf);
}

@font-face 
{
	font-family: 'Montserrat Thin';
	src: url(../Fonts/Montserrat-Thin.ttf);
}

@font-face 
{
	font-family: 'Montserrat Medium';
	src: url(../Fonts/Montserrat-Medium.ttf);
}

/*----Farben----*/

:root
{
	--Black: #000000;
	--Medium: #b9bec1;
	--Light: #d0d3d5;
	--White: #ffffff;
	--Brand1: #ffd700;
	/*GeutebrÃ¼ck Gelb*/
	--Brand2: #fffacd;
	/*Helles Gelb*/
	--Dark: #45494c;
}

body
{
	font-family: Arial, Avenir, Myriad;
	/*max-width: 100%;*/
}

/*Topic Layout*/

.body-container
{
	padding-left: 2%;
	padding-top: 1%;
	padding-right: 10%;
}

/* 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-image: url('../Images/Backmatter-Heading-Background.png');
	background-repeat: no-repeat;
}

div.GlossaryPageTerm
{
	font-size: 12pt;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
}

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-image: url('../Images/Backmatter-Heading-Background.png');
	background-repeat: no-repeat;
}

/* Content */

img
{
	border: none;
	max-width: 100%;
	/*padding: 5px;
	height: 0%;*/
}

p
{
	margin-top: 20px;
	margin-bottom: 20px;
	letter-spacing: 0.25px;
	widows: 3;
	orphans: 3;
	font-family: 'Montserrat Light';
	font-size: 12pt;
	line-height: 17pt;
}

p.table-text
{
	font-size: 12pt;
	margin-top: 0px;
	margin-bottom: 5px;
}

/* Frontmatter */

hr.title-page
{
	border: solid 0px transparent;
	background-color: var(--Light);
	height: 1px;
	width: 100%;
	margin-bottom: 30px;
	margin-top: 370px;
}

p.created-using-flare
{
	color: var(--Dark);
	font-weight: bold;
	margin-top: 18px;
	font-size: 9pt;
	line-height: 15pt;
	text-transform: uppercase;
}

p.title
{
	line-height: 65pt;
	margin-top: 30px;
	mc-hyphenate: never;
	color: #ffffff;
	font-weight: bold;
	font-size: 45pt;
}

p.title-page-footer
{
	color: var(--Dark);
	font-size: 9pt;
	frame-break-before: always;
	line-height: 15pt;
	margin-top: 30px;
}

p.title-page-url
{
	color: var(--Dark);
	font-size: 9pt;
	line-height: 15pt;
}

/*Schriftart Inhaltsverzeichnis*/

p.TOC1
{
	color: var(--Dark);
	line-height: 21pt;
	page-break-after: avoid;
	font-family: 'Montserrat Medium';
	font-weight: normal;
	font-size: 12pt;
	margin-bottom: 5px;
	margin-top: 5px;
}

p.TOC2
{
	color: var(--Dark);
	font-weight: normal;
	line-height: 21pt;
	margin-left: .5in;
	font-size: 12pt;
	margin-bottom: 5px;
	margin-top: 5px;
}

p.TOC3
{
	color: var(--Dark);
	line-height: 21pt;
	font-weight: normal;
	margin-left: 1in;
	font-size: 12pt;
	margin-bottom: 5px;
	margin-top: 5px;
}

/* Headings */

h1
{
	color: #000000;
	font-weight: normal;
	border-bottom-color: #ffd700;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	font-size: 26pt;
	font-family: 'Montserrat Medium';
}

h2
{
	color: #000000;
	font-size: 20pt;
	font-family: 'Montserrat Medium';
	margin-bottom: .67em;
	margin: .67em 0em;
	font-weight: normal;
}

h3
{
	color: #000000;
	mc-heading-level: 3;
	font-family: 'Montserrat Medium';
	font-size: 16pt;
	margin: .67em 0;
	font-weight: normal;
}

h4
{
	color: #000000;
	font-size: 12pt;
	font-family: 'Montserrat Medium';
	mc-heading-level: 4;
	margin: .67em 0;
	font-weight: normal;
}

h5
{
	font-weight: bold;
	font-family: 'Montserrat Light';
	color: #000000;
	mc-heading-level: 0;
	font-size: 12pt;
	margin: .67em 0;
}

h6
{
	font-weight: bold;
	font-family: 'Montserrat Light';
	font-size: 12pt;
	mc-heading-level: 0;
}

/* Tabellen */
/* Style: gelb */

table.TableStyle-gelb
{
	width: 75% !important;
}

/*------------------------------------------------------------- Home page topic -----------------------------------------------------*/

div.home-layout
{
	padding: 2% 5%;
}

div.home-section
{
	border-bottom: solid 1px var(--Light);
	border-bottom-width: 0px;
	padding: 2% 0;
	padding-bottom: 1%;
	padding-top: 1%;
}

div.home-tiles	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	background: transparent;
}

div.home-tiles::before
{
	content: ' ';
	display: table;
}

div.home-tiles::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-tiles &gt; div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: var(--Brand2);
	padding: 2%;
}

div.home-tiles &gt; div:nth-child(1)
{
	width: 48%;
	margin-left: 0%;
}

div.home-tiles &gt; div:nth-child(2)
{
	width: 48%;
	margin-left: 4%;
}

div.home-tiles-layout	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.home-tiles-layout::before
{
	content: ' ';
	display: table;
}

div.home-tiles-layout::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-tiles-layout &gt; div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.home-tiles-layout &gt; div:nth-child(1)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.home-tiles-layout &gt; div:nth-child(2)
{
	width: 66.66667%;
	margin-left: 0%;
}

div.home-tiles-layout p
{
	line-height: 1.2;
}

div.quick-links	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	padding-left: auto;
	padding-right: auto;
	width: 100%;
}

div.quick-links::before
{
	content: ' ';
	display: table;
}

div.quick-links::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.quick-links &gt; div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.quick-links &gt; div:nth-child(1)
{
	width: 20%;
	margin-left: 0%;
	margin-right: 5%;
}

/*fÃ¼r weitere Spalten jeweils neue child objekte hinzufÃ¼gen*/

div.quick-links &gt; div:nth-child(2)
{
	width: 20%;
	margin-left: 0%;
	margin-right: 5%;
}

div.quick-links &gt; div:nth-child(3)
{
	width: 20%;
	margin-left: 0%;
	margin-right: 5%;
}

div.quick-links &gt; div:nth-child(4)
{
	width: 20%;
	margin-left: 0%;
	margin-right: 0%;
}

div.quick-links *	/*Text-align center set to all elements within div.quick-links*/
{
	text-align: center;
}

div.topic-hero
{
	background-size: cover;
	background-attachment: scroll;
	padding: 5%;
	background-image: url('../Images/background-Website-1255x150.png');
}

div.topic-hero h1
{
	color: var(--White);
	font-size: 36pt;
	text-align: center;
	margin-right: 0;
}

html.home-topic	/*Used on home topic to override padding set in the skin*/
{
	
}

html.home-topic .body-container	/*Overrides padding set in the skin*/
{
	padding-left: 1%;
	padding-right: 10%;
	padding-top: 0%;
}

html.home-topic .main-section &gt; .outer-row	/*Overrides padding set in the skin when in tablet,mobile*/
{
	max-width: 100%;
	padding: 0%;
}

/* Links */

a
{
	color: var(--Black);
	font-family: 'Montserrat Medium';
}

a:link
{
	color: var(--Black);
	text-decoration: underline;
}

a:visited
{
	color: var(--Black);
	text-decoration: none;
}

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

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

/* Master page */

div.home-footer
{
	padding: 2% 5%;
	color: #ffd700;
	font-family: Montserrat;
	font-weight: bold;
	background-color: #0a0a0a;
}

p.footer
{
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 13pt;
	color: var(--White);
}

p.footer-sub
{
	color: var(--White);
	font-size: 14pt;
	margin-top: 14px;
}

ul
{
	list-style-type: disc;
	font-family: 'Montserrat Light';
}

ol
{
	font-family: 'Montserrat Light';
}

p.TOC4
{
	margin-left: 1.5in;
	color: var(--Dark);
	margin-bottom: 5px;
	margin-top: 5px;
}

a:hover
{
	font-weight: bold;
}

/*---------------------------------------------Tablet Output Konfigurationen------------------------------------*/

@media only screen and (max-device-width: 1279px)
{
	/*----- Home page topic -----*/

	div.home-tiles &gt; div:nth-child(1)
	{
		width: 49%;
		margin-left: 0%;
	}

	div.home-tiles &gt; div:nth-child(2)
	{
		width: 49%;
		margin-left: 2%;
	}

	div.home-tiles-layout &gt; div:nth-child(1)
	{
		width: 40%;
		margin-left: 30%;
	}

	div.home-tiles-layout &gt; div:nth-child(2)
	{
		width: 90%;
		margin-left: 5%;
	}

	/*----- Quick Links-----*/

	div.quick-links &gt; div:nth-child(1)
	{
		width: 20%;
		margin-left: 10%;
		margin-right: 5%;
	}

	div.quick-links &gt; div:nth-child(2)
	{
		width: 20%;
		margin-left: 5%;
		margin-right: 5%;
	}

	div.quick-links &gt; div:nth-child(3)
	{
		width: 20%;
		margin-left: 5%;
		margin-right: 10%;
	}

	/*Homepage Layout*/

	html.home-topic .body-container
	{
		margin-left: 0;
		padding: 0;
	}

	/*Topic Layout*/

	.body-container
	{
		margin-left: 0;
		padding: 0;
	}

	div.topic-hero
	{
		background-size: cover;
		background-attachment: scroll;
		padding: 2%;
		background-image: url('../Images/background-Website-1255x300.png');
	}

	table.TableStyle-gelb
	{
		width: 100% !important;
	}
}

/*------------------------------------------Handy Output Konfigurationen---------------------------------------*/

@media only screen and (max-device-width: 767px)
{
	/*----- Home page topic ------*/

	div.home-tiles &gt; div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.home-tiles &gt; div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
		margin-top: 5%;
	}

	div.home-tiles-layout p
	{
		line-height: 1.2;
	}

	div.quick-links &gt; div:nth-child(1)
	{
		width: 50%;
		margin-left: 25%;
		margin-right: 25%;
	}

	div.quick-links &gt; div:nth-child(2)
	{
		width: 50%;
		margin-left: 25%;
		margin-right: 25%;
	}

	div.quick-links &gt; div:nth-child(3)
	{
		width: 50%;
		margin-left: 25%;
		margin-right: 25%;
	}

	.body-container
	{
		margin-left: 0;
		padding: 0;
	}

	/*--Homepage Hintergrundbild--*/

	div.topic-hero
	{
		background-size: cover;
		background-attachment: scroll;
		padding: 2%;
		background-image: url('../Images/background-Website-1255x150.png');
	}

	/*--Homepage Ãœberschrift--*/

	div.topic-hero h1
	{
		color: var(--White);
		font-size: 24pt;
		text-align: center;
		margin-right: 1%;
		margin-left: 1%;
	}

	/*---Fusszeile----*/

	p.footer
	{
		margin-top: 5px;
		margin-bottom: 5px;
		line-height: 11pt;
		color: var(--White);
		font-size: 9pt;
	}

	table.TableStyle-gelb
	{
		width: 100% !important;
	}

	div.quick-links &gt; div:nth-child(4)
	{
		margin-left: 25%;
		margin-right: 25%;
		width: 50%;
	}
}

/*-------------------------------------------Print Output (PDF)------------------------------------------------*/

@media print
{
	body
	{
		font-size: 11pt;
		line-height: 13pt;
		margin: 8px;
	}

	/* Content */

	p
	{
		margin-bottom: 10px;
		margin-top: 10px;
		font-size: 11pt;
		line-height: 13pt;
	}

	p.table-text
	{
		font-size: 11pt;
	}

	/* Headings */

	h1
	{
		font-size: 25pt;
		line-height: 27pt;
		margin-bottom: 20px;
	}

	h1.TOC
	{
		mc-heading-level: 0;
		column-break-after: avoid;
	}

	h2
	{
		font-size: 21pt;
		font-weight: normal;
		line-height: 23pt;
		margin-bottom: 20px;
		margin-top: 20px;
	}

	h3
	{
		font-size: 15pt;
		font-weight: normal;
		line-height: 17pt;
		margin-bottom: 15px;
		margin-top: 15px;
	}

	h4
	{
		font-size: 12pt;
		font-weight: normal;
		line-height: 14pt;
		margin-bottom: 12px;
		margin-top: 12px;
	}

	/* Links */

	p.IMPORTANT
	{
		background-image: url('../Images/Warning-IMPORTANT-32x32.png');
	}

	p.HINWEIS
	{
		background-image: url('../Images/Website Icons/gb-icon-information-32x32.png');
		background-size: 30px 32px;
		margin-left: 20px;
		margin-top: 0px;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-right: 5px;
		padding-left: 35px;
		background-color: transparent;
		margin-right: 20px;
		background-repeat: no-repeat;
		margin-bottom: 0px;
		font-weight: bold;
		font-family: 'Montserrat Medium';
	}

	table.TableStyle-gelb
	{
		width: 100% !important;
	}
}

.select-language-drop-down
{
	left: revert !important;
	right: 0;
}

h1.homepage-title
{
	border-bottom-width: 0px;
	border-bottom-color: transparent;
	mc-heading-level: 0;
}

p.HINWEIS
{
	background-image: url('../Images/Website Icons/gb-icon-information-30x32.png');
	background-size: 30px 32px;
	margin-left: 20px;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 35px;
	background-color: transparent;
	margin-right: 20px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	font-family: 'Montserrat Medium';
	font-weight: normal;
}

p.IMPORTANT
{
	background-repeat: no-repeat;
	background-image: url('../Images/Menu and Toolbar Icons-pressed-24x24/Warning_32_pressed.png');
	margin-left: 20px;
	margin-right: 20px;
	font-family: Montserrat;
	font-weight: normal;
	mc-auto-number-format: '{b}IMPORTANT: {/b}';
	background-position: left top;
	margin-top: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 10px;
	margin-bottom: 10px;
	padding-left: 35px;
	border: solid 2px #ffd700;
}

p.Beispiel
{
	font-weight: normal;
	background-color: #ffffff;
	background-repeat: no-repeat;
	mc-auto-number-class: Admonition;
	line-height: 20pt;
	letter-spacing: .25;
	background-position: 10px 25px;
	margin-right: 20px;
	margin-left: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 5px;
	font-family: 'Montserrat Light';
	color: #000000;
	border: solid 2px #ffd700;
	mc-auto-number-format: '{b}{color #ffd700}Example {/color}{/b}';
	margin-bottom: 5px;
	margin-top: 5px;
}

p.Fusszeile
{
	font-size: 8pt;
	color: #a9a9a9;
	line-height: 16pt;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-left: 2px;
	padding-top: 0;
	border-top: none;
	border-top-style: solid;
	border-top-color: #ffd700;
	border-top-width: 1pt;
}

p.License
{
	color: #999999;
	background-image: url('../Images/Lizenz.png');
	Background-size: 18px 14px;
	background-repeat: no-repeat;
	font-size: 10pt;
	padding-left: 22px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 0;
	margin-top: 0;
	background-origin: padding-box;
	background-position: left;
	background-clip: padding-box;
	background-attachment: local;
	background-size: auto;
}

p.Code
{
	font-family: monospace;
	font-size: 10pt;
	color: #969696;
}

p.finalPage
{
	mc-heading-level: 0;
	font-family: 'Montserrat Medium';
	color: #ffd700;
	orphans: 0;
	widows: 0;
	mc-auto-number-position: inside-head;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.Getting_started	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

p.table-head
{
	font-size: 12pt;
	margin-top: 0px;
	font-family: 'Montserrat Medium';
	font-weight: bold;
	margin-bottom: 0px;
}

span.SearchHighlight1
{
	color: #000000;
	background-color: #ffd700;
}

</pre></body></html>