/*<meta conditions="Bibliothek/Sprache.Deutsch" />*/

/*
// Creation date: 2013
// Author: Patrick Roth (rpa@root.ch)
// Rules for defining colors: Use HEX, then RGB
// blue: HEX=#004c93, RGB=0,76,147, CMYK=100,48,0,42; red: HEX=#9f2b52; brown: HEX=#734d40)
// Styling rules: read and learn - https://google.github.io/styleguide/htmlcssguide.html
// Lowercase: Rule 2.2.2, "Use only lowercase"
// Hexadecimal Notation: 4.1.8, "Use 3 character hexadecimal notation where possible."
*/

@import url('skin.css');

@import url('topic.css');

@import url('styles.css');

/*@import url('Agro.css'); */

@import url('Wizard.css');

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

@font-face 
{
	font-family: "DINPRO";
	src: url('../../../../Files_Bibliothek/DINPro.eot') format('eot');
	src: url('../../../../Files_Bibliothek/DINPro.eot?#iefix') format('embedded-opentype'), url('../../../../Files_Bibliothek/DINPro.woff2') format('woff2'), url('../../../../Files_Bibliothek/DINPro.woff') format('woff'), url('../../../../Files_Bibliothek/DINPro.ttf') format('truetype');
}

[data-mc-conditions*="Bibliothek/Zielgruppe.Wasserzeichen"]	/* Gibt das Wasserzeichen mit Transparenz 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;
}

[data-mc-conditions*="Bibliothek/Zielgruppe.Wasserzeichen_strong"]	/* Gibt das Wasserzeichen ohne Transparenz aus oder nicht */
{
	font-size: 20vmin;
	/* Schriftgrösse */
	color: rgba(160, 43, 82, 1);
	/* alpha, could be even rgba(0,0,0,.05) */
	/* rest of the logic */
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	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: #f5f5f5;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	font-family: DINPro;
	line-height: 150%;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-right: 1rem;
	padding-left: 1rem;
	mc-hyphenate-shortest-prefix: 5;
	/* Mindestens 5 Zeichen bleiben müssen auf der oberen Zeile sein, bevor das Wort getrennt wird. Können keine 5 Zeichen sein, wird das Wort nicht getrennt. */
}

.body-container
{
	margin-bottom: 6.5rem;
}

.hide	/* Inhalt wird nicht ausgegeben. */
{
	display: none;
}

.large_padding_top	/* Large top padding */
{
	padding-top: 1rem;
}

.large_padding_right	/* Large right padding */
{
	padding-right: 1rem;
}

.large_padding_bottom	/* Large bottom padding */
{
	padding-bottom: 1rem;
}

.large_padding_left	/* Large left padding */
{
	padding-left: 1rem;
}

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;
	outline: 0;
	/* Removes the unwanted border (dislayed by default because of accessibility) around the content picker */
}

iframe.ReleaseNotes	/* Iframe to embed other websites/content, ReleaseNotes in this case, in help */
{
	width: 100%;
	height: 1000px;
	border: none;
}

li > p
{
	
}

td > p
{
	
}

sup,
sub	/*Position of higer positioned (superscript) and lower positioned (subscript) text. Default solution not working bc background images, eg. bullet_point, are out of position with default solution  */
{
	vertical-align: baseline;
	position: relative;
	top: -0.4em;
}

sub
{
	top: 0.4em;
}

h1
{
	font-weight: bold;
	color: #000;
	font-size: 2rem;
	margin: 0em;
	line-height: 120%;
	margin-bottom: 0.5rem;
	word-break: break-word;
}

h1.numbered
{
	mc-auto-number-format: 'CH:{chapnum} ';
}

h1.oneh1	/* h1 ohne Kapitelnummer, wenn nur ein h1 pro Dokument verwendet wird, bspw. bei Kurzanleitungen */
{
	font-weight: bold;
	color: #000;
	font-size: 2rem;
	margin: 0em;
	line-height: 120%;
	margin-bottom: 0.5rem;
	word-break: break-word;
}

h2
{
	font-weight: bold;
	color: #000;
	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: #000;
	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;
	clear: left;
}

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.red_background
{
	color: #fff;
	background-color: #9f2b52;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 0.25rem;
}

p.brown_background
{
	color: #fff;
	background-color: #734d40;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 0.25rem;
}

p.list	/* Paragraph list */
{
	mc-auto-number-format: '{n+}. ';
}

p.list.start	/* Resets the list to 1*/
{
	mc-auto-number-format: '{n=1}. ';
}

p.list_suffix
{
	/* Paragraph list, number after */
	mc-auto-number-format: ' {n+}';
	mc-auto-number-position: inside-tail;
}

p.list_suffix.start
{
	/* Resets the list, number after, to 1*/
	mc-auto-number-format: ' {n=1}';
}

p.empty
{
	height: 2rem;
	padding-top: 1rem;
}

p.empty.double
{
	height: 4rem;
}

p.empty:before
{
	content: "";
}

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.title.eng	/* Eng, Für Pragrafen, welche die gleiche Schriftgrösse wie der Standardparagraf haben, aber fett sind und als Paragrafentitel verwendet werden. */
{
	margin-bottom: -0.25rem;
}

p.title.new_para	/*places paragraph on new line*/
{
	clear: left;
}

/*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;
	margin-bottom: 0.25rem;
	clear: left;
}

p.subheading.no_clear
{
	clear: none;
}

p.subheading.contentpicker	/* Subheading für Toggler-Control zur Auswahl des anzuzeigenden Inhalts (FAQ, Kurzanleitungen) */
{
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 0.25rem;
}

p.subheading.contentpicker_noprint	/* Subheading für Toggler-Control zur Auswahl des anzuzeigenden Inhalts (FAQ, Kurzanleitungen) - Wird bei Ausdruck nicht angezeigt. */
{
	
}

p.subheading.topline.no_clear	/* Subheading mit extra Abstand nach oben und Linie */
{
	clear: none;
}

p.subheading.topline	/* Subheading mit extra Abstand nach oben und Linie */
{
	border-top: 0.05rem;
	border-top-style: solid;
	border-top-color: #D1D1D1;
	padding-top: 1rem;
}

p.subheading.numbered	/* Subheading mit Nummerierung */
{
	mc-auto-number-format: 'Cn:{chapnum}.{n+} ';
}

/*
.micro-response p.subheading.topline:nth-of-type(1):before  Removes the line of the 1st subheading topline inside a micro content response element  {
    display: none;
}
    */

p.number	/* 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.tip
{
	font-weight: bold;
	margin-bottom: initial;
	/* Setzt Margin bottom aus <p> zurück */
}

p.hint
{
	font-weight: bold;
	margin-bottom: initial;
	/* Setzt Margin bottom aus <p> zurück */
}

p.example
{
	font-weight: bold;
	margin-bottom: initial;
	/* Setzt Margin bottom aus <p> zurück */
}

p.caution
{
	font-weight: bold;
	margin-bottom: initial;
	/* Setzt Margin bottom aus <p> zurück */
}

p.caution_source	/*Paragraf für Art und Quelle der Gefahr. */
{
	font-weight: bold;
}

p.checklist
{
	font-weight: bold;
}

p.config
{
	font-weight: bold;
	margin-bottom: initial;
	/* Setzt Margin bottom aus <p> zurück */
}

p.permission
{
	font-weight: bold;
	margin-bottom: initial;
	/* Setzt Margin bottom aus <p> zurück */
}

p.requirement
{
	font-weight: bold;
	margin-bottom: initial;
	/* Setzt Margin bottom aus <p> zurück */
}

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.copyright	/* Paragraf für Copyright-Informationen */
{
	font-size: 0.8rem;
	font-weight: bold;
}

p.path	/* Paragraf für Pfade, über welchen die Funktion aufgerufen werden kann. */
{
	font-style: italic;
	line-height: normal;
	margin-bottom: 0.5rem;
}

p.bigger	/* Paragraf für 1.5rem Schrift */
{
	font-size: 1.5rem;
	padding-bottom: 0.5rem;
}

p.MiniTOC1	/* Automatisch generiertes Inhaltsverzeichis. Wird im Mobile mit Buttons ausgegeben. */
{
	background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Layoutelemente/TOC_link_image.svg');
	background-size: 0.75rem;
	background-position: left 0.65rem;
	background-repeat: no-repeat;
	font-weight: normal;
	text-decoration: underline;
	padding-top: 0.2rem;
	padding-left: 1.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.Videounterschrift	/*Paragraf für Videounterschriften*/
{
	font-size: 0.9rem;
	font-style: italic;
	line-height: normal;
}

p.Videounterschrift:before	/*Paragraf für Videounterschriften*/
{
	content: "Video: ";
}

p.Videounterschrift.no_sound:before	/*For videos without sound - Paragraf für Videounterschriften*/
{
	content: "Video (ohne Ton): ";
}

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;
}

p.helpertext	/* Metadaten zu Dokument (PDF, Word usw.) */
{
	font-size: 0.8rem;
	font-style: italic;
	line-height: normal;
	margin-top: -0.5rem;
}

p.helpertext_empty	/* Leerer Helpertext */
{
	font-size: 0.8rem;
	line-height: normal;
	margin-top: -0.5rem;
}

p.helpertext_empty_double	/* Leerer Helpertext */
{
	font-size: 1.6rem;
	line-height: 200%;
	margin-top: -0.6rem;
}

p.helpertext_empty:before	/* Leerer Helpertext */
{
	content: "";
}

p.source	/*Paragraf für Quellenangaben (Weblinks, Literatur usw.)*/
{
	font-size: 0.9rem;
	font-style: italic;
	line-height: normal;
}

p.center	/* centered paragraph */
{
	text-align: center;
}

p.italic	/* paragraph with italic font */
{
	font-style: italic;
}

p.bold	/* paragraph with bold font */
{
	font-weight: bold;
}

p.update_news_is_important	/* class for important Update-News entries. */
{
	
}

p.update_news_is_important::after	/* after important Update-News entries. */
{
	content: "*";
}

p.topic_TOC	/* p for the xref.topic_TOC */
{
	border-top: 0.05rem;
	border-top-style: solid;
	border-top-color: #D1D1D1;
	padding-top: 0.25rem;
	background-repeat: no-repeat;
	background-position: left 0.65rem;
	background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Layoutelemente/topic_TOC_link_image.svg');
	background-size: 0.75rem;
	padding-left: 1.1rem;
	margin-bottom: 0.25rem;
}

a:link	/* Farbe eines Hyperlinks, in Print, Word und PDF ohne Farbe.*/
{
	color: #004c93;
}

.mc-wrapper .mc-pager.mc-default-pager a:link
{
	background-color: #c9c9c9 !important;
	/*Color of active navigation bullets.*/
}

a:visited
{
	color: #004c93;
}

.mc-wrapper .mc-controls-direction a:hover
{
	background-color: transparent;
}

ul.navigation li > a:hover	/* TopNav Hover bei Hauptlink in Header */
{
	background-color: transparent !important;
}

a:hover	/* Farbe beim Überfahren des Hyperlinks.*/
{
	color: #fff;
	text-decoration: underline;
	background-color: #004c93;
}

.mc-wrapper .mc-controls-direction a:hover
{
	background-color: #004484;
}

.mc-wrapper .mc-pager.mc-default-pager a:hover
{
	background-color: #004c93;
	/*Color of inactive navigation bullets.*/
}

a:active
{
	color: #fff;
	background-color: #004c93;
}

MadCap|popupBody	/*Body Text Popup*/
{
	background-color: #fff;
}

.popupBody.popupBodyportrait	/*Grösse PopUp Body portrait Content.*/
{
	max-width: 20rem;
	min-height: fit-content;
}

.popupBody.popupBodylandscape	/* Grösse PopUp Body landscape Content.*/
{
	max-width: 40rem;
	min-height: fit-content;
}

.MCTextPopup_Closed.MCTextPopupHotSpot_.MCTextPopupHotSpot_Popup	/*Styling default Glossary-Einträge, welche im entsprechenden Glossar abgelegt sind.*/
{
	color: #000;
	/*Farbe des Textes */
	text-decoration-line: underline;
	text-decoration-style: double;
	background: none;
	padding: 0rem;
	font-weight: unset;
}

.MCTextPopup_Closed.MCTextPopupHotSpot_.MCTextPopupHotSpot_Popup:hover	/*Styling hover über default Glossary-Einträge, welche im entsprechenden Glossar abgelegt sind.*/
{
	background-color: transparent !important;
	text-decoration-line: underline;
	text-decoration-style: double;
}

.MCTextPopup_Open.MCTextPopupHotSpot_.MCTextPopupHotSpot_Popup	/*Styling default Glossary-Einträge, welche im entsprechenden Glossar abgelegt sind.*/
{
	color: #000;
	/*Farbe des Textes */
	text-decoration-line: underline;
	text-decoration-style: double;
	background: none;
	padding: 0rem;
	font-weight: unset;
}

.MCTextPopup_Open.MCTextPopupHotSpot_.MCTextPopupHotSpot_Popup:hover	/*Styling hover über default Glossary-Einträge, welche im entsprechenden Glossar abgelegt sind.*/
{
	background-color: transparent !important;
	text-decoration-line: underline;
	text-decoration-style: double;
}

.MCTextPopupBody	/* Grösse des PopUps mit Glossar-Einträgen */
{
	width: auto;
	font-size: 1rem;
	margin-left: 1rem;
	margin-right: 1rem;
	max-width: 25%;
}

.MCTextPopupArrow	/* Grösse des Pfeils, welcher auf das PopUp verweist. */
{
	width: 25%;
}

MadCap|popupBody.left_align	/*Klasse für einen PopUp Body. Der Text darin ist linksbündig.*/
{
	text-align: left;
}

.popupHead:link
{
	color: #000;
	text-decoration-line: underline;
	text-decoration-style: double;
	background: none;
	padding: 0rem;
	font-weight: unset;
}

.popupHead.popupHeaddoubleunderline	/*Hinweis auf TextPopup doppelt unterstrichen*/
{
	color: #000;
	/*Farbe des Textes */
	text-decoration-line: underline;
	text-decoration-style: double;
}

.popupHead.popupHeaddoubleunderline.popupHeadvideo	/*Selector für Hinweis auf TextPopup doppelt unterstrichen mit Video */
{
	margin-left: 1rem;
	padding-left: 0.2rem;
	display: inline-block;
}

.popupHead.popupHeaddoubleunderline.popupHeadvideo:before	/*Selector für Hinweis auf TextPopup doppelt unterstrichen mit Video */
{
	content: "";
	background-size: cover;
	position: static;
	width: 1rem;
	height: 1rem;
	margin-top: 0.4rem;
	margin-left: -1.2rem;
	margin-right: 0.2rem;
	background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Layoutelemente/Video.svg');
	white-space: nowrap;
	/*Avoids line-break after image */
	display: -webkit-inline-box;
	vertical-align: text-bottom;
}

.popupHead.popupHeaddoubleunderline.popupHeadimg	/*Selector für Hinweis auf TextPopup doppelt unterstrichen mit Bild */
{
	margin-left: 1rem;
	padding-left: 0.2rem;
	display: inline-block;
}

.popupHead.popupHeaddoubleunderline.popupHeadimg:before	/*Selector für Hinweis auf TextPopup doppelt unterstrichen mit Bild */
{
	content: "";
	background-size: cover;
	position: static;
	width: 1rem;
	height: 1rem;
	margin-top: 0.4rem;
	margin-left: -1.2rem;
	margin-right: 0.2rem;
	background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Layoutelemente/Image.svg');
	white-space: nowrap;
	/*Avoids line-break after image */
	display: -webkit-inline-box;
	vertical-align: text-bottom;
}

.popupHead.popupHeaddoubleunderline:hover	/*Hinweis auf TextPopup doppelt unterstrichen*/
{
	background-color: transparent !important;
}

MadCap|popupHead.info	/*Head Text Popup*/
{
	margin-right: 1.2rem;
	/* Abstand für Bild in popupHead:after.*/
}

.popupHead.popupHeadinfo:link	/*Hinweis auf TextPopup mit Info-Symbol*/
{
	color: #000;
}

.popupHead.popupHeadinfo:hover	/*Hinweis auf TextPopup mit Info-Symbol*/
{
	text-decoration: none;
	background-color: transparent;
}

.popupHead.popupHeadinfo:after	/*Bild, welches nach PopUpHead angeeigt wird */
{
	content: "";
	background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Icons_HTML_skin/popup_info.svg');
	background-size: cover;
	position: absolute;
	width: 1rem;
	height: 1rem;
	margin-top: 0.2rem;
	margin-left: 0.2rem;
}

MadCap|popupHead.book	/*Head Text Popup*/
{
	margin-right: 32px;
	/* Abstand für Bild in popupHead:after.*/
}

.popupHead.popupHeadbook:link
{
	color: #006900;
	text-decoration: none;
}

.popupHead.popupHeadbook:hover
{
	color: #006900;
	text-decoration: none;
}

.popupHead.popupHeadbook: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;
}

.MCHelpControl_Image_Icon	/*Removes the unneeded Image after glossary word*/
{
	display: none;
}

