﻿/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

body
{
	color: #FFFFFF;
	font-family: 'Inter', Arial, sans-serif;
	padding: 0% 10%;
	background-color: #000000;
}

/* Backmatter */

div.GlossaryPageDefinition
{
	font-size: 10pt;
}

div.GlossaryPageHeading
{
	font-size: 21pt;
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 15px;
	border-bottom-color: #45494c;
	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: #45494c;
	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
{
	font-size: 1em;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 1.5em;
	font-weight: 400;
	widows: 3;
	orphans: 3;
	font-family: 'Inter', Arial, sans-serif;
}

.textcenter
{
	text-align: center;
}

tr:hover
{
	background-color: #45494c;
}

/*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 #1246FF;
}

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 #b0bac6;
	padding: 0.4em;
}

/*Hervorhebungen*/

span.color
{
	color: #1246FF;
}

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: #252525;
}

span.uielement
{
	text-transform: uppercase;
	/*font-weight: 700;*/
	font-weight: normal;
	font-family: 'Inter-SemiBold', Arial, sans-serif;
}

p.release
{
	font-size: 0.8em;
	margin-top: -1em;
	color: #C254D3;
}

p.subheading
{
	padding-bottom: 0.8em;
	border-bottom: solid 1px #b0bac6;
	font-weight: normal;
	font-family: 'Inter-SemiBold', Arial, sans-serif;
}

.bold
{
	font-weight: normal;
	/*700*/
	font-family: 'Inter-Bold', Arial, sans-serif;
}

span.Label,
span.GoToTop
{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 1.2em;
	height: 1.2em;
	text-align: center;
	margin-right: 5px;
	font-weight: normal;
	/*700*/
	font-family: 'Inter-Bold', Arial, sans-serif;
	font-size: 1em;
	background-color: #1246FF;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	color: #FFFFFF;
	margin-bottom: 0.2em;
}

a.noUnderline
{
	text-decoration: none;
}

.GoToTop
{
	content: "\2B06";
	text-decoration: none;
}

a:link
{
	color: #698aFF;
}

a:visited
{
	color: #698aFF;
}

ul.navigation li > a::hover
{
	background-color: #1246FF;
}

.MarkAsNew a::after
{
	content: "*NEW*";
	vertical-align: super;
	position: relative;
	left: 5px;
	bottom: 2px;
	font-size: smaller;
	color: #C254D3;
	font-weight: 200;
}

/*Hinweise*/

.Note,
.Tip,
.Warning,
.Example,
div.Requirement
{
	background-color: #393939;
	padding: 10px 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 10px 0;
	position: relative;
	page-break-inside: avoid;
}

.Note .autonumber,
.Tip .autonumber,
.Example .autonumber,
div.Requirement .autonumber,
.tablecaption .autonumber,
.imagetitle .autonumber
{
	color: #698aFF;
}

.Warning .autonumber
{
	color: #C254D3;
}

.Box
{
	border-left: solid 4px #1246FF;
	background-color: #393939;
	padding: 0.9em 1.875em;
	box-sizing: border-box;
}

.Box .Tip,
.Box .Note,
.Box .Warning,
.Box .Example
{
	border: 0.5px solid #b0bac6;
}

/*To translate*/

.Tip
{
	mc-auto-number-format: '{b}TIP {/b}';
	border-left: solid 4px #1246FF;
}

.Note
{
	mc-auto-number-format: '{b}NOTE {/b}';
	border-left: solid 4px #1246FF;
}

.Example
{
	mc-auto-number-format: '{b}EXAMPLE {/b}';
	border-left: solid 4px #1246FF;
}

.Warning
{
	mc-auto-number-format: '{b}IMPORTANT {/b}';
	border-left: solid 4px #C254D3;
}

div.MoreInformation
{
	mc-auto-number-format: '{b}MORE INFORMATION {/b}';
	border-left: none;
}

.MoreInformation
{
	padding-left: 32px;
	padding-bottom: 5px;
	background-image: url('../../global/images/symbols/global_moreinformation.svg');
	background-repeat: no-repeat;
	page-break-after: avoid;
}

p.imagetitle
{
	mc-auto-number-format: '{b}FIGURE {/b}';
}

