/*<meta conditions="Bibliothek/Sprache.Deutsch" />*/

/*
// Creation date: 2013
// Author: Patrick Roth (rpa@root.ch)
// Rules for defining colors: Use HEX, then RGB (root-blue: HEX=#004C93, RGB=0,76,147, CMYK=100,48,0,42)
*/

@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: #F2F2F2;
	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. */
}

.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: #000000;
	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: #000000;
	font-size: 2rem;
	margin: 0em;
	line-height: 120%;
	margin-bottom: 0.5rem;
	word-break: break-word;
}

h2
{
	font-weight: bold;
	color: #000000;
	font-size: 2rem;
	line-height: 150%;
	margin: 0em;
	margin-bottom: 0.75em;
	word-break: break-word;
}

h2.oneh2	/* h2 ohne Kapitelnummer, wenn nur ein h2 pro Dokument verwendet wird, bspw. bei Kurzanleitungen */
{
	font-weight: bold;
	color: #000000;
	font-size: 2rem;
	line-height: 150%;
	margin: 0em;
	margin-bottom: 0.75rem;
	word-break: break-word;
}

h3
{
	font-weight: bold;
	font-size: 2rem;
	line-height: 150%;
	margin: 0em;
	margin-bottom: 0.75rem;
	word-break: break-word;
	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: #004b93;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 0.25rem;
}

p.brown_background
{
	color: #fff;
	background-color: #004b93;
	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;
}

/*
        .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. */
{
	font-weight: normal;
	text-decoration: underline;
	padding-left: 1rem;
}

p.MiniTOC2
{
	line-height: 1rem;
}

p.MiniTOC3
{
	line-height: 1rem;
}

p.MiniTOC4
{
	line-height: 1rem;
}

p.MiniTOC5
{
	line-height: 1rem;
}

p.MiniTOC6
{
	line-height: 1rem;
}

p.MiniTOC7
{
	line-height: 1rem;
}

p.MiniTOC8
{
	line-height: 1rem;
}

p.MiniTOC9
{
	line-height: 1rem;
}

p.TOC1
{
	font-weight: bold;
	line-height: 1.5rem;
}

p.TOC2
{
	line-height: 1.5rem;
}

p.TOC3
{
	line-height: normal;
	margin-bottom: 0rem;
}

p.TOC4
{
	line-height: 1.5rem;
}

p.TOC5
{
	line-height: 1.5rem;
}

p.TOC6
{
	line-height: 1.5rem;
}

p.TOC7
{
	line-height: 1.5rem;
}

p.TOC8
{
	line-height: 1.5rem;
}

p.TOC9
{
	line-height: 1.5rem;
}

p.Titel_Kurzanleitung
{
	font-size: 2rem;
	font-weight: bold;
	line-height: 120%;
}

p.Dokumentinformationen
{
	font-size: 0.5rem;
}

p.Bildunterschrift	/*Paragraf fÃ¼r Bildunterschriften*/
{
	font-size: 0.9rem;
	font-style: italic;
	line-height: normal;
}

p.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.text_top
{
	/* class for text that is placed above h1 with special information eg. disclaimer. */
	background-color: #FAFFCC;
	font-weight: bold;
	font-size: 1.2rem;
	border-bottom-width: 0.1rem;
	border-bottom-style: solid;
	border-bottom-color: #F9E474;
	margin-top: -1rem;
	margin-bottom: 1rem;
}

p.text_top.last_update
{
	/* class for text that is placed unter p.text_top with date of last update of the chapter. */
	background-color: #bbdefb;
	border-bottom-color: #8aacc8;
}

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: #333333 !important;
}

a:hover	/* Farbe beim Ãœberfahren des Hyperlinks.*/
{
	color: #FFFFFF;
	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: #FFFFFF;
	background-color: #004C93;
}

MadCap|popupBody	/*Body Text Popup*/
{
	background-color: #FFFFFF;
}

.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: #000000;
	/*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: #000000;
	/*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: #000000;
	text-decoration-line: underline;
	text-decoration-style: double;
	background: none;
	padding: 0rem;
	font-weight: unset;
}

.popupHead.popupHeaddoubleunderline	/*Hinweis auf TextPopup doppelt unterstrichen*/
{
	color: #000000;
	/*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: #000000;
}

.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: #000000;
	mc-image-alt-text: Hier klicken;
	mc-closed-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Icons_HTML_skin/Dropdown_arrow_down_black.png');
	mc-open-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Icons_HTML_skin/Dropdown_arrow_up_black.png');
}

MadCap|dropDown.fliesstext	/*FÃ¼r Dropdowns, welche um ein Fliesstext-Div sind. */
{
	
}

.MCDropDown_Closed .MCDropDownHotSpot_	/*Ab Flare 12 nÃ¶tig. Workaround, damit transparentes Gif Ã¼berschrieben wird. */
{
	background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Icons_HTML_skin/Dropdown_arrow_down_black.png') !important;
}

.MCDropDown_Open .MCDropDownHotSpot_	/*Ab Flare 12 nÃ¶tig. Workaround, damit transparentes Gif Ã¼berschrieben wird. */
{
	background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Icons_HTML_skin/Dropdown_arrow_up_black.png') !important;
}

.MCDropDown_Closed .MCDropDownHotSpot_SecondLevel	/*Ab Flare 12 nÃ¶tig. Workaround, damit transparentes Gif Ã¼berschrieben wird. */
{
	background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Icons_HTML_skin/Dropdown_arrow_down_black.png') !important;
}

.MCDropDown_Closed .MCDropDownHotSpot_WeitereInfo	/*Ab Flare 12 nÃ¶tig. Workaround, damit transparentes Gif Ã¼berschrieben wird. */
{
	background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Icons_HTML_skin/weitere_informationen.png') !important;
}

.MCDropDown_Open .MCDropDownHotSpot_WeitereInfo	/*Ab Flare 12 nÃ¶tig. Workaround, damit transparentes Gif Ã¼berschrieben wird. */
{
	background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Icons_HTML_skin/weitere_informationen.png') !important;
}

.MCDropDown_Closed .MCDropDownHotSpot_FAQ	/*Ab Flare 12 nÃ¶tig. Workaround, damit transparentes Gif Ã¼berschrieben wird. */
{
	background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Icons_HTML_skin/toggler_geschlossen_web.png') !important;
}

.MCDropDown_Open .MCDropDownHotSpot_FAQ	/*Ab Flare 12 nÃ¶tig. Workaround, damit transparentes Gif Ã¼berschrieben wird. */
{
	background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Icons_HTML_skin/toggler_offen_web.png') !important;
}

.MCDropDown_Closed .MCDropDownHotSpot_FAQ_colored	/*Ab Flare 12 nÃ¶tig. Workaround, damit transparentes Gif Ã¼berschrieben wird. */
{
	background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Icons_HTML_skin/toggler_geschlossen_web.png') !important;
}

.MCDropDown_Open .MCDropDownHotSpot_FAQ_colored	/*Ab Flare 12 nÃ¶tig. Workaround, damit transparentes Gif Ã¼berschrieben wird. */
{
	background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Icons_HTML_skin/toggler_offen_web.png') !important;
}

MadCap|dropDownHead
{
	margin: 1.12rem;
	margin-right: 0em;
	font-weight: bold;
	margin-top: 0em;
	display: block;
	margin-left: 0rem;
	margin-bottom: 0.5rem;
	font-size: 1.2rem;
	line-height: 1.5rem;
}

MadCap|dropDownBody
{
	margin-bottom: 0.5rem;
	margin-left: 0rem;
}

.dropDownBody_FAQ	/* Body DropDown FAQ */
{
	margin-left: 0.2rem;
}

.dropDownBody_FAQ_Colored	/* Body DropDown FAQ colored */
{
	margin-left: 0.2rem;
}

MadCap|dropDownBody.SecondLevel
{
	margin-bottom: 0.5rem;
	mc-closed-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Icons_HTML_skin/Dropdown_arrow_down_black.png');
	mc-open-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Icons_HTML_skin/Dropdown_arrow_up_black.png');
}

MadCap|expandingHead
{
	font-style: italic;
	font-weight: normal;
	cursor: hand;
	text-decoration: none;
	color: #006600;
}

MadCap|expandingBody
{
	color: #777777;
	font-style: italic;
}

MadCap|dropDown.SecondLevel	/* DropDown zweiter Klasse */
{
	margin-left: 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: #000000;
	font-weight: bold;
	line-height: 150%;
	cursor: pointer;
	padding-right: 250px;
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
	font-size: 1.2rem;
}

MadCap|dropDownHead:link
{
	color: #000000;
}

MadCap|dropDownHead:visited
{
	color: #000000;
}

MadCap|xref.bookmark	/* Spezielle Formatierung: Fett, fÃ¼r Verweise im Fliesstext auf Bookmarks (Konfig, Felder usw.).*/
{
	mc-format: '{paratext}';
	color: #000000;
	text-decoration: none;
	pointer-events: none;
	font-weight: bold;
	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.*/
}

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: #000000;
	padding-top: 1px;
}