object.video	/*Objekt für Videoausgabe.*/
{
	display: inline;
	max-width: 100%;
	height: auto;
	box-shadow: 3px 3px 3px #888888;
	mc-conditions: 'Bibliothek/Ausgabemedium.Bildschirm';
	/* Wird nur Projekten auf bei auf Bildschirmen ausgegeben */
}

MadCap|dropDown
{
	color: #000;
	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: 1.2rem;
	/* Einzug Anzeige unter linksbündigem DropDown */
	clear: left;
}

MadCap|dropDown.topline	/* DropDown mit Topline */
{
	clear: left;
}

MadCap|dropDown.topline:before	/* DropDown mit Topline */
{
	content: '';
	color: transparent;
	background: #D1D1D1;
	height: 0.1rem;
	display: -webkit-box;
	margin-bottom: 1rem;
	margin-top: 1rem;
}

MadCap|dropDown.video	/* DropDown, welches die ein Video beinhaltet - mit Topline, in Print und Word ausgeblendet */
{
	mc-conditions: 'Bibliothek/Ausgabemedium.Bildschirm';
}

MadCap|dropDown.video:before	/* DropDown, welches die Video beinhaltet - mit Topline, in Print und Word ausgeblendet */
{
	content: '';
	color: transparent;
	background: #D1D1D1;
	height: 0.1rem;
	display: -webkit-box;
	margin-bottom: 1rem;
	margin-top: 1rem;
}

MadCap|dropDown.function	/* DropDown, welches die Funktionsbeschreibung beinhaltet - mit Topline, in Print und Word ausgeblendet */
{
	mc-conditions: 'Bibliothek/Ausgabemedium.Bildschirm';
	clear: left;
}

MadCap|dropDown.no_clear	/* DropDown, welches die Funktionsbeschreibung beinhaltet - mit Topline, in Print und Word ausgeblendet */
{
	clear: none;
}

MadCap|dropDown.function:before	/* DropDown, welches die Funktionsbeschreibung beinhaltet - mit Topline, in Print und Word ausgeblendet */
{
	content: '';
	color: transparent;
	background: #D1D1D1;
	height: 0.1rem;
	display: -webkit-box;
	margin-bottom: 1rem;
	margin-top: 1rem;
}

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;
	clear: 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: #000;
	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: #000;
}

MadCap|dropDownHead:visited
{
	color: #000;
}

MadCap|xref.bookmark	/* Spezielle Formatierung: Fett, für Verweise im Fliesstext auf Bookmarks (Konfig, Felder usw.).*/
{
	mc-format: '{paratext}';
	color: #000;
	text-decoration: none;
	pointer-events: none;
	font-weight: bold;
	margin-left: 0.35rem;
	/*Setzt automatisch Abstand vor Link.*/
}

MadCap|xref.bookmark_initial	/* bookmarks with initial size borders*/
{
	mc-format: '{paratext}';
	color: unset;
	text-decoration: none;
	pointer-events: none;
}

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: 'Bibliothek/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}»';
	margin-left: 0.35rem;
	/*Setzt automatisch Abstand vor Link.*/
}

MadCap|xref.Letzt_Verweis_mit_Klammer	/*Letzter Link bei gleichzeitigem Verweis auf mehrere Kapitel.*/
{
	mc-format: '«{h1}»)';
	margin-left: 0.35rem;
	/*Setzt automatisch Abstand vor Link.*/
}

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_same_Chapter_ohne_Klammer	/*Verweis auf geänderten Inhalt in UN, same Chapter.*/
{
	mc-format: 'Abschnitt «{paratext}»';
}

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.Abschnitt_same_Chapter	/* Verweis auf Abschnitt in gleichem Kapitel.*/
{
	mc-format: '(siehe Abschnitt «{paratext}»)';
	margin-left: 0.35rem;
	/*Setzt automatisch Abstand vor Link.*/
}

MadCap|xref.Abschnitt_First_same_Chapter	/*Erster Link Bei gleichzeitigem Verweis auf mehrere Abschnitte.*/
{
	mc-format: '(siehe Abschnitte «{paratext}»';
	margin-left: 0.35rem;
	/*Setzt automatisch Abstand vor Link.*/
}

MadCap|xref.Abschnitt_Middle_same_Chapter	/*Mittlerer Link Bei gleichzeitigem Verweis auf mehrere Abschnitte.*/
{
	mc-format: '«{paratext}»';
	margin-left: 0.35rem;
	/*Setzt automatisch Abstand vor Link.*/
}

MadCap|xref.Abschnitt_Last_same_Chapter	/*Letzter Link bei gleichzeitigem Verweis auf mehrere Abschnitte.*/
{
	mc-format: '«{paratext}»)';
	margin-left: 0.35rem;
	/*Setzt automatisch Abstand vor Link.*/
}

MadCap|xref.Konfigverweis	/*Verweis zu Konfigurationseintrag. Nur in Online-Output.*/
{
	mc-conditions: 'Bibliothek/Ausgabemedium.Bildschirm';
	mc-format: '(siehe Konfigurationseintrag «{paratext}» im Kapitel «{h1}»)';
	margin-left: 0.35rem;
	/*Setzt automatisch Abstand vor Link.*/
}

MadCap|xref.Konfigverweis_same_Chapter	/*Verweis zu Konfigurationseintrag. Nur in Online-Output.*/
{
	mc-conditions: 'Bibliothek/Ausgabemedium.Bildschirm';
	mc-format: '(siehe Konfigurationseintrag «{paratext}»)';
	margin-left: 0.35rem;
	/*Setzt automatisch Abstand vor Link.*/
}

MadCap|xref.Konfigverweis_first	/*Verweis zu Konfigurationseintrag. Nur in Online-Output.*/
{
	mc-conditions: 'Bibliothek/Ausgabemedium.Bildschirm';
	mc-format: '(siehe Konfigurationseinträge «{paratext}»';
	margin-left: 0.35rem;
	/*Setzt automatisch Abstand vor Link.*/
}

MadCap|xref.Konfigverweis_last	/*Verweis zu Konfigurationseintrag. Nur in Online-Output.*/
{
	mc-conditions: 'Bibliothek/Ausgabemedium.Bildschirm';
	mc-format: '«{paratext}» im Kapitel «{h1}»)';
	margin-left: 0.35rem;
	/*Setzt automatisch Abstand vor Link.*/
}

MadCap|xref.Benutzerrecht	/*Verweis zu Konfigurationseintrag. Nur in Online-Output.*/
{
	mc-conditions: 'Bibliothek/Ausgabemedium.Bildschirm';
	mc-format: '(siehe Benutzerberechtigung «{paratext}» im Kapitel «{h1}»)';
	margin-left: 0.35rem;
	/*Setzt automatisch Abstand vor Link.*/
}

MadCap|xref.Benutzerrecht_first	/*Verweis zu Konfigurationseintrag. Nur in Online-Output.*/
{
	mc-conditions: 'Bibliothek/Ausgabemedium.Bildschirm';
	mc-format: '(siehe Benutzerberechtigungen «{paratext}»';
	margin-left: 0.35rem;
	/*Setzt automatisch Abstand vor Link.*/
}

MadCap|xref.Benutzerrecht_last	/*Verweis zu Konfigurationseintrag. Nur in Online-Output.*/
{
	mc-conditions: 'Bibliothek/Ausgabemedium.Bildschirm';
	mc-format: '«{paratext}» im Kapitel «{h1}»)';
	margin-left: 0.35rem;
	/*Setzt automatisch Abstand vor Link.*/
}

MadCap|xref.Prfregel_nr	/*Verweis auf Prüfregel, Angabe der Nr.. Nur in Online-Output.*/
{
	mc-conditions: 'Bibliothek/Ausgabemedium.Bildschirm';
	mc-format: '(siehe Prüfregel «{paratext}';
	margin-left: 0.35rem;
	/*Setzt automatisch Abstand vor Link.*/
}

MadCap|xref.Prfregel_text	/*Verweis auf Prüfregel, Angabe der Bezeichnung. Nur in Online-Output.*/
{
	mc-conditions: 'Bibliothek/Ausgabemedium.Bildschirm';
	mc-format: '-{paratext}» im Kapitel «{h1}»)';
	/*Setzt automatisch Abstand vor Link.*/
}

MadCap|xref.topic_TOC	/*TOC für einzelnen Topic*/
{
	color: #000;
	text-decoration: none;
}

MadCap|xref.topic_TOC:hover	/*TOC für einzelnen Topic*/
{
	background-color: transparent;
	text-decoration: underline;
}

span.mc-variable	/* Resets the color of all variables to unset. */
{
	color: unset;
}

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: #000;
	padding-top: 1px;
}

MadCap|conceptLink
{
	color: #000;
	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.general	/* Breadcrumbs */
{
	mc-breadcrumbs-prefix: '> ';
	mc-breadcrumbs-count: 200;
	line-height: 1.2rem;
	/*padding-bottom: 0.5rem;*/
}

MadCap|miniTocProxy
{
	border-top-style: none;
	mc-toc-depth: 9;
	margin-top: 0rem;
	padding-top: 0rem;
	overflow: overlay;
}

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');
}

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;
}

ol.bold
{
	font-weight: bold;
}

ul
{
	list-style-type: none;
	margin: 0pt;
	margin-left: 0mm;
	padding-left: 0px;
	margin-top: 0rem;
}

li.condition
{
	background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Layoutelemente/Diamant_web_svg.svg');
	background-position: left 0.4rem;
	background-repeat: no-repeat;
	display: -webkit-box;
	list-style-image: none;
	list-style-type: none;
	margin-left: 0.7rem;
	padding-left: 1.1rem;
}

li.unter_handlungsanweisung
{
	background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Layoutelemente/Pfeil_web_svg.svg');
	background-position: left 0.4rem;
	background-repeat: no-repeat;
	display: -webkit-box;
	list-style-image: none;
	margin-left: 1.8rem;
	padding-left: 1rem;
}

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: 0.7rem;
	padding-left: 1.1rem;
}

li.bullet_point.bold	/* bold bullet_points */
{
	font-weight: bold;
}

li.bullet_point.last	/* Letzter Bullet Point bei Aufzählungen - Hat margin bottom für Abstand nach ol*/
{
	margin-bottom: 1rem;
	/* Unterschied zu li.bullet_point */
}

li.bullet_point.eng	/* Bullet points ohne linken Rand, hauptsächlich innerhalb Tabellen */
{
	margin-left: 0mm;
	/* Unterschied zu herkömmlichen bullet points */
}

li.roman_big	/* Aufzählung mit römischen Ziffern, grossgeschrieben */
{
	list-style-type: upper-roman;
	display: list-item;
	list-style-position: outside;
	margin-left: 1.8rem;
}

li.checkbox
{
	background-repeat: no-repeat;
	list-style-image: none;
	display: -webkit-box;
	list-style-type: none;
	background-position: left 0.42rem;
	background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Layoutelemente/Quadrat_klein_web_svg.svg');
	margin-left: 0.7rem;
	padding-left: 1.1rem;
	padding-bottom: 0.5rem;
}

li.checkbox.eng	/* Checkboxen linken Rand, hauptsächlich innerhalb Tabellen */
{
	margin-left: 0mm;
}

li.checkbox.last	/* Letzte Checkbox bei Aufzählungen - Hat margin bottom für Abstand nach ol*/
{
	padding-bottom: 1.5rem;
	/* Unterschied zu li.checkbox */
}

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: -webkit-box;
	list-style-image: none;
	margin-left: 1.8rem;
	padding-left: 1rem;
}

li.handlungsanweisung
{
	list-style-type: decimal;
	display: list-item;
	list-style-position: outside;
	margin-left: 1.8rem;
}

li.list	/* Aufzählung mit arabischen Ziffern */
{
	list-style-type: decimal;
	display: list-item;
	list-style-position: outside;
	margin-left: 1.8rem;
}

li.list.last	/* Letzte Ziffer bei Aufzählungen mit arabischen Ziffer - Hat margin bottom für Abstand nach ol*/
{
	margin-bottom: 1rem;
	/* Unterschied zu li.list */
}

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: 0.7rem;
	padding-left: 1.1rem;
	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. */
{
	margin-bottom: initial;
}

li.alphabetisch
{
	display: list-item;
	list-style-position: outside;
	margin-left: 1.8rem;
	list-style-type: lower-alpha;
	counter-increment: item;
	line-height: 150%;
}

li.alphabetisch.last	/* Hat margin bottom für Abstand nach ol*/
{
	margin-bottom: 1rem;
	/* Unterschied zu li.alphabetisch */
}

li.alphabetisch.fett
{
	font-weight: bold;
}

.link-list-popup ul li:hover	/* Definiert die Anzeige beim Überfahren eines Links im Menü "Weitere Informationen".*/
{
	color: #fff;
	text-decoration: underline;
	background-color: #004c93;
}

a.underline_blue:link	/* Farbe eines Hyperlinks, mit Farbe in Word und PDF*/
{
	color: #004c93;
	text-decoration: underline;
}

a.underline_blue:visited
{
	color: #004c93;
}

a.underline_blue:hover	/* Farbe beim Überfahren des Hyperlinks.*/
{
	color: #fff;
	background-color: #004c93;
}

a.underline_blue:active
{
	color: #fff;
	background-color: #004c93;
}

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: transparent !important;
}

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. */
}

a.MCTopicPopup:link	/* Farbe eines Hyperlinks.*/
{
	color: #004c93;
}

a.MCTopicPopup:visited
{
	color: #004c93;
}

a.MCTopicPopup:hover	/* Farbe beim Überfahren des Hyperlinks.*/
{
	color: #fff;
	text-decoration: underline;
	background-color: #004c93;
}

a.MCBreadcrumbsLink:link	/* Farbe eines Breadcrumb-Hyperlinks.*/
{
	color: initial;
	text-decoration: none;
}

a.MCBreadcrumbsLink:visited	/* Farbe eines besuchten Breadcrumb-Hyperlinks.*/
{
	color: initial;
}

a.MCBreadcrumbsLink:hover	/* Farbe beim Überfahren des Breadcrumb-Hyperlinks.*/
{
	color: initial;
	text-decoration: underline;
	background-color: initial;
}

a.MCBreadcrumbsLink:active	/* Farbe beim Überfahren des Breadcrumb-Hyperlinks.*/
{
	color: initial;
	text-decoration: underline;
	background-color: initial;
}

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 !important;
}

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: 8rem;
	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.svg');
	background-size: cover;
	position: absolute;
	width: 16px;
	height: 16px;
	margin-top: 5px;
	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.svg');
	background-size: cover;
	position: absolute;
	width: 16px;
	height: 16px;
	margin-top: 5px;
	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.svg');
	background-size: cover;
	position: absolute;
	width: 16px;
	height: 16px;
	margin-top: 5px;
	margin-left: -20px;
}

a.download	/* Für Link auf Download-Verzeichnis.*/
{
	margin-left: 20px;
	/* Abstand für Bild in Weblink:before.*/
	word-wrap: break-word;
}

a.download:before	/* Für Link auf PDF-Datei.*/
{
	content: "";
	background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Icons_HTML_skin/save.svg');
	background-size: cover;
	position: absolute;
	width: 16px;
	height: 16px;
	margin-top: 5px;
	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/print.svg');
	background-size: cover;
	position: absolute;
	width: 16px;
	height: 16px;
	margin-top: 5px;
	margin-left: -20px;
}

a.weblink	/* Für Weblinks ausserhalb der root-Welt.*/
{
	margin-right: 1rem;
	/* Abstand, damit das Bild in Weblink:after platz hat.*/
	word-wrap: break-word;
}

a.weblink.lowercase	/* Für Weblinks, lowercase, ausserhalb der root-Welt.*/
{
	text-transform: lowercase;
	/* Zeigt alle Hyperlinks in Kleinbuchstaben an.*/
}

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: #fff;
	text-decoration: underline;
	background-color: #004c93;
}

a.weblink:after	/* Für Links ausserhalb der Online-Hilfe.*/
{
	content: "";
	background-size: cover;
	position: absolute;
	width: 0.75rem;
	height: 0.75rem;
	margin-top: 0.45rem;
	margin-left: 0.1rem;
	background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Layoutelemente/Weblink.svg');
}

a.internal_link	/* Für interne Weblinks. */
{
	color: #000;
	text-decoration: none;
}

a.internal_link:hover	/* Tablet - Für interne Weblinks. */
{
	text-decoration: underline;
	background-color: transparent;
}

a.footer
{
	color: unset;
	text-decoration: none;
}

a.footer:hover
{
	background-color: unset;
	text-decoration: underline;
}

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: static;
	/* 'static' since Flare 2019 - used to be '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: static;
	/* 'static' since Flare 2019 - used to be '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
{
	color: #000;
	text-decoration: none;
}

a.MiniTOC1:visited
{
	color: #000;
}

a.MiniTOC1:hover
{
	background-color: transparent;
	text-decoration: underline;
}

a.MiniTOC1:active
{
	color: #000;
}

a.item	/* Link auf item*/
{
	margin-left: 1rem;
	/* Abstand, damit das Bild in item:after platz hat.*/
	word-wrap: break-word;
}