p.tablecaption
{
	mc-auto-number-format: '{b}TABLE {/b}';
}

p.howto
{
	mc-auto-number-format: '{b}HOW-TO VIDEO {/b}';
}

div.Requirement
{
	mc-auto-number-format: '{b}PREREQUISITE {/b}';
}

p.imagetitle,
p.tablecaption,
p.howto
{
	font-style: italic;
	font-size: 0.8em;
	margin-bottom: 10px;
}

/* Frontmatter */

hr.title-page
{
	border: solid 0px transparent;
	background-color: #d0d3d5;
	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: #393939;
	font-size: 9pt;
	frame-break-before: always;
	line-height: 15pt;
	margin-top: 30px;
}

p.title-page-url
{
	color: #393939;
	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: 'Epilogue-Regular', Arial, sans-serif;
	color: #698aFF;
}

p.TOC1
{
	color: #393939;
	font-weight: normal;
	line-height: 21pt;
	margin-bottom: 15px;
	margin-top: 15px;
	page-break-after: avoid;
	font-size: 1em;
}

p.TOC2
{
	color: #393939;
	font-size: 15pt;
	font-weight: normal;
	line-height: 21pt;
	margin-bottom: 13px;
	margin-left: .5in;
	margin-top: 13px;
}

p.TOC3
{
	color: #393939;
	font-size: 13pt;
	line-height: 21pt;
	font-weight: normal;
	margin-bottom: 10px;
	margin-left: 1in;
	margin-top: 10px;
}

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: #1246FF;
}

/*.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: 'Epilogue-Regular', Arial, sans-serif;
}

.checkmark
{
	color: green;
	font-size: 24px;
	font-weight: bold;
	display: inline-block;
}

.MainColor
{
	color: #698aFF;
}

/* Headings */

h1
{
	font-size: 3em;
	line-height: 120%;
	font-weight: 600;
	font-family: 'Epilogue-SemiBold', Arial, sans-serif;
	border-bottom: 4px solid #1246FF;
	padding: 17px 30px 10px 0px;
	margin-top: 0;
}

h2
{
	font-family: 'Epilogue-Medium', Arial, sans-serif;
	font-weight: 500;
	font-size: 2.25em;
	line-height: 120%;
	border-bottom: 2px solid #1246FF;
	page-break-before: always;
}

h3
{
	font-family: 'Epilogue-Regular', Arial, sans-serif;
	font-weight: 400;
	font-size: 1.5em;
	line-height: 120%;
	border-bottom: 1px solid #393939;
}

/* 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: #d0d3d5;
}

div.home-section
{
	/*padding: 5%;*/
	border-bottom: solid 1px #d0d3d5;
}

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: #d0d3d5;
}

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: 'Epilogue-Regular', Arial, sans-serif;
}

div.topic-hero
{
	padding: 8% 0;
	/*background-image: var(--KeyvisualImage);*/
	background-size: cover;
	background-attachment: scroll;
	background-color: #1246FF;
}

div.topic-hero h1
{
	color: #FFFFFF;
	font-size: 48pt;
	text-align: center;
	border: none;
}

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 #252525;
	width: 100%;
}

._hj-widget-container ._hj-5vKq2__styles__surveyContainer._hj-7Itnd__styles__inline,
._hj-Pbej5__styles__resetStyles *
{
	font-family: 'Inter', 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: #698aFF;
}

a.home-tiles
{
	color: #d0d3d5;
	font-size: 13pt;
	font-weight: bold;
	text-decoration: none;
	font-family: 'Inter', Arial, sans-serif;
}

MadCap|toggler
{
	color: #FFFFFF;
	/*mc-closed-image: url('Plus.png');
	mc-open-image: url('Minus.png');*/
	mc-closed-image: url('icon_arrowdown.svg');
	mc-open-image: url('icon_arrowup.svg');
	mc-image-position: right;
}

MadCap|popupHead
{
	color: #FFFFFF;
	border-bottom: 1px solid #1246FF;
}

MadCap|popupBody
{
	background-color: #393939;
	color: #FFFFFF;
	border: solid 2px #b0bac6;
	padding: 0.8em;
}

