@charset "UTF-8";

/*
||||||||||||||||||||||||||||
||||||||||||||||||||||||||||
FONTS
||||||||||||||||||||||||||||
||||||||||||||||||||||||||||
*/

body{
font-family: 'Titillium Web', sans-serif;
margin:0;
font-weight: 400;
color: #333;
font-size: 0.9rem;
line-height: 1.2rem;
}
p {
margin: 0.6em 0;
}
b{
	font-weight: 600;
}
a:active,
a.active{
color: #E31916;
}
.colorRed{
	color: #E31916;
}

h1, h2, h3, h4{
font-family: 'Titillium Web', sans-serif;
font-weight: 600;
}

h1{
font-size: 1.1rem;
}

.menuLink{
text-transform: uppercase;
font-size: 0.9rem;
}
.menuLink:active{
background-color: white;
}
.menuLink[data-slug="Keywo"],
.menuLink[data-slug="Docum"]{
font-weight: 600;
}
.listLink{
font-size: 1rem;
}
.listLink.level1 {/*
text-transform: uppercase;*/
font-weight: 600;
}

div#userPath{
line-height: 1.6rem;

text-align: center;
font-size: 0.9rem;
font-weight: 600;
color: #333;
}

span.childCounter{
font-size: 1rem;
color: #444;
font-weight: 600;
text-align: right;
}

#filterSearch input {
font-weight: 400;
font-size: 0.8rem;
}
.mainFooter {
text-align: center;
font-size:0.75rem;
font-weight: 400;
}

.tabNavigation a {
font-weight: 600;
font-size: 0.8rem;
}

.paragraphDocument a,
.similarWording a,
.relatedKeyword a{
	font-weight: 400;
border-bottom: 1px solid #2489ce;
padding-bottom: 1px;
font-size: 0.85rem;
color: #2489ce;
line-height: 1.4rem;
}
.paragraphDocument,
.relatedKeyword{
color: #2489ce;
}
.toggleNext {
font-size: 0.8rem;
text-transform: uppercase;
}