a.item:before	/* Link auf item*/
{
	content: "";
	background-size: cover;
	position: absolute;
	width: 0.8rem;
	height: 0.8rem;
	margin-top: 0.3rem;
	margin-left: -1rem;
	background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Layoutelemente/Weblink.svg');
}

a.breadcrumb_landing:link
{
	color: #000;
	float: left;
	text-decoration: none;
	margin-right: 0.35rem;
	line-height: 1.2rem;
}

a.breadcrumb_landing:visited
{
	color: #000;
}

a.breadcrumb_landing:hover
{
	color: initial;
	text-decoration: underline;
	background-color: initial;
}

a.breadcrumb_landing:focus
{
	color: initial;
	background-color: initial;
}

a.breadcrumb_landing:active
{
	color: initial;
	text-decoration: underline;
	background-color: initial;
}

img.div	/* Für Bilder, welche in DIVs verwendet werden. Die DIVs werden für Bilder mit Fliesstext benötigt. */
{
	display: inline;
	width: 100%;
	height: auto;
	box-shadow: 3px 3px 3px #888888;
	border-radius: unset !important;
	mc-thumbnail: popup;
	mc-thumbnail-max-height: auto;
	mc-thumbnail-max-width: 100%;
	/* Wird benötigt, damit Thumbnails nicht blurry angezeigt werden. */
}

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: 'Bibliothek/Ausgabemedium.Druck';
	/* Wird nur Projekten auf Ausdrucken/Print ausgegeben. */
}

img.MCPopupFullImage
{
	cursor: zoom-out;
	/* Darstellungsart des Cursors bei geöffnetem PoPUp Image.*/
	border-width: initial;
	border-style: solid;
	border-color: transparent;
	/*height: 100% !important;*/
	/*width: auto !important;*/
}

img.MCPopupFullImage:focus	/* Removes the unwanted and ugly border around the focused image */
{
	outline: 0;
}

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.text	/* 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 angezeigt.*/
	margin-left: 0.25rem;
}

img.img_Auszeichnung	/* Für Bilder Hinweis, Vorsicht, Tipp und Beispiel. */
{
	width: auto;
	vertical-align: top;
	height: 18px;
	border: none;
}

img.number
{
	width: auto;
	vertical-align: top;
	height: 18px;
	border: none;
	margin-top: 0.1em;
	margin-right: 0.3rem;
}

img.icon
{
	text-align: center;
	height: 68px;
	width: auto;
	border: none;
}

img.icon.caution
{
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}

img.icon.small
{
	height: 34px;
	vertical-align: middle;
}

img.icon.caption	/* Icon für Tabellenlegende */
{
	height: 34px;
	vertical-align: middle;
}

img.video_thumbnail	/* Für Video-Thumbnails */
{
	min-width: 256px;
}

img.popup	/* Max width for images in popUps. */
{
	max-width: 100%;
}

img.footer
{
	width: 72px;
}

table
{
	border-spacing: 0px;
	border-collapse: collapse;
	margin-bottom: 1rem;
	margin-right: 3px;
	/*box-shadow: 3px 3px 3px #888888; */
	display: block;
}

table.no_shadow	/* removes the box shadow around the table */
{
	box-shadow: initial !important;
}

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.data_table	/* 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.full_width	/* Stretches Table to full width */
{
	width: -webkit-fill-available;
}

table.Releasenotes	/* Für Release Notes-Tabellen.*/
{
	border-spacing: 0px;
	border-collapse: collapse;
	margin-bottom: 1.5rem;
	box-shadow: 3px 3px 3px #888888;
	display: table;
	width: 100%;
}

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;
	width: auto;
}

thead
{
	display: table-header-group;
}

th
{
	padding: 3px;
	text-align: left;
	border: solid 1px;
	background-color: #004c93;
	color: #fff;
	font-weight: bold;
	page-break-inside: avoid;
	page-break-after: avoid;
	display: table-cell;
	border-color: #000;
}

th.gedreht	/* Für Table-header, welche span.gedreht beinhalten */
{
	vertical-align: middle;
}

th.center	/* Table-header Zelleninhalt wird zentriert angezeigt, nur Desktop. Mobile: linksbündig */
{
	text-align: center;
}

td
{
	padding: 3px;
}

tr:nth-child(even)	/* Zebra-Style tables */
{
	background-color: #d1d1d1;
	/* Background Color Table rows */
}

tr.no_zebra	/* removes the Zebra-Style */
{
	background-color: transparent;
}

tbody
{
	border-spacing: 5px;
}

td.hidden	/* Hiddentd, needed for tables with snippet conditions and side-text */
{
	visibility: hidden;
}

td.border
{
	border: solid 1px;
	text-align: left;
	page-break-inside: avoid;
}

td.border_center	/* Zelleninhalt wird zentriert angezeigt, nur Desktop. Mobile: linksbündig */
{
	border: solid 1px;
	page-break-inside: avoid;
	text-align: center;
}

td.border_text_top
{
	border: solid 1px;
	text-align: left;
	vertical-align: top;
	page-break-inside: avoid;
}

td.border_text_top_center	/* Zelleninhalt wird zentriert angezeigt, nur Desktop. Mobile: linksbündig */
{
	border: solid 1px;
	text-align: left;
	vertical-align: top;
	text-align: center;
	page-break-inside: avoid;
}

td.border_text_turned
{
	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);
}

td.text_legend	/* Definiert eine Zelle, Text ist oben linksbündig mit weissem Rahmen 2px.*/
{
	text-align: left;
	vertical-align: top;
	page-break-inside: avoid;
	border: solid 0.2rem #fff;
	background-color: #D1D1D1;
}

td.img_legend	/* Definiert eine Zelle, Text ist oben zentriert mit weissem Rahmen 2px.*/
{
	vertical-align: top;
	text-align: center;
	page-break-inside: avoid;
	border: solid 0.2rem #fff;
	background-color: #D1D1D1;
	width: 50px;
	max-width: 50px;
	min-width: 50px;
}

td.border_white_text_top	/* Definiert eine Zelle, Text ist oben, linksbündig mit Rahmen 2px.*/
{
	text-align: left;
	vertical-align: top;
	page-break-inside: avoid;
	border: solid 2px #fff;
	border-top-width: 0px;
}

td.no_border_text_top
{
	text-align: left;
	vertical-align: top;
	page-break-inside: avoid;
	padding-left: initial;
}

td.no_border_center	/* Zelleninhalt wird zentriert angezeigt, nur Desktop. Mobile: linksbündig */
{
	page-break-inside: avoid;
	text-align: center;
}

td.no_border_text_top_center	/* Zelleninhalt wird zentriert angezeigt, nur Desktop. Mobile: linksbündig */
{
	text-align: left;
	vertical-align: top;
	page-break-inside: avoid;
	text-align: center;
}

td.no_border_text_left_center
{
	text-align: left;
	page-break-inside: avoid;
}

td.no_border_tight
{
	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';
	word-break: break-word;
}

form
{
	
}

/* Start styles tables with Div */

div.table	/* table with Div, nur für Tabellen mit 2 Spalten verwenden, da ansonsten Probleme bei der Anzeige auf Mobile */
{
	display: table;
	width: auto;
	border-collapse: collapse;
	margin-bottom: 1rem;
	/*    margin-right: 0.25rem; */
	overflow: auto;
}

div.table.full_width	/* Stretches Table to full width */
{
	width: -webkit-fill-available;
}

div.thead	/*  header-row in table with div */
{
	display: table-header-group;
}

div.th_tr	/* table-row in table-header with div */
{
	display: table-row;
	font-weight: bold;
}

div.th	/* Single cell in header-row in table with div */
{
	display: table-cell;
	padding-right: 1.5rem;
}

div.tbody	/* table body in table with div */
{
	display: table-row-group;
}

div.tr	/* table-row in table with div */
{
	display: table-row;
	overflow: auto;
}

div.tr.bigger_bold	/* Wrapper für Tabellenreihen, die grösseren Text haben und in welchen Text fett ist. */
{
	font-weight: bold;
	font-size: 1.2rem;
}

div.tr.bigger	/* Wrapper für Tabellenreihen, die grösseren Text haben (1.2fach) sind. */
{
	font-size: 1.2rem;
}

div.tr.bold	/* Wrapper für Tabellenreihen, die fetten Text haben. */
{
	font-weight: bold;
}

div.tr.underline	/* Wrapper für Tabellenreihen, die fetten Text haben. */
{
	padding-bottom: 0.5rem;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-bottom-width: 0.15rem;
	padding-top: 1rem;
}

div.tr.grey	/* grey table-row in table with div */
{
	background-color: #d1d1d1;
}

div.td	/* Single cell in table-row in table with div */
{
	display: table-cell;
	padding-right: 0.75rem;
	padding-bottom: 0.5rem;
	/*padding-left: 0.2rem; */
	word-break: normal;
}

div.td.underline	/* Single cell in table-row in table with div, underlined */
{
	padding-bottom: 0.5rem;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-bottom-width: 0.15rem;
	padding-top: 1rem;
}

div.td.bold	/* Single cell in table-row in table with div, font bold */
{
	font-weight: bold;
}

div.td.padding_left	/* Single cell in table-row in table with div, padding left */
{
	padding-left: 1.5rem;
}

div.td.padding_top	/* Single cell in table-row in table with div, padding top */
{
	padding-top: 1rem;
}

div.td.padding_bottom	/* Single cell in table-row in table with div, padding bottom */
{
	padding-bottom: 2rem;
}

div.td.border_top	/* Single cell in table-row in table with div, border top, not displayed in PDF-Output */
{
	border-top-style: solid;
	border-top-color: #000;
	border-top-width: 0.1rem;
}

/* End styles tables with Div */

div.group	/* Verhindert einen Seitenumbruch.*/
{
	
}

div.text_top	/* div around text on top of page, above h1 */
{
	font-weight: bold;
	font-size: 1.2rem;
	margin-top: 1.4rem;
	width: 87%;
}

div.text_top.description	/* div around text on top of page, above h1 */
{
	background-color: #faffcc;
	border-bottom-width: 0.1rem;
	border-bottom-style: solid;
	border-bottom-color: #f9e474;
	margin-bottom: 1rem;
	padding-top: 0.5rem;
	padding-right: 0.5rem;
	padding-left: 0.5rem;
}

div.text_top.last_update	/* div around text on top of page, above h1 */
{
	background-color: #bbdefb;
	border-bottom-width: 0.1rem;
	border-bottom-style: solid;
	border-bottom-color: #8aacc8;
	padding: 0.5rem;
	margin-bottom: 0.5rem;
}

div.card	/* Div für Card. */
{
	margin-right: 1rem;
	margin-bottom: 1rem;
	margin-left: 0.1rem;
	padding: 0.5rem;
	box-shadow: 0px 1px 1px 1px #888888;
	background-color: #fff;
	border-radius: 0.25rem;
	float: left;
}

div.half	/* Div, welches die hälfte des verfügbaren Screens verwendet, auf PDF und Mobile 100% */
{
	width: 47%;
}

div.topline	/* Div mit Linie oberhalb, Länge 33% */
{
	margin-bottom: 1rem;
	margin-right: 1rem;
	/* wird benötigt, damit Div auch in Tabellen sauber angezeigt wird. */
}

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: 'Bibliothek/Ausgabemedium.Bildschirm';
	/* Wird nur in Online-Output ausgegeben. */
	margin-bottom: 0.25rem;
}

div.topic_TOC	/* Div um topic TOC.*/
{
	mc-conditions: 'Bibliothek/Ausgabemedium.Bildschirm';
	/* Wird nur in Online-Output ausgegeben. */
	margin-bottom: 1rem;
}

div.function	/* Bei Funktionen.*/
{
	overflow: hidden;
	margin-bottom: 1rem;
}

div.function_name	/* Benennung der Funktion*/
{
	font-weight: bold;
	line-height: 1.5em;
}

div.function_icon	/*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.function_text	/*Div, welcher den Text mit Details zur Funktion enthält.*/
{
	overflow: auto;
}

div.field_name	/* Benennung des Feldes*/
{
	font-weight: bold;
	line-height: 1.5rem;
}

div.caution_icon	/*Div, welches das Icon für Vorsicht enthält.*/
{
	float: left;
}

div.caution_text	/*Div, welcher den Text für Vorsicht enthält.*/
{
	overflow: auto;
}

div.new_para	/* 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: left;
	width: 100%;
}

div.path	/* Div für Pfade, über welchen die Funktion aufgerufen werden kann. */
{
	font-style: italic;
	line-height: normal;
	margin-bottom: 0.5rem;
}

div.overflow_auto	/* Div für auto-overflow. Needed in ol around images. Use div.Einzug_drittel_ol and similar if print is affected too */
{
	overflow: auto;
}

div.box	/* Defines layout of box. Details, eg. background-color, in sub class.*/
{
	page-break-inside: avoid;
	padding: 0.5rem;
	border-radius: 2px;
	margin-bottom: 0.75rem;
	overflow: hidden !important;
	/* Important wird benötigt, da es ansonsten von Klasse aus Texteffects.css übersteuert wird */
	margin-right: 3px;
	box-shadow: 0px 1px 1px 1px #888888;
}

div.box.requirement
{
	background-color: #FFD4CC;
}

div.requirement	/* Anforderung */
{
	
}

div.requirement.content	/* Definiert den Inhalt der Anforderung*/
{
	
}

div.box.tip	/* Definiert die Anzeige eines Tipps im Fliesstext.*/
{
	background-color: #F3FFDA;
}

div.tip	/* Tipp */
{
	
}

div.tip.content	/* Definiert den Inhalt des Tipps*/
{
	
}

div.box.checklist	/* Container für Listen mit Checkboxen.*/
{
	background-color: #fff;
}

div.checklist	/* Checkliste */
{
	
}

div.checklist.content	/* Definiert den Inhalt der Checkliste*/
{
	
}

div.box.hint	/* Definiert die Anzeige eines Hinweises*/
{
	background-color: #E2E2E2;
}

div.hint	/* Hinweis */
{
	
}

div.hint.content	/* Definiert den Inhalt des Hinweises*/
{
	
}

div.box.example	/* Definiert die Anzeige eines Beispiels.*/
{
	background-color: #DAF3FF;
}

div.example	/* Beispiel */
{
	
}

div.example.content	/* Definiert den Inhalt des Beispieles*/
{
	
}

div.box.config	/* Definiert die Anzeige eines Konfigs.*/
{
	background-color: #FFE6DA;
}

div.config	/* Konfiguration */
{
	
}

div.config.content	/* Definiert den Inhalt der Konfiguration*/
{
	
}

div.box.permission	/* Definiert die Anzeige der Benutzerberechtigungen.*/
{
	background-color: #C6FFE9;
}

div.permission	/* Benutzerberechtigung */
{
	
}

div.permission.content	/* Definiert den Inhalt der Benutzerberechtigung*/
{
	
}

div.field	/* Bei Feldern.*/
{
	overflow: hidden;
	margin-bottom: 1rem;
}

div.Codebox	/* Definiert das Aussehen der Codebox.*/
{
	page-break-inside: avoid;
	padding: 0.5rem;
	border-radius: 2px;
	background-color: #ffc107;
	margin-bottom: 0.75rem;
	overflow: hidden !important;
	/* Important wird benötigt, da es ansonsten von Klasse aus Texteffects.css übersteuert wird */
	margin-right: 3px;
	box-shadow: 0px 1px 1px 1px #888888;
}

div.code	/* Definiert den Div für den Code.*/
{
	font-family: 'Courier New';
}

div.code.td	/* Definiert den Div für den Code als Anzeige in einer Tabellenzelle.*/
{
	background-color: #fff;
	padding: 1rem;
	border-left: 0.25rem solid #004B93;
	word-wrap: break-word;
	/*margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 0.5rem;
    margin-bottom: 1rem;*/
	display: table-cell;
	width: 50%;
}

#Codewrapper	/* Wrapper, welcher immer um div.code gesetzt werden muss, wenn dieser allein steht. */
{
	background: #fff;
	overflow: auto;
	/*display: flex; */
}

#mc-main-content
{
	clear: left;
}

div.Coderesult	/* Definiert den Div für die Anzeige des Coderesultats.*/
{
	/*font-family: Consolas,"courier new";*/
	background-color: #fff;
	padding: 1rem;
	border-left: 0.1rem solid #004B93;
	word-wrap: break-word;
	/*margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 0.5rem;
    margin-bottom: 1rem;*/
	display: table-cell;
	width: 50%;
}

div.box.caution	/* Für Warnhinweise.*/
{
	background-color: #FFFF00;
}

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.*/
{
	
}

/* Anzeige Output auf verschiedenen Devices */

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.small_screen_only	/* Ausgabe und Anzeige nur in der Webhelp auf Mobile (portrait und landscape). Keine Ausgabe in Medium "Print".*/
{
	display: none;
}

div.mobile_device_only	/* Ausgabe und Anzeige nur auf Tablet und Mobile (portrait und landscape). Keine Ausgabe in Medium "Print, Word und PDF".*/
{
	display: none;
}

