@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);
/*<meta conditions="Bibliothek/Sprache.Deutsch" />*/

/*
// Creation date: 20170330
// Author: Patrick Roth (rpa@root.ch)
// Rules for defining colors: Use HEX, then RGB (root-blue: HEX=#004C93, RGB=0,76,147, CMYK=100,48,0,42)

<meta fileTags="File Tags/MetadatenDokumentenquelle.Bibliothek,File Tags/MetadatenPerigon.Perigon Agro,File Tags/MetadatenPerigon.Perigon Homecare" />*/

p.title_index	/* Paragraf für Title in Online-Hilfe. Nicht für Druckausgabe! */
{
	font-weight: bold;
	font-size: 2.5rem;
	Text-align: center;
	margin-top: 1rem;
	margin-bottom: 2rem;
	line-height: normal;
	word-break: break-word;
	mc-disable-glossary-terms: true; /* Disables hint to glossary terms in this class */
}

.row.nav-search	/* Blendet Suchfeld in Header auf Starseite aus */
{
	display: none;
}

MadCap|popupHead.searchhelp	/*Für PopupHead, welcher über ein Bild geöffnet wird, meist i oder ? Symbol*/
{
	font-weight: bold;
}

.popupHead.popupHeadsearchhelp:link
{
	background-color: transparent;
	color: #004C93;
}

.popupHead.popupHeadsearchhelp:hover
{
	color: #004C93;
	background-color: transparent !important;
}

.popupHead.popupHeadsearchhelp:after
{
	background-image: none;
}

@media only screen and (max-device-width: 1280px)
{
	p.title_index	/* Tablet - Paragraf für Title in Online-Hilfe. Nicht für Druckausgabe! */
	{
		margin-top: initial;
		margin-bottom: initial;
	}
}

/* Tablet */

@media only screen and (max-device-width: 640px)
{
	p.title_index	/* Mobile Portrait - Paragraf für Title in Online-Hilfe. Nicht für Druckausgabe! */
	{
		font-size: 2rem;
		margin-top: 15%;
	}
}

/* Mobile Portrait */

@media only screen and (max-device-width: 640px) and (orientation: landscape)
{
	p.title_index
	{
		margin-top: initial;
		/* Mobile Landscape */
	}
}

/* Mobile Landscape */
