@charset "utf-8";
/* Disleksija */

a#nonimpaired {
display: block;
}
a#impaired {
display: none;
}


a#nondyslexic {
display: none;
}
a#dyslexic {
display: block;
color: #fff;
background-color: #385272;
}





@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-SemiboldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-BoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Open Sans Condensed';
    src: url('../fonts/OpenSans-CondLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans Condensed';
    src: url('../fonts/OpenSans-CondLightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Open Sans Condensed';
    src: url('../fonts/OpenSans-CondBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

html {
font-size: 18px;
}


body {
font-family: 'Open Sans';
font-weight: 400;
line-height: 1.8;
}

.search_results h1, 
footer, 
.cite,
.search-pagination,
.noresults .com-finder__explained,
.noresults_label,
#navmain,
footer,
.inputfield,
.autor,
.search_summary,
.pagination,
.categories,
.article-info,
article h1,
.blogpage h1,
article h2,
article h3,
.caption,
.pagenav,
article .jump_menu a,
.cite,
.imprint {
font-family: 'Open Sans';
}

#navmain, .pagenav, footer, .cite {
font-size: 16px;
}
a#navmainswitch {
font-size: 20px;
}
#navmain h3 {
font-size: 20px;
}

.langnav {
font-weight: 500;
}

.blog_item .intro h3 {
font-family: 'Open Sans';
font-size: 18px;
}
.blog_item .intro {
line-height: 1.6;
}

article {
line-height: inherit;
}
.article-info {
font-size: 16px;
line-height: 1.6;
}

article h1,
.search_results h1 {
font-size: 26px;
font-weight: 700;
}
article h2,
article h3, .pagenav {
font-weight: 600;
}

article h2 {
font-size: 22px;
}
article h3 {
font-size: 20px;
}
.autor {
font-size: 16px;
font-weight: 600;
}


em {
font-style: normal;
font-weight: 600;
}

.search-pagination,
.noresults_label,
.noresults .com-finder__explained {
font-size: 16px;
}

.caption {
font-size: 16px;
line-height: inherit;
}