div.print_only	/* Ausgabe und Anzeige nur in Druck Word und PDF */
{
	mc-conditions: 'Bibliothek/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;
	bottom: 0;
	width: 100%;
	height: 6.5rem;
	left: 0;
	position: fixed;
	z-index: 998;
}

div.footer.top_border
{
	border-top: 0.05rem;
	border-top-style: solid;
	border-top-color: #F5F5F5;
}

div.footer.blue
{
	background-color: #004c93;
}

div.footer.red
{
	background-color: #9f2b52;
}

div.footer.brown
{
	background-color: #734d40;
}

div.footer_content	/* Div for content in footer */
{
	page-break-inside: avoid;
	clear: both;
	margin-left: 25%;
	max-width: 50%;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

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;
}

/* Ende Anzeige Output auf verschiedenen Devices */

div.header_show_content	/* Div für Header eines Topics, in welchem der gewünschte Inhalt ausgewählt werden kann (FAQ, Kurzanleitungen).*/
{
	mc-conditions: 'Bibliothek/Ausgabemedium.Bildschirm';
	/* Wird nur in Online-Output ausgegeben. */
}

table.footer
{
	border-spacing: 0px;
	border-collapse: collapse;
	margin-bottom: unset;
	margin-left: 0;
	margin-right: none;
	width: 100%;
	max-width: 100%;
	table-layout: fixed;
	box-shadow: none;
	display: table;
	color: #fff;
}

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: #000;
	font-weight: normal;
}

div.toggler_Einzug_HA	/*Für Toggler, welche innerhalb von Handlungsanweisungen angezeigt werden.*/
{
	mc-conditions: 'Bibliothek/Ausgabemedium.Bildschirm';
	margin-left: 1.8rem;
	font-weight: normal;
}

div.toggler_Einzug_UA	/*Für Toggler, welche Unter-Resultaten oder Unter-Handlungsanweisungen angezeigt werden.*/
{
	mc-conditions: 'Bibliothek/Ausgabemedium.Bildschirm';
	margin-left: 2.8rem;
	font-weight: normal;
}

div.toggler_Inhalt_Einz	/*Spezialeinzug für Inhalt des Togglers.*/
{
	color: #000;
	font-weight: normal;
	padding-left: 1.2rem;
	overflow: auto;
	/* Benötigt, damit Tabellen bei Toggle-Button bleiben wenn Sie um ein Img/Video sind. Vermutlich beste Lösung.*/
}

div.toggler_Inhalt	/*Für Inhalt des Togglers, welche Unter-Resultaten oder Unter-Handlungsanweisungen anzeigt.*/
{
	color: #000;
	font-weight: normal;
	margin-left: -12px;
}

div.Fliesstext	/*Div für Inhalt, welcher nur 1/2 Seite breit sein darf. */
{
	height: auto;
	z-index: 0;
	float: left;
	margin-right: 1rem;
	margin-bottom: 0.5rem;
	margin-top: 0.25rem;
}

div.Fliesstext.fuenftel	/*Div für Inhalt, welcher nur 1/5 Seite breit sein darf. Nur in Web 1/5, Print IMMER 1/3 */
{
	width: 20%;
}

div.Fliesstext.fuenftel.margin_r	/*Div für Inhalt, welcher nur 1/5 Seite breit sein darf mit margin rechts, wenn Bild in OL.*/
{
	margin-right: 2.75rem;
}

div.Fliesstext.drittel	/*Div für Inhalt, welcher nur 1/3 Seite breit sein darf. */
{
	width: 33%;
}

div.Fliesstext.drittel.margin_r	/*Div für Inhalt, welcher nur 1/3 Seite breit sein darf mit margin rechts, wenn Bild in OL.*/
{
	margin-right: 2.75rem;
}

div.Fliesstext.halb	/*Div für Inhalt, welcher nur 1/2 Seite breit sein darf. */
{
	width: 50%;
}

div.Fliesstext.halb.margin_r	/*Div für Inhalt, welcher nur 1/2 Seite breit sein darf mit margin rechts, wenn Bild in OL.*/
{
	margin-right: 2.75rem;
}

div.Fliesstext.zweidrittel	/*Div für Inhalt, welcher nur 2/3 Seite breit sein darf. */
{
	width: 66%;
}

div.Fliesstext.zweidrittel.margin_r	/*Div für Inhalt, welcher nur 2/3 Seite breit sein darf mit margin rechts, wenn Bild in OL.*/
{
	margin-right: 2.75rem;
}

div.Seitenbreite	/*Div für Inhalt, welche eine ganze Seite breit sind. */
{
	width: 100%;
	height: auto;
	max-width: 100%;
	margin-right: 1rem;
	margin-bottom: 0.5rem;
	margin-top: 0.5rem;
	display: table-cell;
	/* Benötigt für Umbruch um div.SideTOC */
}

div.li	/*Div Einzug in Listen */
{
	margin-left: 1.8rem;
}

div.li.eng	/*Div Einzug in engen Listen */
{
	margin-left: 1.1rem;
}

div.li_sub	/*Div Einzug in Unter_Listen, ex unter_resultat */
{
	margin-left: 2.8rem;
}

video.video_landscape	/*Video-Element - Definiert Breite des Videos. */
{
	width: 65%;
}

video.video_portrait	/*Video-Element - Definiert Breite des Videos. */
{
	width: 30%;
}

video.videobox	/*Video-Element - Box für Videoplayer*/
{
	width: 100%;
	box-shadow: 3px 3px 3px #888888;
}

div.rechts
{
	float: right;
	margin-left: 1rem;
	margin-right: initial;
}

div.video
{
	mc-conditions: 'Bibliothek/Ausgabemedium.Bildschirm';
	/* Wird nur Projekten auf bei auf Bildschirmen ausgegeben */
}

div.video_landscape	/*Div für Videos, welche im Landscape-Modus aufgenommen worden sind. */
{
	margin-right: 1rem;
	margin-bottom: 1rem;
	margin-top: 0.5rem;
}

div.video_portrait	/*Div für Videos, welche im Portrait-Modus aufgenommen worden sind. */
{
	margin-bottom: 1rem;
	margin-top: 0.5rem;
}

div.Wasserzeichen
{
	background-repeat: repeat-y;
	background-position: left center;
}

div.GlossaryPageHeading	/* Style of Heading with letter, ex. "A"*/
{
	font-size: 1.8rem;
	margin-bottom: 1rem;
	padding-bottom: 0.5rem;
	border-bottom-style: none;
	padding-top: 0.5rem;
	background-color: #D1D1D1;
	padding-left: 0.2rem;
	margin-bottom: 1rem;
}

div.GlossaryPageTerm
{
	font-weight: bold;
	font-size: 1.2rem;
}

div.GlossaryPageDefinition
{
	margin-bottom: 1.2rem;
}

div.area_subheading	/* Div that contains the subheading area */
{
	
}

div.area_content	/* Div that contains the content area, caution: display_hide_content.js refers to this div */
{
	
}

div.filter_content_buttons	/* Div around the buttons to display or hide content */
{
	mc-conditions: 'Bibliothek/Ausgabemedium.Bildschirm';
	margin-bottom: 1rem;
	border-bottom: 0.05rem;
	border-bottom-style: solid;
	border-bottom-color: #D1D1D1;
	width: initial;
	padding-bottom: 0.75rem;
}

div.update_news_is_not_important	/* Div for update-news content that is NOT important, caution: display_hide_content.js refers to this div */
{
	
}

div.update_news_is_important	/* Div for update-news content that IS important */
{
	
}

div.center	/* centered div */
{
	text-align: center;
}

div.italic	/* div with italic font */
{
	font-style: italic;
}

.Glossary
{
	padding-left: initial;
	padding-top: initial;
	border-top: none;
}

li.GlossaryPageEntry	/* Style of GlossaryEntry */
{
	padding-left: 0.2rem;
}

a.GlossaryPageLink:hover
{
	background-color: unset !important;
	text-decoration: unset;
	color: #000;
}

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: #000;
}

MadCap|relatedTopicsControlList
{
	
}

caption
{
	
}

b.italic	/* for bold and italic content */
{
	font-style: italic;
}

span.standard
{
	font-weight: normal;
}

span.no_img	/*Sind Bilder in diesr Span, werden diese mit der Funktion span[class="no_img"] img ausgeblendet*/
{
	
}

span.dropDownHeadFAQ	/*Span für den Titel des FAQ DropDown.*/
{
	margin-left: 0.2rem;
	color: #000;
	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: 'Bibliothek/Entwicklung.Item';
}

span.item::before	/* Vor Item-Nr. */
{
	content: " {";
}

span.item::after	/* Nach Item-Nr. */
{
	content: "}";
}

span.link_outside	/* 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: 'Bibliothek/Ausgabemedium.Druck';
}

a.navigation_button
{
	mc-conditions: 'Bibliothek/Ausgabemedium.Bildschirm';
	background-color: #004c93;
	font-size: 1.5rem;
	color: #fff !important;
	border: none;
	padding: 0.5rem;
	border-radius: 0.5rem;
	text-decoration: none;
	font-weight: bold;
	margin-top: 1rem;
	margin-bottom: 0.5rem;
}

a.navigation_button:visited
{
	color: #fff;
}

a.navigation_button:hover
{
	text-decoration: none;
	background-color: transparent;
	color: #004c93 !important;
	border-color: #004c93;
	border-style: solid;
	border-width: 0.1rem;
}

a.navigation_button.left
{
	float: left;
}

a.navigation_button.right
{
	float: right;
}

a.navigation_button.center
{
	float: initial;
}

a.button_filter_content	/* button to filter content */
{
	mc-conditions: 'Bibliothek/Ausgabemedium.Bildschirm';
	border: 0.05rem solid;
	border-color: #6C6C6C;
	border-radius: 0.5rem;
	word-break: keep-all;
	display: inline-block;
	padding-top: 0.1rem;
	padding-right: 0.5rem;
	padding-bottom: 0.2rem;
	padding-left: 0.5rem;
}

a.button_filter_content.margin-right	/* button to filter content */
{
	margin-right: 1rem;
}

a.button_filter_content.first	/* button to filter content */
{
	
}

a.button_filter_content:hover	/* button to filter content */
{
	text-decoration: none;
	cursor: pointer;
	background-color: #004B93;
	color: #fff;
}

.active_button_filter_content
{
	/* class that is triggered when button is clicked */
	background-color: #004B93;
	color: #fff;
}

/* Area für TopNav */

div.SideTOC	/* Div für SideTOC in TopNav Output */
{
	float: right;
	margin-bottom: 1rem;
	clear: right;
	position: inherit;
	margin-left: 1rem;
	margin-top: 0.75rem;
	border-left: #F2F2F2;
	border-left-style: solid;
	border-left-width: 0.25rem;
	border-bottom: #F2F2F2;
	border-bottom-style: solid;
	border-bottom-width: 0.25rem;
}

div.breadcrumbs
{
	/* Div breadcrumb */
	border-bottom-width: 0.1rem;
	margin-bottom: 0.5rem;
	padding-bottom: 0.1rem;
}

div.breadcrumbs.blue
{
	border-bottom-color: #004b93;
	border-bottom-style: solid;
}

div.breadcrumbs.red
{
	border-bottom-color: #9f2b52;
	border-bottom-style: solid;
}

div.breadcrumbs.brown
{
	border-bottom-color: #734d40;
	border-bottom-style: solid;
}

div.MCBreadcrumbsBox_general_0
{
	border-bottom-style: none;
}

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 */
}

/*MadCap Slideshow*/

MadCap|slideshow
{
	border-style: none;
}

.mc-wrapper .mc-pager.mc-default-pager a:active
{
	background-color: #004c93;
	/*Color of inactive navigation bullets.*/
}

.mc-wrapper .mc-viewport
{
	box-shadow: none;
	/*Removes box-shadow around slideshow container.*/
}

.mc-wrapper
{
	margin: 0;
	/*Removes additional space under navigation bullets.*/
}

.mc-wrapper .mc-prev	/* Button to show previous slide */
{
	background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Icons_HTML_skin/previous.svg');
	background-repeat: no-repeat;
	background-size: 1rem;
	background-position: 40% !important;
	left: auto;
	background-color: #004c93;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.mc-wrapper .mc-next	/* Button to show next slide */
{
	background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Icons_HTML_skin/next.svg');
	background-repeat: no-repeat;
	background-size: 1rem;
	background-position: 50% !important;
	left: auto;
	background-color: #004c93;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.mc-wrapper .mc-controls-direction a	/* general positioning of the slider buttons */
{
	width: 3rem;
	height: 3rem;
	top: 42%;
	/*margin-top: -16px !important;*/
}

div.mc-viewport.MCSlider	/*Mehrzeilige Bild- und Videobeschreibungen können angezeigt werden.*/
{
	height: fit-content !important;
}

/*Funktionen*/

span[class="no_img"] img	/* Blendet Bilder in span.no_img aus. Funktioniert nur in HTML5-Output.*/
{
	display: none;
}

div[class="function_name"] 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;
}

p[class="subheading topline"] 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;
}

p[class="title"] img:not(.number)	/* Blendet alle Bilder in der Paragrafen-Klasse "title" ausser number aus. Dadurch können Bausteine mit Benennung der Funktion auch in den titeln verwendet werden. Funktioniert nur in HTML5-Output.*/
{
	display: none;
}

/* Start Funktionen Popup ausblenden*/
/* Start div path */

div[class="path"] .MCTextPopup_Closed.MCTextPopupHotSpot_.MCTextPopupHotSpot_Popup	/*Text PopUps werden in div.path ausgeblendet. */
{
	text-decoration: none;
	border-bottom: none;
	color: #000;
	pointer-events: none;
}

div[class="path"] .MCTextPopup_Open.MCTextPopupHotSpot_.MCTextPopupHotSpot_Popup	/*Text PopUps werden in div.path ausgeblendet.*/
{
	text-decoration: none;
	border-bottom: none;
	color: #000;
}

div[class="path"] .MCTextPopup_Open .MCTextPopupBody	/*Text PopUps werden in div.path ausgeblendet. */
{
	display: none;
}

div[class="path"] .popupHead.popupHeaddoubleunderline:link	/*Text PopUps werden in div.path ausgeblendet. */
{
	text-decoration: none;
	border-bottom: none;
	color: #000;
}

/* End div path */
/* Start div function_name */

div[class="function_name"] .MCTextPopup_Closed.MCTextPopupHotSpot_.MCTextPopupHotSpot_Popup	/*Text PopUps werden in div.function_name ausgeblendet. */
{
	text-decoration: none;
	border-bottom: none;
	color: #000;
	pointer-events: none;
}

div[class="function_name"] .MCTextPopup_Open.MCTextPopupHotSpot_.MCTextPopupHotSpot_Popup	/*Text PopUps werden in div.function_name ausgeblendet.*/
{
	text-decoration: none;
	border-bottom: none;
	color: #000;
}

div[class="function_name"] .MCTextPopup_Open .MCTextPopupBody	/*Text PopUps werden in div.function_name ausgeblendet. */
{
	display: none;
}

div[class="function_name"] .popupHead.popupHeaddoubleunderline:link	/*Text PopUps werden in div.function_name ausgeblendet. */
{
	text-decoration: none;
	border-bottom: none;
	color: #000;
}

/* End div function_name */
/* Start p subheading.topline */

p[class="subheading topline"] .MCTextPopup_Closed.MCTextPopupHotSpot_.MCTextPopupHotSpot_Popup	/*Text PopUps werden in div.path ausgeblendet. */
{
	text-decoration: none;
	border-bottom: none;
	color: #000;
	pointer-events: none;
}

p[class="subheading topline"] .MCTextPopup_Open.MCTextPopupHotSpot_.MCTextPopupHotSpot_Popup	/*Text PopUps werden in div.path ausgeblendet.*/
{
	text-decoration: none;
	border-bottom: none;
	color: #000;
}

p[class="subheading topline"] .MCTextPopup_Open .MCTextPopupBody	/*Text PopUps werden in div.path ausgeblendet. */
{
	display: none;
}

p[class="subheading topline"] .popupHead.popupHeaddoubleunderline:link	/*Text PopUps werden in div.path ausgeblendet. */
{
	text-decoration: none;
	border-bottom: none;
	color: #000;
}

/* End p subheading.topline */
/* Start p subheading */

p[class="subheading"] .MCTextPopup_Closed.MCTextPopupHotSpot_.MCTextPopupHotSpot_Popup	/*Text PopUps werden in div.path ausgeblendet. */
{
	text-decoration: none;
	border-bottom: none;
	color: #000;
	pointer-events: none;
}

p[class="subheading"] .MCTextPopup_Open.MCTextPopupHotSpot_.MCTextPopupHotSpot_Popup	/*Text PopUps werden in div.path ausgeblendet.*/
{
	text-decoration: none;
	border-bottom: none;
	color: #000;
}

p[class="subheading"] .MCTextPopup_Open .MCTextPopupBody	/*Text PopUps werden in div.path ausgeblendet. */
{
	display: none;
}