MadCap|conceptLink
{
	color: #000000;
	font-size: 1.2rem;
	font-weight: bold;
	mc-label: 'Weitere Informationen';
	mc-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Icons_HTML_skin/weitere_informationen.png');
	padding-bottom: 1rem;
	padding-top: 1rem;
}

MadCap|conceptLinkControlListItemLink:hover
{
	
}

MadCap|conceptLinkControlListItemLink
{
	
}

MadCap|breadcrumbsProxy
{
	border-bottom-width: 3px;
	mc-breadcrumbs-prefix: 'Sie befinden sich hier: ';
	border-bottom-color: #004b93;
}

MadCap|miniTocProxy
{
	border-top-style: none;
	mc-toc-depth: 9;
	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: #FFFFFF;
	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: #FFFFFF;
	background-color: #004C93;
}

a.underline_blue:active
{
	color: #FFFFFF;
	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: #FFFFFF;
	text-decoration: underline;
	background-color: #004C93;
}

a.MCBreadcrumbsLink:link	/* Farbe eines Breadcrumb-Hyperlinks.*/
{
	color: #004C93;
}

a.MCBreadcrumbsLink:visited	/* Farbe eines besuchten Breadcrumb-Hyperlinks.*/
{
	color: #004C93;
}

a.MCBreadcrumbsLink:hover	/* Farbe beim Ãœberfahren des Breadcrumb-Hyperlinks.*/
{
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #004C93;
}

a.MCPopupThumbnailLink:link	/* Verhindert, dass ein blauer Balken unterhalb einer PopUp-Grafik angezeigt wird.*/
{
	color: transparent;
	border: 0;
	cursor: zoom-in;
	/* Darstellungsarte des Cursors.*/
}

a.MCPopupThumbnailLink:hover	/* Verhindert, dass ein blauer Balken unterhalb einer PopUp-Grafik angezeigt wird.*/
{
	background-color: transparent !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: 20px;
	background: #004C93 url('../../../../Grafik_Bibliothek/Sprachneutral/Icons_HTML_skin/top.svg') no-repeat center 50%;
	background-size: 3.5rem 3.5rem;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	box-shadow: 2px 2px 2px #888888;
}

a.word	/* FÃ¼r Link auf Word-Datei.*/
{
	margin-left: 20px;
	/* Abstand fÃ¼r Bild in Weblink:before.*/
	word-wrap: break-word;
}

a.word:before	/* FÃ¼r Link auf Word-Datei.*/
{
	content: "";
	background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Icons_HTML_skin/word.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: #FFFFFF;
	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.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:link
{
	color: #000000;
}

a.MiniTOC1:visited
{
	color: #000000;
}

a.MiniTOC1:hover
{
	color: #FFFFFF;
	background-color: #004C93;
}

a.MiniTOC1:active
{
	color: #004C93;
}

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');
}

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%;
}

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: #FFFFFF;
	font-weight: bold;
	page-break-inside: avoid;
	page-break-after: avoid;
	display: table-cell;
	border-color: #000000;
}

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	/* Hidden td, 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 #ffffff;
	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 #ffffff;
	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 #ffffff;
	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: #000000;
	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: #000000;
	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: #000000;
	border-top-width: 0.1rem;
}

/* End styles tables with Div */

div.group	/* Verhindert einen Seitenumbruch.*/
{
	
}

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: #FFFFFF;
	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.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: #FFFFFF;
}

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: #FFFFFF;
	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: #FFFFFF;
	overflow: auto;
	/*display: flex; */
}

div.Coderesult	/* Definiert den Div fÃ¼r die Anzeige des Coderesultats.*/
{
	/*font-family: Consolas,"courier new";*/
	background-color: #FFFFFF;
	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;
}

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.Table_Fusszeile
{
	border-spacing: 0px;
	border-collapse: collapse;
	margin-bottom: 1rem;
	margin-left: 0;
	margin-right: none;
	width: 100%;
	max-width: 100%;
	table-layout: fixed;
	box-shadow: none;
	display: table;
}

table.Fusszeile_PDF
{
	font-size: 11pt;
}

table.Fusszeile_Word
{
	font-size: 10pt;
	border-top: solid 2px #004C93;
}

div.toggler	/*FÃ¼r Toggler, welche am linken Seitenrand angezeigt werden.*/
{
	color: #000000;
	font-weight: normal;
}

div.toggler_Einzug_HA	/*FÃ¼r Toggler, welche innerhalb von Handlungsanweisungen angezeigt werden.*/
{
	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: #000000;
	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: #000000;
	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: #000000;
}

table.table_rahmen_oben_unten
{
	border: solid 1px;
	max-width: 100%;
	border-right-style: none;
	border-left-style: none;
}

img.img_drittel_Seite
{
	height: auto;
	max-width: 100%;
	width: 213px;
	border-radius: 10px;
	box-shadow: 3px 3px 3px #888888;
}

img.img_zweidrittel_Seite
{
	height: auto;
	max-width: 100%;
	width: 426px;
	border-radius: 10px;
	box-shadow: 3px 3px 3px #888888;
}

MadCap|relatedTopics
{
	mc-label: 'Weitere Informationen';
	mc-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Icons_HTML_skin/weitere_informationen.png');
	mc-image-alt-text: Weitere Informationen;
	padding-top: 1rem;
	padding-bottom: 1rem;
	color: #000000;
}

MadCap|relatedTopicsControlList
{
	
}

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: #000000;
	font-size: 1rem;
	font-weight: bold;
}

