﻿/*<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)
*/

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 */
}


p.index_link
{
text-align: center;
margin-top: 0.5rem;
color: #000;
font-size: 0.9rem;
}

p.weblink::after /* Für Links ausserhalb der Online-Hilfe.*/ {
    content: "";
    background-size: cover;
    position: absolute;
    width: 0.75rem;
    height: 0.75rem;
    margin-top: 0.4rem;
    margin-left: 0.1rem;
    background-image: url('../../../../Grafik_Bibliothek/Sprachneutral/Layoutelemente/Weblink.svg');
}

.row.nav-search	/* Blendet Suchfeld in Top-Navigation auf Starseite aus */
{
	display: none;
}

div.index_link_box
{
overflow: auto;
margin-top: 2rem;
margin-bottom: 2rem;
display: flex;
}

div.index_link_box.center
{
justify-content: center;
}

div.index_link_box.additional_box
{
margin-top: initial;
}

div.index_link
{
	height: 8rem;
	float: left;
	margin: 1rem;
}

div.index_link_img
{
display: flex;
justify-content: center;
}

div.additional_box /* div around important services on index page */
{
margin-bottom: initial;
}

div.important_help_topics /* div around important help topics on index page */
{
	margin-bottom: 2rem;
}

div.release_info /* div around output info on index page */
{
	margin-bottom: 2rem;
	padding-bottom: 1rem;
}

img.index_link
{
	height: 4rem;
}

a.index_link:link
{
	color: #333333;
	text-decoration: none;
}

a.index_link:hover	/* Für Weblinks ausserhalb der root-Welt.*/
{
    color: initial;
    text-decoration: underline;
    background-color: initial;
}

a.index_link:visited
{
    color: initial;
    text-decoration: underline;
    background-color: initial;
}

a.index_link:active
{
    color: initial;
    text-decoration: underline;
    background-color: initial;
}


a.back-to-top {
   display: none !important;
}



@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)
{

.body-container {
    margin-bottom: 8rem;
}

p.title_index { /* Mobile Portrait - Paragraf für Title in Online-Hilfe. Nicht für Druckausgabe! */
    font-size: 2rem;
    margin-top: 15%;
}
	
div.index_link_box {
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: block;
}

div.index_link {
    width: 8rem;
    margin: 0.25rem;
}

nav.tab-bar /* height of top bar */ {
    height: 3.5rem;
}
}

/* Mobile Portrait */

@media only screen and (max-device-width: 640px) and (orientation: landscape)
{
	p.title_index
	{
		margin-top: initial;
		/* Mobile Landscape */
	}
	
}

/* Mobile Landscape */