p[class="subheading"] .popupHead.popupHeaddoubleunderline:link	/*Text PopUps werden in div.path ausgeblendet. */
{
	text-decoration: none;
	border-bottom: none;
	color: #000;
}

/* End p subheading */
/* Start p title */

p[class="title"] .MCTextPopup_Closed.MCTextPopupHotSpot_.MCTextPopupHotSpot_Popup	/*Text PopUps werden in div.path ausgeblendet. */
{
	text-decoration: none;
	border-bottom: none;
	color: #000;
	pointer-events: none;
}

p[class="title"] .MCTextPopup_Open.MCTextPopupHotSpot_.MCTextPopupHotSpot_Popup	/*Text PopUps werden in div.path ausgeblendet.*/
{
	text-decoration: none;
	border-bottom: none;
	color: #000;
}

p[class="title"] .MCTextPopup_Open .MCTextPopupBody	/*Text PopUps werden in div.path ausgeblendet. */
{
	display: none;
}

p[class="title"] .popupHead.popupHeaddoubleunderline:link	/*Text PopUps werden in div.path ausgeblendet. */
{
	text-decoration: none;
	border-bottom: none;
	color: #000;
}

/* End p title */
/* Start th */

th .MCTextPopup_Closed.MCTextPopupHotSpot_.MCTextPopupHotSpot_Popup	/*Text PopUps werden in th ausgeblendet. */
{
	text-decoration: none;
	border-bottom: none;
	color: #fff;
	pointer-events: none;
}

th .MCTextPopup_Open.MCTextPopupHotSpot_.MCTextPopupHotSpot_Popup	/*Text PopUps werden in th ausgeblendet. */
{
	text-decoration: none;
	border-bottom: none;
	color: #fff;
}

th .MCTextPopup_Open.MCTextPopupHotSpot_.MCTextPopupHotSpot_Popup	/*Text PopUps werden in th ausgeblendet. */
{
	display: none;
}

th .MCTextPopup_Open.MCTextPopupHotSpot_.MCTextPopupHotSpot_Popup	/*Text PopUps werden in th ausgeblendet. */
{
	text-decoration: none;
	border-bottom: none;
	color: #fff;
}

/* End th */
/* End Funktionen Popup ausblenden*/
/* Start Web Print - Media query für Druck aus Browser.*/

@media print
{
	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;
	}

	p.subheading.contentpicker_noprint	/* Web Print - Subheading für Toggler-Control zur Auswahl des anzuzeigenden Inhalts (FAQ, Kurzanleitungen) - Wird bei Ausdruck nicht angezeigt. */
	{
		display: none;
	}

	p.red_background	/* Web Print - background has to be set "transparent" (initial) because can't figure out how to print the font in white. */
	{
		background-color: initial;
	}

	p.brown_background	/* Web Print - background has to be set "transparent" (initial) because can't figure out how to print the font in white.*/
	{
		background-color: initial;
	}

	p.MCWebHelpFramesetLink.MCWebHelpFramesetLinkTop	/* Web Print - "Open Thema mit Navigation" wird auf Ausdrucken ausgeblendet*/
	{
		display: none !important;
	}

	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: none;
	}

	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.mobile_device_only	/* Web Print - Ausgabe und Anzeige nur auf Tablet und Mobile (portrait und landscape). Keine Ausgabe in Medium "Print, Word und PDF".*/
	{
		display: none;
	}

	div.SideTOC	/* Web Print - Blendet sideTOC aus*/
	{
		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. */
	}

	div.MCDropDown.dropDown.dropDowntopline.MCDropDown_Closed	/* Web Print - Blendet das gesamte DropDown.topline-Element aus, wenn es geschlossen ist. */
	{
		display: none;
	}

	div.MCDropDown.dropDown.dropDownfunction.MCDropDown_Closed	/* Web Print - Blendet das gesamte DropDown.function-Element aus, wenn es geschlossen ist. */
	{
		display: none;
	}

	div.MCDropDown.dropDown.dropDownvideo.MCDropDown_Closed	/* Web Print - Blendet das gesamte DropDown.video-Element aus, wenn es geschlossen ist. */
	{
		display: none;
	}

	div.MCDropDown.dropDown.MCDropDown_Closed	/* Web Print - Blendet das gesamte DropDown-Element aus, wenn es geschlossen ist. */
	{
		display: none;
	}

	div.screen_only	/* Web Print - Ausgabe und Anzeige nur in der Webhelp auf Desktop/Laptop, tablet und smartphone. Keine Ausgabe in Medium "Print".*/
	{
		display: none;
	}

	/*MadCap Slideshow*/

	div.mc-viewport.MCSlider	/*Web Print - Overflow to print only displayed slide when printing slideshow from browser*/
	{
		overflow: hidden !important;
	}

	div.filter_content_buttons	/* Web Print - Hides buttons to display or hide content when printing from browser*/
	{
		display: none;
	}

	.mc-wrapper .mc-controls-direction a	/*Web Print - hides slideshow controls when printing from browser*/
	{
		display: none;
	}

	.mc-wrapper .mc-pager	/*Web Print - hides bottom dots of slideshow when printing from browser*/
	{
		display: none;
	}

	a	/* Web Print */
	{
		color: #000 !important;
		text-decoration: none !important;
	}

	a:link	/* Web Print - Farbe eines Hyperlinks, in Print, Word und PDF ohne Farbe.*/
	{
		color: #000 !important;
		text-decoration: none !important;
	}

	a:visited	/* Web Print */
	{
		color: #000 !important;
		text-decoration: none !important;
	}

	a:hover	/* Web Print */
	{
		color: #000 !important;
		text-decoration: none !important;
	}

	a:active	/* Web Print */
	{
		color: #000 !important;
		text-decoration: none !important;
	}

	a:focus	/* Web Print */
	{
		color: #000 !important;
		text-decoration: none !important;
	}

	a.weblink	/* Web Print */
	{
		margin-left: initial;
	}

	a.weblink:after	/* Web Print */
	{
		display: none;
	}

	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;
	}

	a.navigation_button	/* Web Print - Blendet custom button aus*/
	{
		display: none;
	}

	a.MCToggler.MCTogglerHead.MCTogglerHotSpot.toggler.MCTogglerHotSpot_.MCHotSpotImage.MCToggler_Closed	/* Web Print - Blendet alle geschlossenen Toggler beim Ausdruck aus */
	{
		display: none;
	}

	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_topline	/* Web Print - Ab Flare 12 nötig. Workaround, damit transparentes Gif überschrieben wird. */
	{
		background-image: none !important;
	}

	.MCDropDown_Open .MCDropDownHotSpot_topline	/* 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;
	}

	.popupHead.popupHeadinfo:link	/*Web Print - Head Text Popup*/
	{
		margin-right: initial;
		/* Kein Abstand weil kein Bild Bild in popupHead:after.*/
	}

	.popupHead.popupHeadinfo:after	/*Web Print - Bild, welches nach PopUpHead angeeigt wird */
	{
		display: none;
	}

	.popupHead.popupHeaddoubleunderline:link	/*Web Print - Hinweis auf TextPopup doppelt unterstrichen*/
	{
		color: #000;
		text-decoration: none;
		border-bottom: none;
	}

	.MCTextPopup_Closed.MCTextPopupHotSpot_.MCTextPopupHotSpot_Popup	/*Web Print - Styling default Glossary-Einträge, welche im entsprechenden Glossar abgelegt sind.*/
	{
		border-bottom: none;
		border-bottom-style: none;
	}

	.popupHead.popupHeaddoubleunderline.popupHeadimg	/*Web Print - Selector für Hinweis auf TextPopup doppelt unterstrichen mit Bild */
	{
		margin-left: initial;
		padding-left: initial;
	}

	.popupHead.popupHeaddoubleunderline.popupHeadvideo	/*Web Print - Selector für Hinweis auf TextPopup doppelt unterstrichen mit Video */
	{
		margin-left: initial;
		padding-left: initial;
	}

	.popupHead.popupHeaddoubleunderline.popupHeadvideo:before	/*Web Print - Selector für Hinweis auf TextPopup doppelt unterstrichen mit Video */
	{
		display: none;
	}

	.popupHead.popupHeaddoubleunderline.popupHeadimg:before	/*Web Print - Selector für Hinweis auf TextPopup doppelt unterstrichen mit Video */
	{
		display: none;
	}
}

/* End Web Print - Media query für Druck aus Browser.*/
/* Start PDF - Media query für PDF-Output.*/