span.dropDownHead	/*fÃ¼r alle gÃ¼ltier Span fÃ¼r den Titel des DropDown.*/
{
	margin-left: 1.3rem;
	margin-top: -20px;
	margin-bottom: 0.25rem;
}

span.spezialzeichen	/*Span fÃ¼r normalerweise zu kleine Sonderzeiche, hauptsÃ¤chlich Checkboxen.*/
{
	font-size: 20pt;
}

span.gedreht	/*Span fÃ¼r Text, welcher um 90Â° gedreht wird */
{
	display: block;
	margin-bottom: 2px;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

span.item	/* Span fÃ¼r Item-Nr. Ist an Condition fÃ¼r Item gekoppelt. */
{
	mc-conditions: '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: #448AFF;
	font-size: 1.5rem;
	color: #FFFFFF !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: #FFFFFF;
}

a.navigation_button:hover
{
	text-decoration: none;
	background-color: #005FFF;
}

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;
	padding: 0.1rem;
	border-radius: 0.5rem;
	word-break: keep-all;
	display: inline-block;
}

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: #FFFFFF;
}

.active_button_filter_content
{
	/* class that is triggered when button is clicked */
	background-color: #004B93;
	color: #FFFFFF;
}

/* 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;
}

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: #000000;
	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: #000000;
}

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: #000000;
}

/* 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: #000000;
	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: #000000;
}

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: #000000;
}

/* 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: #000000;
	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: #000000;
}

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: #000000;
}

/* 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: #000000;
	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: #000000;
}

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: #000000;
}

/* 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: #000000;
	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: #000000;
}

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: #000000;
}

/* End p title */
/* Start th */

th .MCTextPopup_Closed.MCTextPopupHotSpot_.MCTextPopupHotSpot_Popup	/*Text PopUps werden in th ausgeblendet. */
{
	text-decoration: none;
	border-bottom: none;
	color: #FFFFFF;
	pointer-events: none;
}

th .MCTextPopup_Open.MCTextPopupHotSpot_.MCTextPopupHotSpot_Popup	/*Text PopUps werden in th ausgeblendet. */
{
	text-decoration: none;
	border-bottom: none;
	color: #FFFFFF;
}

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: #FFFFFF;
}

