﻿/*<meta conditions="Sprache.Deutsch" />*/

/*
// Creation date: 2013
// Author: Patrick Roth (rpa@root.ch)
// Rules for defining colors: Use HEX, then RGB (root-blue: HEX=#004C93, RGB=0,76,147, CMYK=100,48,0,42)

<meta fileTags="File Tags/MetadatenDokumentenquelle.Bibliothek,File Tags/MetadatenPerigon.Perigon Agro,File Tags/MetadatenPerigon.Perigon Homecare" />*/

@import url('skin.css');

@import url('topic.css');

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

[data-mc-conditions*="Zielgruppe.Wasserzeichen"]	/* Gibt das Wasserzeichen aus oder nicht */
{
	font-size: 20vmin;
	/* Schriftgrösse */
	color: rgba(0, 0, 0, .1);
	/* alpha, could be even rgba(0,0,0,.05) */
	/* rest of the logic */
	z-index: 9999;
	cursor: default;
	display: block;
	position: fixed;
	/*	top: 50%;*/
	left: 25%;
	right: 25%;
	bottom: 25%;
	font-weight: bold;
	text-align: center;
	line-height: 100%;
	/* not sure about who implemented what ..
    ... so bring it all */
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	-ms-pointer-events: none;
	-o-pointer-events: none;
	pointer-events: none;
	-webkit-transform: rotate(-33deg);
	-moz-transform: rotate(-33deg);
	-ms-transform: rotate(-33deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-33deg);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

body
{
	-webkit-print-color-adjust: exact;
	/* Forciert den Ausdruck der Hintergrundfarben bei google chrome */
	background-color: #F2F2F2;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	font-family: Arial;
	line-height: 150%;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-right: 1rem;
	padding-left: 1rem;
}

.hide	/* Inhalt wird nicht ausgegeben. */
{
	display: none;
}

select	/* Grösse Control Auswahl anzuzeigender Inhalt (FAQ, Kurzanleitungen)*/
{
	border: none;
	font-size: 1.2rem;
	background-color: #D1D1D1;
}

select.contentpicker /* Grösse Control Auswahl anzuzeigender Inhalt FAQ, Kurzanleitungen*/
{
	font-weight: bold;
	margin-bottom: 0.25rem;
}

li > p
{
	
}

td > p
{
	
}

h1
{
	font-weight: bold;
	color: #000000;
	font-size: 2rem;
	margin: 0em;
	line-height: 120%;
	margin-bottom: 0.5rem;
	word-break: break-word;
}

h1.oneh1	/* h1 ohne Kapitelnummer, wenn nur ein h1 pro Dokument verwendet wird, bspw. bei Kurzanleitungen  */
{
	font-weight: bold;
	color: #000000;
	font-size: 2rem;
	margin: 0em;
	line-height: 120%;
	margin-bottom: 0.5rem;
	word-break: break-word;
}

h2
{
	font-weight: bold;
	color: #000000;
	font-size: 2rem;
	line-height: 150%;
	margin: 0em;
	margin-bottom: 0.75em;
	word-break: break-word;
}

h2.oneh2	/* h2 ohne Kapitelnummer, wenn nur ein h2 pro Dokument verwendet wird, bspw. bei Kurzanleitungen  */
{
	font-weight: bold;
	color: #000000;
	font-size: 2rem;
	line-height: 150%;
	margin: 0em;
	margin-bottom: 0.75rem;
	word-break: break-word;
}

h3
{
	font-weight: bold;
	font-size: 2rem;
	line-height: 150%;
	margin: 0em;
	margin-bottom: 0.75rem;
	word-break: break-word;
}

h4
{
	font-weight: bold;
	line-height: 150%;
	font-size: 2rem;
	word-break: break-word;
}

h5
{
	font-weight: bold;
	font-size: 1rem;
}

h6
{
	font-weight: bold;
	font-size: 1rem;
}

p
{
	text-align: left;
	line-height: 1.5rem;
	margin-top: 0rem;
	margin-bottom: 0.5rem;
	font-size: 1rem;
	hyphens: auto;
	word-break: break-word;
	/* Automatischer Umbruch nach Wörtern /*
	/*Silbentrennung für Firefox*/
	-ms-hyphens: auto;
	/*Silbentrennung für IE 10, 11 und Edge*/
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	/*Silbentrennung für Safari*/
}

p.conceptlink	/* Paragraf, welcher die Konzept-Links enthaltet. */
{
	mc-conditions: 'Navigationstyp.Tripane';
	/* Wird nur auf Tripane Output ausgegeben */
}

p.title	/* Für Pragrafen, welche die gleiche Schriftgrösse wie der Standardparagraf haben, aber fett sind und als Paragrafentitel verwendet werden. */
{
	font-weight: bold;
	margin-bottom: 0.0rem;
	/* Hebt die margin-bottom aus paragraf auf. */
}

/*p.Aktualisierungsdatum  Paragraf für das Aktalisierungsdatum
{
font-size: 0.8em;
text-align: right;
clear: both;  Paragraf wird dadurch immer zuunterst angezeigt. 
}*/

p.Kopfzeile_PDF	/*Paragraf für die Kopfzeile des PDF-Outputs.*/
{
	font-size: 11pt;
}

p.Produktname_Titelseite
{
	
}

p.Dokumenttyp_Titelseite
{
	margin-bottom: auto;
}

p.subheading
{
	font-size: 1.2rem;
	font-weight: bold;
	clear: left;
	margin-bottom: 0.25rem;
}

p.subheading_contentpicker /* Subheading für Toggler-Control zur Auswahl des anzuzeigenden Inhalts (FAQ, Kurzanleitungen) */
{
	font-size: 1.2rem;
	font-weight: bold;
	clear: left;
	margin-bottom: 0.25rem;
}

p.subheading_float	/*Für Subheadings, welche neben Bildern stehen sollen*/
{
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 0.25rem;
}

p.subheading_topline	/* Subheading mit extra Abstand nach oben und Linie */
{
	font-size: 1.2rem;
	font-weight: bold;
	clear: left;
	margin-bottom: 0.25rem;
}

p.subheading_topline:before
{
	content: "";
	background: #DDDDDD;
	height: 0.1rem;
	display: -webkit-box;
	margin-bottom: 1rem;
	margin-top: 1rem;
}

p.Nummernbeschreibung	/* Paragraf für Nummern, welche auf Nummern in Bildern zeigen. */
{
	font-size: 1.2rem;
	font-weight: bold;
}

p.eng	/* Margin bottom nach Paragraf ist eng. */
{
	margin-bottom: auto;
}

p.linie_seitenbreite_blue	/* Root-Blaue Linie, ganze Seitenbreite */
{
	border-bottom: solid 0.2rem;
	margin-bottom: 1rem;
	font-size: 0.4rem;
	line-height: 1rem;
	border-bottom-color: #004C93;
	color: #004C93;
}

p.linie_seitenbreite_black
{
	border-bottom: solid 0.2rem;
	margin-bottom: 1rem;
	font-size: 0.4rem;
	line-height: 1rem;
	border-bottom-color: #333333;
	color: #333333;
}

p.h1	/* Spezialparagraf, welcher h1 simuliert*/
{
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 0.5rem;
	line-height: 120%;
}

p.media	/* Paragraf, in welchem ein Bild oder ein Video platziert wird. */
{
	margin-bottom: initial;
}

p.tipp
{
	font-weight: bold;
	margin-bottom: initial;
	/* Setzt Margin bottom aus <p> zurück */
}

p.hinweis
{
	font-weight: bold;
	margin-bottom: initial;
	/* Setzt Margin bottom aus <p> zurück */
}

p.beispiel
{
	font-weight: bold;
	margin-bottom: initial;
	/* Setzt Margin bottom aus <p> zurück */
}

p.Vorsicht
{
	font-weight: bold;
	margin-bottom: initial;
	/* Setzt Margin bottom aus <p> zurück */
}

p.Vorsicht_quelle	/*Paragraf für Art und Quelle der Gefahr. */
{
	font-weight: bold;
}

p.Checkliste
{
	font-weight: bold;
}

p.kundenwunsch	/* Paragraf für Kundenwunsch */
{
	font-size: 0.8rem;
	font-weight: bold;
	margin-top: -0.5rem;
	margin-bottom: 0.25rem;
}

p.zeitaufwand	/* Paragraf für den Zeitaufwand für die Installation/Erfassung und Schulung */
{
	font-size: 0.8rem;
	font-weight: bold;
}

p.pfad	/* Paragraf für Pfade, über welchen die Funktion aufgerufen werden kann. */
{
	font-style: italic;
	line-height: normal;
	margin-bottom: 0.5rem;
}

p.MiniTOC1	/* Automatisch generiertes Inhaltsverzeichis. Wird im Mobile mit Buttons ausgegeben. */
{
	background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Layoutelemente/MiniTOC_web.svg');
	background-position: left 0.4rem;
	background-repeat: no-repeat;
	font-weight: normal;
	text-decoration: underline;
	padding-left: 1rem;
}

p.MiniTOC2
{
	line-height: 1rem;
}

p.MiniTOC3
{
	line-height: 1rem;
}

p.MiniTOC4
{
	line-height: 1rem;
}

p.MiniTOC5
{
	line-height: 1rem;
}

p.MiniTOC6
{
	line-height: 1rem;
}

p.MiniTOC7
{
	line-height: 1rem;
}

p.MiniTOC8
{
	line-height: 1rem;
}

p.MiniTOC9
{
	line-height: 1rem;
}

p.TOC1
{
	font-weight: bold;
	line-height: 1.5rem;
}

p.TOC2
{
	line-height: 1.5rem;
}

p.TOC3
{
	line-height: normal;
	margin-bottom: 0rem;
}

p.TOC4
{
	line-height: 1.5rem;
}

p.TOC5
{
	line-height: 1.5rem;
}

p.TOC6
{
	line-height: 1.5rem;
}

p.TOC7
{
	line-height: 1.5rem;
}

p.TOC8
{
	line-height: 1.5rem;
}

p.TOC9
{
	line-height: 1.5rem;
}

p.Titel_Kurzanleitung
{
	font-size: 2rem;
	font-weight: bold;
	line-height: 120%;
}

p.Dokumentinformationen
{
	font-size: 0.5rem;
}

p.Bildunterschrift	/*Paragraf für Bildunterschriften*/
{
	font-size: 0.9rem;
	font-style: italic;
	line-height: normal;
}

p.Wasserzeichen
{
	font-size: 3rem;
	font-weight: bold;
	border-top-color: #043882;
	border-top: double 0.5rem;
}

p.Einzug_Icon	/*Spezieller Einzug nur für Print, da Einzug nicht automatisch funktiniert. */
{
	
}

p.metadata	/* Metadaten zu Dokument (PDF, Word usw.) */
{
	font-size: 0.8rem;
	font-style: italic;
	line-height: normal;
	margin-top: -0.5rem;
}

MadCap|popupHead	/*Head Text Popup*/
{
	margin-right: 32px;
	/* Abstand für Bild in popupHad:after.*/
}

.popupHead:link
{
	color: #006900;
	text-decoration: none;
}

.popupHead:hover
{
	color: #006900;
	text-decoration: none;
}

.popupHead:after	/*Bild, welches nach PopUpHead angeeigt wird */
{
	content: "";
	background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Icons_HTML_skin/Textlink.png');
	background-size: cover;
	position: absolute;
	width: 32px;
	height: 15px;
	margin-top: 2px;
}

MadCap|popupHead.image	/*Für PopupHead, welcher über ein Bild geöffnet wird, meist i oder ? Symbol*/
{
	vertical-align: baseline;
	/* Abstand für Bild in popupHead:after.*/
}

.popupHead.popupHeadimage:link
{
	background-color: transparent;
}

.popupHead.popupHeadimage:hover
{
	background-color: transparent;
}

.popupHead.popupHeadimage:after
{
	background-image: none;
}

object.video_short	/*Für Videoausgabe bis maximal 15 Sek.*/
{
	display: inline;
	max-width: 100%;
	height: auto;
	box-shadow: 3px 3px 3px #888888;
	border-radius: 10px;
	mc-conditions: 'Ausgabemedium.Bildschirm';
	/* Wird nur Projekten auf bei auf Bildschirmen ausgegeben */
}

MadCap|popupBody	/*Body Text Popup*/
{
	background-color: #FFFFFF;
}

.MCTextPopupBody
{
	width: auto;
}

MadCap|popupBody.left_align	/*Klasse für einen PopUp Body. Der Text darin ist linksbündig.*/
{
	text-align: left;
}

MadCap|dropDown
{
	color: #000000;
	mc-image-alt-text: Hier klicken;
	mc-closed-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Icons_HTML_skin/Dropdown_arrow_down_black.png');
	mc-open-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Icons_HTML_skin/Dropdown_arrow_up_black.png');
}

MadCap|dropDown.fliesstext	/*Für Dropdowns, welche um ein Fliesstext-Div sind. */
{
	
}

.MCDropDown_Closed .MCDropDownHotSpot_	/*Ab Flare 12 nötig. Workaround, damit transparentes Gif überschrieben wird. */
{
	background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Icons_HTML_skin/Dropdown_arrow_down_black.png') !important;
}

.MCDropDown_Open .MCDropDownHotSpot_	/*Ab Flare 12 nötig. Workaround, damit transparentes Gif überschrieben wird. */
{
	background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Icons_HTML_skin/Dropdown_arrow_up_black.png') !important;
}

.MCDropDown_Closed .MCDropDownHotSpot_SecondLevel	/*Ab Flare 12 nötig. Workaround, damit transparentes Gif überschrieben wird. */
{
	background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Icons_HTML_skin/Dropdown_arrow_down_black.png') !important;
}

.MCDropDown_Closed .MCDropDownHotSpot_WeitereInfo	/*Ab Flare 12 nötig. Workaround, damit transparentes Gif überschrieben wird. */
{
	background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Icons_HTML_skin/weitere_informationen.png') !important;
}

.MCDropDown_Open .MCDropDownHotSpot_WeitereInfo	/*Ab Flare 12 nötig. Workaround, damit transparentes Gif überschrieben wird. */
{
	background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Icons_HTML_skin/weitere_informationen.png') !important;
}

.MCDropDown_Closed .MCDropDownHotSpot_FAQ	/*Ab Flare 12 nötig. Workaround, damit transparentes Gif überschrieben wird. */
{
	background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Icons_HTML_skin/toggler_geschlossen_web.png') !important;
}

.MCDropDown_Open .MCDropDownHotSpot_FAQ	/*Ab Flare 12 nötig. Workaround, damit transparentes Gif überschrieben wird. */
{
	background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Icons_HTML_skin/toggler_offen_web.png') !important;
}

.MCDropDown_Closed .MCDropDownHotSpot_FAQ_colored	/*Ab Flare 12 nötig. Workaround, damit transparentes Gif überschrieben wird. */
{
	background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Icons_HTML_skin/toggler_geschlossen_web.png') !important;
}

.MCDropDown_Open .MCDropDownHotSpot_FAQ_colored	/*Ab Flare 12 nötig. Workaround, damit transparentes Gif überschrieben wird. */
{
	background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Icons_HTML_skin/toggler_offen_web.png') !important;
}

MadCap|dropDownHead
{
	margin: 1.12rem;
	margin-right: 0em;
	font-weight: bold;
	margin-top: 0em;
	display: block;
	margin-left: 0rem;
	margin-bottom: 0.5rem;
	font-size: 1.2rem;
	line-height: 1.5rem;
}

MadCap|dropDownBody
{
	margin-bottom: 0.5rem;
	margin-left: 0rem;
}

.dropDownBody_FAQ /* Body DropDown FAQ */
{
	margin-left: 0.2rem;
}

.dropDownBody_FAQ_Colored /* Body DropDown FAQ colored */
{
	margin-left: 0.2rem;
}

MadCap|dropDownBody.SecondLevel
{
	margin-bottom: 0.5rem;
	mc-closed-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Icons_HTML_skin/Dropdown_arrow_down_black.png');
	mc-open-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Icons_HTML_skin/Dropdown_arrow_up_black.png');
}

MadCap|expandingHead
{
	font-style: italic;
	font-weight: normal;
	cursor: hand;
	text-decoration: none;
	color: #006600;
}

MadCap|expandingBody
{
	color: #777777;
	font-style: italic;
}

MadCap|dropDown.SecondLevel	/* DropDown zweiter Klasse */
{
	margin-left: 10px;
}

MadCap|dropDown.WeitereInfo	/* DropDown für weitere Informationen, keine Ausgabe in Print */
{
	mc-closed-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Icons_HTML_skin/weitere_informationen.png');
	mc-open-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Icons_HTML_skin/weitere_informationen.png');
}

MadCap|dropDown.FAQ	/*DropDown für FAQ.*/
{
	mc-closed-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Icons_HTML_skin/toggler_geschlossen_web.png');
	mc-open-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Icons_HTML_skin/toggler_offen_web.png');
	margin-top: 5px;
	background-position: top left;
}

.MCDropDownHotSpot.dropDownHead.MCDropDownHotSpot_.MCDropDownHotSpot_FAQ_colored	/*Ausrichtung Image für FAQ DropDown-Head  farbig.*/
{
	background-position: top 4px left 2px;
	margin-bottom: 0rem;
}

.MCDropDownHotSpot.dropDownHead.MCDropDownHotSpot_.MCDropDownHotSpot_FAQ	/*Ausrichtung Image für FAQ DropDown-Head.*/
{
	background-position: top 4px left 2px;
	background-color: transparent;
	margin-bottom: 0rem;
}

.MCDropDownHotSpot.dropDownHead.MCDropDownHotSpot_	/*Ausrichtung Image DropDown-Head.*/
{
	overflow: hidden;
	background-position: top 7px left;
	margin-bottom: 0rem;
	
}

MadCap|dropDown.FAQ_colored	/*DropDown für FAQ mit farbigem Hintergrund.*/
{
	mc-closed-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Icons_HTML_skin/toggler_geschlossen_web.png');
	mc-open-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Icons_HTML_skin/toggler_offen_web.png');
	margin-top: 5px;
	background-color: #D1D1D1;
	overflow: hidden;
}

.MCDropDownHotSpot_.MCDropDownHotSpot_FAQ_colored	/*Ausrichtung Image für farbigen FAQ DropDown-Head.*/
{
	background-position: top 4px left;
}

MadCap|dropDownHotspot
{
	color: #000000;
	font-weight: bold;
	line-height: 150%;
	cursor: pointer;
	padding-right: 250px;
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
	font-size: 1.2rem;
}

MadCap|dropDownHead:link
{
	color: #000000;
}

MadCap|dropDownHead:visited
{
	color: #000000;
}

MadCap|xref.bookmark	/* Spezielle Formatierung: Fett, für Verweise im Fliesstext auf Bookmarks (Konfig, Felder usw.).*/
{
	mc-format: '{paratext}';
	color: #000000;
	text-decoration: none;
	pointer-events: none;
	font-weight: bold;
}

MadCap|xref.web_only_Klammer	/*Für Verweise, welche nur in der Online-Hilfe angezeigt werden. Mit Klammer. Auch verwendet, wenn in Print-Output gleichzeitig Link auf Kapitel ausserhalb Projekt (span.link_outside)*/
{
	mc-conditions: 'Ausgabemedium.Bildschirm';
	mc-format: '(siehe Kapitel «{h1}»)';
	margin-left: 0.35rem;
	/*Setzt automatisch Abstand vor Link.*/
}

MadCap|xref.Verweis_mit_Klammer	/*Für Verweise, im Fliesstext stehen und auf Kapitel verweisen.*/
{
	mc-format: '(siehe Kapitel «{h1}»)';
	margin-left: 0.35rem;
	/*Setzt automatisch Abstand vor Link.*/
}

MadCap|xref.Verweis_mit_Klammer_nopage	/*Für Verweise auf Kapitel, im Fliesstext stehen. Kein Verweis auf Seite in Druckausgabe.*/
{
	mc-format: '(siehe Kapitel «{h1}»)';
	margin-left: 0.35rem;
	/*Setzt automatisch Abstand vor Link.*/
}

MadCap|xref.Verweis	/*Für Verweise auf Kapitel, welche alleine und nicht direkt im Fliesstext stehen.*/
{
	mc-format: 'Siehe Kapitel «{h1}»';
}

MadCap|xref.Erst_Verweis_mit_Klammer	/*Erster Link Bei gleichzeitigem Verweis auf mehrere Kapitel.*/
{
	mc-format: '(siehe Kapitel «{h1}»';
	margin-left: 0.35rem;
	/*Setzt automatisch Abstand vor Link.*/
}

MadCap|xref.Mitte_Verweis_mit_Klammer	/*Mittlerer Link Bei gleichzeitigem Verweis auf mehrere Kapitel.*/
{
	mc-format: '«{h1}»';
}

MadCap|xref.Letzt_Verweis_mit_Klammer	/*Letzter Link bei gleichzeitigem Verweis auf mehrere Kapitel.*/
{
	mc-format: '«{h1}»)';
}

MadCap|xref.Abb	/*Verweis auf Abbildungen*/
{
	mc-format: '(siehe Abb. «{paratext}»)';
	/*Gibt den Paragrafentext der Bildbeschreibung aus.*/
	margin-left: 0.35rem;
	/*Setzt automatisch Abstand vor Link.*/
}

MadCap|xref.Video	/*Verweis auf Videos. Nur, wenn Video in Online-Hilfe. Print ist immer noch Abb.*/
{
	mc-format: '(siehe Video «{paratext}»)';
	/*Gibt den Paragrafentext der Bildbeschreibung aus.*/
	margin-left: 0.35rem;
	/*Setzt automatisch Abstand vor Link.*/
}

MadCap|xref.Abschnitt	/*Verweis auf geänderten Inhalt in UN.*/
{
	mc-format: 'Abschnitt «{paratext}» im Kapitel «{h1}»';
}

MadCap|xref.Abschnitt_Klammer	/* Verweis auf Abschnitt mit Klammer.*/
{
	mc-format: '(siehe Abschnitt «{paratext}» im Kapitel «{h1}»)';
	margin-left: 0.35rem;
	/*Setzt automatisch Abstand vor Link.*/
}

MadCap|xref.Konfigverweis	/*Verweis zu Konfigurations-Eintrag. Nur in Online-Output.*/
{
	mc-conditions: 'Ausgabemedium.Bildschirm';
	mc-format: '(siehe Konfigurations-Eintrag «{paratext}» im Kapitel «{h1}»)';
	margin-left: 0.35rem;
	/*Setzt automatisch Abstand vor Link.*/
}

MadCap|xref.Benutzerrecht	/*Verweis zu Konfigurations-Eintrag. Nur in Online-Output.*/
{
	mc-conditions: 'Ausgabemedium.Bildschirm';
	mc-format: '(siehe Benutzerrecht «{paratext}» im Kapitel «{h1}»)';
	margin-left: 0.35rem;
	/*Setzt automatisch Abstand vor Link.*/
}

MadCap|variable
{
	color: #000000;
}

MadCap|tocProxy
{
	border-top-style: none;
}

MadCap|listOfProxy.Abbildungsverzeichnis	/* Proxy für Abbildungsverzeichnis. */
{
	border-top-style: none;
	padding-left: 0px;
}

MadCap|conceptLink:hover
{
	mc-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Icons_HTML_skin/Dropdown_arrow_down_black.png');
	mc-label: 'Weitere Informationen';
	color: #000000;
	padding-top: 1px;
}

MadCap|conceptLink
{
	color: #000000;
	font-size: 1.2rem;
	font-weight: bold;
	mc-label: 'Weitere Informationen';
	mc-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Icons_HTML_skin/weitere_informationen.png');
	padding-bottom: 1rem;
	padding-top: 1rem;
}

MadCap|conceptLinkControlListItemLink:hover
{
	
}

MadCap|conceptLinkControlListItemLink
{
	
}

MadCap|breadcrumbsProxy
{
	border-bottom-width: 3px;
	mc-breadcrumbs-prefix: 'Sie befinden sich hier: ';
	border-bottom-color: #004b93;
}

MadCap|miniTocProxy
{
	border-top-style: none;
	mc-toc-depth: 9;
	color: #0000ff;
	margin-top: 0px;
	padding-top: 0px;
}

MadCap|snippetBlock
{
	
}

MadCap|toggler
{
	font-weight: bold;
	mc-open-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Icons_HTML_skin/toggler_offen_web.png');
	mc-closed-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Icons_HTML_skin/toggler_geschlossen_web.png');
}

a.toggler:link	/* Farbe eines Toggler-Links.*/
{
	color: #004C93;
}

a.toggler:visited	/* Farbe eines besuchten Toggler-Links.*/
{
	color: #004C93;
}

a.toggler:hover	/* Farbe beim Überfahren eines Toggler-Links.*/
{
	color: #004C93;
	background-color: #F2F2F2;
}

a.mediatarget	/* Target-Klasse für Verweise auf die Bildunterschriften */
{
	position: absolute;
	margin-top: -400px;
	/* Zeigt den Link 400px höher an, dadurch wird das Bild in den Fokus gerückt. */
}

MadCap|miniTocProxy.eine_ebene	/* Klasse für MiniToc mit nur einer Ebene.*/
{
	mc-toc-depth: 1;
	padding-left: initial;
}

li
{
	display: list-item;
	line-height: 150%;
}

ol
{
	margin-left: 0mm;
	padding-left: 0px;
	margin-top: 0rem;
	overflow: visible;
	margin-bottom: auto;
}

ul
{
	list-style-type: none;
	margin: 0pt;
	margin-left: 0mm;
	padding-left: 0px;
	margin-top: 0em;
}

li.condition
{
	background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Layoutelemente/Diamant_web_svg.svg');
	background-position: left 0.4rem;
	background-repeat: no-repeat;
	display: block;
	list-style-image: none;
	list-style-type: none;
	margin-left: 3mm;
	padding-left: 5mm;
}

li.unter_handlungsanweisung
{
	background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Layoutelemente/Pfeil_web_svg.svg');
	background-position: left 0.4rem;
	background-repeat: no-repeat;
	display: block;
	list-style-image: none;
	margin-left: 8mm;
	padding-left: 4mm;
}

li.bullet_point
{
	background-repeat: no-repeat;
	list-style-image: none;
	display: -webkit-box;
	/*Ermöglicht wrap around content */
	list-style-type: none;
	background-position: left 0.4rem;
	background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Layoutelemente/Kreis_klein_web_svg.svg');
	margin-left: 3mm;
	padding-left: 5mm;
}

li.bullet_point_last	/* Letzter Bullet Point bei Aufzählungen - Hat margin bottom für Abstand nach ol*/
{
	background-repeat: no-repeat;
	list-style-image: none;
	display: -webkit-box;
	/*Ermöglicht wrap around content */
	list-style-type: none;
	background-position: left 0.4rem;
	background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Layoutelemente/Kreis_klein_web_svg.svg');
	margin-left: 3mm;
	padding-left: 5mm;
	margin-bottom: 1rem;
	/* Unterschied zu li.bullet_point */
}

li.bullet_point_eng	/* Bullet points ohne linken Rand, hauptsächlich innerhalb Tabellen */
{
	background-repeat: no-repeat;
	list-style-image: none;
	display: -webkit-box;
	/*Ermöglicht wrap around content */
	list-style-type: none;
	background-position: left 0.4rem;
	background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Layoutelemente/Kreis_klein_web_svg.svg');
	margin-left: 0mm;
	/* Unterschied zu herkömmlichen bullet points */
	padding-left: 15px;
}

li.roman_big	/* Aufzählung mit römischen Ziffern, grossgeschrieben */
{
	list-style-type: upper-roman;
	display: list-item;
	list-style-position: outside;
	margin-left: 10mm;
}

li.checkbox
{
	background-repeat: no-repeat;
	list-style-image: none;
	display: block;
	list-style-type: none;
	background-position: left 0.42rem;
	background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Layoutelemente/Quadrat_klein_web_svg.svg');
	margin-left: 3mm;
	padding-left: 5mm;
	padding-bottom: 0.5rem;
}

li.checkbox_eng	/* Checkboxen linken Rand, hauptsächlich innerhalb Tabellen */
{
	background-repeat: no-repeat;
	list-style-image: none;
	display: block;
	list-style-type: none;
	background-position: left 0.42rem;
	background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Layoutelemente/Quadrat_klein_web_svg.svg');
	margin-left: 3mm;
	padding-left: 0mm;
	padding-bottom: 0.5rem;
}

li.unter_resultat
{
	background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Layoutelemente/Pfeil_geschwungen_web_svg.svg');
	background-position: left 0.4rem;
	background-repeat: no-repeat;
	display: block;
	list-style-image: none;
	margin-left: 8mm;
	padding-left: 4mm;
}

li.handlungsanweisung
{
	list-style-type: decimal;
	display: list-item;
	list-style-position: outside;
	margin-left: 8mm;
}

li.resultat
{
	background-position: left 0.4rem;
	background-repeat: no-repeat;
	display: -webkit-box;
	/*Ermöglicht wrap around content */
	list-style-image: none;
	margin-left: 3mm;
	padding-left: 5mm;
	background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Layoutelemente/Haeckchen_web_svg.svg');
	margin-bottom: 1rem;
	/*Unterschied zu li.resultat_eng */
}

li.resultat_eng	/*Resultat ohne margin bottom - wenn mehrere Resultate aufgeführt werden: Für alle Resultate ausser dem letzen. */
{
	background-position: left 0.4rem;
	background-repeat: no-repeat;
	display: -webkit-box;
	/*Ermöglicht wrap around content */
	list-style-image: none;
	margin-left: 3mm;
	padding-left: 5mm;
	background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Layoutelemente/Haeckchen_web_svg.svg');
}

li.alphabetisch_fett
{
	display: list-item;
	list-style-position: outside;
	margin-left: 8mm;
	list-style-type: lower-alpha;
	counter-increment: item;
	font-weight: bold;
	line-height: 150%;
}

li.alphabetisch
{
	display: list-item;
	list-style-position: outside;
	margin-left: 8mm;
	list-style-type: lower-alpha;
	counter-increment: item;
	line-height: 150%;
}

.link-list-popup ul li:hover	/* Definiert die Anzeige beim Überfahren eines Links im Menü "Weitere Informationen".*/
{
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #004C93;
}

a:link	/* Farbe eines Hyperlinks.*/
{
	color: #004C93;
}

a:visited
{
	color: #004C93;
}

a:hover	/* Farbe beim Überfahren des Hyperlinks.*/
{
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #004C93;
}

ul.navigation li > a:hover	/* TopNav Hover bei Hauptlink in Header */
{
	background-color: #333333 !important;
}

a:active
{
	color: #FFFFFF;
	background-color: #004C93;
}

a.MCTopicPopup:link	/* Farbe eines Hyperlinks.*/
{
	color: #004C93;
}

a.MCTopicPopup:visited
{
	color: #004C93;
}

a.MCTopicPopup:hover	/* Farbe beim Überfahren des Hyperlinks.*/
{
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #004C93;
}

a.MCBreadcrumbsLink:link	/* Farbe eines Breadcrumb-Hyperlinks.*/
{
	color: #004C93;
}

a.MCBreadcrumbsLink:visited	/* Farbe eines besuchten Breadcrumb-Hyperlinks.*/
{
	color: #004C93;
}

a.MCBreadcrumbsLink:hover	/* Farbe beim Überfahren des Breadcrumb-Hyperlinks.*/
{
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #004C93;
}

a.MCPopupThumbnailLink:link	/* Verhindert, dass ein blauer Balken unterhalb einer PopUp-Grafik angezeigt wird.*/
{
	color: transparent;
	border: 0;
	cursor: zoom-in;
	/* Darstellungsarte des Cursors.*/
}

a.MCPopupThumbnailLink:hover	/* Verhindert, dass ein blauer Balken unterhalb einer PopUp-Grafik angezeigt wird.*/
{
	background-color: transparent;
}

a.GlossaryPageTerm:hover
{
	color: #0000ff;
}

a.back-to-top	/* Linktyp für Sprung nach oben, JS in Vorgabseite */
{
	display: none;
	/* Wird benötigt, damit Button nicht von Anfang an eingeblendet wird */
	width: 3.5rem;
	height: 3.5rem;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	/* Abstand vom rechten Bildschirmrand */
	bottom: 20px;
	background: #004C93 url('../../../../Grafik_Bibliothek/Sprachneutral/Icons_HTML_skin/top.svg') no-repeat center 50%;
	background-size: 3.5rem 3.5rem;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	box-shadow: 2px 2px 2px #888888;
}

a.Word	/* Für Link auf Word-Datei.*/
{
	margin-left: 20px;
	/* Abstand für Bild in Weblink:before.*/
	word-wrap: break-word;
}

a.Word:before	/* Für Link auf Word-Datei.*/
{
	content: "";
	background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Icons_HTML_skin/word_icon.png');
	background-size: cover;
	position: absolute;
	width: 16px;
	height: 16px;
	margin-top: 2px;
	margin-left: -20px;
}

a.Excel	/* Für Link auf Excel-Datei.*/
{
	margin-left: 20px;
	/* Abstand für Bild in Weblink:before.*/
	word-wrap: break-word;
}

a.Excel:before	/* Für Link auf Excel-Datei.*/
{
	content: "";
	background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Icons_HTML_skin/excel_icon.png');
	background-size: cover;
	position: absolute;
	width: 16px;
	height: 16px;
	margin-top: 2px;
	margin-left: -20px;
}

a.PDF	/* Für Link auf PDF-Datei.*/
{
	margin-left: 20px;
	/* Abstand für Bild in Weblink:before.*/
	word-wrap: break-word;
}

a.PDF:before	/* Für Link auf PDF-Datei.*/
{
	content: "";
	background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Icons_HTML_skin/pdf_icon.png');
	background-size: cover;
	position: absolute;
	width: 16px;
	height: 16px;
	margin-top: 2px;
	margin-left: -20px;
}

a.Druck	/* Für Link, welcher direkt das Druckfenster öffnet.*/
{
	margin-left: 20px;
	/* Abstand für Bild in Weblink:before.*/
	word-wrap: break-word;
}

a.Druck:before	/* Für Link, welcher direkt das Druckfenster öffnet.*/
{
	content: "";
	background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Icons_HTML_skin/Drucken.png');
	background-size: cover;
	position: absolute;
	width: 16px;
	height: 16px;
	margin-top: 2px;
	margin-left: -20px;
}

a.Weblink	/* Für Weblinks ausserhalb der root-Welt.*/
{
	margin-right: 20px;
	/* Abstand, damit das  Bild in Weblink:after platz hat.*/
	text-transform: lowercase;
	/* Zeigt alle Hyperlinks in Kleinbuchstaben an.*/
	word-wrap: break-word;
}

a.Weblink:link	/* Für Links ausserhalb der Online-Hilfe.*/
{
	color: #004C93;
}

a.Weblink:visited	/* Für Weblinks ausserhalb der root-Welt.*/
{
	color: #004C93;
}

a.Weblink:hover	/* Für Weblinks ausserhalb der root-Welt.*/
{
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #004C93;
}

a.Weblink:after	/* Für Links ausserhalb der Online-Hilfe.*/
{
	content: "";
	background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Layoutelemente/Weblink.svg');
	background-size: cover;
	position: absolute;
	width: 16px;
	height: 16px;
	margin-top: 2px;
	margin-left: 2px;
}

a.Popup	/* Für Links, welche im selben Frame geöffnet werden (ansonten werden Links in einem neuen Tab geöffnet). */
{
	mc-popup-height: 250%;
	mc-popup-width: auto;
	position: relative;
	word-wrap: break-word;
}

a.Image_Popup	/* Für Mousover-popups zur Anzeige von Bildern. */
{
	mc-popup-height: 100%;
	mc-popup-width: auto;
	position: relative;
}

a.MCDropDownHotSpot:hover
{
	color: black;
	background-color: transparent;
}

a.MCDropDownHotSpot_FAQ_colored:hover
{
	color: black;
	background-color: #D1D1D1;
}

a.MCHelpControl.MCHelpControl-Concept.conceptLink	/* Verhalten des "Weitere Informationen" Links. */
{
	float: left;
	clear: both;
	padding-top: initial;
}

a.MCHelpControl:hover
{
	background-color: #F2F2F2;
	text-decoration: none;
	padding-top: 1px;
}

a.MiniTOC1:link
{
	color: #004C93;
	font-family: Arial; /* Schriftart für MiniTOC-Links, muss hier separat definiert werden.*/
}

a.MiniTOC1:hover
{
	color: #FFFFFF;
	background-color: #004C93;
}

a.MiniTOC1:active
{
	color: #004C93;
}

img.div	/* Für Bilder, welche in DIVs verwendet werden. Die DIVs werden für Bilder mit Fliesstext benötigt. */
{
	display: inline;
	max-width: 100%;
	height: auto;
	box-shadow: 3px 3px 3px #888888;
	border-radius: 10px;
	mc-thumbnail: popup;
	mc-thumbnail-max-height: auto;
}

img.videoersatz	/* Für Bilder, welche in DIVs verwendet werden. Die Bilder werden nur auf dem Print angezeigt anstelle der Videos, welche nur am Bildschirm angezeigt werden. */
{
	display: inline;
	max-width: 100%;
	height: auto;
	box-shadow: 3px 3px 3px #888888;
	border-radius: 10px;
	mc-conditions: 'Ausgabemedium.Druck';
	/* Wird nur Projekten auf Ausdrucken/Print ausgegeben. */
}

img.MCPopupFullImage
{
	cursor: zoom-out;
	/* Darstellungsart des Cursors bei geöffnetem PoPUp Image.*/
	border-with: initial;
	border-style: solid;
	border-color: #F2F2F2;
}

img.img_Seitenbreite
{
	width: 640px;
	height: auto;
	max-width: 100%;
	box-shadow: 3px 3px 3px #888888;
	border-radius: 10px;
}

img.img_Seitenb_Aufz	/* Für ganzsseitige Bilder, welche in einer Aufzählung vorkommen. */
{
	margin-left: 8mm;
	width: 640px;
	height: auto;
	max-width: 100%;
	box-shadow: 3px 3px 3px #888888;
	border-radius: 10px;
}

img.img_halbe_Seitenbreite
{
	width: 320px;
	height: auto;
	max-width: 100%;
	border-radius: 10px;
	box-shadow: 3px 3px 3px #888888;
}

img.img_Fliesstext	/* Für Bilder im Fliesstext. */
{
	width: auto;
	vertical-align: top;
	height: 18px;
	border: none;
	mc-thumbnail: popup;
	mc-thumbnail-max-height: 48px;
	cursor: auto;
	/*Verhindert, dass die Lupe beim überfahren don Fliesstext-Bildern angezeigt wird. Stattdessen wird die Hand angzeigt.*/
}

img.img_Auszeichnung	/* Für Bilder Hinweis, Vorsicht, Tipp und Beispiel. */
{
	width: auto;
	vertical-align: top;
	height: 18px;
	border: none;
}

img.img_Nummernbeschreibung
{
	width: auto;
	vertical-align: top;
	height: 18px;
	border: none;
	margin-top: 0.1em;
}

img.img_Symbol
{
	text-align: center;
	height: 68px;
	width: auto;
	border: none;
}

img.img_Symbol_klein
{
	text-align: center;
	height: 34px;
	width: auto;
	vertical-align: middle;
}

img.img_Symbol_Legende
{
	text-align: center;
	height: 34px;
	width: auto;
	vertical-align: middle;
}

table
{
	border-spacing: 0px;
	border-collapse: collapse;
	margin-bottom: 1rem;
	margin-right: 3px;
	/*box-shadow: 3px 3px 3px #888888; */
	display: block;
}

table.Ausgabedaten	/* Tabelle für die Ausgabedaten in Print-Output, bspw. Kurzanleitung */
{
	border-spacing: 0px;
	border-collapse: collapse;
	border: 1px solid black;
	max-width: 640px;
	margin-bottom: 1rem;
}

table.datentabelle	/* Für Tabellen mit mehr als 2 Spalten.*/
{
	border-spacing: 0px;
	border-collapse: collapse;
	margin-bottom: 1rem;
	margin-right: 3px;
	box-shadow: 3px 3px 3px #888888;
	display: table;
}

table.legende	/* Für Tabellen, welche ein Bild mit einer Legende enthalten.*/
{
	vertical-align: top;
	page-break-inside: avoid;
	background-color: #D1D1D1;
	box-shadow: 3px 3px 3px #888888;
	display: table;
}

thead
{
	display: table-header-group;
}

th
{
	padding: 3px;
	text-align: left;
	border: solid 1px;
	background-color: #9cc2e5;
	font-weight: bold;
	page-break-inside: avoid;
	page-break-after: avoid;
	display: table-cell;
}

th.gedreht	/* Für Table-header, welche span.gedreht beinhalten */
{
	vertical-align: middle;
}

td
{
	padding: 3px;
}

tr:nth-child(even)	/* Zebra-Style tables */
{
	background-color: #d1d1d1;
	/* Background Color Table rows */
}

tbody
{
	border-spacing: 5px;
}

td.td_mit_Rahmen
{
	border: solid 1px;
	text-align: left;
	page-break-inside: avoid;
}

td.td_mit_Rahmen_zentriert
{
	border: solid 1px;
	page-break-inside: avoid;
	text-align: center;
}

td.td_Legendentext	/* Definiert eine Zelle, Text ist oben linksbündig mit weissem Rahmen 2px.*/
{
	text-align: left;
	vertical-align: top;
	page-break-inside: avoid;
	border: solid 2px #ffffff;
	border-top-width: 0px;
	background-color: #D1D1D1;
}

td.td_Bild_Legende	/* Definiert eine Zelle, Text ist oben zentriert mit weissem Rahmen 2px.*/
{
	vertical-align: top;
	text-align: center;
	page-break-inside: avoid;
	border: solid 2px #ffffff;
	border-top-width: 0px;
	background-color: #D1D1D1;
	width: 50px;
	max-width: 50px;
	min-width: 50px;
}

td.td_mit_Rahmen_weiss_Text_oben	/* Definiert eine Zelle, Text ist oben, linksbündig mit Rahmen 2px.*/
{
	text-align: left;
	vertical-align: top;
	page-break-inside: avoid;
	border: solid 2px #ffffff;
	border-top-width: 0px;
}

td.td_ohne_Rahmen
{
	page-break-inside: avoid;
}

td.td_ohne_Rahmen_Text_oben
{
	text-align: left;
	vertical-align: top;
	page-break-inside: avoid;
}

td.td_ohne_Rahmen_zentriert
{
	page-break-inside: avoid;
	text-align: center;
}

td.td_ohne_Rahmen_Text_oben_zentriert
{
	text-align: left;
	vertical-align: top;
	page-break-inside: avoid;
	text-align: center;
}

td.td_ohne_Rahmen_Text_links_zentriert
{
	text-align: left;
	page-break-inside: avoid;
}

td.td_ohne_Rahmen_eng
{
	padding: 0px;
	vertical-align: top;
	page-break-inside: avoid;
}

button	/* Anzeige von Buttons (wird selten verwendet).*/
{
	background-color: #f7f7f7;
	border-top-color: #dedede;
	border-bottom-color: #878787;
	display: inline;
}

kbd	/* Anzeige von Tastaturtasten.*/
{
	text-align: center;
	border-radius: 4px;
	background-color: #bdbdbd;
	border: solid 1px;
	padding-left: 2px;
	padding-right: 2px;
	line-height: 100%;
	font-family: 'Lucida Console';
}

code
{
	font-family: 'Lucida Console';
}

form
{
	
}

div.Gruppierung	/* Verhindert einen Seitenumbruch.*/
{
	
}

div.topline	/* Div mit Linie oberhalb, Länge 33% */
{
	margin-bottom: 1rem;
}

div.topline:before	/* Div mit Linie oberhalb, Länge 33% */
{
	content: ".";
	color: #d1d1d1;
	background: #d1d1d1;
	height: 0.2rem;
	width: 33%;
	display: block;
	margin-bottom: 0.25rem;
}

div.download	/* Div um Download-Bereich in Topic. Ausgabe nur in Online-Output*/
{
	mc-conditions: 'Ausgabemedium.Bildschirm';
	/* Wird nur in Online-Output ausgegeben. */
	margin-bottom: 0.25rem;
}

div.Funktion	/* Bei Funktionen.*/
{
	overflow: hidden;
	margin-bottom: 1rem;
}

div.Funktionsname	/* Benennung der Funktion*/
{
	font-weight: bold;
	line-height: 1.5em;
}

div.Icon_Funktion	/*Div, welches das Icon mit der Funktion enthält.*/
{
	float: left;
	margin-right: 28px;
	/*Abstand wird benötigt, solange noch Funktionsbeschreibungen in Tabellen vorhanden sind.*/
}

div.Text_Funktion	/*Div, welcher den Text mit Details zur Funktion enthält.*/
{
	overflow: auto;
}

div.Feld	/* Bei Feldern.*/
{
	overflow: hidden;
	margin-bottom: 1rem;
}

div.Feldname	/* Benennung des Feldes*/
{
	font-weight: bold;
	line-height: 1.5rem;
}

div.Icon_Vorsicht	/*Div, welches das Icon für Vorsicht enthält.*/
{
	float: left;
}

div.Text_Vorsicht	/*Div, welcher den Text für Vorsicht enthält.*/
{
	overflow: auto;
}

div.Bild_Text	/* Gruppiert Bild und Text und verhindert, dass DIV darin nach oben geschoben wird. Nur verwenden, wenn im selben Topic weitere Inhalte (Para usw.) folgen, welche NICHT neben dem Bild angezeigt werden dürfen. */
{
	clear: both;
	width: 100%;
}

div.pfad	/* Div für Pfade, über welchen die Funktion aufgerufen werden kann. */
{
	font-style: italic;
	line-height: normal;
	margin-bottom: 0.5rem;
}

div.Tipp_Text	/* Definiert die Anzeige eines Tipps im Fliesstext.*/
{
	page-break-inside: avoid;
	padding: 0.5rem;
	padding-right: 0.5rem;
	border: solid 1px #000000;
	border-radius: 15px;
	margin-bottom: 0.5rem;
	overflow: hidden;
	margin-right: 3px;
	box-shadow: 3px 3px 3px #888888;
	background-color: #F2F2F2;
}

div.Checkbox	/* Container für Listen mit Checkboxen.*/
{
	page-break-inside: avoid;
	background-color: #FFFFFF;
	padding: 0.5rem;
	padding-right: 0.5rem;
	border: solid 1px #000000;
	border-radius: 15px;
	margin-bottom: 0.5rem;
	overflow: hidden;
	margin-right: 3px;
	box-shadow: 3px 3px 3px #888888;
}

div.Hinweis_Text	/* Definiert die Anzeige eines Hinweises im Fliesstext.*/
{
	page-break-inside: avoid;
	padding: 0.5rem;
	border: solid 1px;
	border-radius: 15px;
	background-color: #E2E2E2;
	border-color: #9C9C9C;
	margin-bottom: 0.5rem;
	overflow: hidden;
	margin-right: 3px;
	box-shadow: 3px 3px 3px #888888;
}

div.Beispiel	/* Definiert die Anzeige eines Beispiels.*/
{
	page-break-inside: avoid;
	padding: 0.5rem;
	border: solid 1px;
	border-radius: 15px;
	background-color: #DAF3FF;
	border-color: #94DBFD;
	margin-bottom: 0.5rem;
	overflow: hidden;
	margin-right: 3px;
	box-shadow: 3px 3px 3px #888888;
}

div.Vorsicht	/* Für Warnhinweise.*/
{
	page-break-inside: avoid;
	background-color: #EEEFBA;
	padding-right: 0.5rem;
	border: solid 1px;
	border-radius: 15px;
	border-color: #E2E700;
	margin-bottom: 0.5rem;
	overflow: hidden;
	margin-right: 3px;
	box-shadow: 3px 3px 3px #888888;
}

div.Einzug_drittel	/* Für Inhalt in der Print-Ausgabe, welcher rechts von Bildern mit 1/3 Seitenbreite steht.*/
{
	
}

div.Einzug_drittel_ol	/* Für OLs in der Print-Ausgabe, welcher rechts von Bildern mit 1/3 Seitenbreite steht.*/
{
	overflow: auto;
}

div.Einzug_halb	/* Für Inhalt in der Print-Ausgabe, welcher rechts von Bildern mit 1/2 Seitenbreite steht.*/
{
	
}

div.Einzug_zwei_drittel	/* Für Inhalt in der Print-Ausgabe, welcher rechts von Bildern mit 2/3 Seitenbreite steht.*/
{
	
}

div.big_screen_only	/* Ausgabe und Anzeige nur in der Webhelp auf Desktop/Laptop und tablet (Bildschirmbreite höher 640px). Keine Ausgabe in Medium "Print".*/
{
	page-break-inside: avoid;
}

div.small_screen_only	/* Ausgabe und Anzeige nur in der Webhelp auf Mobile (portrait und landscape). Keine Ausgabe in Medium "Print".*/
{
	display: none;
}

div.print_only /* Ausgabe und Anzeige nur in Druck Word und PDF */
{
	mc-conditions: 'Ausgabemedium.Druck';
}

div.small_screen_footer	/* Ausgabe und Anzeige nur auf mobile (Bildschirmbreite kleiner 640px). Keine Ausgabe in Medium "Print".*/
{
	display: none;
}

div.footer /* Div für Fusszeile. Ausgabe und Anzeige nur in der Webhelp auf Desktop/Laptop und tablet (Bildschirmbreite höher 640px). Keine Ausgabe in Medium "Print".*/
{
	page-break-inside: avoid;
	clear: both;
}

div.screen_only	/* Ausgabe und Anzeige nur in der Webhelp auf Desktop/Laptop, tablet und smartphone. Keine Ausgabe in Medium "Print".*/
{
	page-break-inside: avoid;
}

div.header_show_content	/* Div für Header eines Topics, in welchem der gewünschte Inhalt ausgewählt werden kann (FAQ, Kurzanleitungen).*/
{
	mc-conditions: 'Ausgabemedium.Bildschirm';
	/* Wird nur in Online-Output ausgegeben. */
}

table.Table_Fusszeile
{
	border-spacing: 0px;
	border-collapse: collapse;
	margin-bottom: 1rem;
	margin-left: 0;
	margin-right: none;
	width: 100%;
	max-width: 100%;
	table-layout: fixed;
	box-shadow: none;
	display: table;
}

table.Fusszeile_PDF
{
	font-size: 11pt;
}

table.Fusszeile_Word
{
	font-size: 10pt;
	border-top: solid 2px #004C93;
}

div.toggler	/*Für Toggler, welche am linken Seitenrand angezeigt werden.*/
{
	color: #000000;
	font-weight: normal;
}

div.toggler_Einzug_HA	/*Für Toggler, welche innerhalb von Handlungsanweisungen angezeigt werden.*/
{
	margin-left: 30px;
	font-weight: normal;
}

div.toggler_Einzug_UA	/*Für Toggler, welche Unter-Resultaten oder Unter-Handlungsanweisungen angezeigt werden.*/
{
	margin-left: 47px;
	font-weight: normal;
}

div.toggler_Inhalt_Einz	/*Spezialeinzug für Inhalt des Togglers.*/
{
	color: #000000;
	font-weight: normal;
	margin-left: 18px;
}

div.toggler_Inhalt	/*Für Inhalt des Togglers, welche Unter-Resultaten oder Unter-Handlungsanweisungen anzeigt.*/
{
	color: #000000;
	font-weight: normal;
	margin-left: -12px;
}

div.drittel_Seite_Fliesstext	/*Div für Inhalt, welcher nur 1/3 Seite breit sein darf. */
{
	height: auto;
	z-index: 0;
	width: 213px;
	float: left;
	margin-right: 1rem;
	margin-bottom: 1rem;
	margin-top: 0.5rem;
}

div.halbe_Seitenbreite_Fliesstext	/*Div für Inhalt, welcher nur 1/2 Seite breit sein darf. */
{
	height: auto;
	z-index: 0;
	width: 320px;
	float: left;
	margin-right: 1rem;
	margin-bottom: 1rem;
	margin-top: 0.5rem;
}

div.zweidrittel_Seite_Fliesstext	/*Div für Inhalt, welcher nur 2/3 Seite breit sein darf. */
{
	height: auto;
	z-index: 0;
	width: 426px;
	float: left;
	margin-right: 1rem;
	margin-bottom: 1rem;
	margin-bottom: 0.5rem;
}

div.Seitenbreite	/*Div für Inhalt, welche eine ganze Seite breit sind. */
{
	width: 640px;
	height: auto;
	max-width: 100%;
	margin-right: 1rem;
	margin-bottom: 1rem;
	margin-top: 0.5rem;
}

div.Wasserzeichen
{
	background-repeat: repeat-y;
	background-position: left center;
}

table.table_rahmen_oben_unten
{
	border: solid 1px;
	max-width: 100%;
	border-right-style: none;
	border-left-style: none;
}

img.img_drittel_Seite
{
	height: auto;
	max-width: 100%;
	width: 213px;
	border-radius: 10px;
	box-shadow: 3px 3px 3px #888888;
}

img.img_zweidrittel_Seite
{
	height: auto;
	max-width: 100%;
	width: 426px;
	border-radius: 10px;
	box-shadow: 3px 3px 3px #888888;
}

MadCap|relatedTopics
{
	mc-label: 'Weitere Informationen';
	mc-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Icons_HTML_skin/weitere_informationen.png');
	mc-image-alt-text: Weitere Informationen;
	padding-top: 1rem;
	padding-bottom: 1rem;
	color: #000000;
}

MadCap|relatedTopicsControlList
{
	
}

td.td_mit_Rahmen_Text_oben
{
	border: solid 1px;
	text-align: left;
	vertical-align: top;
	page-break-inside: avoid;
}

td.td_mit_Rahmen_Text_oben_zentriert
{
	border: solid 1px;
	text-align: left;
	vertical-align: top;
	text-align: center;
	page-break-inside: avoid;
}

td.td_mit_Rahmen_Text_gedreht
{
	border: solid 1px;
	page-break-inside: avoid;
	/* Safari */
	webkit-transform: rotate(270deg);
	/* Firefox */
	moz-transform: rotate(270deg);
	/* IE */
	transform: rotate(270deg);
	/* Opera */
	o-transform: rotate(270deg);
}

caption
{
	
}

b.bold_italic
{
	font-style: italic;
}

span.standard
{
	font-weight: normal;
}

span.dropDownHeadFAQ	/*Span für den Titel des FAQ DropDown.*/
{
	margin-left: 0.2rem;
	color: #000000;
	font-size: 1rem;
	font-weight: bold;
}

span.dropDownHead	/*für alle gültier Span für den Titel des DropDown.*/
{
	margin-left: 1.3rem;
	margin-top: -20px;
	margin-bottom: 0.25rem;
}

span.spezialzeichen	/*Span für normalerweise zu kleine Sonderzeiche, hauptsächlich Checkboxen.*/
{
	font-size: 20pt;
}

span.gedreht	/*Span für Text, welcher um 90° gedreht wird */
{
	display: block;
	margin-bottom: 2px;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

span.item	/* Span für Item-Nr. Ist an Condition für Item gekoppelt. */
{
	mc-conditions: 'Entwicklung.Item';
}

span.item::before	/* Vor Item-Nr. */
{
	content: " {";
}

span.item::after	/* Nach Item-Nr. */
{
	content: "}";
}

span.link_outside	/* PDF Span für Link, welcher auf etwas zeigt, was ausserhalb des Projekts ist. Nur bei PDF und Word-Output verwenden. Span um Baustein und um siehe.... Ist an Condition für Ausgabe Druck gekoppelt. */
{
	mc-conditions: 'Ausgabemedium.Druck';
}

/*Funktionen*/

div[class="Funktionsname"] img	/* Blendet Bilder im Funktionsnamen aus. Dadurch können Bausteine mit Benennung der Funktion auch in der Detailbeschreibung verwendet werden. Funktioniert nur in HTML5-Output.*/
{
	display: none;
}

h1 img	/* Blendet Bilder in h1 aus. Dadurch können Bausteine mit Benennung der Funktion auch im Header verwendet werden. Funktioniert nur in HTML5-Output.*/
{
	display: none;
}

h3 img	/* Blendet Bilder in h3 aus. Dadurch können Bausteine mit Benennung der Funktion auch im Header verwendet werden. Funktioniert nur in HTML5-Output.*/
{
	display: none;
}

p[class="subheading"] img	/* Blendet Bilder in der Paragrafen-Klasse "Subheading" aus. Dadurch können Bausteine mit Benennung der Funktion auch in den Subheadings verwendet werden. Funktioniert nur in HTML5-Output.*/
{
	display: none;
}

.button_color
{
	background-color: #004C93;
	border: none;
	border-radius: 10px;
	color: white !important;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-weight: bold;
	font-size: 1.5rem;
	margin-right: 25px;
	margin-bottom: 25px;
	cursor: pointer;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	width: 250px;
	float: left;
	height: 50px;
}

.button_color:hover
{
	color: #FFFFFF;
	text-decoration: none !important;
	background-color: #004C93;
}

.button_color:active	/* Feedback bei Klick auf Button */
{
	background-color: #666666;
}

nav.tab-bar .menu-icon	/* Bei geöffnetem Hamburger-Menu wird Hamburger nicht mit blauem Hintergrund angezeigt. Übersteuer Standard-Linkeinstellungen */
{
	background-color: transparent !important;
}

/* Area für TopNav */

div.SideTOC	/* Div für SideTOC in TopNav Output */
{
	float: right;
	margin-bottom: 10px;
	clear: right;
	position: inherit;
	margin-left: 10px;
}

ul.navigation ul ul	/* TopNav Position und Anzeige der Unter-Menüeinträge in der Hauptnavigation */
{
	top: -29%;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
}

/*
ul.navigation ul,
ul.navigation > li.has-children:after	 TopNav Delay für Anzeige Menüeinträge. 
{
	transition-delay: 250ms;
}
*/

ul.navigation ul > li.has-children > a:after	/* TopNav Korrigiert Position Pfeil Hinweis auf weitere Kapitel in Hauptnavigation in Header */
{
	right: 10px;
}

.tab-bar-section a.logo	/* TopNav Position Logo in Header */
{
	margin-top: 15px;
	/* Abstand von oben damit Logorand oben auf gleicher Höhe wie Text */
}

@media print /* Web Print - Media query für Druck aus Browser.*/
{
	body
	{
		background-color: transparent;
	}

	/*	p.Aktualisierungsdatum Paragraf für das Aktualisierungsdatum
{
	display: none;
}*/

	h1	/* Web Print */
	{
		margin-left: 0px;
	}
	
	select.contentpicker /* Web Print - Grösse Control Auswahl anzuzeigender Inhalt FAQ, Kurzanleitungen*/

{
	font-weight: bold;
	margin-bottom: 0.25rem;
	background-color: transparent;
	padding-left: 0px;
	 -webkit-appearance:none;
	 -moz-appearance: none;
}

	li.condition /* Web Print - Image für Ausgabe auf Web-Ausdruck, nötig wegen IE */
{
	background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Layoutelemente/Diamant_webprint.png') !important;
}

li.unter_handlungsanweisung /* Web Print - Image für Ausgabe auf Web-Ausdruck, nötig wegen IE */
{
	background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Layoutelemente/Pfeil_webprint.png') !important;
}

li.bullet_point /* Web Print - Image für Ausgabe auf Web-Ausdruck, nötig wegen IE */
{
	background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Layoutelemente/Kreis_webprint.png') !important;
}

li.bullet_point_last /* Web Print - Image für Ausgabe auf Web-Ausdruck, nötig wegen IE */
{
	background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Layoutelemente/Kreis_webprint.png') !important;
}

li.bullet_point_eng /* Web Print - Image für Ausgabe auf Web-Ausdruck, nötig wegen IE */
{
	background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Layoutelemente/Kreis_webprint.png') !important;
}

li.checkbox /* Web Print - Image für Ausgabe auf Web-Ausdruck, nötig wegen IE */
{
	background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Layoutelemente/Quadrat_webprint.png') !important;
}

li.checkbox_eng /* Web Print - Image für Ausgabe auf Web-Ausdruck, nötig wegen IE */
{
	background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Layoutelemente/Quadrat_webprint.png') !important;
}

li.checkbox_last /* Web Print - Image für Ausgabe auf Web-Ausdruck, nötig wegen IE */
{
	background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Layoutelemente/Quadrat_webprint.png') !important;
}

li.unter_resultat /* Web Print - Image für Ausgabe auf Web-Ausdruck, nötig wegen IE */
{
	background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Layoutelemente/Pfeil_geschwungen_webprint.png') !important;
}

	li.resultat /* Web Print - Image für Ausgabe auf Web-Ausdruck, nötig wegen IE */
	{
		background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Layoutelemente/Haeckchen_webprint.png') !important;
	}
	
		li.resultat_eng /* Web Print - Image für Ausgabe auf Web-Ausdruck, nötig wegen IE */
	{
		background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Layoutelemente/Haeckchen_webprint.png') !important;
	}

select::-ms-expand /* Web Print - Entfernt DropDown-Pfeil in Ausdruck IE210 und IE11*/
{
    display: none;
}


	p.MCWebHelpFramesetLink.MCWebHelpFramesetLinkTop	/* Web Print - "Open Thema mit Navigation" wird auf Ausdrucken ausgeblendet*/
	{
		display: none !important;
	}

	div.MCBreadcrumbsBox_0	/* Web Print */
	{
		display: none;
	}

	div.big_screen_only	/* Web Print - Ausgabe und Anzeige nur in der Webhelp auf Desktop/Laptop und tablet (Bildschirmbreite höher 640px). Keine Ausgabe in Medium "Print" und "PDF".*/
	{
		display: initial;
	}
	
div.small_screen_only	/* Web Print - Ausgabe und Anzeige nur in der Webhelp auf Mobile (portrait und landscape). Keine Ausgabe in Medium "Print".*/
{
	display: initial;
}

div.footer /* Web Print - Div für Fusszeile. Ausgabe und Anzeige nur in der Webhelp auf Desktop/Laptop und tablet (Bildschirmbreite höher 640px). Keine Ausgabe in Medium "Print".*/
{
	display: none;
}

	div.SideTOC	/* Web Print - Blendet sideTOC */
	{
		display: none;
	}

	div.download	/* Web Print - Div um Download-Bereich in Topic. Ausgabe nur in Online-Output*/
	{
		display: none;
		/* Keine Ausgabe in Web Print. */
	}

	div.header_show_content	/* Web Print - Div für Header eines Topics, in welchem der gewünschte Inhalt ausgewählt werden kann (FAQ, Kurzanleitungen).*/
	{
		display: none;
		/* Keine Ausgabe in Web Print. */
	}

	a	/* Web Print */
	{
		color: #000000 !important;
		text-decoration: none !important;
	}

	a:link	/* Web Print */
	{
		color: #000000 !important;
		text-decoration: none !important;
	}

	a:visited	/* Web Print */
	{
		color: #000000 !important;
		text-decoration: none !important;
	}

	a:hover	/* Web Print */
	{
		color: #000000 !important;
		text-decoration: none !important;
	}

	a:active	/* Web Print */
	{
		color: #000000 !important;
		text-decoration: none !important;
	}

	a:focus	/* Web Print */
	{
		color: #000000 !important;
		text-decoration: none !important;
	}

	a.MCHelpControl.MCHelpControl-Concept.conceptLink	/* Web Print */
	{
		display: none;
	}

	a.back-to-top	/* Web Print - Linktyp für Sprung nach oben, JS in Vorgabseite */
	{
		display: none !important;
	}

	MadCap|dropDown.fliesstext	/* Web Print - Für Dropdowns, welche um ein Fliesstext-Div sind. */
	{
		
	}

	.MCDropDown_Closed .MCDropDownHotSpot_	/* Web Print - Ab Flare 12 nötig. Workaround, damit transparentes Gif überschrieben wird. */
	{
		background-image: none !important;
	}

	.MCDropDown_Open .MCDropDownHotSpot_	/* Web Print - Ab Flare 12 nötig. Workaround, damit transparentes Gif überschrieben wird. */
	{
		background-image: none !important;
	}

	.MCDropDown_Closed .MCDropDownHotSpot_SecondLevel	/* Web Print - Ab Flare 12 nötig. Workaround, damit transparentes Gif überschrieben wird. */
	{
		background-image: none !important;
	}

	.MCDropDown_Open .MCDropDownHotSpot_SecondLevel	/* Web Print - Ab Flare 12 nötig. Workaround, damit transparentes Gif überschrieben wird. */
	{
		background-image: none !important;
	}

	.MCDropDown_Closed .MCDropDownHotSpot_WeitereInfo	/* Web Print - Ab Flare 12 nötig. Workaround, damit transparentes Gif überschrieben wird. */
	{
		background-image: none !important;
	}

	.MCDropDown_Open .MCDropDownHotSpot_WeitereInfo	/* Web Print - Ab Flare 12 nötig. Workaround, damit transparentes Gif überschrieben wird. */
	{
		background-image: none !important;
	}

	.MCDropDown_Closed .MCDropDownHotSpot_FAQ	/* Web Print - Ab Flare 12 nötig. Workaround, damit transparentes Gif überschrieben wird. */
	{
		background-image: none !important;
	}

	.MCDropDown_Open .MCDropDownHotSpot_FAQ	/* Web Print - Ab Flare 12 nötig. Workaround, damit transparentes Gif überschrieben wird. */
	{
		background-image: none !important;
	}

	.MCDropDown_Closed .MCDropDownHotSpot_FAQ_colored	/* Web Print - Ab Flare 12 nötig. Workaround, damit transparentes Gif überschrieben wird. */
	{
		background-image: none !important;
	}

	.MCDropDown_Open .MCDropDownHotSpot_FAQ_colored	/* Web Print - Ab Flare 12 nötig. Workaround, damit transparentes Gif überschrieben wird. */
	{
		background-image: none !important;
	}

	span.dropDownHead	/* Web Print - für alle gültier Span für den Titel des DropDown.*/
	{
		margin-left: initial;
		margin-bottom: initial;
	}

	span.dropDownHeadFAQ	/* Web Print - Span für den Titel des FAQ DropDown.*/
	{
		margin-left: -15px;
		margin-bottom: initial;
	}
}


@media PDF /* Media query für PDF-Output.*/
{
	body
	{
		padding-left: 0mm;
		color: #000000;
		padding-bottom: 0mm;
		padding-top: 0mm;
		font-size: 12pt;
		padding-right: 0mm;
		background-color: transparent;
	}

	div.pfad	/*PDF*/
	{
		page-break-after: avoid;
	}

	div.Gruppierung	/* PDF - Verhindert einen Seitenumbruch.*/
	{
		page-break-inside: avoid;
	}

	div.Funktion	/* PDF - Bei Funktionen.*/
	{
		page-break-inside: avoid;
		clear: both;
		/*Sorgt dafür, dass das vorherige DIV aufgelöst wird und der Funktionsname nicht eingerückt angezeigt wird.*/
	}

	div.Funktionsname	/* PDF - Benennung der Funktion*/
	{
		page-break-after: avoid;
	}

	div.Feldname	/* PDF - Benennung des Feldes*/
	{
		page-break-after: avoid;
	}

	div.Text_Funktion	/* PDF - Div, welcher den Text mit Details zur Funktion enthält.*/
	{
		
	}

	div.Text_Vorsicht	/* PDF - Div, welcher den Text für Vorsicht enthält.*/
	{
		
	}

	div.Bild_Text	/* PDF - Gruppiert Bild und Text und verhindert, dass DIV darin nach oben geschoben wird. Verwenden, um Bilder und Fliesstext darum herum zu gruppieren. Nur verwenden, wenn im selben Topic weitere Inhalte (Para usw.) folgen, welche NICHT neben dem Bild angezeigt werden dürfen. */
	{
		float: left;
	}

	div.Feld	/* PDF - Bei Feldern.*/
	{
		page-break-inside: avoid;
	}

	div.Tipp_Text	/* PDF - Definiert die Anzeige eines Tipps im Fliesstext.*/
	{
		margin-right: 0px;
		background-color: transparent;
	}

	div.Checkbox	/* PDF - Container für Listen mit Checkboxen.*/
	{
		page-break-inside: avoid;
		margin-right: 0px;
	}

	div.Hinweis_Text	/* PDF - Definiert die Anzeige eines Hinweises im Fliesstext.*/
	{
		margin-right: 0px;
	}

	div.Beispiel	/* PDF - Definiert die Anzeige eines Beispiels.*/
	{
		background-color: #e3f2fd;
		margin-right: 0px;
	}

	div.Vorsicht	/* PDF - Für Warnhinweise.*/
	{
		margin-right: 0px;
		clear: both;
	}

	div.Einzug_drittel	/* PDF - Für Inhalt in der Print-Ausgabe, welcher rechts von Bildern mit 1/3 Seitenbreite steht.*/
	{
		margin-left: 55mm;
	}

	div.Einzug_drittel_ol	/* PDF - Für OLs in der Print-Ausgabe, welcher rechts von Bildern mit 1/3 Seitenbreite steht.*/
	{
		margin-left: 51mm;
	}

	div.Einzug_halb	/* PDF - Für Inhalt in der Print-Ausgabe, welcher rechts von Bildern mit 1/2 Seitenbreite steht.*/
	{
		margin-left: 82mm;
	}

	div.Einzug_zwei_drittel	/* PDF - Für Inhalt in der Print-Ausgabe, welcher rechts von Bildern mit 2/3 Seitenbreite steht.*/
	{
		margin-left: 110mm;
	}

	div.drittel_Seite_Fliesstext	/* PDF - Div für Inhalt, welcher nur 1/3 Seite breit sein darf.*/
	{
		height: auto;
		width: 30%;
		float: left;
		z-index: 100;
		display: inline;
		/*Hält Bild und Bildunterschrift zusammen*/
		page-break-inside: avoid;
		/*Hält Bild und Bildunterschrift zusammen*/
	}

	div.zweidrittel_Seite_Fliesstext	/* PDF - Div für Inhalt, welcher nur 2/3 Seite breit sein darf. */
	{
		height: auto;
		width: 66%;
		float: left;
		z-index: 100;
		display: inline;
		/*Hält Bild und Bildunterschrift zusammen*/
		page-break-inside: avoid;
		/*Hält Bild und Bildunterschrift zusammen*/
	}

	div.halbe_Seitenbreite_Fliesstext	/* PDF - Div für Inhalt, welcher nur 1/2 Seite breit sein darf. */
	{
		height: auto;
		width: 47%;
		float: left;
		z-index: 100;
		display: inline;
		/*Hält Bild und Bildunterschrift zusammen*/
		page-break-inside: avoid;
		/*Hält Bild und Bildunterschrift zusammen*/
	}

	div.Seitenbreite	/* PDF - Div für Inhalt, welche eine ganze Seite breit sind. */
	{
		height: auto;
		width: 100%;
		float: left;
		z-index: 0;
		display: inline;
		/*Hält Bild und Bildunterschrift zusammen*/
		page-break-inside: avoid;
		/*Hält Bild und Bildunterschrift zusammen*/
	}

	div.topline:before	/* PDF - Blendet Linie before Topline aus da nicht korrekt angezeigt. */
	{
		content: "";
	}

	ul	/* PDF */
	{
		padding-left: 0mm;
		margin-left: 0mm;
	}

	li	/* PDF */
	{
		display: none;
		margin-left: 5mm;
		line-height: 150%;
	}

	h1	/* PDF */
	{
		font-weight: bold;
		mc-auto-number-format: 'CH:{chapnum} ';
		margin-top: 0em;
		margin-bottom: 0.5em;
		mc-auto-number-offset: 40px;
		mc-auto-number-position: outside-head;
		margin-left: 40px;
		line-height: 1.2em;
		page-break-after: avoid;
	}

	h1.oneh1	/* PDF, h1 ohne Kapitelnummer, wenn nur ein h1 pro Dokument verwendet wird, bspw. bei Kurzanleitungen */
	{
		font-size: 18pt;
		font-weight: normal;
		mc-auto-number-position: none;
		mc-auto-number-format: none;
		margin-top: 0em;
		margin-bottom: 0.5em;
		mc-auto-number-offset: none;
		line-height: 1.2em;
		page-break-after: avoid;
	}

	h2	/* PDF */
	{
		font-size: 20pt;
		mc-auto-number-format: 'CH:{chapnum}.{n+} ';
		line-height: 120%;
		margin-bottom: 0.5em;
		margin-top: 0em;
		mc-auto-number-position: outside-head;
		margin-left: 75px;
		mc-auto-number-offset: 75px;
		clear: both;
		line-height: 1.2em;
		page-break-after: avoid;
	}

	h2.oneh2	/* PDF, h2 ohne Kapitelnummer, wenn nur ein h2 pro Dokument verwendet wird, bspw. bei Kurzanleitungen  */
	{
		font-size: 26pt;
		mc-auto-number-position: none;
		mc-auto-number-format: none;
		line-height: 120%;
		margin-bottom: 0.5em;
		margin-top: 0em;
		mc-auto-number-offset: none;
		clear: both;
		line-height: 1.2em;
		page-break-after: avoid;
	}

	h3	/* PDF */
	{
		font-size: 18pt;
		mc-auto-number-format: 'CH:{chapnum}.{n}.{n+} ';
		margin-bottom: 0.5em;
		margin-top: 1em;
		mc-auto-number-position: outside-head;
		margin-left: 105px;
		mc-auto-number-offset: 105px;
		clear: both;
		line-height: 1.2em;
		page-break-after: avoid;
	}

	h4	/* PDF */
	{
		font-size: 16pt;
		mc-heading-level: 4;
		mc-auto-number-format: 'CH:{chapnum}.{n}.{n}.{n+} ';
		mc-auto-number-position: outside-head;
		mc-auto-number-offset: 120px;
		margin-left: 120px;
		clear: both;
		line-height: 1.2em;
		page-break-after: avoid;
	}

	p	/* PDF */
	{
		color: #000000;
		line-height: 1.5em;
		margin-top: 0em;
		margin: 0em;
		margin-bottom: 0.5em;
		font-size: 12pt;
	}

	p.clear	/* PDF */
	{
		clear: both;
	}

	p.Einzug_Icon	/* PDF - Spezieller Einzug nur für Print, da Einzug nicht automatisch funktiniert. */
	{
		margin-left: 70px;
	}

	p.subheading	/* PDF */
	{
		font-size: 14pt;
		page-break-after: avoid;
		margin-bottom: 0.0em;
		page-break-before: avoid;
		clear: both;
		line-height: 1.2em;
	}

	p.subheading_topline	/* PDF - Subheading mit extra Abstand nach oben, ohne Linie */
	{
		font-size: 14pt;
		page-break-after: avoid;
		margin-bottom: 0.0em;
		margin-top: 1.2em;
		page-break-before: avoid;
		clear: both;
		line-height: 1.2em;
	}

	p.subheading_float	/* PDF - Für Subheadings, welche neben Bildern stehen sollen*/
	{
		font-size: 14pt;
		page-break-after: avoid;
		margin-bottom: 0.0em;
		/* Hebt die margin-bottom aus paragraf auf. */
		page-break-before: avoid;
		line-height: 1.2em;
	}

	p.Nummernbeschreibung	/* PDF - Paragraf für Nummern, welche auf Nummern in Bildern zeigen. */
	{
		font-size: 14pt;
		page-break-after: avoid;
		/*verhindert einen Seitenumbruch nach dem Paragraf */
		margin-bottom: 0.0em;
		/* Hebt die margin-bottom aus paragraf auf. */
	}

	p.media	/* PDF - Paragraf, in welchem ein Bild oder ein Video platziert wird. */
	{
		margin-bottom: initial;
		break-after: avoid;
	}

	p.Bildunterschrift	/* PDF - Paragraf für Bildunterschriften. Automatische Nummerierung der Bilduntertitel.*/
	{
		mc-auto-number-format: 'Abb. {Gn+}: ';
		page-break-inside: avoid;
	}

	p.kundenwunsch	/* PDF - Paragraf für Kundenwunsch */
	{
		margin-top: initial;
	}

	li.bullet_point	/*PDF*/
	{
		background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Layoutelemente/Kreis_klein_print_A4_svg.svg');
		background-position: left top;
		padding-left: 4.5mm;
		margin-left: 5mm;
		display: block;
	}

	li.bullet_point_last	/* PDF - Letzter Bullet Point bei Aufzählungen - Hat margin bottom für Abstand nach ol*/
	{
		background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Layoutelemente/Kreis_klein_print_A4_svg.svg');
		background-position: left top;
		padding-left: 4.5mm;
		margin-left: 5mm;
		margin-bottom: 0.75em;
		/* Unterschied zu li.bullet_point */
		display: block;
	}

	li.bullet_point_eng	/* PDF - Bullet points ohne linken Rand, hauptsächlich innerhalb Tabellen */
	{
		background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Layoutelemente/Kreis_klein_print_A4_svg.svg');
		background-position: left 6px;
		padding-left: 4.5mm;
		margin-left: 0mm;
		/* Unterschied zu herkömmlichen bullet points */
		display: block;
		padding-top: 1.6mm;
		margin-bottom:-2mm;
		/* Top-Padding für Abstand von oben */
	}

	li.checkbox	/* PDF */
	{
		background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Layoutelemente/Quadrat_klein_print_A4_svg.svg');
		background-position: left top;
		margin-left: 0.5mm;
	}

	li.checkbox_eng	/* PDF, Checkboxen linker Rand, hauptsächlich innerhalb Tabellen */
	{
		background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Layoutelemente/Quadrat_klein_print_A4_svg.svg');
		background-position: left top;
		margin-left: 0mm;
		/* Unterschied zu herkömmlichen Checkboxen */
	}

	li.resultat	/* PDF */
	{
		background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Layoutelemente/Haeckchen_print_A4_svg.svg');
		background-position: left top;
		padding-left: 4.5mm;
		margin-left: 5mm;
		margin-bottom: 0.75em;
		/*Unterschied zu li.resultat_eng */
	}

	li.resultat_eng	/* PDF - Resultat ohne margin bottom - wenn mehrere Resultate aufgeführt werden: Für alle Resultate ausser dem letzen. */
	{
		background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Layoutelemente/Haeckchen_print_A4_svg.svg');
		background-position: left top;
		padding-left: 4.5mm;
		margin-left: 5mm;
	}

	li.unter_handlungsanweisung	/* PDF */
	{
		background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Layoutelemente/Pfeil_print_A4_svg.svg');
		background-position: left top;
		margin-left: 10mm;
		padding-left: 5mm;
	}

	li.unter_resultat	/* PDF */
	{
		background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Layoutelemente/Pfeil_geschwungen_print_A4_svg.svg');
		background-position: left top;
		margin-left: 10mm;
		padding-left: 5mm;
	}

	li.condition	/* PDF */
	{
		background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Layoutelemente/Diamant_print_A4_svg.svg');
		background-position: left top;
		margin-left: 5mm;
		padding-left: 4.5mm;
	}

	li.handlungsanweisung	/* PDF */
	{
		list-style-position: outside;
		margin-left: 11mm;
		/* Distanz der Zahl vom linken Seitenrand */
		text-indent: -1mm;
		/* Distanz vom Text zur Zahl */
	}

	li.roman_big	/* PDF - Aufzählung mit römischen Ziffern, grossgeschrieben */
	{
		margin-left: 10mm;
		list-style-position: inside;
		text-indent: -5mm;
	}

	a	/* PDF */
	{
		mc-hyphenate: never;
		color: #000000 !important;
		text-decoration: none !important;
	}

	a:link	/* PDF */
	{
		color: #000000 !important;
		text-decoration: none !important;
	}

	a:visited	/* PDF */
	{
		color: #000000 !important;
		text-decoration: none !important;
	}

	a:hover	/* PDF */
	{
		color: #000000 !important;
		text-decoration: none !important;
	}

	a:active	/* PDF */
	{
		color: #000000 !important;
		text-decoration: none !important;
	}

	a:focus	/* PDF */
	{
		color: #000000 !important;
		text-decoration: none !important;
	}

	a.mediatarget	/* PDF - Target-Klasse für Verweise auf die Bildunterschriften */
	{
		position: initial;
		margin-top: initial;
	}

	a.MCHelpControl	/* PDF */
	{
		display: none;
	}

	a.Weblink:link	/* PDF - Für Links ausserhalb der Online-Hilfe.*/
	{
		color: #000000 !important;
		text-decoration: none !important;
	}

	a.Weblink:visited	/* PDF - Für Weblinks ausserhalb der root-Welt.*/
	{
		color: #000000 !important;
		text-decoration: none !important;
	}

	a.Weblink:hover	/* PDF - Für Weblinks ausserhalb der root-Welt.*/
	{
		color: #000000 !important;
		text-decoration: none !important;
	}

	img.img_Seitenbreite	/* PDF */
	{
		width: 165mm;
	}

	img.img_Seitenb_Aufz	/* PDF - Für ganzsseitige Bilder, welche in einer Aufzählung vorkommen. */
	{
		height: auto;
		width: 155mm;
		margin-left: 10mm;
	}

	p.title_index	/* PDF - Paragraf für Title in Online-Hilfe. Nicht für Druckausgabe! */
	{
		font-size: 26pt;
		font-weight: bold;
	}

	table	/* PDF */
	{
		max-width: 100%;
		margin-bottom: 1em;
		display: table;
	}

	table.Ausgabedaten	/* PDF, Tabelle für die Ausgabedaten in Print-Output, bspw. Kurzanleitung */
	{
		max-width: 100%;
		margin-bottom: 0.5em;
	}

	table.datentabelle	/* PDF - Für Tabellen mit mehr als 2 Spalten. Kein Rand rechts in Druckausgabe.*/
	{
		margin-right: 0px;
	}

	table.legende	/* PDF - Für Tabellen, welche ein Bild mit einer Legende enthalten.*/
	{
		display: table;
	}

	p.Dokumenttyp_Titelseite	/* PDF */
	{
		font-weight: bold;
		line-height: normal;
		text-align: left;
		vertical-align: middle;
		font-size: 34pt;
	}

	p.Produktname_Titelseite	/* PDF */
	{
		line-height: 1.20em;
		margin-top: auto;
		margin-bottom: 0pt;
		font-size: 20pt;
	}

	td > p	/* PDF */
	{
		color: #000000;
	}


	img.img_halbe_Seitenbreite	/* PDF */
	{
		height: auto;
		width: 82.5mm;
	}

	img.img_Fliesstext	/* PDF - Für Bilder im Fliesstext. */
	{
		width: auto;
		vertical-align: top;
		height: 4mm;
		margin-bottom: -6px;
	}

	img.img_Auszeichnung	/* PDF - Für Bilder Hinweis, Vorsicht, Tipp und Beispiel. */
	{
		width: auto;
		vertical-align: top;
		height: 4mm;
		margin-bottom: -6px;
	}

	img.img_Nummernbeschreibung	/* PDF */
	{
		width: auto;
		vertical-align: top;
		height: 4mm;
	}


	h5	/* PDF */
	{
		mc-heading-level: 0;
		mc-auto-number-format: 'CH:{chapnum}.{n}.{n}.{n}.{n+} ';
	}

	h6	/* PDF */
	{
		mc-heading-level: 0;
		mc-auto-number-format: 'CH:{chapnum}.{n}.{n}.{n}.{n}.{n+} ';
	}

	thead	/* PDF */
	{
		border: solid 1px;
	}

	th.gedreht	/* PDF */
	{
		vertical-align: middle;
	}

	MadCap|popupHead	/* PDF - Head Text Popup*/
	{
		color: #000000;
	}

	MadCap|popupBody	/* PDF - Body Text Popup*/
	{
		font-size: 10pt;
	}

	MadCap|dropDownHead	/* PDF */
	{
		font-weight: bold;
		page-break-after: avoid;
		margin-bottom: 1.12em;
		padding-bottom: 0.25em;
		margin-top: 0em;
	}

	MadCap|dropDown	/* PDF */
	{
		padding-top: 0em;
		padding-bottom: 0.25em;
		clear: both;
		/* Löst die vorherigen floats auf. Dies verhindert, das ein einzelner Buchstabe auf einer Linie zurück bleibt.*/
	}

	MadCap|dropDown.fliesstext	/* PDF - Für Dropdowns, welche um ein Fliesstext-Div sind. */
	{
		clear: none;
		/* Löst die vorherigen NICHT floats auf. */
	}

	MadCap|dropDown.FAQ	/* PDF - DropDown für FAQ.*/
	{
		border-bottom: none;
		margin-bottom: 1.5em;
	}

	MadCap|dropDown.FAQ_colored	/* PDF - DropDown für FAQ mit farbigem Hintergrund.*/
	{
		background-color: #FFFFFF;
		margin-bottom: 1.5em;
	}

	code	/* PDF */
	{
		font-family: 'Courier New';
	}

	kbd	/* PDF - Anzeige von Tastaturtasten.*/
	{
		border-radius: 4px;
		line-height: 121%;
		border-bottom-width: 1px;
		border: solid 1px #000000;
		background-repeat: no-repeat;
		font-family: 'Courier New';
	}

	MadCap|xref.bookmark	/* PDF - Fett, für Verweise im Fliesstext auf Bookmarks (Konfig, Felder usw.).*/
	{
		mc-format: '{paratext}';
		color: #000000;
		text-decoration: none;
		pointer-events: none;
	}

	MadCap|xref.Verweis_mit_Klammer	/* PDF - Für Verweise, im Fliesstext stehen.*/
	{
		mc-format: '(siehe «{h1}», Seite {page})';
		color: #000000;
		text-decoration: none;
	}

	MadCap|xref.Verweis_mit_Klammer:before	/*Setzt automatisch Abstand vor Link.*/
	{
		content: ' ';
	}

	MadCap|xref.Verweis_mit_Klammer_nopage	/*PDF - Für Verweise, im Fliesstext stehen. Kein Verweis auf Seite in Druckausgabe.*/
	{
		mc-format: '(siehe «{h1}»)';
		color: #000000;
		text-decoration: none;
	}

	MadCap|xref.Verweis_mit_Klammer_nopage:before	/*Setzt automatisch Abstand vor Link.*/
	{
		content: ' ';
	}

	MadCap|xref.Verweis	/* PDF - Für Verweise, welche alleine und nicht direkt im Fliesstext stehen.*/
	{
		mc-format: 'Siehe «{h1}», Seite {page}';
		color: #000000;
		text-decoration: none;
	}

	MadCap|xref.Erst_Verweis_mit_Klammer	/* PDF - Erster Link Bei gleichzeitigem Verweis auf mehrere Kapitel.*/
	{
		mc-format: '(siehe «{h1}», Seite {page}';
		color: #000000;
		text-decoration: none;
	}

	MadCap|xref.Erst_Verweis_mit_Klammer:before	/*Setzt automatisch Abstand vor Link.*/
	{
		content: ' ';
	}

	MadCap|xref.Mitte_Verweis_mit_Klammer	/* PDF - Mittlerer Link Bei gleichzeitigem Verweis auf mehrere Kapitel.*/
	{
		mc-format: '«{h1}», Seite {page}';
		color: #000000;
		text-decoration: none;
	}

	MadCap|xref.Letzt_Verweis_mit_Klammer	/* PDF - Zweiter Link Bei gleichzeitigem Verweis auf mehrere Kapitel.*/
	{
		mc-format: '«{h1}», Seite {page})';
		color: #000000;
		text-decoration: none;
	}

	MadCap|xref.Abschnitt	/* PDF - Verweis auf geänderten Inhalt in UN.*/
	{
		mc-format: 'Abschnitt «{paratext}» auf Seite {page}';
		/*Reihenfolge anders als in Online-Ausgabe. Seite, dafür keinen Verweis auf das Kapitel*/
		color: #000000;
		text-decoration: none;
	}

	MadCap|xref.Abschnitt_Klammer	/*PDF - Verweis auf Abschnitt mit Klammer*/
	{
		mc-format: '(siehe «{paratext}» auf Seite {page})';
		color: #000000;
		text-decoration: none;
	}

	MadCap|xref.Abschnitt_Klammer:before	/*Setzt automatisch Abstand vor Link.*/
	{
		content: ' ';
	}

	MadCap|xref.Abb	/* PDF - Verweis auf Abbildungen*/
	{
		mc-format: '(siehe {paranumonly})';
		/*Gibt den Paragrafentext der Bildbeschreibung aus.*/
		color: #000000;
		text-decoration: none;
	}

	MadCap|xref.Abb:before	/*Setzt automatisch Abstand vor Link.*/
	{
		content: ' ';
	}

	p.linie_seitenbreite_blue	/* PDF - Root-Blaue Linie, ganze Seitenbreite */
	{
		border-bottom: solid 3px;
		margin-bottom: 1em;
		font-size: 4pt;
		line-height: 1em;
	}

	p.linie_seitenbreite_black	/* PDF Schwarze Linie, ganze Seitenbreite */
	{
		border-bottom: solid 3px;
		margin-bottom: 1em;
		font-size: 4pt;
		line-height: 1em;
	}

	MadCap|tocProxy	/* PDF */
	{
		padding-left: 0px;
	}

	p.TOC2	/* PDF */
	{
		line-height: 1.5em;
		margin: 0;
		margin-left: 14px;
	}

	p.TOC3	/* PDF */
	{
		margin-top: 0em;
		line-height: 1.5em;
		margin-left: 27px;
	}

	MadCap|dropDownHotspot	/* PDF */
	{
		font-size: 14pt;
		line-height: 100%;
		padding-top: 1em;
	}


	td.td_Bild_Legende	/* PDF - Definiert eine Zelle, Text ist oben zentriert mit Rahmen 2px.*/
	{
		width: 14mm;
		max-width: 14mm;
		min-width: 14mm;
	}

	p.TOC4	/* PDF */
	{
		margin-top: 0em;
		margin-bottom: 0em;
		margin-left: 53px;
	}


	p.Index2	/* PDF */
	{
		line-height: 1.5em;
	}

	p.Index3	/* PDF */
	{
		line-height: 1.5em;
	}

	p.TOC1	/* PDF */
	{
		margin-top: 1em;
		margin-bottom: 0em;
	}

	MadCap|dropDownBody	/* PDF */
	{
		padding-top: -1em;
	}

	MadCap|dropDownBody.SecondLevel	/* PDF */
	{
		margin-bottom: 0.5em;
	}


	table.table_rahmen_oben_unten	/* PDF */
	{
		border-left-style: none;
		border-right-style: none;
	}

	img.img_drittel_Seite	/* PDF */
	{
		height: auto;
		width: 52mm;
	}

	img.img_zweidrittel_Seite	/* PDF */
	{
		height: auto;
		width: 107mm;
	}

	div.intern	/* PDF */
	{
		background-image: none;
	}

	p.pfad	/* PDF */
	{
		page-break-after: avoid;
	}

	table.Table_Fusszeile	/* PDF */
	{
		display: none;
	}

	div.big_screen_only	/* PDF - Ausgabe und Anzeige nur in der Webhelp auf Desktop/Laptop und tablet (Bildschirmbreite höher 640px). Keine Ausgabe in Medium "Print".*/
	{
		display: none;
	}
	
	div.small_screen_only	/* PDF - Ausgabe und Anzeige nur in der Webhelp auf Mobile (portrait und landscape). Keine Ausgabe in Medium "Print".*/
{
	display: none;
}

	div.small_screen_footer	/* PDF - Ausgabe und Anzeige nur auf mobile (Bildschirmbreite kleiner 640px). Keine Ausgabe in Medium "Print".*/
	{
		display: none;
	}
	
	div.footer /* PDF - Div für Fusszeile. Ausgabe und Anzeige nur in der Webhelp auf Desktop/Laptop und tablet (Bildschirmbreite höher 640px). Keine Ausgabe in Medium "Print".*/
{
	display: none;
}

	div.screen_only	/* PDF - Ausgabe und Anzeige nur in der Webhelp auf Desktop/Laptop, tablet und smartphone. Keine Ausgabe in Medium "Print".*/
	{
		display: none;
	}

	MadCap|dropDown.SecondLevel	/* PDF */
	{
		margin-left: 0px;
		padding-top: 12px;
		/* Verhindert, dass SecondLevel nach oben gezogen wird in print. */
	}

	p.intern	/* PDF */
	{
		
	}

	p.center	/* PDF */
	{
		text-align: center;
	}

	b.bold_italic	/* PDF */
	{
		
	}

	li.alphabetisch_fett	/* PDF */
	{
		margin-left: 10mm;
	}

	li.alphabetisch	/* PDF */
	{
		margin-left: 10mm;
	}

	span.avoid_hyphenation	/* PDF */
	{
		mc-hyphenate: never;
	}

	span.dropDownHead	/* PDF - für alle gültier Span für den Titel des DropDown.*/
	{
		margin-bottom: initial;
		margin-bottom: -110px;
	}

	span.dropDownHeadFAQ	/*PDF - Span für den Titel des FAQ DropDown.*/
	{
		line-height: 1.2em;
		margin-bottom: initial;
	}

	ol	/* PDF */
	{
		overflow: hidden;
	}

	tr:nth-child(even)	/* PDF - Zebra-Style tables */
	{
		background-color: transparent;
		/* Keine alternierende Background-Colors in PDF-Output. */
	}
}

@media Word /* Media query für Word-Output.*/
{
	body
	{
		padding-left: 0mm;
		color: #000000;
		padding-bottom: 0mm;
		padding-top: 0mm;
		font-size: 12pt;
		padding-right: 0mm;
		background-color: transparent;
	}

	div.pfad	/*Word*/
	{
		page-break-after: avoid;
	}

	div.Gruppierung	/* Word - Verhindert einen Seitenumbruch.*/
	{
		page-break-inside: avoid;
	}

	div.Funktion	/* Word - Bei Funktionen.*/
	{
		page-break-inside: avoid;
		clear: both;
		/*Sorgt dafür, dass das vorherige DIV aufgelöst wird und der Funktionsname nicht eingerückt angezeigt wird.*/
	}

	div.Funktionsname	/* Word - Benennung der Funktion*/
	{
		page-break-after: avoid;
	}

	div.Feldname	/* Word - Benennung des Feldes*/
	{
		page-break-after: avoid;
	}


	div.Bild_Text	/* Word - Gruppiert Bild und Text und verhindert, dass DIV darin nach oben geschoben wird. Verwenden, um Bilder und Fliesstext darum herum zu gruppieren. Nur verwenden, wenn im selben Topic weitere Inhalte (Para usw.) folgen, welche NICHT neben dem Bild angezeigt werden dürfen. */
	{
		float: left;
	}

	div.Feld	/* Word - Bei Feldern.*/
	{
		page-break-inside: avoid;
	}

	div.Tipp_Text	/* Word - Definiert die Anzeige eines Tipps im Fliesstext.*/
	{
		margin-right: 0px;
		page-break-inside: avoid;
		padding: none;
		padding-right: none;
		border: 1px solid #000000;
		margin-bottom: 0.5em;
		overflow: hidden;
		background-color: transparent;
	}

	div.Checkbox	/* Word - Container für Listen mit Checkboxen.*/
	{
		margin-right: 0px;
		page-break-inside: avoid;
		padding: none;
		padding-right: none;
		border: 1px solid #000000;
		margin-bottom: 0.5em;
		overflow: hidden;
	}

	div.Hinweis_Text	/* Word - Definiert die Anzeige eines Hinweises im Fliesstext.*/
	{
		margin-right: 0px;
		page-break-inside: avoid;
		padding: none;
		padding-right: none;
		border: 1px solid #9C9C9C;
		background-color: #E2E2E2;
		margin-bottom: 0.5em;
		overflow: hidden;
	}

	div.Beispiel	/* Word - Definiert die Anzeige eines Beispiels.*/
	{
		margin-right: 0px;
		page-break-inside: avoid;
		padding: none;
		padding-right: none;
		border: 1px solid #94DBFD;
		background-color: #DAF3FF;
		margin-bottom: 0.5em;
		overflow: hidden;
	}

	div.Vorsicht	/* Word - Für Warnhinweise.*/
	{
		margin-right: 0px;
		page-break-inside: avoid;
		padding: none;
		padding-right: none;
		border: 1px solid #E2E700;
		background-color: #EEEFBA;
		margin-bottom: 0.5em;
		overflow: hidden;
	}

	div.Einzug_drittel	/* Word - Für Inhalt in der Print-Ausgabe, welcher rechts von Bildern mit 1/3 Seitenbreite steht.*/
	{
		margin-left: 55mm;
	}

	div.Einzug_drittel_ol	/* Word - Für OLs in der Print-Ausgabe, welcher rechts von Bildern mit 1/3 Seitenbreite steht.*/
	{
		margin-left: 51mm;
	}

	div.Einzug_halb	/* Word - Für Inhalt in der Print-Ausgabe, welcher rechts von Bildern mit 1/2 Seitenbreite steht.*/
	{
		margin-left: 86.5mm;
	}

	div.Einzug_zwei_drittel	/* Word - Für Inhalt in der Print-Ausgabe, welcher rechts von Bildern mit 2/3 Seitenbreite steht.*/
	{
		margin-left: 110mm;
	}

	div.drittel_Seite_Fliesstext	/* Word - Div für Inhalt, welcher nur 1/3 Seite breit sein darf.*/
	{
		height: auto;
		width: 30%;
		float: left;
		z-index: 100;
		display: inline;
		/*Hält Bild und Bildunterschrift zusammen*/
		page-break-inside: avoid;
		/*Hält Bild und Bildunterschrift zusammen*/
	}

	div.zweidrittel_Seite_Fliesstext	/* Word - Div für Inhalt, welcher nur 2/3 Seite breit sein darf. */
	{
		height: auto;
		width: 60%;
		float: left;
		z-index: 100;
		display: inline;
		/*Hält Bild und Bildunterschrift zusammen*/
		page-break-inside: avoid;
		/*Hält Bild und Bildunterschrift zusammen*/
	}

	div.halbe_Seitenbreite_Fliesstext	/* Word - Div für Inhalt, welcher nur 1/2 Seite breit sein darf. */
	{
		height: auto;
		width: 47%;
		float: left;
		z-index: 100;
		display: inline;
		/*Hält Bild und Bildunterschrift zusammen*/
		page-break-inside: avoid;
		/*Hält Bild und Bildunterschrift zusammen*/
	}

	div.Seitenbreite	/* Word - Div für Inhalt, welche eine ganze Seite breit sind. */
	{
		height: auto;
		width: 100%;
		float: left;
		z-index: 0;
		display: inline;
		/*Hält Bild und Bildunterschrift zusammen*/
		page-break-inside: avoid;
		/*Hält Bild und Bildunterschrift zusammen*/
	}

	div.topline:before	/* Word - Blendet Linie before Topline aus da nicht korrekt angezeigt. */
	{
		content: "";
	}

	ul	/* Word */
	{
		padding-left: 0mm;
		margin-left: 0mm;
	}

	li	/* Word */
	{
		display: none;
		margin-left: 5mm;
		line-height: 150%;
	}

	h1	/* Word */
	{
		font-weight: bold;
		mc-auto-number-format: 'CH:{chapnum} ';
		margin-top: 0em;
		margin-bottom: 2pt;
		mc-auto-number-position: outside-head;
		line-height: 1.2em;
		page-break-after: avoid;
	}

	h1.oneh1	/* Word, h1 ohne Kapitelnummer, wenn nur ein h1 pro Dokument verwendet wird, bspw. bei Kurzanleitungen */
	{
		font-size: 18pt;
		font-weight: normal;
		mc-auto-number-position: none;
		mc-auto-number-format: none;
		margin-top: 0em;
		margin-bottom: 2pt;
		mc-auto-number-offset: none;
		line-height: 1.2em;
		page-break-after: avoid;
		text-decoration: overline;
		border-top: solid 2px;
		border-top-color: #004C93;
	}

	h2	/* Word */
	{
		font-size: 20pt;
		mc-auto-number-format: 'CH:{chapnum}.{n+} ';
		line-height: 120%;
		margin-bottom: 0.5em;
		margin-top: 0em;
		mc-auto-number-position: outside-head;
		margin-left: 75px;
		mc-auto-number-offset: 75px;
		clear: both;
		line-height: 1.2em;
		page-break-after: avoid;
	}

	h2.oneh2	/* Word, h2 ohne Kapitelnummer, wenn nur ein h2 pro Dokument verwendet wird, bspw. bei Kurzanleitungen  */
	{
		font-size: 26pt;
		mc-auto-number-position: none;
		mc-auto-number-format: none;
		line-height: 120%;
		margin-bottom: 0.5em;
		margin-top: 0em;
		mc-auto-number-offset: none;
		clear: both;
		line-height: 1.2em;
		page-break-after: avoid;
	}

	h3	/* Word */
	{
		font-size: 18pt;
		mc-auto-number-format: 'CH:{chapnum}.{n}.{n+} ';
		margin-bottom: 0.5em;
		margin-top: 1em;
		mc-auto-number-position: outside-head;
		margin-left: 105px;
		mc-auto-number-offset: 105px;
		clear: both;
		line-height: 1.2em;
		page-break-after: avoid;
	}

	h4	/* Word */
	{
		font-size: 16pt;
		mc-heading-level: 4;
		mc-auto-number-format: 'CH:{chapnum}.{n}.{n}.{n+} ';
		mc-auto-number-position: outside-head;
		mc-auto-number-offset: 120px;
		margin-left: 120px;
		clear: both;
		line-height: 1.2em;
		page-break-after: avoid;
	}

	p	/* Word */
	{
		color: #000000;
		line-height: 1.5em;
		margin-top: 0em;
		margin: 0em;
		margin-bottom: 0.5em;
		font-size: 12pt;
	}

	p.clear	/* Word */
	{
		clear: both;
	}

	p.Einzug_Icon	/* Word - Spezieller Einzug nur für Print, da Einzug nicht automatisch funktiniert. */
	{
		margin-left: 70px;
	}

	p.subheading	/* Word */
	{
		font-size: 14pt;
		page-break-after: avoid;
		margin-bottom: 0.0em;
		page-break-before: avoid;
		clear: both;
		line-height: 1.2em;
		margin-bottom: 2pt;
	}

	p.subheading_topline	/* Word - Subheading mit extra Abstand nach oben, ohne Linie */
	{
		font-size: 14pt;
		page-break-after: avoid;
		margin-bottom: -0.5em;
		margin-top: 0pt;
		page-break-before: avoid;
		clear: both;
		line-height: 120%;
		margin-bottom: 2pt;
	}

	p.subheading_float	/* Word - Für Subheadings, welche neben Bildern stehen sollen*/
	{
		font-size: 14pt;
		page-break-after: avoid;
		margin-bottom: 0.0em;
		/* Hebt die margin-bottom aus paragraf auf. */
		page-break-before: avoid;
		line-height: 1.2em;
	}

	p.Nummernbeschreibung	/* Word - Paragraf für Nummern, welche auf Nummern in Bildern zeigen. */
	{
		font-size: 14pt;
		page-break-after: avoid;
		/*verhindert einen Seitenumbruch nach dem Paragraf */
		margin-bottom: 0.0em;
		/* Hebt die margin-bottom aus paragraf auf. */
	}

	p.media	/* Word - Paragraf, in welchem ein Bild oder ein Video platziert wird. */
	{
		margin-bottom: initial;
		break-after: avoid;
	}

	p.Bildunterschrift	/* Word - Paragraf für Bildunterschriften. Automatische Nummerierung der Bilduntertitel.*/
	{
		mc-auto-number-format: 'Abb. {Gn+}: ';
		page-break-inside: avoid;
	}

	p.kundenwunsch	/* Word - Paragraf für Kundenwunsch */
	{
		margin-top: initial;
		margin-bottom: 2pt;
	}

	li.bullet_point	/*Word*/
	{
		background-image: none;
		list-style-type: disc;
		display: list-item;
		margin-left: 6mm;
		text-indent: -1mm;
		/* Distanz vom Text zur Zahl */
	}

	li.bullet_point_last	/* Word - Letzter Bullet Point bei Aufzählungen - Hat margin bottom für Abstand nach ol*/
	{
		background-image: none;
		list-style-type: disc;
		display: list-item;
		margin-left: 6mm;
		text-indent: -1mm;
		/* Distanz vom Text zur Zahl */
		margin-bottom: 0.75em;
		/* Unterschied zu li.bullet_point */
	}

	li.bullet_point_eng	/* Word - Bullet points ohne linken Rand, hauptsächlich innerhalb Tabellen */
	{
		background-image: none;
		list-style-type: disc;
		display: list-item;
		margin-left: 2mm;
		text-indent: -1mm;
		/* Distanz vom Text zur Zahl */
		/* Unterschied zu herkömmlichen bullet points */
		padding-top: 1.8mm;
		/* Top-Padding für Abstand von oben */
	}

	li.checkbox	/* Word */
	{
		background-image: none;
		list-style-type: circle;
		display: list-item;
		list-style-position: outside;
		margin-left: 6mm;
		text-indent: -1mm;
		/* Distanz vom Text zur Zahl */
	}

	li.checkbox_eng	/* Word, Checkboxen linken Rand, hauptsächlich innerhalb Tabellen */
	{
		background-image: none;
		list-style-type: circle;
		display: list-item;
		list-style-position: outside;
		margin-left: 2mm;
		/* Unterschied zu herkömmlichen Checkboxen */
		text-indent: -1mm;
		/* Distanz vom Text zur Zahl */
	}

	li.resultat	/* Word */
	{
		background-image: none;
		list-style-type: square;
		display: list-item;
		margin-left: 12mm;
		/* Abstand Text von der linken Randseite (body */
		/*padding-left: -6mm;*/
		list-style-position: outside;
		margin-bottom: 0.75em;
		/*Unterschied zu li.resultat_eng */
	}

	li.resultat_eng	/* Word - Resultat ohne margin bottom - wenn mehrere Resultate aufgeführt werden: Für alle Resultate ausser dem letzen. */
	{
		background-image: none;
		list-style-type: square;
		display: list-item;
		margin-left: 12mm;
		/* Abstand Text von der linken Randseite (body */
		/*	padding-left: -6mm;*/
	}

	li.unter_handlungsanweisung	/* Word */
	{
		background-image: none;
		list-style-type: lower-roman;
		display: list-item;
		margin-left: 12mm;
		/* Abstand Text von der linken Randseite (body */
		padding-left: -5mm;
	}

	li.unter_resultat	/* Word */
	{
		background-image: none;
		list-style-type: square;
		display: list-item;
		margin-left: 12mm;
		/* Abstand Text von der linken Randseite (body */
		padding-left: -5mm;
	}

	li.condition	/* Word */
	{
		background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Layoutelemente/Diamant_print_A4_svg.svg');
		background-position: left top;
		margin-left: 5mm;
		padding-left: 4.5mm;
	}

	li.handlungsanweisung	/* Word */
	{
		list-style-position: outside;
		margin-left: 6mm;
		/* Distanz der Zahl vom linken Seitenrand */
		text-indent: -1mm;
		/* Distanz vom Text zur Zahl */
	}

	li.roman_big	/* Word - Aufzählung mit römischen Ziffern, grossgeschrieben */
	{
		margin-left: 10mm;
		list-style-position: inside;
		text-indent: -5mm;
	}

	a	/* Word */
	{
		mc-hyphenate: never;
		color: #000000 !important;
		text-decoration: none !important;
	}

	a:link	/* Word */
	{
		color: #000000 !important;
		text-decoration: none !important;
	}

	a:visited	/* Word */
	{
		color: #000000 !important;
		text-decoration: none !important;
	}

	a:hover	/* Word */
	{
		color: #000000 !important;
		text-decoration: none !important;
	}

	a:active	/* Word */
	{
		color: #000000 !important;
		text-decoration: none !important;
	}

	a:focus	/* Word */
	{
		color: #000000 !important;
		text-decoration: none !important;
	}

	a.mediatarget	/* Word - Target-Klasse für Verweise auf die Bildunterschriften */
	{
		position: initial;
		margin-top: initial;
	}

	a.MCHelpControl	/* Word */
	{
		display: none;
	}

	a.Weblink:link	/* Word - Für Links ausserhalb der Online-Hilfe.*/
	{
		color: #000000 !important;
		text-decoration: none !important;
	}

	a.Weblink:visited	/* Word - Für Weblinks ausserhalb der root-Welt.*/
	{
		color: #000000 !important;
		text-decoration: none !important;
	}

	a.Weblink:hover	/* Word - Für Weblinks ausserhalb der root-Welt.*/
	{
		color: #000000 !important;
		text-decoration: none !important;
	}

	img.img_Seitenbreite	/* Word */
	{
		width: 165mm;
	}

	img.img_Seitenb_Aufz	/* Word - Für ganzsseitige Bilder, welche in einer Aufzählung vorkommen. */
	{
		height: auto;
		width: 155mm;
		margin-left: 10mm;
	}

	table	/* Word */
	{
		max-width: 100%;
		margin-bottom: 1em;
		display: table;
	}

	table.Ausgabedaten	/* Word, Tabelle für die Ausgabedaten in Print-Output, bspw. Kurzanleitung */
	{
		max-width: 100%;
		margin-bottom: 0.5em;
	}

	table.datentabelle	/* Word - Für Tabellen mit mehr als 2 Spalten. Kein Rand rechts in Druckausgabe.*/
	{
		margin-right: 0px;
	}

	table.legende	/* Word - Für Tabellen, welche ein Bild mit einer Legende enthalten.*/
	{
		display: table;
	}

	p.Dokumenttyp_Titelseite	/* Word */
	{
		font-weight: bold;
		line-height: normal;
		text-align: left;
		vertical-align: middle;
		font-size: 34pt;
	}

	p.Produktname_Titelseite	/* Word */
	{
		line-height: 1.20em;
		margin-top: auto;
		margin-bottom: 0pt;
		font-size: 20pt;
	}

	td > p	/* Word */
	{
		color: #000000;
	}

	img.img_halbe_Seitenbreite	/* Word */
	{
		height: auto;
		width: 82.5mm;
	}

	img.img_Fliesstext	/* Word - Für Bilder im Fliesstext. */
	{
		width: auto;
		vertical-align: top;
		height: 4mm;
		width: 4mm;
	}

	img.img_Auszeichnung	/* Word - Für Bilder Hinweis, Vorsicht, Tipp und Beispiel. */
	{
		width: auto;
		vertical-align: top;
		height: 4mm;
		margin-bottom: -6px;
	}

	img.img_Nummernbeschreibung	/* Word */
	{
		width: auto;
		vertical-align: top;
		height: 4mm;
	}


	h5	/* Word */
	{
		mc-heading-level: 0;
		mc-auto-number-format: 'CH:{chapnum}.{n}.{n}.{n}.{n+} ';
	}

	h6	/* Word */
	{
		mc-heading-level: 0;
		mc-auto-number-format: 'CH:{chapnum}.{n}.{n}.{n}.{n}.{n+} ';
	}

	thead	/* Word */
	{
		border: solid 1px;
	}

	th	/* Word */
	{
		
	}

	th.gedreht	/* Word */
	{
		vertical-align: middle;
	}

	MadCap|popupHead	/* Word - Head Text Popup*/
	{
		color: #000000;
	}

	MadCap|popupBody	/* Word - Body Text Popup*/
	{
		font-size: 10pt;
	}

	MadCap|dropDownHead	/* Word */
	{
		font-weight: bold;
		page-break-after: avoid;
		margin-bottom: 1.12em;
		padding-bottom: 0.25em;
		margin-top: 0em;
	}

	MadCap|dropDown	/* Word */
	{
		padding-top: 0em;
		padding-bottom: 0.25em;
		clear: both;
		/* Löst die vorherigen floats auf. Dies verhindert, das ein einzelner Buchstabe auf einer Linie zurück bleibt.*/
	}

	MadCap|dropDown.fliesstext	/* Word - Für Dropdowns, welche um ein Fliesstext-Div sind. */
	{
		clear: none;
		/* Löst die vorherigen NICHT floats auf. */
	}

	MadCap|dropDown.FAQ	/* Word - DropDown für FAQ.*/
	{
		border-bottom: none;
		margin-bottom: 1.5em;
	}

	MadCap|dropDown.FAQ_colored	/* Word - DropDown für FAQ mit farbigem Hintergrund.*/
	{
		background-color: #FFFFFF;
		margin-bottom: 1.5em;
	}

	code	/* Word */
	{
		font-family: 'Courier New';
	}

	kbd	/* Word - Anzeige von Tastaturtasten.*/
	{
		border-radius: 4px;
		line-height: 121%;
		border-bottom-width: 1px;
		border: solid 1px #000000;
		background-repeat: no-repeat;
		font-family: 'Courier New';
	}

	MadCap|xref.bookmark	/* Word - Fett, für Verweise im Fliesstext auf Bookmarks (Konfig, Felder usw.).*/
	{
		mc-format: '{paratext}';
		color: #000000;
		text-decoration: none;
		pointer-events: none;
	}

	MadCap|xref.Verweis_mit_Klammer	/* Word - Für Verweise, im Fliesstext stehen.*/
	{
		mc-format: '(siehe «{h1}», Seite {page})';
		color: #000000;
		text-decoration: none;
	}

	MadCap|xref.Verweis_mit_Klammer_nopage	/*Word - Für Verweise, im Fliesstext stehen. Kein Verweis auf Seite in Druckausgabe.*/
	{
		mc-format: '(siehe «{h1}»)';
		color: #000000;
		text-decoration: none;
	}

	MadCap|xref.Verweis	/* Word - Für Verweise, welche alleine und nicht direkt im Fliesstext stehen.*/
	{
		mc-format: 'Siehe «{h1}», Seite {page}';
		color: #000000;
		text-decoration: none;
	}

	MadCap|xref.Erst_Verweis_mit_Klammer	/* Word - Erster Link Bei gleichzeitigem Verweis auf mehrere Kapitel.*/
	{
		mc-format: '(siehe «{h1}», Seite {page}';
		color: #000000;
		text-decoration: none;
	}

	MadCap|xref.Mitte_Verweis_mit_Klammer	/* Word - Mittlerer Link Bei gleichzeitigem Verweis auf mehrere Kapitel.*/
	{
		mc-format: '«{h1}», Seite {page}';
		color: #000000;
		text-decoration: none;
	}

	MadCap|xref.Letzt_Verweis_mit_Klammer	/* Word - Zweiter Link Bei gleichzeitigem Verweis auf mehrere Kapitel.*/
	{
		mc-format: '«{h1}», Seite {page})';
		color: #000000;
		text-decoration: none;
	}

	MadCap|xref.Abschnitt	/* Word - Verweis auf geänderten Inhalt in UN.*/
	{
		mc-format: 'Abschnitt «{paratext}» auf Seite {page}';
		/*Reihenfolge anders als in Online-Ausgabe. Seite, dafür keinen Verweis auf das Kapitel*/
		color: #000000;
		text-decoration: none;
	}

	MadCap|xref.Abschnitt_Klammer	/*Word - Verweis auf Abschnitt mit Klammer*/
	{
		mc-format: '(siehe «{paratext}» auf Seite {page})';
		color: #000000;
		text-decoration: none;
	}

	MadCap|xref.Abb	/* Word - Verweis auf Abbildungen*/
	{
		mc-format: '(siehe {paranumonly})';
		/*Gibt den Paragrafentext der Bildbeschreibung aus.*/
		color: #000000;
		text-decoration: none;
	}

	p.linie_seitenbreite_blue	/* Word - Root-Blaue Linie, ganze Seitenbreite */
	{
		border-bottom: solid 3px;
		margin-bottom: 1em;
		font-size: 4pt;
		line-height: 1em;
	}

	p.linie_seitenbreite_black	/* Word - Schwarze Linie, ganze Seitenbreite */
	{
		border-bottom: solid 3px;
		margin-bottom: 1em;
		font-size: 4pt;
		line-height: 1em;
	}

	MadCap|tocProxy	/* Word */
	{
		padding-left: 0px;
	}

	p.TOC2	/* Word */
	{
		line-height: 1.5em;
		margin: 0;
		margin-left: 14px;
	}

	p.TOC3	/* Word */
	{
		margin-top: 0em;
		line-height: 1.5em;
		margin-left: 27px;
	}

	MadCap|dropDownHotspot	/* Word */
	{
		font-size: 14pt;
		line-height: 100%;
		padding-top: 1em;
	}

	td.td_Bild_Legende	/* Word - Definiert eine Zelle, Text ist oben zentriert mit Rahmen 2px.*/
	{
		width: 14mm;
		max-width: 14mm;
		min-width: 14mm;
	}

	p.TOC4	/* Word */
	{
		margin-top: 0em;
		margin-bottom: 0em;
		margin-left: 53px;
	}


	p.Index2	/* Word */
	{
		line-height: 1.5em;
	}

	p.Index3	/* Word */
	{
		line-height: 1.5em;
	}

	p.TOC1	/* Word */
	{
		margin-top: 1em;
		margin-bottom: 0em;
	}

	MadCap|dropDownBody	/* Word */
	{
		padding-top: -1em;
	}

	MadCap|dropDownBody.SecondLevel	/* Word */
	{
		margin-bottom: 0.5em;
	}


	table.table_rahmen_oben_unten	/* Word */
	{
		border-left-style: none;
		border-right-style: none;
	}

	img.img_drittel_Seite	/* Word */
	{
		height: auto;
		width: 52mm;
	}

	img.img_zweidrittel_Seite	/* Word */
	{
		height: auto;
		width: 107mm;
	}

	div.intern	/* Word */
	{
		background-image: none;
	}

	p.pfad	/* Word */
	{
		page-break-after: avoid;
	}

	table.Table_Fusszeile	/* Word */
	{
		display: none;
	}

	div.big_screen_only	/* Word - Ausgabe und Anzeige nur in der Webhelp auf Desktop/Laptop und tablet (Bildschirmbreite höher 640px). Keine Ausgabe in Medium "Print".*/
	{
		display: none;
	}
	
	div.small_screen_only	/* Word - Ausgabe und Anzeige nur in der Webhelp auf Mobile (portrait und landscape). Keine Ausgabe in Medium "Print".*/
{
	display: none;
}

	div.small_screen_footer	/* Word - Ausgabe und Anzeige nur auf mobile (Bildschirmbreite kleiner 640px). Keine Ausgabe in Medium "Print".*/
	{
		display: none;
	}
	
	div.footer /* Word - Div für Fusszeile. Ausgabe und Anzeige nur in der Webhelp auf Desktop/Laptop und tablet (Bildschirmbreite höher 640px). Keine Ausgabe in Medium "Print".*/
{
	display: none;
}

	div.screen_only	/* Word - Ausgabe und Anzeige nur in der Webhelp auf Desktop/Laptop, tablet und smartphone. Keine Ausgabe in Medium "Print".*/
	{
		display: none;
	}

	MadCap|dropDown.SecondLevel	/* Word */
	{
		margin-left: 0px;
		padding-top: 12px;
		/* Verhindert, dass SecondLevel nach oben gezogen wird in print. */
	}

	p.center	/* Word */
	{
		text-align: center;
	}


	li.alphabetisch_fett	/* Word */
	{
		margin-left: 10mm;
	}

	li.alphabetisch	/* Word */
	{
		margin-left: 10mm;
	}

	span.avoid_hyphenation	/* Word */
	{
		mc-hyphenate: never;
	}

	span.dropDownHead	/* Word - für alle gültier Span für den Titel des DropDown.*/
	{
		margin-bottom: initial;
		margin-bottom: initial;
	}

	span.dropDownHeadFAQ	/*Word - Span für den Titel des FAQ DropDown.*/
	{
		line-height: 1.2em;
		margin-bottom: initial;
	}

	ol	/* Word */
	{
		overflow: hidden;
		margin-bottom: 6pt;
	}

	tr:nth-child(even)	/* Word - Zebra-Style tables */
	{
		background-color: transparent;
		/* Keine alternierende Background-Colors in PDF-Output. */
	}
}

@media non-print
{
	
}

/* Tablet */

@media only screen and (max-device-width: 1280px)
{
	body
	{
		padding-bottom: 0mm;
		padding-left: 0.4rem;
		padding-top: 0.4rem;
	}

	p.MiniTOC1_0	/* Tablet - Anzeige automatisch generierte TOC und "Weitere Informationen" Links auf Tablet und kleiner.*/
	{
		text-align: left;
		color: white;
		line-height: 1.5rem;
		margin-top: 0rem;
		margin-right: inherit;
		margin-left: inherit;
		display: block;
		font-weight: normal;
		text-decoration: none;
		background-image: none;
		padding-left: 1rem;
		background-color: white;
		padding: 15px;
		border: 3px solid #004C93;
		border-radius: 30px;
		box-shadow: 2px 3px 4px rgba(000,000,000,0.6), inset 0px 0px 2px rgba(255,255,255,0);
		overflow: auto;
	}

	a.MiniTOC1:link	/* Tablet - Anzeige des Links (Schriftgrösse usw.) automatisch generierte TOC und "Weitere Informationen" Links auf Tablet und kleiner.*/
	{
		text-decoration: none;
		font-weight: bold;
		padding-top: 15px;
		padding-bottom: 15px;
		white-space: pre-wrap;
	}

	table.datentabelle	/* Tablet - Zeigt Scrollbalken bei grossen Tabellen auf tablet und mobile an.*/
	{
		overflow-x: auto;
	}

	th.gedreht	/* Tablet */
	{
		vertical-align: inherit;
	}

	div.button-group-container-left	/* Tablet - Buttons für Navigation auf Tablet und Mobile haben keinen Seitenumbruch */
	{
		width: 100%;
	}

	.tab-bar-section a.logo	/* TopNav Position Logo in Header */
	{
		margin-top: auto;
		/* Abstand von oben damit Logorand oben auf gleicher Höhe wie Text */
	}
}

/* Mobile Portrait */

@media only screen and (max-device-width: 640px)
{
	[data-mc-conditions="Zielgruppe.Wasserzeichen"]	/* Gibt das Wasserzeichen aus oder nicht */
	{
		
	}

	body
	{
		padding-left: 0.4rem;
		padding-top: 1rem;
	}
	
	select.contentpicker /* Mobile Portrait - Grösse Control Auswahl anzuzeigender Inhalt FAQ, Kurzanleitungen*/
{
	color: #FFFFFF;
	background-color: #004C93 !important;
	vertical-align: -webkit-baseline-middle;
	background: url('../../../../Grafik_Bibliothek/Sprachneutral/Icons_HTML_skin/Dropdown_arrow_down_white_bg_blue.png') no-repeat;
	background-position: right;
	-webkit-appearance: none;
	width: 99%;
}



	p.conceptlink	/* Mobile Portrait - Paragraf, welcher die Konzept-Links enthaltet. */
	{
		display: none;
	}

	/*p.Aktualisierungsdatum Paragraf für das Aktualisierungsdatum 
{
font-size: 0.8em;
text-align: left;
}*/

	p.MiniTOC1_0	/* Mobile Portrait - Breite des Buttons für automatisch generiertes TOC und "Weitere Informationen" Links auf Tablet und kleiner.*/
	{
		max-width: 100%;
	}


	p.subheading	/* Mobile Portrait */
	{
		background-color: #004b93;
		color: #ffffff;
		padding-left: 0.25rem;
		padding-right: 0.25rem;
		line-height: 1.5rem;
		padding-bottom: 0.5rem;
		margin-bottom: 0.5rem;
		/* Margin-bottom für Abstand nach Balken. */
	}
	
p.subheading_contentpicker /* Mobile Portrait - Subheading für Toggler-Control zur Auswahl des anzuzeigenden Inhalts (FAQ, Kurzanleitungen) */
	{
		background-color: #004b93;
		color: #ffffff;
		padding-left: 0.25rem;
		padding-right: 0.25rem;
		line-height: 1.5rem;
		padding-bottom: 0.5rem;
		margin-bottom: 0.5rem;
		/* Margin-bottom für Abstand nach Balken. */
	}

	p.subheading_topline	/* Mobile Portrait -  /* Subheading mit extra Abstand nach oben und Linie */
	{
		background-color: #004b93;
		color: #ffffff;
		padding-left: 0.25rem;
		padding-right: 0.25rem;
		line-height: 1.5rem;
		padding-bottom: 0.25rem;
		margin-bottom: 0.5rem;
		/* Margin-bottom für Abstand nach Balken. */
	}

	p.subheading_topline:before	/* Mobile Portrait */
	{
		display: none;
		/* Blendet Top-Margin aus. */
	}

	p.subheading_float	/* Mobile Portrait - Für Subheadings, welche neben Bildern stehen sollen*/
	{
		background-color: #004b93;
		color: #ffffff;
		padding-left: 0.25rem;
		padding-right: 0.25rem;
		line-height: 1.5rem;
		padding-bottom: 0.25rem;
		margin-bottom: 0.5rem;
		/* Margin-bottom für Abstand nach Balken. */
		overflow: auto;
	}


	p.linie_seitenbreite_blue	/* Mobile Portrait - Root-Blaue Linie, ganze Seitenbreite */
	{
		border-bottom: solid 0.2em;
		width: 66%;
	}

	p.linie_seitenbreite_black	/* Mobile Portrait */
	{
		border-bottom: solid 0.2em;
		width: 66%;
	}

	MadCap|popupHead	/* Mobile Portrait - Head Text Popup*/
	{
		margin-right: 26px;
		/* Abstand für Bild in popupHead:after.*/
	}

	.popupHead:after	/* Mobile Portrait */
	{
		width: 26px;
		height: 12px;
	}

	a.back-to-top	/* Mobile Portrait - Linktyp für Sprung nach oben, JS in Vorgabseite */
	{
		display: none;
		/* Wird benötigt, damit Button nicht von Anfang an eingeblendet wird */
		position: fixed;
		z-index: 999;
		right: 20px;
		bottom: 20px;
		box-shadow: 1px 1px 1px #888888;
	}

	a.Word	/* Für Link auf Word-Datei.*/
	{
		margin-left: 18px;
		/* Abstand für Bild in Weblink:before.*/
	}

	a.Word:before	/* Mobile Portrait - Für Link auf Word-Datei.*/
	{
		width: 14px;
		height: 14px;
		margin-left: -18px;
	}

	a.Excel	/* Mobile Portrait - Für Link auf Excel-Datei.*/
	{
		margin-left: 18px;
		/* Abstand für Bild in Weblink:before.*/
	}

	a.Excel:before	/* Mobile Portrait - Für Link auf Excel-Datei.*/
	{
		width: 14px;
		height: 14px;
		margin-left: -18px;
	}

	a.PDF	/* Mobile Portrait - Für Link auf PDF-Datei.*/
	{
		margin-left: 18px;
		/* Abstand für Bild in Weblink:before.*/
	}

	a.Druck:before	/* Mobile Portrait - Für Link auf PDF-Datei.*/
	{
		width: 14px;
		height: 14px;
		margin-left: -18px;
	}

	a.Word	/* Mobile Portrait - Für Link auf Word-Datei.*/
	{
		margin-left: 18px;
		/* Abstand für Bild in Weblink:before.*/
	}

	a.Druck:before	/* Mobile Portrait - Für Link auf Word-Datei.*/
	{
		width: 14px;
		height: 14px;
		margin-left: -18px;
	}

	a.Weblink	/* Mobile Portrait - Für Links ausserhalb der Online-Hilfe.*/
	{
		margin-right: 18px;
		/* Abstand für Bild in Weblink:after.*/
	}

	a.Weblink:after	/* Mobile Portrait - Für Links ausserhalb der Online-Hilfe.*/
	{
		width: 14px;
		height: 12px;
		margin-top: 4px;
	}

	a.mediatarget	/* Mobile Portrait - Target-Klasse für Verweise auf die Bildunterschriften. Bei Phone geringer. */
	{
		position: absolute;
		margin-top: -250px;
		/* Zeigt den Link 250px höher (Mittelwert da Höhe autom. berechnet wird) an, dadurch wird das Bild in den Fokus gerückt. */
	}

	div.Icon_Funktion	/* Mobile Portrait - Div, welches das Icon mit der Funktion enthält.*/
	{
		margin-right: 0.5em;
		/*Abstand, bevor Text angezeigt wird.*/
	}

	div.drittel_Seite_Fliesstext	/* Mobile Portrait - Div für Inhalt, welcher nur 1/3 Seite breit sein darf. */
	{
		height: auto;
		width: 31%;
		z-index: 0;
		float: left;
		margin-right: 0.5em;
		margin-bottom: 0.5em;
		margin-top: 0.2em;
	}

	div.zweidrittel_Seite_Fliesstext	/* Mobile Portrait - Für Divs die 2/3 der Seite benötigen, welche linksbündig und nur von Fliesstext umgeben sind.*/
	{
		width: 66%;
		margin-right: 0.5em;
		margin-bottom: 0.5em;
		margin-top: 0.2em;
	}

	div.halbe_Seitenbreite_Fliesstext	/* Mobile Portrait - Div für Inhalt, welcher nur 1/2 Seite breit sein darf. */
	{
		width: 50%;
		margin-right: 0.5em;
		margin-bottom: 0.5em;
		margin-top: 0.2em;
	}

	div.Seitenbreite	/* Mobile Portrait - Div für Inhalt, welche eine ganze Seite breit sind. */
	{
		width: 100%;
		margin-right: 0.5em;
		margin-bottom: 0.5em;
		margin-top: 0.2em;
	}

	div.Einzug_halb	/* Mobile Portrait - Für Inhalt in der Print-Ausgabe, welcher rechts von Bildern mit 1/3 Seitenbreite steht.*/
	{
		clear: both;
	}

	div.Einzug_zwei_drittel	/* Mobile Portrait - Für Inhalt in der Print-Ausgabe, welcher rechts von Bildern mit 2/3 Seitenbreite steht.*/
	{
		clear: both;
	}

	MadCap|dropDown	/* Mobile Portrait */
	{
		color: #000000;
		margin-top: 5px;
	}
	
		.MCDropDown_Open .MCDropDownHotSpot_	/* Mobile Portait - Ab Flare 12 nötig. Workaround, damit transparentes Gif überschrieben wird. */
	{
		background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Icons_HTML_skin/Dropdown_arrow_up_white.png') !important;
	}

	.MCDropDown_Closed .MCDropDownHotSpot_	/* Mobile Portait - Ab Flare 12 nötig. Workaround, damit transparentes Gif überschrieben wird. */
	{
		background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Icons_HTML_skin/Dropdown_arrow_down_white.png') !important;
	}

		.MCDropDown_Open .MCDropDownHotSpot_SecondLevel	/* Mobile Portait - Ab Flare 12 nötig. Workaround, damit transparentes Gif überschrieben wird. */
	{
		background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Icons_HTML_skin/Dropdown_arrow_up_white.png') !important;
	}
	
	.MCDropDown_Closed .MCDropDownHotSpot_SecondLevel	/* Mobile Portait - Ab Flare 12 nötig. Workaround, damit transparentes Gif überschrieben wird. */
{
	background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Icons_HTML_skin/Dropdown_arrow_down_white.png') !important;
}

		.MCDropDown_Open .MCDropDownHotSpot_FAQ	/* Mobile Portait - Ab Flare 12 nötig. Workaround, damit transparentes Gif überschrieben wird. */
{
	background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Icons_HTML_skin/toggler_offen_web.png') !important;
}
	
	.MCDropDown_Closed .MCDropDownHotSpot_FAQ	/* Mobile Portait - Ab Flare 12 nötig. Workaround, damit transparentes Gif überschrieben wird. */
{
	background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Icons_HTML_skin/toggler_geschlossen_web.png') !important;
}

		.MCDropDown_Open .MCDropDownHotSpot_FAQ_colored	/* Mobile Portait - Ab Flare 12 nötig. Workaround, damit transparentes Gif überschrieben wird. */
{
	background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Icons_HTML_skin/toggler_offen_web.png') !important;
}
	
	.MCDropDown_Closed .MCDropDownHotSpot_FAQ_colored	/* Mobile Portait - Ab Flare 12 nötig. Workaround, damit transparentes Gif überschrieben wird. */
{
	background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Icons_HTML_skin/toggler_geschlossen_web.png') !important;
}

	.MCDropDownHotSpot.dropDownHead.MCDropDownHotSpot_	/* Mobile Portrait - Ausrichtung Image DropDown-Head.*/
	{
		background-position: top 8px right 2%;
		background-color: #004b93;
		overflow: initial;
		margin-bottom: 0.25rem;
		padding-bottom: 0.1rem;
	}
	
	.MCDropDownHotSpot.dropDownHead.MCDropDownHotSpot_SecondLevel /* Mobile Portrait - DropDown 2nd Level.*/
	{
		background-color: #0e7bb7;
	}
	
	.MCDropDownHotSpot.dropDownHead.MCDropDownHotSpot_.MCDropDownHotSpot_FAQ	/* Mobile Portrait - Ausrichtung Image für  FAQ DropDown-Head.*/
	{
		background-position: top 5px left 2px;
		background-color: inherit;
		background-size: inherit;
	}

	.MCDropDownHotSpot.dropDownHead.MCDropDownHotSpot_.MCDropDownHotSpot_FAQ_colored	/* Mobile Portrait - Ausrichtung Image für farbigen FAQ DropDown-Head.*/
	{
		background-position: top 5px left 2px;
		background-color: inherit;
		background-size: inherit;
	}

	.MCDropDown_Closed	/* Mobile Portrait */
	{
		background-position: 100%;
	}

	span.dropDownHeadFAQ	/* Mobile Portrait - Span für den Titel des DropDown.*/
	{
		color: #000000;
	}

	span.dropDownHead	/* Mobile Portrait - für alle gültier Span für den Titel des DropDown.*/
	{
		color: #FFFFFF;
		display: -webkit-box;
		margin-left: 5px;
		padding-right: 25px;
		margin-bottom: 0.3em;
	}

	.MCDropDownBody	/* Mobile Portrait */
	{
		overflow: auto;
		/*Tabellen in DropDowns können dadurch verschoben werden.*/
	}

	h1	/* Mobile Portrait */
	{
		display: -webkit-inline-box;
		/* Forciert Zeilenumbruch bei H1, damit Titel nicht abgeschnitten wird (Buttons Help-Control) */
	}

	li.bullet_point	/* Mobile Portrait */
	{
		margin-left: 0mm;
		background-size: 8px;
		padding-left: 15px;
		background-position: left 0.45rem;
	}

	li.bullet_point_eng	/* Mobile Portrait */
	{
		margin-left: 0mm;
		background-size: 8px;
		padding-left: 12px;
		background-position: left 0.45rem;
	}

	li.bullet_point_last	/* Mobile Portrait */
	{
		margin-left: 0mm;
		background-size: 8px;
		padding-left: 15px;
		background-position: left 0.45rem;
	}

	li.checkbox	/* Mobile Portrait */
	{
		background-position: left 0.5em;
		margin-left: 0mm;
		background-size: 8px;
		padding-left: 15px;
	}

	li.condition	/* Mobile Portrait */
	{
		margin-left: 0mm;
	}

	li.handlungsanweisung	/* Mobile Portrait */
	{
		margin-left: 6mm;
	}

	li.roman_big	/* Mobile Portrait - Aufzählung mit römischen Ziffern, grossgeschrieben */
	{
		margin-left: 6mm;
	}

	li.resultat	/* Mobile Portrait */
	{
		margin-left: 1mm;
	}

	li.resultat_eng	/* Mobile Portrait */
	{
		margin-left: 1mm;
	}

	li.unter_handlungsanweisung	/* Mobile Portrait */
	{
		margin-left: 6mm;
	}

	li.unter_resultat	/* Mobile Portrait */
	{
		margin-left: 6mm;
	}

	img.img_Symbol	/* Mobile Portrait */
	{
		height: 40px;
	}

	img.img_Symbol_klein	/* Mobile Portrait */
	{
		height: 20px;
	}

	img.img_Symbol_Legende	/* Mobile Portrait */
	{
		height: 20px;
	}

	img.img_Fliesstext	/* Mobile Portrait - Für Bilder im Fliesstext. */
	{
		height: 14px;
	}

	img.img_Auszeichnung	/* Mobile Portrait - Für Bilder Hinweis, Vorsicht, Tipp und Beispiel. */
	{
		height: 14px;
		margin-top: 3px;
	}

	img.img_Nummernbeschreibung	/* Mobile Portrait */
	{
		height: 14px;
	}

	img.img_drittel_Seite	/* Mobile Portrait */
	{
		height: auto;
		width: 46%;
	}

	img.img_zweidrittel_Seite	/* Mobile Portrait */
	{
		height: auto;
		width: 66%;
	}

	img.img_halbe_Seitenbreite	/* Mobile Portrait */
	{
		height: auto;
		width: 50%;
	}

	img.img_Seitenb_Aufz	/* Mobile Portrait - Für ganzsseitige Bilder, welche in einer Aufzählung vorkommen. */
	{
		margin-left: 6mm;
	}


	td.td_Bild_Legende	/* Mobile Portrait - Definiert eine Zelle, Text ist oben zentriert mit Rahmen 2px.*/
	{
		width: 25px;
		min-width: 25px;
		max-width: 25px;
	}

	div.MCBreadcrumbsBox_0	/* Mobile Portrait */
	{
		display: none;
	}

	table.datentabelle	/* Mobile Portrait */
	{
		overflow-x: auto;
		display: block;
		/* Zeigt Scrollbalken bei grossen Tabellen auf mobile an.*/
	}

	table.Table_Fusszeile	/* Mobile Portrait */
	{
		display: none;
	}

	table.legende	/* Mobile Portrait - Für Tabellen, welche ein Bild mit einer Legende enthalten.*/
	{
		display: inline;
	}

	a.MCHelpControl	/* Mobile Portrait */
	{
		display: none;
	}

	div.big_screen_only	/* Mobile Portrait - Ausgabe und Anzeige nur in der Webhelp auf Desktop/Laptop und tablet (Bildschirmbreite höher 640px). Keine Ausgabe in Medium "Print".*/
	{
		display: none;
	}
	
div.small_screen_only	/* Mobile Portrait - Ausgabe und Anzeige nur in der Webhelp auf Mobile (portrait und landscape). Keine Ausgabe in Medium "Print".*/
{
	display: initial;
}
	
	div.footer /* Mobile Portrait - Div für Fusszeile. Ausgabe und Anzeige nur in der Webhelp auf Desktop/Laptop und tablet (Bildschirmbreite höher 640px). Keine Ausgabe in Medium "Print".*/
{
	display: none;
}

	div.small_screen_footer	/* Mobile Portrait - Ausgabe und Anzeige nur auf mobile (Bildschirmbreite kleiner 640px). Keine Ausgabe in Medium "Print".*/
	{
		display: initial;
		clear: both;
		position: relative;
		bottom: 0;
		right: 0;
	}

	div.toggler_Einzug_HA	/* Mobile Portrait - Für Toggler, welche innerhalb von Handlungsanweisungen angezeigt werden.*/
	{
		margin-left: initial;
		/* Kein Einzug bei Mobile-Ansicht*/
	}

	div.toggler_Einzug_UA	/* Mobile Portrait - Für Toggler, welche Unter-Resultaten oder Unter-Handlungsanweisungen angezeigt werden.*/
	{
		margin-left: initial;
		/* Kein Einzug bei Mobile-Ansicht*/
	}

	.button_color
	{
		width: 80%;
	}
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) /*Spezial-Mediabereich für Internet Explorer 10 und 11 */
{

a.Word:before  /*Für Link auf Word-Datei.*/
{
margin-left: -40px;
}

a.Excel:before /* Für Link auf PDF-Datei.*/
{
margin-left: -40px;
}

a.PDF:before /* Für Link auf PDF-Datei.*/
{
margin-left: -40px;
}

a.Druck:before /* Für Link, welcher direkt das Druckfenster öffnet.*/
{
margin-left: -40px;
}

li.bullet_point
{
	display: -ms-grid; /*Ermöglicht wrap around content */
}

li.bullet_point_last
{
	display: -ms-grid; /*Ermöglicht wrap around content */
}

li.bullet_point_eng
{
	display: -ms-grid; /*Ermöglicht wrap around content */
}

div.topline:before
{

    display: -ms-grid;

}

p.subheading_topline:before
{
    display: -ms-flexbox;
}

}