@media PDF
{
	body
	{
		padding-left: 0mm;
		color: #000;
		padding-bottom: 0mm;
		padding-top: 0mm;
		font-size: 12pt;
		padding-right: 0mm;
		background-color: transparent;
	}

	div.path	/*PDF*/
	{
		page-break-after: avoid;
	}

	div.group	/* PDF - Verhindert einen Seitenumbruch.*/
	{
		page-break-inside: avoid;
	}

	div.group.initial	/* PDF - resets div.group.*/
	{
		page-break-inside: initial;
	}

	div.function	/* 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.*/
		overflow: hidden !important;
	}

	div.function_name	/* PDF - Benennung der Funktion*/
	{
		page-break-after: avoid;
	}

	div.field_name	/* PDF - Benennung des Feldes*/
	{
		page-break-after: avoid;
	}

	div.function_text	/* PDF - Div, welcher den Text mit Details zur Funktion enthält.*/
	{
		
	}

	div.caution_text	/* PDF - Div, welcher den Text für Vorsicht enthält.*/
	{
		padding-left: 15px;
	}

	div.new_para	/* 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. */
	{
		width: auto;
		clear: left;
	}

	div.print_new_para	/* PDF - Nur in Print (PDF & Word ) Schiebt Inhalt zu neuem Paragraf nach unten */
	{
		width: auto;
		clear: left;
	}

	div.field	/* PDF - Bei Feldern.*/
	{
		page-break-inside: avoid;
	}

	div.box	/* PDF - Defines layout of box. Details, eg. background-color, in sub class.*/
	{
		margin-right: 0px;
		padding-right: 10px;
	}

	div.box.checklist	/* PDF - Container für Listen mit Checkboxen.*/
	{
		border: solid 1px;
	}

	div.box.caution	/* PDF - Für Warnhinweise.*/
	{
		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: 77mm;
	}

	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.Fliesstext	/* PDF - Div für Inhalt, welcher nur 1/5 Seite breit sein darf. Nur in Web 1/5, Print IMMER 1/3 */
	{
		height: auto;
		float: left;
		z-index: 100;
		display: inline;
		margin-bottom: auto;
		/*Hält Bild und Bildunterschrift zusammen*/
		page-break-inside: avoid;
		/*Hält Bild und Bildunterschrift zusammen*/
		margin-top: 0.8rem;
	}

	div.Fliesstext.fuenftel	/* PDF - Div für Inhalt, welcher nur 1/5 Seite breit sein darf. Nur in Web 1/5, Print IMMER 1/3 */
	{
		width: 30%;
	}

	div.Fliesstext.fuenftel.margin_r	/* PDF - Div für Inhalt, welcher nur 1/5 Seite breit sein darf mit margin rechts, wenn Bild in OL.*/
	{
		margin-right: 2rem;
		/*     margin-bottom: 2rem; Anpassungen an dieser margin auch bei div.second_div berücksichtigen */
	}

	div.Fliesstext.drittel	/* PDF - Div für Inhalt, welcher nur 1/3 Seite breit sein darf.*/
	{
		width: 30%;
	}

	div.Fliesstext.drittel.margin_r	/* PDF - Div für Inhalt, welcher nur 1/3 Seite breit sein darf mit margin rechts, wenn Bild in OL.*/
	{
		margin-right: 2rem;
		/*     margin-bottom: 2rem; Anpassungen an dieser margin auch bei div.second_div berücksichtigen */
	}

	div.Fliesstext.halb	/* PDF - Div für Inhalt, welcher nur 1/2 Seite breit sein darf. */
	{
		width: 44%;
	}

	div.Fliesstext.halb.margin_r	/* PDF - Div für Inhalt, welcher nur 1/2 Seite breit sein darf mit margin rechts, wenn Bild in OL.*/
	{
		margin-right: 2rem;
		margin-bottom: 2rem;
		/* Anpassungen an dieser margin auch bei div.second_div berücksichtigen */
	}

	div.Fliesstext.zweidrittel	/* PDF - Div für Inhalt, welcher nur 2/3 Seite breit sein darf. */
	{
		width: 66%;
	}

	div.Fliesstext.zweidrittel.margin_r	/* PDF - Div für Inhalt, welcher nur 2/3 Seite breit sein darf mit margin rechts, wenn Bild in OL.*/
	{
		margin-right: 2rem;
		/*     margin-bottom: 2rem; Anpassungen an dieser margin auch bei div.second_div berücksichtigen */
	}

	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*/
		margin-bottom: auto;
	}

	div.topline:before	/* PDF - Blendet Linie before Topline aus da nicht korrekt angezeigt. */
	{
		content: "";
	}

	div.li	/*PDF - Div Einzug in Listen */
	{
		margin-left: 10mm;
	}

	div.li.eng	/*PDF - Div Einzug in engen Listen */
	{
		margin-left: 5mm;
	}

	div.li_sub	/* PDF - Div Einzug in Unter_Listen, ex unter_resultat */
	{
		margin-left: 15mm;
	}

	div.card	/* PDF - Div für Card. */
	{
		padding-left: initial;
		margin-left: initial;
	}

	div.half	/* PDF - Div, welches die hälfte des verfügbaren Screens verwendet, auf PDF und Mobile 100% */
	{
		width: 100%;
	}

	div.td.border_top	/* PDF- Single cell in table-row in table with div, border top, not displayed in PDF-Output */
	{
		border-top-color: transparent;
	}

	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: 50px;
		/* Offset-Position muss gleicher Abstand sein wie "margin-left" */
		mc-auto-number-position: outside-head;
		margin-left: 50px;
		/* Offset-Position muss gleicher Abstand sein wie "margin-left" */
		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;
		text-decoration: overline;
		border-top: solid 2px;
		border-top-color: #004c93;
	}

	h1.no_number
	{
		margin-left: initial;
	}

	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;
		/* Offset-Position muss gleicher Abstand sein wie "margin-left" */
		mc-auto-number-offset: 75px;
		/* Offset-Position muss gleicher Abstand sein wie "margin-left" */
		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;
		/* Offset-Position muss gleicher Abstand sein wie "margin-left" */
		mc-auto-number-offset: 105px;
		/* Offset-Position muss gleicher Abstand sein wie "margin-left" */
		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;
		/* Offset-Position muss gleicher Abstand sein wie "margin-left" */
		margin-left: 120px;
		/* Offset-Position muss gleicher Abstand sein wie "margin-left" */
		clear: both;
		line-height: 1.2em;
		page-break-after: avoid;
	}

	p	/* PDF */
	{
		color: #000;
		line-height: 1.5em;
		margin-top: 0em;
		margin: 0em;
		margin-bottom: 0.5em;
		font-size: 12pt;
	}

	p.empty:before	/* PDF - Leerer Inhalt */
	{
		content: "_______________________________";
	}

	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;
		page-break-before: avoid;
		clear: both;
		line-height: 1rem;
		padding-top: 0.5rem;
	}

	p.subheading.topline	/* PDF - Subheading mit extra Abstand nach oben, ohne Linie */
	{
		border-top-style: none;
		padding-top: 0.5rem;
	}

	p.subheading.numbered	/* PDF - Subheading mit Nummerierung */
	{
		mc-auto-number-format: 'Cn:{chapnum}.{n+} ';
		mc-auto-number-position: inside-head;
	}

	p.number	/* 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;
	}

	p.title	/* PDF - Für Pragrafen, welche die gleiche Schriftgrösse wie der Standardparagraf haben, aber fett sind und als Paragrafentitel verwendet werden. */
	{
		page-break-after: avoid;
	}

	p.title.eng	/* PDF - Eng, Für Pragrafen, welche die gleiche Schriftgrösse wie der Standardparagraf haben, aber fett sind und als Paragrafentitel verwendet werden. */
	{
		margin-bottom: -0.5rem;
	}

	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*/
	{
		margin-bottom: 0.75em;
		/* Unterschied zu li.bullet_point */
	}

	li.bullet_point.eng	/* PDF - Bullet points ohne linken Rand, hauptsächlich innerhalb Tabellen */
	{
		background-position: left 6px;
		margin-left: 0mm;
		/* Unterschied zu herkömmlichen bullet points */
		padding-top: 1.6mm;
		padding-bottom: -1mm;
		/* 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;
		display: block;
	}

	li.checkbox.eng	/* PDF, Checkboxen linker Rand, hauptsächlich innerhalb Tabellen */
	{
		margin-left: 0mm;
		/* Unterschied zu herkömmlichen Checkboxen */
	}

	li.checkbox.last	/* PDF - Letzte Checkbox bei Aufzählungen - Hat margin bottom für Abstand nach ol*/
	{
		margin-bottom: 0.75em;
		/*Unterschied zu li.checkbox */
	}

	li.resultat	/* PDF */
	{
		background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Layoutelemente/Haeckchen_print_A4_svg.svg');
		background-position: left top;
		padding-left: 4.8mm;
		margin-left: 5.5mm;
		margin-bottom: 0.75em;
		/*Unterschied zu li.resultat.eng */
		display: block;
	}

	li.resultat.eng	/* PDF - Resultat ohne margin bottom - wenn mehrere Resultate aufgeführt werden: Für alle Resultate ausser dem letzen. */
	{
		margin-bottom: initial;
	}

	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;
		display: block;
	}

	li.unter_resultat	/* PDF */
	{
		background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Layoutelemente/Pfeil_geschwungen_print_A4_svg.svg');
		background-position: left top;
		margin-left: 11mm;
		padding-left: 4.5mm;
		display: block;
	}

	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;
		display: block;
	}

	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.list	/* PDF - Aufzählung mit arabischen Ziffern*/
	{
		list-style-position: outside;
		margin-left: 11mm;
		/* Distanz der Zahl vom linken Seitenrand */
		text-indent: -1mm;
		/* Distanz vom Text zur Zahl */
	}

	li.list.last	/* PDF - Letzte Ziffer bei Aufzählungen mit arabischen Ziffer - Hat margin bottom für Abstand nach ol*/
	{
		margin-bottom: 0.75rem;
		/* Unterschied zu li.list */
	}

	li.roman_big	/* PDF - Aufzählung mit römischen Ziffern, grossgeschrieben */
	{
		margin-left: 10mm;
		list-style-position: inside;
		text-indent: -5mm;
	}

	li.alphabetisch	/* PDF */
	{
		margin-left: 10mm;
	}

	li.alphabetisch.last	/* PDF - Hat margin bottom für Abstand nach ol*/
	{
		margin-bottom: 0.75rem;
		/* Unterschied zu li.alphabetisch */
	}

	li.alphabetisch.fett	/* PDF */
	{
		margin-left: 10mm;
	}

	a	/* PDF */
	{
		mc-hyphenate: never;
		color: #000 !important;
		text-decoration: none !important;
	}

	a:link	/* PDF - Farbe eines Hyperlinks, in Print, Word und PDF ohne Farbe. */
	{
		color: #000 !important;
		text-decoration: none !important;
	}

	a:visited	/* PDF */
	{
		color: #000 !important;
		text-decoration: none !important;
	}

	a:hover	/* PDF */
	{
		color: #000 !important;
		text-decoration: none !important;
	}

	a:active	/* PDF */
	{
		color: #000 !important;
		text-decoration: none !important;
	}

	a:focus	/* PDF */
	{
		color: #000 !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: #000 !important;
		text-decoration: none !important;
	}

	a.weblink:visited	/* PDF - Für Weblinks ausserhalb der root-Welt.*/
	{
		color: #000 !important;
		text-decoration: none !important;
	}

	a.weblink:hover	/* PDF - Für Weblinks ausserhalb der root-Welt.*/
	{
		color: #000 !important;
		text-decoration: none !important;
	}

	a.item	/* PDF - Link auf item.*/
	{
		text-decoration: underline;
	}

	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: 1.5rem;
	}

	table.data_table	/* 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;
	}

	table.full_width	/*PDF - Stretches Table to full width */
	{
		width: 100%;
	}

	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: #000;
	}

	img.img_halbe_Seitenbreite	/* PDF */
	{
		height: auto;
		width: 82.5mm;
	}

	img.text	/* PDF - Für Bilder im Fliesstext. */
	{
		width: auto;
		vertical-align: top;
		height: 4mm;
		margin-bottom: -6px;
		margin-left: 0.25rem;
	}

	img.icon.text	/* PDF - Für Bilder im Fliesstext. */
	{
		width: auto;
		vertical-align: top;
		height: 4mm;
		margin-bottom: -6px;
		margin-left: 0.25rem;
	}

	img.img_Auszeichnung	/* PDF - Für Bilder Hinweis, Vorsicht, Tipp und Beispiel. */
	{
		width: auto;
		vertical-align: top;
		height: 4mm;
		margin-bottom: -6px;
	}

	img.number	/* PDF */
	{
		width: auto;
		vertical-align: middle;
		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;
	}

	th
	{
		background-color: #9cc2e5;
		color: #000;
	}

	Madcap|popupHead	/* PDF - Head Text Popup*/
	{
		color: #000;
	}

	Madcap|popupBody	/* PDF - Body Text Popup*/
	{
		font-size: 10pt;
	}

	Madcap|footnoteBlock	/* PDF - Anzeige Fussnote*/
	{
		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: #fff;
		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 #000;
		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: #000;
		text-decoration: none;
		pointer-events: none;
		font-weight: bold;
	}

	Madcap|xref.bookmark:before	/*PDF - Setzt automatisch Abstand vor Link.*/
	{
		content: ' ';
	}

	MadCap|xref.bookmark_initial	/* PDF - bookmarks with initial size borders*/
	{
		mc-format: '{paratext}';
		color: #000;
		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: #000;
		text-decoration: none;
	}

	Madcap|xref.Verweis_mit_Klammer:before	/*PDF - 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: #000;
		text-decoration: none;
	}

	Madcap|xref.Verweis_mit_Klammer_nopage:before	/*PFD - 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: #000;
		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: #000;
		text-decoration: none;
	}

	Madcap|xref.Erst_Verweis_mit_Klammer:before	/* PDF - 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: #000;
		text-decoration: none;
	}

	Madcap|xref.Mitte_Verweis_mit_Klammer:before	/* PDF - Setzt automatisch Abstand vor Link.*/
	{
		content: ' ';
	}

	Madcap|xref.Letzt_Verweis_mit_Klammer	/* PDF - Zweiter Link Bei gleichzeitigem Verweis auf mehrere Kapitel.*/
	{
		mc-format: '«{h1}», Seite {page})';
		color: #000;
		text-decoration: none;
	}

	Madcap|xref.Letzt_Verweis_mit_Klammer:before	/* PDF - Setzt automatisch Abstand vor Link.*/
	{
		content: ' ';
	}

	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: #000;
		text-decoration: none;
	}

	MadCap|xref.Abschnitt_same_Chapter_ohne_Klammer	/* PDF - Verweis auf geänderten Inhalt in UN, same Chapter.*/
	{
		mc-format: 'Abschnitt «{paratext}»';
		/*Reihenfolge anders als in Online-Ausgabe. Seite, dafür keinen Verweis auf das Kapitel*/
		color: #000;
		text-decoration: none;
	}

	Madcap|xref.Abschnitt_Klammer	/* PDF - Verweis auf Abschnitt mit Klammer*/
	{
		mc-format: '(siehe Abschnitt «{paratext}» auf Seite {page})';
		color: #000;
		text-decoration: none;
	}

	Madcap|xref.Abschnitt_Klammer:before	/*PDF Setzt automatisch Abstand vor Link.*/
	{
		content: ' ';
	}

	Madcap|xref.Abschnitt_same_Chapter	/* PDF - Verweis auf Abschnitt in gleichem Kapitel.*/
	{
		mc-format: '(siehe Abschnitt «{paratext}»)';
		color: #000;
		text-decoration: none;
	}

	Madcap|xref.Abschnitt_same_Chapter:before	/* PDF - Setzt automatisch Abstand vor Link.*/
	{
		content: ' ';
	}

	Madcap|xref.Abschnitt_First_same_Chapter	/* PDF - Erster Link Bei gleichzeitigem Verweis auf mehrere Abschnitte.*/
	{
		mc-format: '(siehe Abschnitte «{paratext}»';
		color: #000;
		text-decoration: none;
	}

	Madcap|xref.Abschnitt_First_same_Chapter:before	/* PDF - Setzt automatisch Abstand vor Link.*/
	{
		content: ' ';
	}

	Madcap|xref.Abschnitt_Middle_same_Chapter	/* PDF - Mittlerer Link Bei gleichzeitigem Verweis auf mehrere Abschnitte.*/
	{
		mc-format: '«{paratext}»';
		color: #000;
		text-decoration: none;
	}

	Madcap|xref.Abschnitt_Middle_same_Chapter:before	/* PDF - Setzt automatisch Abstand vor Link.*/
	{
		content: ' ';
	}

	Madcap|xref.Abschnitt_Last_same_Chapter	/*PDF - Letzter Link bei gleichzeitigem Verweis auf mehrere Abschnitte.*/
	{
		mc-format: '«{paratext}»)';
		color: #000;
		text-decoration: none;
	}

	Madcap|xref.Abschnitt_Last_same_Chapter:before	/* PDF - Setzt automatisch Abstand vor Link.*/
	{
		content: ' ';
	}

	Madcap|xref.Abb	/* PDF - Verweis auf Abbildungen*/
	{
		mc-format: '(siehe {paranumonly})';
		/*Gibt den Paragrafentext der Bildbeschreibung aus.*/
		color: #000;
		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.img_legend	/* 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.path	/* PDF */
	{
		page-break-after: avoid;
	}

	table.footer	/* 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;
	}

	div.mobile_device_only	/* PDF - Ausgabe und Anzeige nur auf Tablet und Mobile (portrait und landscape). Keine Ausgabe in Medium "Print, Word und PDF".*/
	{
		display: none;
	}

	Madcap|dropDown.SecondLevel	/* PDF */
	{
		margin-left: 0px;
		padding-top: 12px;
		/* Verhindert, dass SecondLevel nach oben gezogen wird in print. */
	}

	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;
		line-height: 1.2em;
	}

	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. */
	}
}

/* End PDF - Media query für PDF-Output.*/
/* Start Word - Media query für Word-Output.*/

@media Word
{
	body
	{
		padding-left: 0mm;
		color: #000;
		padding-bottom: 0mm;
		padding-top: 0mm;
		font-size: 12pt;
		font-family: 'Segoe UI';
		/* Font for Word Output, Segoe is by default on all Windows Systems - DINPro not. Later use maybe font 'bahnschrift'.*/
		padding-right: 0mm;
		background-color: transparent;
	}

	div.path
	{
		/*Word*/
		page-break-after: avoid;
	}

	div.group	/* Word - Verhindert einen Seitenumbruch.*/
	{
		page-break-inside: avoid;
	}

	div.group.initial	/* Word - resets div.group.*/
	{
		page-break-inside: initial;
	}

	div.function	/* 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.function_name	/* Word - Benennung der Funktion*/
	{
		page-break-after: avoid;
	}

	div.field_name	/* Word - Benennung des Feldes*/
	{
		page-break-after: avoid;
	}

	div.new_para	/* 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. */
	{
		width: auto;
		clear: left;
	}

	div.print_new_para	/* Word - Nur in Print (PDF & Word ) Schiebt Inhalt zu neuem Paragraf nach unten */
	{
		width: auto;
		clear: left;
	}

	div.field	/* Word - Bei Feldern.*/
	{
		page-break-inside: avoid;
	}

	div.box
	{
		/* Defines layout of box. Details, eg. background-color, in sub class.*/
		margin-right: 0px;
		page-break-inside: avoid;
		padding: none;
		padding-right: none;
		border: 1px solid;
		margin-bottom: 0.5em;
		overflow: hidden;
	}

	div.box.tip
	{
		/* Word - Definiert die Anzeige eines Tipps.*/
		background-color: #FFFFE0;
		border-color: transparent;
	}

	div.tip.content
	{
		/* Word - Definiert den Inhalt des Tipps, must be excluded in Word*/
		mc-conditions: 'Bibliothek/Word.Unbind';
		mc-exclude-action: unbind;
	}

	div.box.requirement
	{
		/* Word - Definiert die Anzeige eines Tipps.*/
		border-color: transparent;
	}

	div.requirement.content
	{
		/* Word - Definiert den Inhalt der Anforderung, must be excluded in Word*/
		mc-conditions: 'Bibliothek/Word.Unbind';
		mc-exclude-action: unbind;
	}

	div.box.permission
	{
		/* Word - Definiert die Anzeige eines Tipps.*/
		border-color: transparent;
	}

	div.permission.content
	{
		/* Word - Definiert den Inhalt der Benutzerberechtigung, must be excluded in Word*/
		mc-conditions: 'Bibliothek/Word.Unbind';
		mc-exclude-action: unbind;
	}

	div.box.config
	{
		/* Word - Definiert die Anzeige eines Tipps.*/
		border-color: transparent;
	}

	div.config.content
	{
		/* Word - Definiert den Inhalt der Konfiguration, must be excluded in Word*/
		mc-conditions: 'Bibliothek/Word.Unbind';
		mc-exclude-action: unbind;
	}

	div.box.checklist
	{
		/* Word - Container für Listen mit Checkboxen.*/
		border: 1px solid #000;
	}

	div.checklist.content
	{
		/* Word - Definiert den Inhalt der Checkliste, must be excluded in Word*/
		mc-conditions: 'Bibliothek/Word.Unbind';
		mc-exclude-action: unbind;
	}

	div.box.hint
	{
		/* Word - Definiert die Anzeige eines Hinweises im Fliesstext.*/
		background-color: #E2E2E2;
		border-color: transparent;
	}

	div.hint.content
	{
		/* Word - Definiert den Inhalt des Hinweises, must be excluded in Word*/
		mc-conditions: 'Bibliothek/Word.Unbind';
		mc-exclude-action: unbind;
	}

	div.box.example
	{
		/* Word - Definiert die Anzeige eines Beispiels.*/
		border-color: transparent;
		background-color: #DAF3FF;
	}

	div.example.content
	{
		/* Word - Definiert den Inhalt des Beispiels, must be excluded in Word*/
		mc-conditions: 'Bibliothek/Word.Unbind';
		mc-exclude-action: unbind;
	}

	div.box.caution
	{
		/* Word - Für Warnhinweise.*/
		border: 1px solid #E2E700;
		background-color: #FFFF00;
	}

	div.caution_text
	{
		/* Word - Definiert den Inhalt des Warnhinweises, must be excluded in Word*/
		mc-conditions: 'Bibliothek/Word.Unbind';
		mc-exclude-action: unbind;
	}

	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.Fliesstext	/* Word - Div für Inhalt, welcher nur 1/5 Seite breit sein darf. Nur in Web 1/5, Print IMMER 1/3 */
	{
		height: auto;
		float: left;
		z-index: 100;
		display: inline;
		/*Hält Bild und Bildunterschrift zusammen*/
		page-break-inside: avoid;
		/*Hält Bild und Bildunterschrift zusammen*/
	}

	div.Fliesstext.fuenftel	/* Word - Div für Inhalt, welcher nur 1/5 Seite breit sein darf. Nur in Web 1/5, Print IMMER 1/3 */
	{
		width: 30%;
	}

	div.Fliesstext.drittel	/* Word - Div für Inhalt, welcher nur 1/3 Seite breit sein darf.*/
	{
		width: 30%;
	}

	div.Fliesstext.halb	/* Word - Div für Inhalt, welcher nur 1/2 Seite breit sein darf. */
	{
		width: 47%;
	}

	div.Fliesstext.zweidrittel	/* Word - Div für Inhalt, welcher nur 2/3 Seite breit sein darf. */
	{
		width: 60%;
	}

	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: "";
	}

	div.li	/* Word - Div Einzug in Listen */
	{
		margin-left: 6mm;
	}

	div.li.eng	/* Word - Div Einzug in engen Listen */
	{
		margin-left: 2mm;
	}

	div.li_sub	/* Word - Div Einzug in Unter_Listen, ex unter_resultat */
	{
		margin-left: 12mm;
	}

	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: #000;
		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;
		padding-top: 0.5rem;
	}

	p.subheading.topline	/* Word - Subheading mit extra Abstand nach oben, ohne Linie */
	{
		border-top-style: none;
	}

	p.subheading.numbered	/* Word - Subheading mit Nummerierung */
	{
		mc-auto-number-format: 'Cn:{chapnum}.{n+} ';
		mc-auto-number-position: inside-head;
	}

	p.number	/* 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;
	}

	p.title	/* Word - Für Pragrafen, welche die gleiche Schriftgrösse wie der Standardparagraf haben, aber fett sind und als Paragrafentitel verwendet werden. */
	{
		page-break-after: avoid;
	}

	p.title.eng	/* Word - Eng, Für Pragrafen, welche die gleiche Schriftgrösse wie der Standardparagraf haben, aber fett sind und als Paragrafentitel verwendet werden. */
	{
		margin-bottom: -0.5rem;
	}

	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*/
	{
		margin-bottom: 0.75em;
		/* Unterschied zu li.bullet_point */
	}

	li.bullet_point.eng	/* Word - Bullet points ohne linken Rand, hauptsächlich innerhalb Tabellen */
	{
		margin-left: 2mm;
		/* 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 am linken Rand, hauptsächlich innerhalb Tabellen */
	{
		margin-left: 2mm;
		/* Unterschied zu herkömmlichen Checkboxen */
	}

	li.checkbox.last	/* Word - Letzte Checkbox bei Aufzählungen - Hat margin bottom für Abstand nach ol*/
	{
		margin-bottom: 0.75em;
		/* Unterschied zu li.checkbox */
	}

	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. */
	{
		margin-bottom: initial;
	}

	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.list	/* Word - Aufzählung mit arabischen Ziffern*/
	{
		list-style-position: outside;
		margin-left: 6mm;
		/* Distanz der Zahl vom linken Seitenrand */
		text-indent: -1mm;
		/* Distanz vom Text zur Zahl */
	}

	li.list.last	/* Word - Letzte Ziffer bei Aufzählungen mit arabischen Ziffer - Hat margin bottom für Abstand nach ol*/
	{
		margin-bottom: 0.75rem;
		/* Unterschied zu li.list */
	}

	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: #000 !important;
		text-decoration: none !important;
	}

	a:link	/* Word - Farbe eines Hyperlinks, in Print, Word und PDF ohne Farbe.*/
	{
		color: #000 !important;
		text-decoration: none !important;
	}

	a:visited	/* Word */
	{
		color: #000 !important;
		text-decoration: none !important;
	}

	a:hover	/* Word */
	{
		color: #000 !important;
		text-decoration: none !important;
	}

	a:active	/* Word */
	{
		color: #000 !important;
		text-decoration: none !important;
	}

	a:focus	/* Word */
	{
		color: #000 !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: #000 !important;
		text-decoration: none !important;
	}

	a.weblink:visited	/* Word - Für Weblinks ausserhalb der root-Welt.*/
	{
		color: #000 !important;
		text-decoration: none !important;
	}

	a.weblink:hover	/* Word - Für Weblinks ausserhalb der root-Welt.*/
	{
		color: #000 !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.data_table	/* 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;
	}

	thead	/* Word */
	{
		border: solid 1px;
	}

	th	/* Word */
	{
		background-color: #9cc2e5;
		color: #000;
	}

	th.gedreht	/* Word */
	{
		vertical-align: middle;
	}

	td > p	/* Word */
	{
		color: #000;
	}

	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;
	}

	img.img_halbe_Seitenbreite	/* Word */
	{
		height: auto;
		width: 82.5mm;
	}

	img.text	/* Word - Für Bilder im Fliesstext. */
	{
		width: auto;
		vertical-align: top;
		height: 4mm;
		width: 4mm;
		margin-left: 2mm;
	}

	img.img_Auszeichnung	/* Word - Für Bilder Hinweis, Vorsicht, Tipp und Beispiel. */
	{
		width: auto;
		vertical-align: top;
		height: 4mm;
		margin-bottom: -6px;
	}

	img.number	/* Word */
	{
		width: auto;
		vertical-align: middle;
		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+} ';
	}

	Madcap|popupHead	/* Word - Head Text Popup*/
	{
		color: #000;
	}

	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: #fff;
		margin-bottom: 1.5em;
	}

	Madcap|dropDown.function	/* Word - DropDown, welches die Funktionsbeschreibung beinhaltet - mit Topline, in Print und Word ausgeblendet */
	{
		display: none;
	}

	Madcap|dropDown.video	/* Word - DropDown, welches ein Video beinhaltet - mit Topline, in Print und Word ausgeblendet */
	{
		display: none;
	}

	code	/* Word */
	{
		font-family: 'Courier New';
	}

	kbd	/* Word - Anzeige von Tastaturtasten.*/
	{
		border-radius: 4px;
		line-height: 121%;
		border-bottom-width: 1px;
		border: solid 1px #000;
		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: #000;
		text-decoration: none;
		pointer-events: none;
		font-weight: bold;
	}

	Madcap|xref.Verweis_mit_Klammer	/* Word - Für Verweise, im Fliesstext stehen.*/
	{
		mc-format: '(siehe «{h1}», Seite {page})';
		color: #000;
		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: #000;
		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: #000;
		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: #000;
		text-decoration: none;
	}

	Madcap|xref.Mitte_Verweis_mit_Klammer	/* Word - Mittlerer Link Bei gleichzeitigem Verweis auf mehrere Kapitel.*/
	{
		mc-format: '«{h1}», Seite {page}';
		color: #000;
		text-decoration: none;
	}

	Madcap|xref.Letzt_Verweis_mit_Klammer	/* Word - Zweiter Link Bei gleichzeitigem Verweis auf mehrere Kapitel.*/
	{
		mc-format: '«{h1}», Seite {page})';
		color: #000;
		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: #000;
		text-decoration: none;
	}

	MadCap|xref.Abschnitt_same_Chapter_ohne_Klammer	/*Word - Verweis auf geänderten Inhalt in UN, same Chapter.*/
	{
		mc-format: 'Abschnitt «{paratext}»';
		/*Reihenfolge anders als in Online-Ausgabe. Seite, dafür keinen Verweis auf das Kapitel*/
		color: #000;
		text-decoration: none;
	}

	Madcap|xref.Abschnitt_Klammer	/*Word - Verweis auf Abschnitt mit Klammer*/
	{
		mc-format: '(siehe Abschnitt «{paratext}» auf Seite {page})';
		color: #000;
		text-decoration: none;
	}

	Madcap|xref.Abschnitt_same_Chapter	/* Word - Verweis auf Abschnitt in gleichem Kapitel.*/
	{
		mc-format: '(siehe Abschnitt «{paratext}»)';
		color: #000;
		text-decoration: none;
	}

	Madcap|xref.Abschnitt_First_same_Chapter	/* Word - Erster Link Bei gleichzeitigem Verweis auf mehrere Abschnitte.*/
	{
		mc-format: '(siehe «{paratext}»';
		color: #000;
		text-decoration: none;
	}

	Madcap|xref.Abschnitt_Middle_same_Chapter	/* Word - Mittlerer Link Bei gleichzeitigem Verweis auf mehrere Abschnitte.*/
	{
		mc-format: '«{paratext}»';
		color: #000;
		text-decoration: none;
	}

	Madcap|xref.Abschnitt_Last_same_Chapter	/* Word - Letzter Link bei gleichzeitigem Verweis auf mehrere Abschnitte.*/
	{
		mc-format: '«{paratext}»)';
		color: #000;
		text-decoration: none;
	}

	Madcap|xref.Abb	/* Word - Verweis auf Abbildungen*/
	{
		mc-format: '(siehe {paranumonly})';
		/*Gibt den Paragrafentext der Bildbeschreibung aus.*/
		color: #000;
		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.img_legend	/* 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.path	/* Word */
	{
		page-break-after: avoid;
	}

	table.footer	/* 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;
	}

	div.mobile_device_only	/*Word - Ausgabe und Anzeige nur auf Tablet und Mobile (portrait und landscape). Keine Ausgabe in Medium "Print, Word und PDF".*/
	{
		display: none;
	}

	Madcap|dropDown.SecondLevel	/* Word */
	{
		margin-left: 0px;
		padding-top: 12px;
		/* Verhindert, dass SecondLevel nach oben gezogen wird in print. */
	}

	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. */
	}
}

