@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);
/*<meta conditions="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;
}

.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;
}

.popupHead.popupHeadsearchhelp:after
{
	background-image: none;
}

@media only screen and (max-device-width: 1280px) /* Tablet */
{

p.title_index /* Tablet - Paragraf für Title in Online-Hilfe. Nicht für Druckausgabe! */
{
	margin-top: initial;
	margin-bottom: initial;
}

}

@media only screen and (max-device-width: 640px) /* Mobile Portrait */
{

p.title_index /* Mobile Portrait - Paragraf für Title in Online-Hilfe. Nicht für Druckausgabe! */
{
	font-size: 2rem;
	margin-top: 15%;
}

}

@media only screen and (max-device-width: 640px) and (orientation: landscape) /* Mobile Landscape */
{

p.title_index
{
margin-top: initial; /* Mobile Landscape */
}

}