/* 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;
	}

	li.condition	/* Web Print - Image fÃ¼r Ausgabe auf Web-Ausdruck, nÃ¶tig wegen IE */
	{
		background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Layoutelemente/Diamant_webprint.png') !important;
	}

	li.handlungsanweisung	/* Web Print - Position Zahl Handlungsanweisung, NÃ¶tig wegen IE und Edge */
	{
		list-style-position: inside !important;
		overflow: visible !important;
	}

	li.list	/* Web Print - AufzÃ¤hlung mit arabischen Ziffern. Position Zahl Handlungsanweisung, NÃ¶tig wegen IE und Edge */
	{
		list-style-position: inside !important;
		overflow: visible !important;
	}

	li.unter_handlungsanweisung	/* Web Print - Image fÃ¼r Ausgabe auf Web-Ausdruck, nÃ¶tig wegen IE */
	{
		background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Layoutelemente/Pfeil_webprint.png') !important;
	}

	li.bullet_point	/* Web Print - Image fÃ¼r Ausgabe auf Web-Ausdruck, nÃ¶tig wegen IE */
	{
		background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Layoutelemente/Kreis_webprint.png') !important;
	}

	li.bullet_point.last	/* Web Print - Image fÃ¼r Ausgabe auf Web-Ausdruck, nÃ¶tig wegen IE */
	{
		background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Layoutelemente/Kreis_webprint.png') !important;
	}

	li.bullet_point.eng	/* Web Print - Image fÃ¼r Ausgabe auf Web-Ausdruck, nÃ¶tig wegen IE */
	{
		background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Layoutelemente/Kreis_webprint.png') !important;
	}

	li.checkbox	/* Web Print - Image fÃ¼r Ausgabe auf Web-Ausdruck, nÃ¶tig wegen IE */
	{
		background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Layoutelemente/Quadrat_webprint.png') !important;
	}

	li.checkbox.eng	/* Web Print - Image fÃ¼r Ausgabe auf Web-Ausdruck, nÃ¶tig wegen IE */
	{
		background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Layoutelemente/Quadrat_webprint.png') !important;
	}

	li.checkbox.last	/* Web Print - Image fÃ¼r Ausgabe auf Web-Ausdruck, nÃ¶tig wegen IE */
	{
		background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Layoutelemente/Quadrat_webprint.png') !important;
	}

	li.unter_resultat	/* Web Print - Image fÃ¼r Ausgabe auf Web-Ausdruck, nÃ¶tig wegen IE */
	{
		background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Layoutelemente/Pfeil_geschwungen_webprint.png') !important;
	}

	li.resultat	/* Web Print - Image fÃ¼r Ausgabe auf Web-Ausdruck, nÃ¶tig wegen IE */
	{
		background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Layoutelemente/Haeckchen_webprint.png') !important;
		margin-left: 8mm;
	}

	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;
	}

	select::-ms-expand	/* Web Print - Entfernt DropDown-Pfeil in Ausdruck IE10 und IE11*/
	{
		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.MCBreadcrumbsBox_0	/* Web Print */
	{
		display: none;
	}

	div.big_screen_only	/* Web Print - Ausgabe und Anzeige nur in der Webhelp auf Desktop/Laptop und tablet (Bildschirmbreite hÃ¶her 640px). Keine Ausgabe in Medium "Print" und "PDF".*/
	{
		display: initial;
	}

	div.small_screen_only	/* Web Print - Ausgabe und Anzeige nur in der Webhelp auf Mobile (portrait und landscape). Keine Ausgabe in Medium "Print".*/
	{
		display: 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: #000000 !important;
		text-decoration: none !important;
	}

	a:link	/* Web Print - Farbe eines Hyperlinks, in Print, Word und PDF ohne Farbe.*/
	{
		color: #000000 !important;
		text-decoration: none !important;
	}

	a:visited	/* Web Print */
	{
		color: #000000 !important;
		text-decoration: none !important;
	}

	a:hover	/* Web Print */
	{
		color: #000000 !important;
		text-decoration: none !important;
	}

	a:active	/* Web Print */
	{
		color: #000000 !important;
		text-decoration: none !important;
	}

	a:focus	/* Web Print */
	{
		color: #000000 !important;
		text-decoration: none !important;
	}

	a.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: #000000;
		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: #000000;
		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: #000000;
		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: #000000 !important;
		text-decoration: none !important;
	}

	a:link	/* PDF - Farbe eines Hyperlinks, in Print, Word und PDF ohne Farbe. */
	{
		color: #000000 !important;
		text-decoration: none !important;
	}

	a:visited	/* PDF */
	{
		color: #000000 !important;
		text-decoration: none !important;
	}

	a:hover	/* PDF */
	{
		color: #000000 !important;
		text-decoration: none !important;
	}

	a:active	/* PDF */
	{
		color: #000000 !important;
		text-decoration: none !important;
	}

	a:focus	/* PDF */
	{
		color: #000000 !important;
		text-decoration: none !important;
	}

	a.mediatarget	/* PDF - Target-Klasse fÃ¼r Verweise auf die Bildunterschriften */
	{
		position: initial;
		margin-top: initial;
	}

	a.MCHelpControl	/* PDF */
	{
		display: none;
	}

	a.weblink:link	/* PDF - FÃ¼r Links ausserhalb der Online-Hilfe.*/
	{
		color: #000000 !important;
		text-decoration: none !important;
	}

	a.weblink:visited	/* PDF - FÃ¼r Weblinks ausserhalb der root-Welt.*/
	{
		color: #000000 !important;
		text-decoration: none !important;
	}

	a.weblink:hover	/* PDF - FÃ¼r Weblinks ausserhalb der root-Welt.*/
	{
		color: #000000 !important;
		text-decoration: none !important;
	}

	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: #000000;
	}

	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: #000000;
	}

	Madcap|popupHead	/* PDF - Head Text Popup*/
	{
		color: #000000;
	}

	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: #FFFFFF;
		margin-bottom: 1.5em;
	}

	code	/* PDF */
	{
		font-family: 'Courier New';
	}

	kbd	/* PDF - Anzeige von Tastaturtasten.*/
	{
		border-radius: 4px;
		line-height: 121%;
		border-bottom-width: 1px;
		border: solid 1px #000000;
		background-repeat: no-repeat;
		font-family: 'Courier New';
	}

	Madcap|xref.bookmark	/* PDF - Fett, fÃ¼r Verweise im Fliesstext auf Bookmarks (Konfig, Felder usw.).*/
	{
		mc-format: '{paratext}';
		color: #000000;
		text-decoration: none;
		pointer-events: none;
		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: #000000;
		text-decoration: none;
		pointer-events: none;
	}

	Madcap|xref.Verweis_mit_Klammer	/* PDF - FÃ¼r Verweise, im Fliesstext stehen.*/
	{
		mc-format: '(siehe Â«{h1}Â», Seite {page})';
		color: #000000;
		text-decoration: none;
	}

	Madcap|xref.Verweis_mit_Klammer:before	/*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: #000000;
		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: #000000;
		text-decoration: none;
	}

	Madcap|xref.Erst_Verweis_mit_Klammer	/* PDF - Erster Link Bei gleichzeitigem Verweis auf mehrere Kapitel.*/
	{
		mc-format: '(siehe Â«{h1}Â», Seite {page}';
		color: #000000;
		text-decoration: none;
	}

	Madcap|xref.Erst_Verweis_mit_Klammer:before	/* 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: #000000;
		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: #000000;
		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: #000000;
		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: #000000;
		text-decoration: none;
	}

	Madcap|xref.Abschnitt_Klammer	/* PDF - Verweis auf Abschnitt mit Klammer*/
	{
		mc-format: '(siehe Abschnitt Â«{paratext}Â» auf Seite {page})';
		color: #000000;
		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: #000000;
		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: #000000;
		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: #000000;
		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: #000000;
		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: #000000;
		text-decoration: none;
	}

	Madcap|xref.Abb:before	/*Setzt automatisch Abstand vor Link.*/
	{
		content: ' ';
	}

	p.linie_seitenbreite_blue	/* PDF - Root-Blaue Linie, ganze Seitenbreite */
	{
		border-bottom: solid 3px;
		margin-bottom: 1em;
		font-size: 4pt;
		line-height: 1em;
	}

	p.linie_seitenbreite_black	/* PDF Schwarze Linie, ganze Seitenbreite */
	{
		border-bottom: solid 3px;
		margin-bottom: 1em;
		font-size: 4pt;
		line-height: 1em;
	}

	Madcap|tocProxy	/* PDF */
	{
		padding-left: 0px;
	}

	p.TOC2	/* PDF */
	{
		line-height: 1.5em;
		margin: 0;
		margin-left: 14px;
	}

	p.TOC3	/* PDF */
	{
		margin-top: 0em;
		line-height: 1.5em;
		margin-left: 27px;
	}

	Madcap|dropDownHotspot	/* PDF */
	{
		font-size: 14pt;
		line-height: 100%;
		padding-top: 1em;
	}

	td.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.Table_Fusszeile	/* PDF */
	{
		display: none;
	}

	div.big_screen_only	/* PDF - Ausgabe und Anzeige nur in der Webhelp auf Desktop/Laptop und tablet (Bildschirmbreite hÃ¶her 640px). Keine Ausgabe in Medium "Print".*/
	{
		display: none;
	}

	div.small_screen_only	/* PDF - Ausgabe und Anzeige nur in der Webhelp auf Mobile (portrait und landscape). Keine Ausgabe in Medium "Print".*/
	{
		display: none;
	}

	div.small_screen_footer	/* PDF - Ausgabe und Anzeige nur auf mobile (Bildschirmbreite kleiner 640px). Keine Ausgabe in Medium "Print".*/
	{
		display: none;
	}

	div.footer	/* PDF - Div fÃ¼r Fusszeile. Ausgabe und Anzeige nur in der Webhelp auf Desktop/Laptop und tablet (Bildschirmbreite hÃ¶her 640px). Keine Ausgabe in Medium "Print".*/
	{
		display: none;
	}

	div.screen_only	/* PDF - Ausgabe und Anzeige nur in der Webhelp auf Desktop/Laptop, tablet und smartphone. Keine Ausgabe in Medium "Print".*/
	{
		display: none;
	}

	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: #000000;
		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 #000000;
	}

	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: #000000;
		line-height: 1.5em;
		margin-top: 0em;
		margin: 0em;
		margin-bottom: 0.5em;
		font-size: 12pt;
	}

	p.clear	/* Word */
	{
		clear: both;
	}

	p.Einzug_Icon	/* Word - Spezieller Einzug nur fÃ¼r Print, da Einzug nicht automatisch funktiniert. */
	{
		margin-left: 70px;
	}

	p.subheading	/* Word */
	{
		font-size: 14pt;
		page-break-after: avoid;
		margin-bottom: 0.0em;
		page-break-before: avoid;
		clear: both;
		line-height: 1.2em;
		margin-bottom: 2pt;
		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: #000000 !important;
		text-decoration: none !important;
	}

	a:link	/* Word - Farbe eines Hyperlinks, in Print, Word und PDF ohne Farbe.*/
	{
		color: #000000 !important;
		text-decoration: none !important;
	}

	a:visited	/* Word */
	{
		color: #000000 !important;
		text-decoration: none !important;
	}

	a:hover	/* Word */
	{
		color: #000000 !important;
		text-decoration: none !important;
	}

	a:active	/* Word */
	{
		color: #000000 !important;
		text-decoration: none !important;
	}

	a:focus	/* Word */
	{
		color: #000000 !important;
		text-decoration: none !important;
	}

	a.mediatarget	/* Word - Target-Klasse fÃ¼r Verweise auf die Bildunterschriften */
	{
		position: initial;
		margin-top: initial;
	}

	a.MCHelpControl	/* Word */
	{
		display: none;
	}

	a.weblink:link	/* Word - FÃ¼r Links ausserhalb der Online-Hilfe.*/
	{
		color: #000000 !important;
		text-decoration: none !important;
	}

	a.weblink:visited	/* Word - FÃ¼r Weblinks ausserhalb der root-Welt.*/
	{
		color: #000000 !important;
		text-decoration: none !important;
	}

	a.weblink:hover	/* Word - FÃ¼r Weblinks ausserhalb der root-Welt.*/
	{
		color: #000000 !important;
		text-decoration: none !important;
	}

	img.img_Seitenbreite	/* Word */
	{
		width: 165mm;
	}

	img.img_Seitenb_Aufz	/* Word - FÃ¼r ganzsseitige Bilder, welche in einer AufzÃ¤hlung vorkommen. */
	{
		height: auto;
		width: 155mm;
		margin-left: 10mm;
	}

	table	/* Word */
	{
		max-width: 100%;
		margin-bottom: 1em;
		display: table;
	}

	table.Ausgabedaten	/* Word, Tabelle fÃ¼r die Ausgabedaten in Print-Output, bspw. Kurzanleitung */
	{
		max-width: 100%;
		margin-bottom: 0.5em;
	}

	table.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: #000000;
	}

	th.gedreht	/* Word */
	{
		vertical-align: middle;
	}

	td > p	/* Word */
	{
		color: #000000;
	}

	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: #000000;
	}

	Madcap|popupBody	/* Word - Body Text Popup*/
	{
		font-size: 10pt;
	}

	Madcap|dropDownHead	/* Word */
	{
		font-weight: bold;
		page-break-after: avoid;
		margin-bottom: 1.12em;
		padding-bottom: 0.25em;
		margin-top: 0em;
	}

	Madcap|dropDown	/* Word */
	{
		padding-top: 0em;
		padding-bottom: 0.25em;
		clear: both;
		/* LÃ¶st die vorherigen floats auf. Dies verhindert, das ein einzelner Buchstabe auf einer Linie zurÃ¼ck bleibt.*/
	}

	Madcap|dropDown.fliesstext	/* Word - FÃ¼r Dropdowns, welche um ein Fliesstext-Div sind. */
	{
		clear: none;
		/* LÃ¶st die vorherigen NICHT floats auf. */
	}

	Madcap|dropDown.FAQ	/* Word - DropDown fÃ¼r FAQ.*/
	{
		border-bottom: none;
		margin-bottom: 1.5em;
	}

	Madcap|dropDown.FAQ_colored	/* Word - DropDown fÃ¼r FAQ mit farbigem Hintergrund.*/
	{
		background-color: #FFFFFF;
		margin-bottom: 1.5em;
	}

	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 #000000;
		background-repeat: no-repeat;
		font-family: 'Courier New';
	}

	Madcap|xref.bookmark	/* Word - Fett, fÃ¼r Verweise im Fliesstext auf Bookmarks (Konfig, Felder usw.).*/
	{
		mc-format: '{paratext}';
		color: #000000;
		text-decoration: none;
		pointer-events: none;
		font-weight: bold;
	}

	Madcap|xref.Verweis_mit_Klammer	/* Word - FÃ¼r Verweise, im Fliesstext stehen.*/
	{
		mc-format: '(siehe Â«{h1}Â», Seite {page})';
		color: #000000;
		text-decoration: none;
	}

	Madcap|xref.Verweis_mit_Klammer_nopage	/*Word - FÃ¼r Verweise, im Fliesstext stehen. Kein Verweis auf Seite in Druckausgabe.*/
	{
		mc-format: '(siehe Â«{h1}Â»)';
		color: #000000;
		text-decoration: none;
	}

	Madcap|xref.Verweis	/* Word - FÃ¼r Verweise, welche alleine und nicht direkt im Fliesstext stehen.*/
	{
		mc-format: 'Siehe Â«{h1}Â», Seite {page}';
		color: #000000;
		text-decoration: none;
	}

	Madcap|xref.Erst_Verweis_mit_Klammer	/* Word - Erster Link Bei gleichzeitigem Verweis auf mehrere Kapitel.*/
	{
		mc-format: '(siehe Â«{h1}Â», Seite {page}';
		color: #000000;
		text-decoration: none;
	}

	Madcap|xref.Mitte_Verweis_mit_Klammer	/* Word - Mittlerer Link Bei gleichzeitigem Verweis auf mehrere Kapitel.*/
	{
		mc-format: 'Â«{h1}Â», Seite {page}';
		color: #000000;
		text-decoration: none;
	}

	Madcap|xref.Letzt_Verweis_mit_Klammer	/* Word - Zweiter Link Bei gleichzeitigem Verweis auf mehrere Kapitel.*/
	{
		mc-format: 'Â«{h1}Â», Seite {page})';
		color: #000000;
		text-decoration: none;
	}

	Madcap|xref.Abschnitt	/* Word - Verweis auf geÃ¤nderten Inhalt in UN.*/
	{
		mc-format: 'Abschnitt Â«{paratext}Â» auf Seite {page}';
		/*Reihenfolge anders als in Online-Ausgabe. Seite, dafÃ¼r keinen Verweis auf das Kapitel*/
		color: #000000;
		text-decoration: none;
	}

	MadCap|xref.Abschnitt_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: #000000;
		text-decoration: none;
	}

	Madcap|xref.Abschnitt_Klammer	/*Word - Verweis auf Abschnitt mit Klammer*/
	{
		mc-format: '(siehe Abschnitt Â«{paratext}Â» auf Seite {page})';
		color: #000000;
		text-decoration: none;
	}

	Madcap|xref.Abschnitt_same_Chapter	/* Word - Verweis auf Abschnitt in gleichem Kapitel.*/
	{
		mc-format: '(siehe Abschnitt Â«{paratext}Â»)';
		color: #000000;
		text-decoration: none;
	}

	Madcap|xref.Abschnitt_First_same_Chapter	/* Word - Erster Link Bei gleichzeitigem Verweis auf mehrere Abschnitte.*/
	{
		mc-format: '(siehe Â«{paratext}Â»';
		color: #000000;
		text-decoration: none;
	}

	Madcap|xref.Abschnitt_Middle_same_Chapter	/* Word - Mittlerer Link Bei gleichzeitigem Verweis auf mehrere Abschnitte.*/
	{
		mc-format: 'Â«{paratext}Â»';
		color: #000000;
		text-decoration: none;
	}

	Madcap|xref.Abschnitt_Last_same_Chapter	/* Word - Letzter Link bei gleichzeitigem Verweis auf mehrere Abschnitte.*/
	{
		mc-format: 'Â«{paratext}Â»)';
		color: #000000;
		text-decoration: none;
	}

	Madcap|xref.Abb	/* Word - Verweis auf Abbildungen*/
	{
		mc-format: '(siehe {paranumonly})';
		/*Gibt den Paragrafentext der Bildbeschreibung aus.*/
		color: #000000;
		text-decoration: none;
	}

	p.linie_seitenbreite_blue	/* Word - Root-Blaue Linie, ganze Seitenbreite */
	{
		border-bottom: solid 3px;
		margin-bottom: 1em;
		font-size: 4pt;
		line-height: 1em;
	}

	p.linie_seitenbreite_black	/* Word - Schwarze Linie, ganze Seitenbreite */
	{
		border-bottom: solid 3px;
		margin-bottom: 1em;
		font-size: 4pt;
		line-height: 1em;
	}

	Madcap|tocProxy	/* Word */
	{
		padding-left: 0px;
	}

	p.TOC2	/* Word */
	{
		line-height: 1.5em;
		margin: 0;
		margin-left: 14px;
	}

	p.TOC3	/* Word */
	{
		margin-top: 0em;
		line-height: 1.5em;
		margin-left: 27px;
	}

	Madcap|dropDownHotspot	/* Word */
	{
		font-size: 14pt;
		line-height: 100%;
		padding-top: 1em;
	}

	td.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.Table_Fusszeile	/* Word */
	{
		display: none;
	}

	div.big_screen_only	/* Word - Ausgabe und Anzeige nur in der Webhelp auf Desktop/Laptop und tablet (Bildschirmbreite hÃ¶her 640px). Keine Ausgabe in Medium "Print".*/
	{
		display: none;
	}

	div.small_screen_only	/* Word - Ausgabe und Anzeige nur in der Webhelp auf Mobile (portrait und landscape). Keine Ausgabe in Medium "Print".*/
	{
		display: none;
	}

	div.small_screen_footer	/* Word - Ausgabe und Anzeige nur auf mobile (Bildschirmbreite kleiner 640px). Keine Ausgabe in Medium "Print".*/
	{
		display: none;
	}

	div.footer	/* Word - Div fÃ¼r Fusszeile. Ausgabe und Anzeige nur in der Webhelp auf Desktop/Laptop und tablet (Bildschirmbreite hÃ¶her 640px). Keine Ausgabe in Medium "Print".*/
	{
		display: none;
	}

	div.screen_only	/* Word - Ausgabe und Anzeige nur in der Webhelp auf Desktop/Laptop, tablet und smartphone. Keine Ausgabe in Medium "Print".*/
	{
		display: none;
	}

	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;
	}

	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: #000000;
		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: #000000;
		background-color: transparent;
	}

	a.back-to-top
	{
		right: 50%;
		/* Shows the back-to-top button in the middle of screen */
	}

	a.button_filter_content	/* Tablet - button to filter content*/
	{
		margin-top: 0.5rem;
	}

	a.button_filter_content.first	/* Tablet */
	{
		margin-top: initial;
	}

	table.data_table	/* Tablet - Zeigt Scrollbalken bei grossen Tabellen auf tablet und mobile an.*/
	{
		overflow-x: auto;
	}

	th.gedreht	/* Tablet */
	{
		vertical-align: inherit;
	}

	div.button-group-container-left	/* Tablet - Buttons fÃ¼r Navigation auf Tablet und Mobile haben keinen Seitenumbruch */
	{
		width: 100%;
	}

	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	/* Div fÃ¼r SideTOC in TopNav Output */
	{
		margin-top: -0.2rem;
	}

	div.half	/* 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;
	}

	select.contentpicker	/* Mobile Portrait - GrÃ¶sse Control Auswahl anzuzeigender Inhalt FAQ, Kurzanleitungen*/
	{
		color: #FFFFFF;
		background-color: #004C93 !important;
		vertical-align: -webkit-baseline-middle;
		background: url('../../../../Grafik_Bibliothek/Sprachneutral/Icons_HTML_skin/Dropdown_arrow_down_white_bg_blue.png') no-repeat;
		background-position: right;
		-webkit-appearance: none;
		width: 99%;
	}

	/*p.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;
		margin-right: 0.15rem;
		/*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: #ffffff;
		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.text_top
	{
		/* Mobile Portrait - class for text that is placed above h1 with special information eg. disclaimer. */
		float: left;
	}

	p.red_background	/* Mobile Portrait */
	{
		background-color: #004b93;
	}

	p.brown_background	/* Mobile Portrait */
	{
		background-color: #004b93;
	}

	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: 20px;
		bottom: 20px;
		box-shadow: 1px 1px 1px #888888;
	}

	a.word	/* FÃ¼r Link auf Word-Datei.*/
	{
		margin-left: 18px;
		/* Abstand fÃ¼r Bild in Weblink:before.*/
	}

	a.word:before	/* Mobile Portrait - FÃ¼r Link auf Word-Datei.*/
	{
		width: 14px;
		height: 14px;
		margin-left: -18px;
	}

	a.excel	/* Mobile Portrait - FÃ¼r Link auf Excel-Datei.*/
	{
		margin-left: 18px;
		/* Abstand fÃ¼r Bild in Weblink:before.*/
	}

	a.excel:before	/* Mobile Portrait - FÃ¼r Link auf Excel-Datei.*/
	{
		width: 14px;
		height: 14px;
		margin-left: -18px;
	}

	a.pdf	/* Mobile Portrait - FÃ¼r Link auf PDF-Datei.*/
	{
		margin-left: 18px;
		/* Abstand fÃ¼r Bild in Weblink:before.*/
	}

	a.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;
	}

	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	/*Div fÃ¼r Videos, welche am Desktop aufgenommen worden sind.*/
	{
		margin-right: initial;
		margin-bottom: initial;
		margin-top: initial;
		float: initial;
	}

	/* 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: #000000;
		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: #000000;
	}

	span.dropDownHead	/* Mobile Portrait - fÃ¼r alle gÃ¼ltier Span fÃ¼r den Titel des DropDown.*/
	{
		color: #FFFFFF;
		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 */
	}

	div.MCBreadcrumbsBox_0	/* Mobile Portrait */
	{
		display: none;
	}

	table.data_table	/* Mobile Portrait */
	{
		overflow-x: auto;
		display: block;
		/* Zeigt Scrollbalken bei grossen Tabellen auf mobile an.*/
	}

	table.Table_Fusszeile	/* Mobile Portrait */
	{
		display: none;
	}

	a.MCHelpControl	/* Mobile Portrait */
	{
		display: none;
	}

	div.big_screen_only	/* Mobile Portrait - Ausgabe und Anzeige nur in der Webhelp auf Desktop/Laptop und tablet (Bildschirmbreite hÃ¶her 640px). Keine Ausgabe in Medium "Print".*/
	{
		display: none;
	}

	div.small_screen_only	/* Mobile Portrait - Ausgabe und Anzeige nur in der Webhelp auf Mobile (portrait und landscape). Keine Ausgabe in Medium "Print".*/
	{
		display: initial;
	}

	div.footer	/* Mobile Portrait - Div fÃ¼r Fusszeile. Ausgabe und Anzeige nur in der Webhelp auf Desktop/Laptop und tablet (Bildschirmbreite hÃ¶her 640px). Keine Ausgabe in Medium "Print".*/
	{
		display: none;
	}

	div.small_screen_footer	/* Mobile Portrait - Ausgabe und Anzeige nur auf mobile (Bildschirmbreite kleiner 640px). Keine Ausgabe in Medium "Print".*/
	{
		display: initial;
		clear: both;
		position: relative;
		bottom: 0;
		right: 0;
	}

	div.toggler_Einzug_HA	/* Mobile Portrait - FÃ¼r Toggler, welche innerhalb von Handlungsanweisungen angezeigt werden.*/
	{
		margin-left: 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;
		background-color: #9cc2e5;
		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 #ffffff !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 #ffffff !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;
	}

	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: #FFFFFF;
	}

	p[class="subheading topline"] .MCTextPopup_Open.MCTextPopupHotSpot_.MCTextPopupHotSpot_Popup	/*Mobile Portrait - Text PopUps werden in div.path ausgeblendet.*/
	{
		color: #FFFFFF;
	}

	p[class="subheading topline"] .popupHead.popupHeaddoubleunderline:link	/*Mobile Portrait - Text PopUps werden in div.path ausgeblendet. */
	{
		color: #FFFFFF;
	}

	/* p subheading */

	p[class="subheading"] .MCTextPopup_Closed.MCTextPopupHotSpot_.MCTextPopupHotSpot_Popup	/*Mobile Portrait - Text PopUps werden in div.path ausgeblendet. */
	{
		color: #FFFFFF;
	}

	p[class="subheading"] .MCTextPopup_Open.MCTextPopupHotSpot_.MCTextPopupHotSpot_Popup	/*Mobile Portrait - Text PopUps werden in div.path ausgeblendet.*/
	{
		color: #FFFFFF;
	}

	p[class="subheading"] .popupHead.popupHeaddoubleunderline:link	/*Mobile Portrait - Text PopUps werden in div.path ausgeblendet. */
	{
		color: #FFFFFF;
	}

	/* 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: #000000;
	}

	p[class="title"] .MCTextPopup_Open.MCTextPopupHotSpot_.MCTextPopupHotSpot_Popup	/*Mobile Portrait - Text PopUps werden in div.path ausgeblendet.*/
	{
		text-decoration: none;
		border-bottom: none;
		color: #000000;
	}

	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: #000000;
	}

	div.card p.subheading	/* Mobile Portrait - p.subheading in card wird "normal" angezeigt.*/
	{
		background-color: transparent;
		color: #000000;
		padding-left: initial;
	}
}