/* End Word - Media query für Word-Output.*/
/* Start Tablet - Media query für Tablet-Output.*/

@media only screen and (max-device-width: 1280px)
{
	body
	{
		padding-bottom: 0mm;
		padding-left: 0.4rem;
		padding-top: 0.4rem;
		word-break: break-word;
	}

	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-right: 1rem;
		background-color: #FAFAFA;
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
		/*border: 3px solid #004c93;*/
		border-radius: 0.5rem;
		box-shadow: 0.1rem 0.1rem 0.1rem #A9A9A9;
		overflow: auto;
	}

	p.topic_TOC	/* Tablet - p for the xref.topic_TOC */
	{
		text-decoration: underline;
		background-image: none;
		padding-left: initial;
		margin-bottom: auto;
		border-top-color: transparent;
	}

	a.MiniTOC1:link	/* Tablet - Anzeige des Links (Schriftgrösse usw.) automatisch generierte TOC und "Weitere Informationen" Links auf Tablet und kleiner.*/
	{
		font-size: 1.25rem;
		text-decoration: none;
		font-weight: bold;
		/*padding-bottom: 15px;*/
		white-space: pre-wrap;
	}

	a.MiniTOC1:hover	/* Tablet - Anzeige des Links (Schriftgrösse usw.) automatisch generierte TOC und "Weitere Informationen" Links auf Tablet und kleiner.*/
	{
		color: #000;
		background-color: transparent;
	}

	a.MiniTOC1:active	/* Tablet - Anzeige des Links (Schriftgrösse usw.) automatisch generierte TOC und "Weitere Informationen" Links auf Tablet und kleiner.*/
	{
		color: #000;
		background-color: transparent;
	}

	a.back-to-top	/* Tablet */
	{
		right: 50%;
		/* Shows the back-to-top button in the middle of screen */
		bottom: 7rem;
	}

	a.button_filter_content	/* Tablet - button to filter content*/
	{
		margin-top: 0.5rem;
	}

	a.button_filter_content.first	/* Tablet */
	{
		margin-top: initial;
	}

	a.internal_link	/* Tablet - Für interne Weblinks. */
	{
		font-size: 1.2rem;
		font-weight: bold;
		word-wrap: break-word;
		text-align: left;
		line-height: 1.5rem;
		display: block;
		text-decoration: none;
		padding-top: 0.75rem;
		padding-right: 1rem;
		padding-bottom: 0.75rem;
		padding-left: 1rem;
		background-color: #FAFAFA;
		border-radius: 0.5rem;
		box-shadow: 0.1rem 0.1rem 0.1rem #A9A9A9;
		overflow: auto;
	}

	a.internal_link:link	/* Tablet - Für interne Weblinks. */
	{
		color: #000;
	}

	a.internal_link:visited	/* Tablet - Für interne Weblinks. */
	{
		color: #000;
	}

	a.internal_link:hover	/* Tablet - Für interne Weblinks. */
	{
		color: #fff;
		text-decoration: underline;
		background-color: #004c93;
	}

	table.data_table	/* Tablet - Zeigt Scrollbalken bei grossen Tabellen auf tablet und mobile an.*/
	{
		overflow-x: auto;
	}

	th.gedreht	/* Tablet */
	{
		vertical-align: inherit;
	}

	div.text_top	/* Tablet - div around text on top of page, above h1 */
	{
		width: 100%;
	}

	div.button-group-container-left	/* Tablet - Buttons für Navigation auf Tablet und Mobile haben keinen Seitenumbruch */
	{
		width: 100%;
	}

	div.mobile_device_only	/* Tablet - Ausgabe und Anzeige nur auf Tablet und Mobile (portrait und landscape). Keine Ausgabe in Medium "Print, Word und PDF".*/
	{
		display: Initial;
	}

	div.SideTOC	/* Tablet - Div für SideTOC in TopNav Output */
	{
		margin-top: -0.2rem;
	}

	div.half	/* Tablet - Div, welches die hälfte des verfügbaren Screens verwendet, auf PDF und Mobile 100% */
	{
		width: 44%;
	}

	.tab-bar-section a.logo	/* Tablet - TopNav Position Logo in Header */
	{
		margin-top: auto;
		/* Abstand von oben damit Logorand oben auf gleicher Höhe wie Text */
	}

	video.video_landscape	/*Tablet - Video-Element - Definiert Breite des Videos. */
	{
		width: 50%;
	}

	video.video_portrait	/*Tablet - Video-Element - Definiert Breite des Videos. */
	{
		width: 100%;
	}

	div.rechts	/*Tablet*/
	{
		margin-top: -0.25rem;
	}

	div.filter_content_buttons	/* Tablet - Div around the buttons to display or hide content */
	{
		padding-bottom: 1rem;
		padding-top: 0.75rem;
	}

	video[class="videobox"] .webm	/*Tablet - Text PopUps werden in div.path ausgeblendet. */
	{
		display: none;
	}

	source.mp4
	{
		display: none;
	}

	source.webm
	{
		display: none;
	}
}

/* End Tablet - Media query für Tablet-Output.*/
/* Start Mobile Landscape - Media query für Mobile Landscape-Output.*/

@media only screen and (max-device-width: 640px) and (orientation: landscape)
{
	td	/* Mobile Landscape - Tabellenanzeige auf Mobile */
	{
		padding-left: 30%;
	}

	td:before	/* Mobile Landscape - Tabellenanzeige auf Mobile */
	{
		width: 30%;
	}

	div.Fliesstext.zweidrittel	/* Mobile Landscape - Für Divs die 2/3 der Seite benötigen, welche linksbündig und nur von Fliesstext umgeben sind.*/
	{
		width: 100%;
	}

	div.Fliesstext.halb	/* Mobile Landscape - Div für Inhalt, welcher nur 1/2 Seite breit sein darf. */
	{
		width: 100%;
	}
}

/* End Mobile Landscape - Media query für Mobile Landscape-Output.*/
/* Start Mobile Portrait - Media query für Mobile Portrait-Output.*/