MadCap|dropDown
{
	border-bottom: 1px solid #d0d3d5;
	mc-image-spacing: 10px;
	padding: 10px 0;
	/*mc-closed-image: url('Plus.png');
	mc-open-image: url('Minus.png');*/
	mc-closed-image: url('icon_arrowdown.svg');
	mc-open-image: url('icon_arrowup.svg');
	mc-image-position: right;
}

MadCap|dropDownBody
{
	padding: 0px 10px;
	margin-left: 0;
}

MadCap|dropDownHotspot
{
	cursor: hand;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 20pt;
	font-weight: bold;
	border-bottom: none;
}

MadCap|expandingBody
{
	padding-left: 10px;
}

MadCap|expandingHead
{
	font-weight: normal;
	cursor: hand;
	text-decoration: none;
	color: #FFFFFF;
}

MadCap|expanding
{
	mc-closed-image: url('icon_arrowdown.svg');
	mc-open-image: url('icon-chevron-right.svg');
}

MadCap|xref
{
	font-weight: bold;
	mc-format: '{para}';
	text-decoration: underline;
	color: #698aFF;
}

/* 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: #1246FF;
	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: #1246FF;
	content: '\25Cf';
}

ul > li > ul
{
	list-style-image: none;
}

ul > li > ul > li::marker
{
	color: #1246FF;
	content: '\25C9';
}

ul > li > ul > li > ul
{
	list-style-image: none;
}

ul > li > ul > li > ul > li::marker
{
	color: #1246FF;
	content: '\25CB';
}

/* Master pages */
/*==Home Page Footer==*/

div.footer
{
	background-color: #252525;
}

div.footer a
{
	text-decoration: none;
	color: #FFFFFF;
}

div.footer p	/* Complex Selector: Any <p> that is contained within div.footer will have the following properties */
{
	color: #FFFFFF;
	margin-bottom: 0;
	text-align: center;
	font-size: 1.6875em;
	font-family: 'Epilogue-Regular', Arial, sans-serif;
}

div.home-master-page-footer
{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	width: 30%;
}

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.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_TopNav_TopNav_GeneralSkin*/

#results-heading
{
	border: none;
}

#resultList li::marker
{
	content: none;
}

._Skins_TopNav_TopNav_SearchResults.mc-component #results-heading
{
	border: none;
}

/*._Skins_TopNav_TopNav_GeneralSkin*/

#pagination a#selected
{
	background-color: #1246FF;
}

span.SearchHighlight
{
	background-color: #393939;
	padding: 0.3em;
	border-radius: 5px;
	box-sizing: border-box;
}

/*Dynamic Search*/

#searchResultsDropdown
{
	position: absolute;
	z-index: 1000;
	background-color: #393939;
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 100%;
	box-sizing: border-box;
}

#searchResultsDropdown li
{
	padding: 10px;
	cursor: pointer;
	border-bottom: 1px solid #b0bac6;
}

#searchResultsDropdown li:hover
{
	background-color: #45494c;
}

#searchResultsDropdown li div.title
{
	color: #698aFF;
	font-size: 1em;
}

#searchResultsDropdown li div.preview,
.searchtips
{
	color: #FFFFFF;
	font-size: 0.8em;
}

/* ==========================================================================
	Layout Online - Seitenaufbau - MasterPage Common_Content                    
	========================================================================== */

/*._Skins_TopNav_TopNav_GeneralSkin*/