/* End Mobile Portrait - Media query fÃ¼r Mobile Portrait-Output.*/
/* Start IE Spezial-Mediabereich - Media query fÃ¼r fÃ¼r Internet Explorer 10 und 11.*/

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) /*Spezial-Mediabereich für Internet Explorer 10 und 11 */
{
    a.word:before /*IE Spezial-Mediabereich - Link auf Word-Datei.*/ {
        margin-left: -40px;
    }

    a.excel:before /*IE Spezial-Mediabereich - Für Link auf PDF-Datei.*/ {
        margin-left: -40px;
    }

    a.pdf:before /*IE Spezial-Mediabereich - Für Link auf PDF-Datei.*/ {
        margin-left: -40px;
    }

    a.download:before /*IE Spezial-Mediabereich - Für Link auf Download-Verzeichnis.*/ {
        margin-left: -40px;
    }

    a.druck:before /*IE Spezial-Mediabereich - Für Link, welcher direkt das Druckfenster öffnet.*/ {
        margin-left: -40px;
    }

    a.weblink:after /*IE Spezial-Mediabereich*/ {
        margin-left: -34px;
        height: 14px;
        width: 14px;
    }

    ol {
        overflow: hidden; /*IE Spezial-Mediabereich - Styling OL in Edge*/
    }

    li.handlungsanweisung /*IE Spezial-Mediabereich Spezial-Mediabereich*/ {
        list-style-position: outside;
    }

    li.unter_handlungsanweisung /*IE Spezial-Mediabereich*/ {
        display: -ms-grid;
    }

    li.bullet_point /*IE Spezial-Mediabereich*/ {
        display: -ms-grid; /*Ermöglicht wrap around content */
    }

        li.bullet_point.last /*IE Spezial-Mediabereich*/ {
            display: -ms-grid; /*Ermöglicht wrap around content */
        }

        li.bullet_point.eng /*IE Spezial-Mediabereich*/ {
            display: -ms-grid; /*Ermöglicht wrap around content */
        }

    li.checkbox /*IE Spezial-Mediabereich*/ {
        display: -ms-grid; /*Ermöglicht wrap around content */
    }

        li.checkbox.eng /*IE Spezial-Mediabereich*/ {
            display: -ms-grid; /*Ermöglicht wrap around content */
        }

        li.checkbox.last /*IE Spezial-Mediabereich*/ {
            display: -ms-grid; /*Ermöglicht wrap around content */
        }

    li.unter_resultat /*IE Spezial-Mediabereich*/ {
        display: -ms-grid;
    }

    li.resultat /*IE Spezial-Mediabereich*/ {
        display: -ms-grid; /*Ermöglicht wrap around content */
        margin-left: 0.6rem;
    }

        li.resultat.eng /*Resultat ohne margin bottom - wenn mehrere Resultate aufgeführt werden: Für alle Resultate ausser dem letzen. */ {
            margin-bottom: auto;
        }

    li.alphabetisch /*IE Spezial-Mediabereich*/ {
        list-style-position: inside;
        margin-left: auto;
    }

        li.alphabetisch.fett /*IE Spezial-Mediabereich*/ {
            list-style-position: inside;
            margin-left: auto;
        }

    li.roman_big /*IE Spezial-Mediabereich*/ {
        margin-left: auto;
        list-style-position: inside;
    }


    div.topline:before /*IE Spezial-Mediabereich*/ {
        display: -ms-grid;
    }

    .dropDown.dropDowntopline::before /*IE Spezial-Mediabereich*/ {
        display: -ms-flexbox;
    }

    .dropDown.dropDownfunction::before /*IE Spezial-Mediabereich*/ {
        display: -ms-flexbox;
    }

    .MCTextPopup_Closed.MCTextPopupHotSpot_.MCTextPopupHotSpot_Popup /*IE Spezial-Mediabereich - Styling default Glossary-Einträge, welche im entsprechenden Glossar abgelegt sind.*/ {
        font-weight: normal;
    }

    .MCTextPopup_Open.MCTextPopupHotSpot_.MCTextPopupHotSpot_Popup /*IE Spezial-Mediabereich - Styling default Glossary-Einträge, welche im entsprechenden Glossar abgelegt sind.*/ {
        font-weight: normal;
    }

    div.Fliesstext.fuenftel.margin_r /*IE Spezial-Mediabereich - Div für Inhalt, welcher nur 1/5 Seite breit sein darf mit margin rechts, wenn Bild in OL.*/ {
        margin-right: 1rem;
    }

    div.Fliesstext.drittel.margin_r /*IE Spezial-Mediabereich - Div für Inhalt, welcher nur 1/3 Seite breit sein darf mit margin rechts, wenn Bild in OL.*/ {
        margin-right: 1rem;
    }

    div.Fliesstext.halb.margin_r /*IE Spezial-Mediabereich - Div für Inhalt, welcher nur 1/2 Seite breit sein darf mit margin rechts, wenn Bild in OL.*/ {
        margin-right: 1rem;
    }

    div.Fliesstext.zweidrittel.margin_r /*IE Spezial-Mediabereich - Div für Inhalt, welcher nur 2/3 Seite breit sein darf mit margin rechts, wenn Bild in OL.*/ {
        margin-right: 1rem;
    }

    div.video_drittel_Seite.margin_r /*IE Spezial-Mediabereich - Div für Videos, 1/3 der Anzeige ausfüllen mit margin rechts, wenn Video in OL.*/ {
        margin-right: 1rem;
    }

    div.video_halbe_Seite.margin_r /*IE Spezial-Mediabereich - Div für Videos, 1/2 der Anzeige ausfüllen mit margin rechts, wenn Video in OL.*/ {
        margin-right: 1rem;
    }

    div.video_zweidrittel_Seite.margin_r /*IE Spezial-Mediabereich - Div für Videos, 2/3 der Anzeige ausfüllen mit margin rechts, wenn Video in OL.*/ {
        margin-right: 1rem;
    }

    /*MadCap Slideshow*/
    .mc-wrapper .mc-prev /* IE Spezial-Mediabereich - Button to show prevous  slide */ {
        background-size: 1.8rem;
    }

    .mc-wrapper .mc-next /* IE Spezial-Mediabereich - Button to show next slide */ {
        background-size: 1.8rem;
    }

    .MCTextPopup_Closed.MCTextPopupHotSpot_.MCTextPopupHotSpot_Popup /*IE Spezial-Mediabereich - Styling default Glossary-Einträge, welche im entsprechenden Glossar abgelegt sind.*/ {
        text-decoration: underline;
        border-bottom: 1px;
        border-bottom-style: solid;
        border-bottom-color: #000000;
    }

        .MCTextPopup_Closed.MCTextPopupHotSpot_.MCTextPopupHotSpot_Popup:hover /*IE Spezial-Mediabereich - Styling hover über default Glossary-Einträge, welche im entsprechenden Glossar abgelegt sind.*/ {
            text-decoration: underline;
            border-bottom: 1px;
            border-bottom-style: solid;
            border-bottom-color: #000000;
        }

    .MCTextPopup_Open.MCTextPopupHotSpot_.MCTextPopupHotSpot_Popup /*IE Spezial-Mediabereich - Styling default Glossary-Einträge, welche im entsprechenden Glossar abgelegt sind.*/ {
        text-decoration: underline;
        border-bottom: 1px;
        border-bottom-style: solid;
        border-bottom-color: #000000;
    }

        .MCTextPopup_Open.MCTextPopupHotSpot_.MCTextPopupHotSpot_Popup:hover /*IE Spezial-Mediabereich - Styling hover über default Glossary-Einträge, welche im entsprechenden Glossar abgelegt sind.*/ {
            text-decoration: underline;
            border-bottom: 1px;
            border-bottom-style: solid;
            border-bottom-color: #000000;
        }

    .popupHead.popupHeaddoubleunderline /*IE Spezial-Mediabereich - Hinweis auf TextPopup doppelt unterstrichen*/ {
        text-decoration: underline;
        border-bottom: 1px;
        border-bottom-style: solid;
        border-bottom-color: #000000;
    }

        .popupHead.popupHeaddoubleunderline.popupHeadvideo /*IE Spezial-Mediabereich - Selector für Hinweis auf TextPopup doppelt unterstrichen mit Video */ {
            display: inline;
        }

            .popupHead.popupHeaddoubleunderline.popupHeadvideo:before /*IE Spezial-Mediabereich - Selector für Hinweis auf TextPopup doppelt unterstrichen mit Video */ {
                margin-left: -36px;
                position: absolute;
            }

        .popupHead.popupHeaddoubleunderline.popupHeadimg /*IE Spezial-Mediabereich - Selector für Hinweis auf TextPopup doppelt unterstrichen mit Video */ {
            display: inline;
        }

            .popupHead.popupHeaddoubleunderline.popupHeadimg:before /*IE Spezial-Mediabereich - Selector für Hinweis auf TextPopup doppelt unterstrichen mit Bild */ {
                margin-left: -36px;
                position: absolute;
            }
    table.full_width /* IE Spezial-Mediabereich - Stretches Table to full width */ {
        width: auto;
    }
    div.table.full_width /* IE Spezial-Mediabereich - Stretches Table to full width */ {
        width: auto;
    }
		.xref.xrefbookmark_initial /* IE Spezial-Mediabereich - bookmarks with initial size borders*/ {
    color: #000000;
    text-decoration: none;
    pointer-events: none;
}
}