@media only screen and (max-device-width: 640px)
{
	[data-mc-conditions="Bibliothek/Zielgruppe.Wasserzeichen"]	/* Gibt das Wasserzeichen aus oder nicht */
	{
		
	}

	body
	{
		padding-left: 0.4rem;
		padding-top: 1rem;
	}

	.body-container
	{
		/* Mobile Portrait */
		margin-bottom: 1.5rem;
	}

	select.contentpicker	/* Mobile Portrait - Grösse Control Auswahl anzuzeigender Inhalt FAQ, Kurzanleitungen*/
	{
		color: #fff;
		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.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%;
		text-align: center;
		/*text-transform: uppercase;*/
	}

	a.MiniTOC1:link	/* Mobile Portrait - Anzeige des Links (Schriftgrösse usw.) automatisch generierte TOC und "Weitere Informationen" Links auf Mobile Portrait und kleiner.*/
	{
		/*font-size: 1.25rem;*/
	}

	p.subheading	/* Mobile Portrait */
	{
		background-color: #004b93;
		color: #fff;
		padding-left: 0.25rem;
		padding-right: 0.25rem;
		padding-bottom: 0.25rem;
		padding-top: 0.25rem;
		line-height: 1.5rem;
		margin-bottom: 0.5rem;
		/* Margin-bottom für Abstand nach Balken. */
	}

	p.subheading.contentpicker_noprint	/* Subheading für Toggler-Control zur Auswahl des anzuzeigenden Inhalts (FAQ, Kurzanleitungen) - Wird bei Ausdruck nicht angezeigt. */
	{
		margin-bottom: 0.25rem;
		/* Margin-bottom für Abstand nach Balken. */
	}

	p.subheading.topline	/* Mobile Portrait - Subheading mit extra Abstand nach oben und Linie */
	{
		margin-bottom: 0.5rem;
		padding-top: 0.25rem;
		padding-bottom: 0.25rem;
	}

	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%;
	}

	p.red_background	/* Mobile Portrait */
	{
		background-color: #9f2b52;
	}

	p.brown_background	/* Mobile Portrait */
	{
		background-color: #734d40;
	}

	Madcap|popupHead.book	/* Mobile Portrait - Head Text Popup*/
	{
		margin-right: 26px;
		/* Abstand für Bild in popupHead:after.*/
	}

	.popupHead.popupHeadbook: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: 45%;
		bottom: 1rem;
		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.pdf:before	/* Mobile Portrait - Für Link auf PDF-Datei.*/
	{
		width: 14px;
		height: 14px;
		margin-left: -18px;
	}

	a.download	/* Mobile Portrait - Für Link auf Download-Verzeichnis.*/
	{
		margin-left: 18px;
		/* Abstand für Bild in Weblink:before.*/
	}

	a.download:before	/* Mobile Portrait - Für Link auf Download-Verzeichnis.*/
	{
		width: 14px;
		height: 14px;
		margin-left: -18px;
	}

	a.druck	/* Mobile Portrait - Für Link, welcher direkt das Druckfenster öffnet.*/
	{
		margin-left: 18px;
		/* Abstand für Bild in Weblink:before.*/
	}

	a.druck:before	/* Mobile Portrait - Für Link, welcher direkt das Druckfenster öffnet.*/
	{
		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.word:before	/* Mobile Portrait - Für Link auf Word-Datei.*/
	{
		width: 14px;
		height: 14px;
		margin-left: -18px;
	}

	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. */
	}

	a.navigation_button.left
	{
		/* Mobile Portrait */
		float: left;
		clear: left;
	}

	a.internal_link:hover	/* Mobile Portrait - Für interne Weblinks. */
	{
		text-align: center;
	}

	div.text_top	/* Mobile - div around text on top of page, above h1 */
	{
		margin-top: initial;
	}

	div.text_top.description	/* Mobile - div around text on top of page, above h1 */
	{
		margin-bottom: initial;
	}

	div.function_icon	/* Mobile Portrait - Div, welches das Icon mit der Funktion enthält.*/
	{
		margin-right: 0.5em;
		/*Abstand, bevor Text angezeigt wird.*/
	}

	div.Fliesstext	/* Mobile Portrait - Div für Inhalt, welcher nur 1/5 Seite breit sein darf. Nur in Web 1/5, Print IMMER 1/3 */
	{
		height: auto;
		z-index: 0;
		float: left;
		margin-right: 0.5em;
		margin-bottom: 0.5em;
		margin-top: 0.2em;
	}

	div.Fliesstext.fuenftel	/* Mobile Portrait - Div für Inhalt, welcher nur 1/5 Seite breit sein darf. Nur in Web 1/5, Print IMMER 1/3 */
	{
		width: 100%;
	}

	div.Fliesstext.drittel	/* Mobile Portrait - Div für Inhalt, welcher nur 1/3 Seite breit sein darf. */
	{
		width: 100%;
	}

	div.Fliesstext.halb	/* Mobile Portrait - Div für Inhalt, welcher nur 1/2 Seite breit sein darf. */
	{
		width: 100%;
	}

	div.Fliesstext.zweidrittel	/* Mobile Portrait - Für Divs die 2/3 der Seite benötigen, welche linksbündig und nur von Fliesstext umgeben sind.*/
	{
		width: 100%;
	}

	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;
	}

	div.Einzug_drittel_ol	/* Mobile Portrait - Für OLs in der Print-Ausgabe, welcher rechts von Bildern mit 1/3 Seitenbreite steht.*/
	{
		overflow: unset;
	}

	div.video	/* Mobile Portrait - Div für Videos, welche am Desktop aufgenommen worden sind.*/
	{
		margin-right: initial;
		margin-bottom: initial;
		margin-top: initial;
		float: initial;
	}

	div.breadcrumbs
	{
		/* Mobile Portrait - Div breadcrumb */
		margin-top: 8rem;
	}

	/* Start styles tables with Div */

	div.table	/* Mobile Portrait - table with Div */
	{
		display: table;
		width: 100%;
		border-collapse: collapse;
		margin-bottom: 0.5rem;
		/*    margin-right: 0.25rem; */
		overflow: auto;
	}

	div.thead	/* Mobile Portrait - header-row in table with div */
	{
		display: table-header-group;
	}

	div.th	/* Mobile Portrait - Single cell in header-row in table with div */
	{
		display: table-cell;
		padding-right: 0.5rem;
		font-weight: bold;
	}

	div.td	/* Mobile Portrait - Single cell in table-row in table with div */
	{
		padding-right: 0.5rem;
		padding-bottom: 0.5rem;
	}

	div.td.underline	/* Mobile Portrait - Single cell in table-row in table with div, underlined */
	{
		padding-right: 0.5rem;
	}

	div.td.bold	/* Mobile Portrait - Single cell in table-row in table with div, font bold */
	{
		padding-right: 0.5rem;
		padding-bottom: 0.5rem;
	}

	/* End styles tables with Div */

	Madcap|dropDown	/* Mobile Portrait */
	{
		color: #000;
		margin-top: 5px;
	}

	Madcap|dropDown.SecondLevel	/* Mobile Portrait - DropDown zweiter Klasse */
	{
		margin-left: initial;
		/* KEIN Einzug Anzeige unter linksbündigem DropDown */
	}

	div.MCDropDown.dropDown.dropDowntopline.MCDropDown_Closed::before	/* Mobile Portrait - Blendet Topline aus in DropDown.topline:before aus. */
	{
		display: none;
	}

	div.MCDropDown.dropDown.dropDowntopline.MCDropDown_Open::before	/* Mobile Portrait - Blendet Topline aus in DropDown.topline:before aus. */
	{
		display: none;
	}

	div.MCDropDown.dropDown.dropDownfunction.MCDropDown_Closed::before	/* Mobile Portrait - Blendet Topline aus in DropDown.function:before aus. */
	{
		display: none;
	}

	div.MCDropDown.dropDown.dropDownvideo.MCDropDown_Closed::before	/* Mobile Portrait - Blendet Topline aus in DropDown.video:before aus. */
	{
		display: none;
	}

	div.MCDropDown.dropDown.dropDownfunction.MCDropDown_Open::before	/* Mobile Portrait - Blendet Topline aus in DropDown.function:before aus. */
	{
		display: none;
	}

	div.MCDropDown.dropDown.dropDownvideo.MCDropDown_Open::before	/* Mobile Portrait - Blendet Topline aus in DropDown.video:before aus. */
	{
		display: none;
	}

	.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: #000;
	}

	span.dropDownHead	/* Mobile Portrait - für alle gültier Span für den Titel des DropDown.*/
	{
		color: #fff;
		display: -webkit-box;
		margin-left: 0.25rem;
	}

	.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: 0.75rem;
	}

	li.bullet_point.eng	/* Mobile Portrait */
	{
		padding-left: 0.75rem;
	}

	li.checkbox	/* Mobile Portrait */
	{
		background-position: left 0.4rem;
		margin-left: 0mm;
		background-size: 0.75rem;
	}

	li.condition	/* Mobile Portrait */
	{
		margin-left: 0mm;
	}

	li.handlungsanweisung	/* Mobile Portrait */
	{
		margin-left: 1.1rem;
	}

	li.list	/* Mobile Portrait - Aufzählung mit arabischen Ziffern */
	{
		margin-left: 1.1rem;
	}

	li.roman_big	/* Mobile Portrait - Aufzählung mit römischen Ziffern, grossgeschrieben */
	{
		margin-left: 1.1rem;
	}

	li.resultat	/* Mobile Portrait */
	{
		margin-left: 0mm;
		background-size: 0.75rem;
	}

	li.unter_handlungsanweisung	/* Mobile Portrait */
	{
		margin-left: 1.1rem;
		background-size: 0.75rem;
	}

	li.unter_resultat	/* Mobile Portrait */
	{
		margin-left: 1.1rem;
	}

	li.alphabetisch	/* Mobile Portrait */
	{
		margin-left: 1.1rem;
	}

	img.icon	/* Mobile Portrait */
	{
		height: 40px;
	}

	img.icon.caution	/* Mobile Portrait */
	{
		height: 40px;
	}

	img.icon.small	/* Mobile Portrait */
	{
		height: 20px;
	}

	img.icon.caption	/* Mobile Portrait */
	{
		height: 20px;
	}

	img.video_thumbnail	/* Mobile Portrait - Für Video-Thumbnails */
	{
		min-width: 128px;
	}

	img.text	/* 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.number	/* 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;
	}

	img.div	/* Mobile Portrait - Für Bilder, welche in DIVs verwendet werden. Die DIVs werden für Bilder mit Fliesstext benötigt. */
	{
		mc-thumbnail: none;
		/* Kein Thumbnail - not working here, definition in Topic.css */
	}

	img.footer	/* Mobile Portrait */
	{
		margin-left: initial;
		margin-right: 1rem;
		float: right;
	}

	table.data_table	/* Mobile Portrait */
	{
		overflow-x: auto;
		display: block;
		/* Zeigt Scrollbalken bei grossen Tabellen auf mobile an.*/
	}

	table.footer	/* Mobile Portrait */
	{
		/*display: none;*/
	}

	tbody.footer	/* Mobile Portrait */
	{
		display: initial;
	}

	tr.footer	/* Mobile Portrait */
	{
		display: initial;
		border-top: initial;
	}

	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".*/
	{
		position: fixed;
		width: fit-content;
		height: auto;
		margin-right: initial;
		margin-left: initial;
	}

	div.footer_content	/* Mobile Portrait */
	{
		max-width: initial;
		margin-left: 1rem;
		margin-right: 5;
	}

	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: 1.1rem;
	}

	div.toggler_Einzug_UA	/* Mobile Portrait - Für Toggler, welche Unter-Resultaten oder Unter-Handlungsanweisungen angezeigt werden.*/
	{
		margin-left: 2.1rem;
	}

	div.video_landscape	/* Mobile Portrait - Div für Videos, welche im Landscape-Modus aufgenommen worden sind. */
	{
		margin-right: initial;
		margin-top: initial;
	}

	div.video_portrait	/*Mobile Portrait - Div für Videos, welche im Portrait-Modus aufgenommen worden sind. */
	{
		margin-bottom: initial;
		margin-top: initial;
	}

	div.video	/*Mobile Portrait*/
	{
		margin-bottom: initial;
		margin-right: initial;
	}

	div.wrapper_order	/* Mobile Portrait - Wrapper für div.first_div und div.second_div um Reihenfolge im Mobile anzupassen. */
	{
		display: flex;
		flex-direction: column;
	}

	div.first_div	/* Mobile Portrait - Div für Inhalt, welcher zuerst angezeigt wird. Mobile an zweiter Position. */
	{
		order: 2;
	}

	div.second_div	/* Mobile Portrait - Div für Inhalt, welcher zuerst angezeigt wird. Mobile an erster Position. */
	{
		order: 1;
	}

	div.li	/* Mobile Portrait - Div Einzug in Listen */
	{
		margin-left: 1.1rem;
	}

	div.li.eng	/* Mobile Portrait - Div Einzug in engen Listen */
	{
		margin-left: 0.75rem;
	}

	div.li_sub	/* Mobile Portrait - Div Einzug in Unter_Listen, ex unter_resultat */
	{
		margin-left: 2.1rem;
	}

	div.half	/* Mobile Portrait - Div, welches die hälfte des verfügbaren Screens verwendet, auf PDF und Mobile 100% */
	{
		width: 99%;
	}

	div.filter_content_buttons	/* Mobile Portrait - Div around the buttons to display or hide content */
	{
		padding-bottom: 0.5rem;
		padding-top: initial;
	}

	.button_color
	{
		width: 80%;
	}

	/* Mobile Portrait Tables */
	/* Force table to not be like tables anymore */

	table	/* Mobile Portrait - Tabellenanzeige auf Mobile */
	{
		display: block !important;
		box-shadow: none !important;
	}

	thead,
	tbody,
	th,
	td,
	tr	/* Mobile Portrait - Tabellenanzeige auf Mobile */
	{
		display: block;
		box-shadow: none !important;
	}

	tr:nth-child(even)	/* Mobile Portrait - Zebra-Style tables */
	{
		background-color: transparent;
		/* Background Color Table rows */
	}

	/* Hide table headers (but not display: none;, for accessibility) */

	thead tr	/* Mobile Portrait - Tabellenanzeige auf Mobile */
	{
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	tr	/* Mobile Portrait - Tabellenanzeige auf Mobile */
	{
		border-top: 0.1rem solid #D1D1D1;
		margin-top: 0.5rem;
	}

	tr.no_zebra	/* Mobile Portrait - removes the Zebra-Style */
	{
		border-top: initial;
		margin-top: initial;
	}

	td	/* Mobile Portrait - Tabellenanzeige auf Mobile */
	{
		border: none !important;
		/* Behave like a "row" */
		/* border-bottom: 1px solid #eee; */
		position: relative;
		padding-left: 40%;
	}

	th	/* Mobile Portrait - Tabellenanzeige auf Mobile */
	{
		padding: 0.2rem;
		text-align: left;
		border: none;
		font-weight: bold;
		page-break-inside: avoid;
		page-break-after: avoid;
		display: table-cell;
	}

	th.center	/* Mobile Portrait - Table-header Zelleninhalt wird zentriert angezeigt, nur Desktop. Mobile: linksbündig */
	{
		text-align: left;
	}

	td:before	/* Mobile Portrait - Tabellenanzeige auf Mobile */
	{
		position: absolute;
		/* Now like a table header */
		/* Top/left values mimic padding */
		left: 0.01%;
		width: 40%;
		margin-right: 0.5rem;
		/*padding-right: 10px; */
		white-space: nowrap;
		content: attr(data-label);
		font-weight: bold;
	}

	table.legende	/* Mobile Portrait - Für Tabellen, welche ein Bild mit einer Legende enthalten.*/
	{
		box-shadow: 3px 3px 3px #888888 !important;
		display: table !important;
		width: 100% !important;
	}

	tr.legende
	{
		display: table-row !important;
	}

	td.img_legend	/* Mobile - Definiert eine Zelle, Text ist oben zentriert mit weissem Rahmen 2px.*/
	{
		width: initial;
		min-width: initial;
		max-width: initial;
		border: solid 0.2rem #fff !important;
		padding-left: 0.2rem;
		padding-right: 0.2rem;
		display: table-cell !important;
		word-break: normal;
	}

	td.img_legend:before	/* Mobile - Definiert eine Zelle, Text ist oben zentriert mit weissem Rahmen 2px.*/
	{
		display: none;
	}

	td.text_legend	/* Mobile - Definiert eine Zelle, Text ist oben linksbündig mit weissem Rahmen 2px.*/
	{
		border: solid 0.2rem #fff !important;
		padding-left: 0.2rem;
		display: table-cell !important;
		width: 100%;
	}

	td.text_legend:before	/* Mobile - Definiert eine Zelle, Text ist oben linksbündig mit weissem Rahmen 2px.*/
	{
		display: none;
	}

	td.border_center	/* Mobile Portrait - Zelleninhalt wird linksbündig angezeigt */
	{
		text-align: left;
	}

	td.border_text_top_center	/* Mobile Portrait - Zelleninhalt wird linksbündig angezeigt */
	{
		text-align: left;
	}

	td.no_border_center	/* Mobile Portrait - Zelleninhalt wird linksbündig angezeigt */
	{
		text-align: left;
	}

	td.no_border_text_top_center	/* Mobile Portrait - Zelleninhalt wird linksbündig angezeigt */
	{
		text-align: left;
	}

	td.border_text_turned	/* Mobile Portrait - Zelleninhalt wird nicht gedreht */
	{
		border: solid 1px;
		page-break-inside: avoid;
		/* Safari */
		webkit-transform: initial;
		/* Firefox */
		moz-transform: initial;
		/* IE */
		transform: initial;
		o-transform: initial;
	}

	td.footer	/* Mobile Portrait */
	{
		display: contents;
		/*font-size: 2rem;*/
	}

	video.video_landscape	/*Mobile Portrait - Video-Element - Definiert Breite des Videos. */
	{
		width: 100%;
	}

	video.video_portrait	/*Mobile Portrait - Video-Element - Definiert Breite des Videos. */
	{
		width: 100%;
	}

	video.videobox	/*Mobile Portrait - Video-Element - Box für Videoplayer*/
	{
		box-shadow: none;
	}

	.MCTextPopupBody	/*Mobile Portrait - Grösse des PopUps mit Glossar-Einträgen */
	{
		margin-left: 0.5rem;
		margin-right: 0.5rem;
		max-width: initial;
	}

	.popupBody.popupBodyportrait	/* Mobile Portrait - Grösse PopUp Body portrait Content.*/
	{
		max-width: 66%;
	}

	.popupBody.popupBodylandscape	/* Mobile Portrait - Grösse PopUp Body landscape Content.*/
	{
		max-width: 100%;
	}

	a.MCPopupThumbnailLink:link	/* Mobile Portrait - Kein PopUp für Images in Mobile Output.*/
	{
		pointer-events: none;
	}

	/*Funktionen*/
	/*Funktionen Popup ausblenden*/
	/* p subheading.topline */

	p[class="subheading topline"] .MCTextPopup_Closed.MCTextPopupHotSpot_.MCTextPopupHotSpot_Popup	/*Mobile Portrait - Text PopUps werden in div.path ausgeblendet. */
	{
		color: #fff;
	}

	p[class="subheading topline"] .MCTextPopup_Open.MCTextPopupHotSpot_.MCTextPopupHotSpot_Popup	/*Mobile Portrait - Text PopUps werden in div.path ausgeblendet.*/
	{
		color: #fff;
	}

	p[class="subheading topline"] .popupHead.popupHeaddoubleunderline:link	/*Mobile Portrait - Text PopUps werden in div.path ausgeblendet. */
	{
		color: #fff;
	}

	/* p subheading */

	p[class="subheading"] .MCTextPopup_Closed.MCTextPopupHotSpot_.MCTextPopupHotSpot_Popup	/*Mobile Portrait - Text PopUps werden in div.path ausgeblendet. */
	{
		color: #fff;
	}

	p[class="subheading"] .MCTextPopup_Open.MCTextPopupHotSpot_.MCTextPopupHotSpot_Popup	/*Mobile Portrait - Text PopUps werden in div.path ausgeblendet.*/
	{
		color: #fff;
	}

	p[class="subheading"] .popupHead.popupHeaddoubleunderline:link	/*Mobile Portrait - Text PopUps werden in div.path ausgeblendet. */
	{
		color: #fff;
	}

	/* p title */

	p[class="title"] .MCTextPopup_Closed.MCTextPopupHotSpot_.MCTextPopupHotSpot_Popup	/*Mobile Portrait - Text PopUps werden in div.path ausgeblendet. */
	{
		text-decoration: none;
		border-bottom: none;
		color: #000;
	}

	p[class="title"] .MCTextPopup_Open.MCTextPopupHotSpot_.MCTextPopupHotSpot_Popup	/*Mobile Portrait - Text PopUps werden in div.path ausgeblendet.*/
	{
		text-decoration: none;
		border-bottom: none;
		color: #000;
	}

	p[class="title"] .MCTextPopup_Open .MCTextPopupBody	/*Mobile Portrait - Text PopUps werden in div.path ausgeblendet. */
	{
		display: none;
	}

	p[class="title"] .popupHead.popupHeaddoubleunderline:link	/*Mobile Portrait - Text PopUps werden in div.path ausgeblendet. */
	{
		text-decoration: none;
		border-bottom: none;
		color: #000;
	}

	div.card p.subheading	/* Mobile Portrait - p.subheading in card wird "normal" angezeigt.*/
	{
		background-color: transparent;
		color: #000;
		padding-left: initial;
	}
}

/* End Mobile Portrait - Media query für Mobile Portrait-Output.*/