._Skins_TopNav_TopNav_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_TopNav_TopNav_Topics_Menu.mc-component li > a.selected
{
	/*border-left: 2px solid var(--MainColor);
	background-color: var(--InfoColor);*/
	padding: 5px;
	color: #FFFFFF;
	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('icon_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 #45494c;
	/* 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: url('vegas-pro-logo.svg') !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: #d0d3d5;
	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: #1246FF;
	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: #45494c;
	font-size: 11pt;
	font-weight: bold;
	text-align: right;
}

p.frame-footer-text
{
	color: #45494c;
	font-size: 11pt;
	font-weight: bold;
	text-transform: uppercase;
}

.page-layout-front-header
{
	background-color: #1246FF;
	height: 155px;
	width: 825px;
}

.page-layout-front-logo
{
	height: 90px;
	width: 724px;
	background-color: transparent;
	background-image: url('vegas-logo-vegas-white.svg');
	background-repeat: no-repeat;
	background-size: auto 100%;
}

.page-layout-front-main
{
	background-color: #b0bac6;
	height: 650px;
	margin: 0px;
}

.page-layout-front-footer
{
	height: 275px;
	margin: 0px;
	background-color: #393939;
	background-image: url('Keyvisual.png');
	background-repeat: no-repeat;
	background-size: cover;
}

/* Master page */

div.home-footer
{
	background-color: #1246FF;
	padding: 2% 5%;
}

MadCap|miniTocProxy,
a.MiniTOC1:link,
a.MiniTOC2:link,
a.MiniTOC3:link
{
	color: #d0d3d5;
	border: none;
}

a.MiniToc1:link:before
{
	content: "» ";
	color: #1246FF;
}

a.MiniTOC1:link:hover
{
	font-weight: bold;
	color: #1246FF;
}

div.MCMiniTocBox_0
{
	border: none;
	padding-top: 0;
}

@media only screen and (max-width: 1100px)
{
	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%;
	}
}

@media only screen and (max-width: 767px)
{
	/* 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.3;
		background-color: transparent;
		color: #FFFFFF;
		font-family: Inter;
		padding: 0%;
		/*Seitenrand*/
	}

	/*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;
	}

	/* Content */

	p
	{
		margin-bottom: 10px;
		margin-top: 10px;
	}

	p.table-text
	{
		font-size: 11pt;
	}

	/* Headings */

	h1
	{
		font-size: 25pt;
		line-height: 27pt;
		margin-bottom: 20px;
	}

	h2
	{
		font-size: 21pt;
		font-weight: normal;
		line-height: 23pt;
		margin-bottom: 18px;
		margin-top: 40px;
	}

	h3
	{
		font-size: 15pt;
		font-weight: bold;
		line-height: 17pt;
		margin-bottom: 15px;
		margin-top: 40px;
		border-bottom-color: #b0bac6;
	}

	h4
	{
		font-size: 15pt;
	}

	h5
	{
		font-size: 14pt;
	}

	h6
	{
		font-size: 12pt;
	}

	table
	{
		width: 100%;
	}

	/*Images/Tables*/

	img,
	img.Max800px,
	img.Thumbnail
	{
		max-width: 15cm;
		width: auto;
		height: auto;
	}

	img.Thumbnail
	{
		width: 100%;
		height: auto;
		mc-thumbnail-max-width: 15cm;
	}

	table
	{
		max-width: 15cm;
		margin-left: 0;
	}

	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 */
	}

	/*Emphasis*/

	span.Label
	{
		background-color: transparent;
	}

	span.uielement
	{
		font-family: 'Inter-Bold', Arial, sans-serif;
	}

	p.release
	{
		font-size: 8pt;
	}

	/*Lists*/

	ul > li,
	ul > li * p,
	ol > li,
	ol > li * p
	{
		padding-left: 0px;
		margin-left: 0;
	}

	/* Links */

	MadCap|xref
	{
		mc-format: '{paratext} (p. {page})';
		font-weight: normal;
	}

	MadCap|xref.section
	{
		mc-format: 'Section {b}{title}{/b} (p. {page})';
	}

	.Box
	{
		background-color: transparent;
		border: none;
		margin-left: 0;
	}

	p.TOC1
	{
		color: #FFFFFF;
		font-size: 11pt;
	}

	p.TOC2
	{
		color: #FFFFFF;
		font-size: 11pt;
	}

	p.TOC3
	{
		color: #FFFFFF;
		font-size: 11pt;
		mc-heading-level: 0;
	}

	p.MiniTOC1
	{
		color: #FFFFFF;
		font-size: 11pt;
	}

	MadCap|miniTocProxy,
	a.MiniTOC1:link,
	a.MiniTOC2:link,
	a.MiniTOC3:link
	{
		color: #FFFFFF;
		border: none;
	}

	p.TOC1:hover
	{
		background-color: #1246FF;
		color: #FFFFFF;
	}
}

/*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
{
	
}