@supports (-ms-ime-align:auto) /* @media Edge - Nun also auch für EDGE noch eine separate Media-query, thank you M$ */ {

    ol {
        overflow: hidden; /*Edge - Styling OL in Edge*/
    }

    li.handlungsanweisung /*Edge - Position Handlungsanweisung in Edge*/ {
        list-style-position: outside;
    }

    .MCTextPopup_Closed.MCTextPopupHotSpot_.MCTextPopupHotSpot_Popup /*Edge - Styling default Glossary-Einträge, welche im entsprechenden Glossar abgelegt sind.*/ {
        text-decoration: underline;
        border-bottom: 1px;
        border-bottom-style: solid;
        border-bottom-color: #000000;
    }

        .MCTextPopup_Closed.MCTextPopupHotSpot_.MCTextPopupHotSpot_Popup:hover /*Edge - Styling hover über default Glossary-Einträge, welche im entsprechenden Glossar abgelegt sind.*/ {
            text-decoration: underline;
            border-bottom: 1px;
            border-bottom-style: solid;
            border-bottom-color: #000000;
        }

    .MCTextPopup_Open.MCTextPopupHotSpot_.MCTextPopupHotSpot_Popup /*Edge - Styling default Glossary-Einträge, welche im entsprechenden Glossar abgelegt sind.*/ {
        text-decoration: underline;
        border-bottom: 1px;
        border-bottom-style: solid;
        border-bottom-color: #000000;
    }

        .MCTextPopup_Open.MCTextPopupHotSpot_.MCTextPopupHotSpot_Popup:hover /*Edge - Styling hover über default Glossary-Einträge, welche im entsprechenden Glossar abgelegt sind.*/ {
            text-decoration: underline;
            border-bottom: 1px;
            border-bottom-style: solid;
            border-bottom-color: #000000;
        }

    .popupHead.popupHeaddoubleunderline /*Edge - Hinweis auf TextPopup doppelt unterstrichen*/ {
        text-decoration: underline;
        border-bottom: 1px;
        border-bottom-style: solid;
        border-bottom-color: #000000;
    }

    div.Fliesstext.fuenftel.margin_r /*Edge - Div für Inhalt, welcher nur 1/3 Seite breit sein darf mit margin rechts, wenn Bild in OL.*/ {
        margin-right: 1rem;
    }

    div.Fliesstext.drittel.margin_r /*Edge - Div für Inhalt, welcher nur 1/2 Seite breit sein darf mit margin rechts, wenn Bild in OL.*/ {
        margin-right: 1rem;
    }

    div.Fliesstext.halb.margin_r /*Edge - Div für Inhalt, welcher nur 1/3 Seite breit sein darf mit margin rechts, wenn Bild in OL.*/ {
        margin-right: 1rem;
    }

    div.Fliesstext.zweidrittel.margin_r /*Edge - Div für Inhalt, welcher nur 1/2 Seite breit sein darf mit margin rechts, wenn Bild in OL.*/ {
        margin-right: 1rem;
    }

    div.video_drittel_Seite.margin_r /*Edge - Div für Videos, 1/3 der Anzeige ausfüllen mit margin rechts, wenn Video in OL.*/ {
        margin-right: 1rem;
    }

    div.video_halbe_Seite.margin_r /*Edge - Div für Videos, 1/2 der Anzeige ausfüllen mit margin rechts, wenn Video in OL.*/ {
        margin-right: 1rem;
    }

    div.video_zweidrittel_Seite.margin_r /*Edge - Div für Videos, 2/3 der Anzeige ausfüllen mit margin rechts, wenn Video in OL.*/ {
        margin-right: 1rem;
    }
}
{
	
}

