@charset "utf-8";
/* CSS Document */

@font-face {
font-family: 'Nimbus';
src: url('../fonts/Nimbus-regular.woff') format('woff');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Nimbus';
src: url('../fonts/Nimbus-italic.woff') format('woff');
font-weight: 400;
font-style: italic;
}
@font-face {
font-family: 'Nimbus';
src: url('../fonts/Nimbus-bold.woff') format('woff');
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'Nimbus';
src: url('../fonts/Nimbus-bolditalic.woff') format('woff');
font-weight: 700;
font-style: italic;
}


@font-face {
font-family: 'Roboto';
src: url('../fonts/Roboto-Thin.woff') format('woff');
font-weight: 200;
font-style: normal;
}
@font-face {
font-family: 'Roboto';
src: url('../fonts/Roboto-Light.woff') format('woff');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'Roboto';
src: url('../fonts/Roboto-Regular.woff') format('woff');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Roboto';
src: url('../fonts/Roboto-Italic.woff') format('woff');
font-weight: 400;
font-style: italic;
}
@font-face {
font-family: 'Roboto';
src: url('../fonts/Roboto-Medium.woff') format('woff');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'Roboto';
src: url('../fonts/Roboto-MediumItalic.woff') format('woff');
font-weight: 500;
font-style: italic;
}
@font-face {
font-family: 'Roboto';
src: url('../fonts/Roboto-Bold.woff') format('woff');
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'Roboto';
src: url('../fonts/Roboto-BoldItalic.woff') format('woff');
font-weight: 700;
font-style: italic;
}




@font-face {
font-family: 'RobotoCondensed';
src: url('../fonts/RobotoCondensed-Regular.woff') format('woff');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'RobotoCondensed';
src: url('../fonts/RobotoCondensed-Italic.woff') format('woff');
font-weight: 400;
font-style: italic;
}
@font-face {
font-family: 'RobotoCondensed';
src: url('../fonts/RobotoCondensed-Bold.woff') format('woff');
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'RobotoCondensed';
src: url('../fonts/RobotoCondensed-BoldItalic.woff') format('woff');
font-weight: 700;
font-style: italic;
}



@font-face {
font-family: 'Icomoon';
src: url('../fonts/icomoon6.woff') format('woff');
font-weight: normal;
font-style: normal;
}

[class*="icon"],
*::before,
*::after {
font-family: 'icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal !important;
font-variant: normal;
text-transform: none;
/*line-height: 1;*/
}


html {
height: 100%;
box-sizing: border-box;
font-size: 21px;
}

*, *::before, *::after {
box-sizing: inherit;
}


body {
min-height: 100vh;
margin: 0;
padding: 0;
font-family: 'Nimbus', serif;
font-weight: 400;
color: #000;
hyphens: manual;
background-color: #333;
}

/*** main containers ***/

.wrapper {
max-width: 1920px;
margin: 0 auto;
min-height: 100vh;
display: grid;
background-color: #fff;
}

.content {
display: grid;
grid-template-rows: auto 1fr auto;
}

header {
font-family: "Roboto";
}

main {
position: relative;
display: grid;
grid-template-columns: 4fr 1.5fr;
gap: 1px;
}

.page_content {
display: grid;
grid-template-rows: auto 1fr auto;
padding: 50px 40px;
background-color: #e1e1e1;
min-height: 600px;
}

/*.search_results .page_content {
grid-template-rows: 1fr auto;
}*/

.search_results h1 {
margin: 0 0 40px;
font-family: "Roboto";
font-size: 1.286rem;
font-weight: 500;
line-height: normal;
}
.endora-searchform {
display: none;
}
.search_results .article_container {
grid-template-columns: auto;
}
/*.blog_item .intro .result-description {
font-size: 18px;
line-height: 1.3;
}*/
.search-pagination {
margin: 40px 0 0;
font-family: "Roboto";
font-size: 0.813rem;
font-weight: 500;
line-height: normal;
}
nav.pagination__wrapper ul {
list-style: none;
display: flex;
flex-flow: row wrap;
gap: 10px;
margin: 20px 0;
padding: 0;
padding: 20px 0 0;
border-top: 1px dotted #666;
}
.page-item a {
display: block;
width: 40px;
height: 40px;
line-height: 40px;

text-decoration: none;
outline: none;
text-align: center;
color: #fff;
background-color: #385272;
border-radius: 4px;
}

.page-item a:hover {
background-color: #168AE9;
}
.active.page-item a {
color: #fff;
background-color: #000;
}
.page-item a.inactive {
background-color: #999;
}
.page-item a:hover {
color: #fff;
}
.noresults {
display: flex;
flex-flow: column;
gap: 20px;
}
.noresults .com-finder__explained {
order: 2;
font-family: "Roboto";
font-size: 0.875rem;
line-height: normal;
}
.noresults_label {
margin: 0;
font-family: "Roboto";
font-size: 0.875rem;
line-height: normal;
}






#navmain {
/*min-width: 340px;*/
background-color: #D7EBFF;
padding: 60px 40px;
font-family: "Roboto";
/*font-size: 17px;*/
font-size: 0.810rem;
}

footer {
padding: 30px 50px 60px 40px;
font-family: "Roboto";
font-size: 0.762rem;
font-weight: 400;
}
.footer_left {
margin-bottom: 10px;
}


/*** end main containers ***/




/*** standard tags ***/

a {
color: #385272;
text-decoration: none;
}

.site_title a:hover {
color: #000;
}
article a {
text-decoration: underline;
}
article a:hover {
color: #168AE9;
}


aside a {
color: #fff;
text-decoration: none;
}
aside a:hover {
color: #dadada;
}


footer a:hover {
color: #000;
}

img {
display: block;
border: none;
width: auto;
height: auto;
max-width: 100%;
}

p {
margin: 1em 0;
}
p.halfspace {
margin: 1em 0 0.25em;
}
p.nospace {
margin: 0;
}

sup {
font-size: 0.714rem;
}
/*** end standard tags ***/



.header_container {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
align-items: flex-end;
padding: 40px 40px 30px;
}
.home .header_container {
padding: 30px 40px;
}

.site_title {
font-family: "Roboto";
font-weight: 500;
line-height: 1;
display: flex;
flex-flow: row nowrap;
align-items: center;
transition: all 0.5s ease;
}
.logo {
}
.logo img {
margin-right: 15px;
filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .3));
}

.title div:first-child {
font-size: 30px;
/*font-size: 1.429em;*/
}
.title div:last-child {
/*font-size: 18px;*/
font-size: 15px;
font-weight: 400;
color: #737A7D;
margin-top: 15px;
/*margin-top: 0.714rem;*/
padding-bottom: 3px;
}
.title p:first-child {
margin: 0 0 5px;
}
.title p:last-child {
margin: 0;
}


.mast {
position: relative;
}
/*.mast img {
width: 100%;
}*/

.home .site_title {
display: block;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
padding: 40px 40px 100px;
text-align: center;
line-height: normal;
/*text-shadow: 0px 6px 6px rgba(0, 0, 0, 0.8);*/
z-index: 10;
}
.home h1 {
margin: 0 auto;
font-size: 60px;
font-weight: 400;
color: #fff;
line-height: 1.2;
filter: drop-shadow(0 6px 6px rgba(0, 0, 0, 0.8));
}
.home .site_subtitle div {
font-size: 20px;
font-weight: 400;
color: #fff;
text-align: center;
filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.8));
}
.home .site_subtitle img {
display: block;
/*width: 80px;
width: 2.344vw;
max-width: 46px;
min-width: 26px;*/
margin: 25px auto 30px;
filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .8));
}



.header_right {
flex: 1;
display: flex;
justify-content: flex-end;
align-items: center;
}

.header_right_right {
display: flex;
justify-content: flex-end;
align-items: center;
}

/*** search ***/

#searchswitch {
display: none;
padding: 0 15px 0 12px;
font-size: 16px;
line-height: 42px;
font-weight: 500;
border: 1px solid #365772;
border-radius: 3px;
}
#searchswitch::before {
content: "\e916";
display: inline-block;
font-size: 24px;
/*padding-right: 6px;*/
vertical-align: top;
}

#searchswitch.search_off::before {
content: "\e921";
}


.search_inner {
display: flex;
flex-flow: row nowrap;
margin-left: 50px;
}
.home .search_inner {
margin: 0;
}






#as_container {
display: none;
padding: 30px 40px;
font-size: 16px;
line-height: 1;
color: #fff;
background-color: #385272;
/*background-color: #D7EBFF;
border-bottom: 1px solid #fff;*/
}
.tag-group {
display: flex;
flex-flow: row wrap;
gap: 10px;
}
#as_container a {
display: inline-block;
padding: 8px 12px;
background-color: #4D709B;
border-radius: 3px;
color: #fff;
white-space: nowrap;
}
/*.jfilters-filter-header::after {
content: "Suzi pretragu";
}*/

.jfilters-filter-header button {
display: none;
}

.jfilters-filter-list {
display: flex;
flex-flow: row wrap;
gap: 10px;
margin: 0;
padding: 0;
list-style-type: none;
}

#as_container a.jfilters-item-link--clear {
padding: 8px 12px 8px 8px;
background: #B30000;
margin-top: 18px;
}
#as_container a:hover {
background: #000;
}

#as_container a.jfilters-item-link.jfilters-item-link--selected {
background: #000;
}


.jfilters-item-link--clear::before {
content: "\e93c";
display: block;
float: left;
margin-right: 3px;
vertical-align: middle;
}
.refine-search {
font-size: 16px;
font-weight: 500;
line-height: 1;
margin: 0 0 18px;
}
.refine-search-2 {
font-size: 16px;
font-weight: 500;
line-height: 1;
margin: 18px 0;
}


/*.as_content {
display: flex;
flex-flow: row wrap;
margin: 0 -20px;
}
.field {
flex: 1 1 33.33%;
min-width: 320px;
padding: 20px;
}

.as_content label {
display: block;
margin-bottom: 8px;
font-size: 14px;
text-transform: uppercase;
}
.as_content select {
width: 100%;
height: 40px;
padding: 0 10px;
font-family: 'Roboto', sans-serif;
font-size: 16px;
font-weight: 500;
line-height: 40px;
color: #444;
background-color: #fff;
border: none;
}
.advanced_submit {
padding-top: 20px;
display: flex;
justify-content: space-between;
}
.advanced_submit input {
height: 38px;
font-family: 'Roboto', sans-serif;
font-size: 15px;
font-weight: 700;
line-height: 38px;
color: #fff;
padding: 0 20px;
text-align: center;
text-transform: uppercase;
background-color: #5785d0;
border: none;
border-radius: 3px;
cursor: pointer;
}
.advanced_submit input:hover {
color: #fff;
background-color: #2C3E54;
}*/








.form_container {
height: 44px;
}

.searchbox {
width: 280px;
position: relative;
background-color: #fff;
border: 1px solid #A6A6A6;
border-radius: 3px;
}

.inputfield {
width: 100%;
padding: 0 50px 0 15px;
background-color: transparent;
border: none;
font: 400 16px/42px 'Roboto', sans-serif;
/*color: #999;*/
}
.inputfield:focus {
color: #000;
}
.searchbutton {
position: absolute;
top: 0;
right: 0;
width: 44px;
height: 42px;
font-size: 22px;
line-height: 42px;
padding: 0 10px;
border: none;
text-align: right;
color: #333333;
background: transparent;
cursor: pointer;
}
.searchbutton:hover {
color: #5785D0;
/*color: #6A87A4;color: #0099FF;*/
}

/***end  search ***/

.advanced_search,
.langnav {
margin-left: 20px;
font-size: 16px;
line-height: 42px;
}

.advanced_search a,
.langnav a,
.access a {
display: block;
padding: 0 15px;
white-space: nowrap;
border: 1px solid #385272;
border-radius: 3px;
}

.advanced_search a:hover,
a#searchswitch:hover,
.langnav a:hover,
.access a:hover {
color: #fff;
background-color: #5785D0;
border: 1px solid #5785D0;
}

.advanced_search a::before {
content: "\e993";
display: inline-block;
font-size: 20px;
padding-right: 6px;
vertical-align: top;
}



.title_bar {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
align-items: center;
}
.title_bar h3 {
margin: 0;
font-weight: 500;
line-height: 1;
}

a#as_switch::before {
content: "\e921";
font-size: 26px;
display: block;
color: #fff;
}
/*a#as_switch:hover::before {
color: #0099FF;
}*/

.access {
margin-left: 20px;
}
.access a {
font-size: 24px;
line-height: 42px;
padding: 0 13px;
}

.access a#dyslexic,
.access a#nondyslexic {
font-size: 26px;
padding: 0 12px;
}




a#impaired,
a#dyslexic {
display: none;
}




.langnav,
.access {
margin-left: 40px;
white-space: nowrap;
display: flex;
flex-flow: row nowrap;
gap: 10px;
align-items: center;
}
.langnav a .short {
display: none;
}

/*.langnav a:first-child,
#impaired,
#nonimpaired {
margin-right: 10px;
}*/

.langnav a.active {
color: #fff;
background-color: #385272;
}

.autor {
margin: 40px 0 0;
font-family: "Roboto";
font-size: 0.762rem;
font-weight: 500;
}



/*** navi ***/

#navmain h3 {
margin: 0;
/*font-size: 18px;*/
font-size: 0.857rem;
font-weight: 700;
line-height: 1;
text-transform: uppercase;
}

a#navmainswitch {
display: none;
position: relative;
padding: 30px 0;
font-size: 18px;
/*font-size: 0.857rem;*/
font-weight: 700;
line-height: 28px;
color: #000;
text-transform: uppercase;
}
a#navmainswitch:hover,
a#navmainswitch:active {
color: #5785d0;
}

a#navmainswitch::after {
content: "\e5d2";
font-size: 28px;
/*line-height: 80px;
color: #000;*/
/*position: absolute;*/
float: left;
transform: rotate(90deg);
margin-top: -40px;
}
/*a#navmainswitch:hover::after {
color: #5f9dd1;
}*/

.expand a#navmainswitch::after {
content: "\e921"; /* X */
float: right;
margin-top: 0;
}
#toc {
padding-bottom: 50px;
}
/*#toc {
padding-bottom: 50px;
}*/

#toc ul {
list-style: none;
padding: 0;
margin: 0;
}
ul#content_tree {
margin: 25px 0 10px;
line-height: 22px;
}
#toc li {
margin-bottom: 10px;
}
/*#toc ul li:last-child {
padding-bottom: 0;
}*/
#toc ul ul {
display: none;
margin-top: 10px;
}

/*#toc li {
margin-left: 26px;
}
#toc ul ul ul li:not(.parent) {
margin-left: -26px;
}
#toc ul ul ul ul li:not(.parent) {
margin-left: 26px;
}*/

.parent-li {
margin-left: 26px;
}
#toc a {
display: block;
/*color: #00356A;*/
color: #2F4D64;
text-decoration: none;
}
#toc a.to-overview {
font-family: "Icomoon";
padding-right: 0;

}

#toc a:hover,
#toc a:hover::before {
color: #000;
}
.parent-li a {
padding-right: 40px;
}
a.parent::before {
display: block;
float: left;
margin: 0 8px 0 -26px;
font-size: 18px;
/*color: #0D86FF;*/
color: #5785D0;
}
a.parent::before {
content: "\e934";
}
a.parent.active::before {
content: "\e933";
color: #000;
}

.count {
display: block;
width: 40px;
float: right;
margin-right: -40px;
padding-left: 5px;
font-size: 0.667rem;
color: #333;
}

/** scrollbars **/

.scroll {
scrollbar-width: thin;
scrollbar-color: #a6a8b4 #e0e0e4;
}
.scroll::-webkit-scrollbar,
.scroll::-webkit-scrollbar {
width: 9px;
}
.scroll::-webkit-scrollbar-track,
.scroll::-webkit-scrollbar-track{
background: #e0e0e4;
}
.scroll::-webkit-scrollbar-thumb,
.scroll::-webkit-scrollbar-thumb {
background-color: #a6a8b4;
border-radius: 6px;
border: 2px solid #e0e0e4;
}

/** home navi**/


/** home navi**/

.search_summary {
margin-bottom: 1.524rem;
padding: 20px;
font-family: "Roboto";
font-size: 0.81rem;
background-color: #f4f4f4;
border-radius: 4px;
}
.results_list li {
margin: 15px 0;
}
.catname {
margin-top: 5px;
font-size: 19px;
}
.results_list a {
font-weight: 700;
}
.results_list .catname a {
font-weight: 400;
}

.pagination {
margin: 50px 0 25px;
padding-top: 30px;
font-family: "Roboto";
font-size: 16px;
font-weight: 500;
line-height: 40px;
display: grid;
grid-template-columns: repeat(auto-fill, minmax(40px, 1fr));
gap: 10px;
border-top: 1px dotted #666;
}
.blogpage .pagination {
margin: 50px 0 15px;
}
.pagination a {
width: 40px;
height: 40px;
text-decoration: none;
outline: none;
text-align: center;
color: #fff;
background-color: #385272;
border-radius: 4px;
}
.pagination a.start,
.pagination a.prev,
.pagination a.next,
.pagination a.end {
font-size: 22px;
line-height: 37px;
}
.pagination a:hover {
background-color: #168AE9;
}
.pagination a.current {
color: #fff;
background-color: #000;
}
.pagination a.inactive {
background-color: #999;
}
.pagination a:hover {
color: #fff;
}

.categories {
margin: 50px 0 25px;
padding-top: 40px;
font-family: "Roboto";
font-size: .75em;
font-weight: 500;
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: 10px;
border-top: 1px dotted #666;
}
.categories a {
display: flex;
padding: 10px 15px;
gap: 6px;
border: 1px solid #385272;
border-radius: 3px;
background-color: #fff;
}
.categories a:hover {
background-color: #d7ebff;
}

.categories a::before {
content: "\e934";
display: block;
font-size: 1.25em;
}


@media screen and (max-height: 1000px) {

.wrapper {
max-width: 1600px;
}

}


@media screen and (min-width: 1281px) {

.home main,
.search_results main {
display: block;
}
.home .page_content,
.search_results .page_content {
border-right: 80px solid #d7ebff;
min-height: 820px;
}
.home #toc,
.search_results #toc {
display: none;
}
.home .expand #toc,
.search_results .expand #toc {
display: block;
width: 420px;
}
.home #navmain,
.search_results #navmain {
position: absolute;
right: 0;
top: 0;
width: 80px;
height: 100%;
min-height: 820px;
min-width: 0;
padding: 50px 0;
transition: width 0.5s ease, height 0.5s ease, box-shadow 0.5s ease;
}
.home #navmain.expand,
.search_results #navmain.expand {
width: 500px;
padding: 40px;
box-shadow: -5px 10px 20px -5px rgba(102,107,122,0.5);
border: none;
overflow: auto;
}

.home a#navmainswitch,
.search_results a#navmainswitch {
display: block;
/*height: 100%;*/
writing-mode: vertical-lr;
line-height: 80px;
}
.home .expand a#navmainswitch,
.search_results .expand a#navmainswitch  {
height: auto;
writing-mode: horizontal-tb;
width: 420px;
padding: 0;
line-height: 28px;
}
.home a#navmainswitch::after,
.search_results a#navmainswitch::after {
transform: rotate(90deg);
/*line-height: 80px;*/
}
/*.home .expand a#navmainswitch::after {
line-height: 28px;
}*/

.home #navmain h3,
.search_results #navmain h3 {
display: none;
}

}


/*** end navi ***/




.blog {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: 30px;
}
.home .blog,
.search_results .blog {
grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
}
.article.blogpage .page_content {
display: block;
}

.blog_item {
background-color: #f4f4f4;
/*box-shadow: 6px 6px 6px 0px #999;
box-shadow: 7px 7px 6px -2px rgba(156, 161, 178, 0.8);*/
/*border: 1px solid #ccc;*/
box-shadow: 7px 7px 18px -2px rgba(102,107,122,0.5);
}
.blog_item .intro {
padding: 20px 20px 30px;
line-height: 1.4;
/*font-size: 19px;*/
font-size: 0.905rem;
}
.blog_item .intro p {
margin: 0;
}

.blog_item img {
width: 100%;
}
.blog_item img:hover,
.image_container img:hover {
filter: brightness(.8);
}
.blog_item .intro h3 {
margin: 0 0 12px;
font-family: "RobotoCondensed";
/*font-size: 18px;*/
font-size: 0.905rem;
font-weight: 700;
line-height: normal;
}
.blog_item .intro h3 a {
color: #000;
}
.blog_item .intro h3 a:hover {
color: #3463B1 /*#365772*/;
text-decoration: none;
}




/*** Article layout ***/

.article_container {
display: grid;
grid-template-columns: minmax(320px, 860px) 1fr;
gap: 20px;
}
.home .article_container,
.search_results .article_container {
display: block;
}

/*.article-info {
display: flex;
flex-flow: row wrap;
gap: 0;
margin: 0;
padding: 20px;
font-family: "Roboto";
font-size: 0.762em;
line-height: 1.2;
background: #f4f4f4;
}*/
.article-info {
display: flex;
flex-flow: row wrap;
gap: 0;
margin: 0 0 1px;
padding: 20px;
font-family: "Roboto";
font-size: 0.762em;
line-height: 1.2;
background-color: #f4f4f4;
}

.article-info-term {
display: none;
}

.article-info dd,
.article-info span {
/*display: inline-block;*/
margin: 0;
}


.article-info dd::after {
content: "\e904";
/*padding: 0 1px 0 5px;*/
vertical-align: text-bottom;
vertical-align: middle;
}
.article-info dd:last-child::after {
content: "";
padding: 0;
}


article {
align-self: stretch;
padding: 60px;
background-color: #fff;
line-height: 1.5;
}
/*aside {
padding-top: 50px;
}*/
article h1,
.blogpage h1 {
margin: 0 0 1.524rem;
font-family: "Roboto";
/*font-size: 1.667rem;*/
font-size: 1.286rem;
font-weight: 500;
line-height: normal;
}
.blogpage h1 {
margin: 0 0 2rem;
}
article h2 {
margin: 2rem 0 1rem;
font-family: "Roboto";
font-size: 1.095rem;
font-weight: 500;
line-height: normal;
}
article h3 {
margin: 2rem 0 1rem;
font-family: "Roboto";
font-size: 0.952rem;
font-weight: 500;
line-height: normal;
}

.sources {
margin-top: 4.5rem;
/*border-top: 4px solid #eff4f5;*/
}
.sources ul {
padding-left: 1rem;
}
article .sources h2 {
margin-top: 3rem;
padding-top: 8px;
border-top: 1px dotted #9F6000;
}

figure {
margin: 0;
}

.image_container,
.video_container {
min-width: 300px;
margin-bottom: 1px;
padding: 30px;
color: #fff;
background-color: #444;
}

.image_container img,
.video_container img {
width: 100%;
}

.caption {
display: block;
margin: 20px 0 0;
font-family: "Roboto";
font-size: 15px;
line-height: normal;
}
/*.image_container a {
text-decoration: none;
}
.image_container a:hover {
color: #fff;
}*/

.pswp__counter {
font-family: "Roboto";
font-size: 16px;
}
.pswp__dynamic-caption {
font-family: "Roboto";
font-size: 12px;
}

.pagenav {
display: flex;
flex-flow: row nowrap;
align-items: flex-start;
margin: 40px 0 10px;
font-family: "Roboto";
font-size: 0.762em;
}

.pagenav .prev,
.pagenav .next {
flex: 1 50%;
display: flex;
align-items: center;
}

.pagenav .prev {
padding-right: 15px;
}

.pagenav .next {
justify-content: flex-end;
text-align: right;
padding-left: 15px;
}
.pagenav a {
color: #000;
}
.pagenav a:hover {
color: #0099FF;
}
.prev::before,
.next::after {
font-size: 20px;
vertical-align: top;
}
.pagenav .prev::before {
content: "\e5c4";
padding-right: 6px;
}
.pagenav .next::after {
content: "\e5c8";
padding-left: 6px;
}
.pagenav a.prev:hover::before,
.pagenav a.next:hover::after {
color: #000;
}


a.external::after {
content: "\e937";
display: inline-block;
margin-left: 4px;
font-size: 18px;
}

.video iframe, .video object {
display: block;
margin: auto;
}
.videoWrapper {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
padding-top: 25px;
height: 0;
}
.video .videoWrapper iframe,
.video .videoWrapper object {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.iframe-link {
display: block;
position: relative;
}
.iframe-link::before {
content: "";
display: block;
position: absolute;
width: 100%;
height: 100%;
background: url(../img/youtube_trans.svg) no-repeat center center;
}

.iframe-link:hover::before {
background-image: url(../img/youtube_red.svg);
}

.jump_menu {
margin: -60px -60px 50px;
background-color: #d7ebff;
padding: 0 60px;
}
#jump_content {
display: none;
padding: 0 0 20px;
}
article .jump_menu a {
display: block;
margin-top: 10px;
text-decoration: none;
font-family: "Roboto";
font-size: 0.810rem;
line-height: normal;
color: #2F4D64;
}
article #jump_content a:first-child {
margin-top: 0;
}

article .jump_menu a:hover {
color: #000;
}
a#jump_switch {
margin: 0;
padding: 20px 0;
font-size: 0.762rem;
font-weight: 500;
text-transform: uppercase;
}
a#jump_switch::before {
content: "\e934";
display: block;
float: left;
margin: 0 8px 0 -26px;
font-size: 18px;
color: #5785D0;
}

.jump_menu.open a#jump_switch::before {
content: "\e933";
}

a.jump::before {
content: " ";
display: block;
height: 1rem;
margin-top: -1rem;
visibility: hidden; 
pointer-events: none;
}



footer img {
height: 44px;
display: inline-block;
margin-right: 10px;
}

.cite {
margin-top: 3rem;
padding: 15px;
font-family: "Roboto";
font-size: 0.81rem;
background-color: #f4f4f4;
border: 1px solid #dadada;
}
.cite h3 {
margin: 0 0 10px;
font-size: 0.905rem;
}



.imprint {
position: relative;
max-width: 600px;
margin: 0 auto;
padding: 40px;
font-family: "Roboto";
font-size: 16px;
background-color: #fff;
}


/*** to top ***/
.fixed {
display: none;
height: 40px;
position: fixed;
bottom: 2px;
right: 2px;
z-index: 100;
}

.fixed a {
display: block;
width: 40px;
height: 40px;
line-height: 40px;
font-size: 20px;
text-align: center;
color: #fff;
box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.6);
background-color: #444;
}
.fixed a:hover,
/*.fixed a:focus,*/
.fixed a:active {
color: #fff;
background-color: #E21B22;
}
/*** end to top ***/









@media screen and (max-width: 1680px) {

.article_container {
gap: 20px;
}
article {
padding: 50px 40px;
}
.image_container {
padding: 20px;
}
.jump_menu {
margin: -50px -40px 50px;
padding: 0 40px 0 60px;
}

}






@media screen and (max-width: 1386px) {

.home .header_container {
padding: 30px;
}
.home .site_title {
padding: 40px 40px 60px;
}

.article .header_container,
.search_results .header_container {
flex-direction: column;
align-items: flex-start;
padding: 0;
}
.article .site_title,
.search_results .site_title  {
flex: 1;
order: 2;
margin: 40px 30px;
}
.article .header_right,
.search_results .header_right {
position: relative;
min-width: 100%;
justify-content: space-between;
padding: 15px 30px;
background-color: #f4f4f4;
}

.article .search_inner,
.search_results .search_inner {
margin-left: 0;
}
/*.article*/ .searchbox {
width: 280px;
}
#as_container {
padding: 30px;
}

.page_content,
#navmain {
padding: 40px 30px;
}
.image_container {
min-width: 260px;
}


footer {
padding: 30px 50px 60px 30px;
}

}




@media screen and (max-width: 1280px) {

.home h1 {
font-size: 50px;
}
main {
display: block;
}
.page_content {
height: 100%;
border-right: 60px solid #d7ebff;
}
#toc {
display: none;
}
.expand #toc {
display: block;
width: 420px;
margin-right: 0;
}
#navmain {
position: absolute;
right: 0;
top: 0;
width: 60px;
height: 100%;
min-width: 0;
padding: 40px 0;
transition: width 0.5s ease, height 0.5s ease, box-shadow 0.5s ease;
}
#navmain.expand {
width: 500px;
padding: 30px 40px;
box-shadow: -5px 10px 20px -5px rgba(102,107,122,0.5);
overflow: auto;
}

a#navmainswitch {
display: block;
/*height: 100%;*/
writing-mode: vertical-lr;
padding-top: 40px;
line-height: 60px;
transition: line-height 0.5s ease;
}
.expand a#navmainswitch {
height: auto;
writing-mode: horizontal-tb;
width: 420px;
padding: 0;
line-height: 28px;
}
.expand a#navmainswitch::after {
float: right;
margin: 0;
transform: rotate(0deg);
}


#navmain h3 {
display: none;
}

.image_container {
min-width: 300px;
}

}


@media screen and (max-width: 1180px) {


.home .site_subtitle img {
width: 70px;
margin: 20px auto 25px;
}

}



@media screen and (max-width: 1023px) {

.home .site_title {
display: flex;
height: 100%;
padding: 40px;
flex-direction: column;
align-content: flex-end;
/*background-color: rgba(0, 0, 0, 0.3);*/
}

.nivo-directionNav a {
display: none;
}
.home h1 {
margin-top: auto;
font-size: 40px;
}
.site_subtitle {
margin: 0 auto;
padding-bottom: 10px;
}

.article_container {
grid-template-columns: auto;
gap: 30px;
}
.article-info {
height: auto;
margin-bottom: 30px;
}

aside {
padding-top: 20px;
}

.gallery {
display: grid;
grid-template-columns: repeat(2, minmax(280px, 50%));
gap: 1px;
}
.image_container,
.video_container {
margin-bottom: 0;
}


a#navmainswitch:focus {
color: #000;
}

}




@media screen and (max-width: 980px) {

.home h1 {
font-size: 36px;
font-weight: 500;
}

.home .site_subtitle div {
font-size: 18px;
font-weight: 500;
}

.searchbox {
width: 240px;
}

}




@media screen and (max-width: 800px) {


.content {
display: block;
}
main {
display: grid;
grid-template-columns: auto;
}

#navmain,
#navmain.expand {
position: relative;
width: 100%;
height: auto;
grid-row-start: -1;
min-width: 0;
padding: 0;
line-height: 60px;
}
#navmain.expand {
padding: 30px 0px;
}
a#navmainswitch,
.expand a#navmainswitch {
width: 100%;
writing-mode: horizontal-tb;
padding: 0 30px;
}
a#navmainswitch::after {
transform: rotate(0deg);
position: static;
float: right;
margin: 0;
}
.expand a#navmainswitch::after {
}

#toc {
display: none;
padding: 0 30px;
}
.expand #toc {
width: 100%;
}

/*.site_title {
margin: 40px 20px;
}*/
.article .header_right,
.search_results .header_right {
padding: 15px 20px;
}
.home .header_right {
padding: 0;
}
.home .header_container {
padding: 30px 20px;
}

.accessibility {
margin-left: 20px;
}


.langnav {
margin-left: 20px;
font-weight: 500;
text-transform: uppercase;
}
.langnav a .long {
display: none;
}
.langnav a .short {
display: inline-block;
}
.page_content {
border: none;
padding: 30px 20px;
}

#as_container {
padding: 20px 30px 30px;
}

ul#content_tree {
margin: 25px 0 15px;
}

footer {
padding: 30px 50px 40px 20px;
}
.pagenav {
margin: 30px 0 10px;
}

}





@media screen and (max-width: 759px) {

.home .site_title {
align-content: flex-start;
}
.home .site_title h1 {
margin-bottom: 10px;
}
/*#as_switch {
display: none;
}*/

.home .site_subtitle div {
margin-top: 5px;
}*/
.home .site_subtitle div:last-child span {
display: block;
}

#searchswitch {
display: block;
padding: 0 12px
}
#search {
display: none;
position: absolute;
left: 0;
top: 74px;
width: 100%;
padding: 20px 30px;
background-color: #f4f4f4;
border-top: 1px solid #fff;
box-shadow: 0 10px 10px 0 rgba(0,0,0,0.4);
z-index: 10;
}
.home .header_container {
position: relative;
padding: 20px;
}

.home #search {
top: 84px;
z-index: 10;
}

.search_inner {
display: flex;
flex-flow: row nowrap;
justify-content: space-between
}
.advanced_search {
flex: 0;
margin: 0;
}

.searchbox {
flex: 1;
margin-right: 10px;
}

/*.home #as_container {
padding-top: 110px;
}*/

.gallery {
grid-template-columns: auto;
}
.image_container {
min-width: 0;
padding: 30px;
}


}



@media screen and (max-width: 659px) {

.home .site_subtitle div {
display: none;
}
.home .site_title {
position: static;
height: 290px;
padding: 40px 30px 30px;
/*align-content: flex-start;*/
background: ;
background: url(../../../images/mast/mast05.jpg);
background-size: cover;
}
.home .site_subtitle {
padding-bottom: 0;
filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.9));
}

.home h1 {
margin-top: auto;
font-size: 32px;
}

#slider {
display: none;
}

}



@media screen and (max-width: 639px) {

.header_right,
.article .header_right,
#search,
#as_container,
a#navmainswitch,
.expand a#navmainswitch,
#toc {
padding-left: 20px;
padding-right: 20px;
}

.logo img {
/*margin-right: 10px;*/
}

.article .site_title {
margin-left: 20px;
margin-right: 20px;
}
.search_results h1 {
margin: 20px;
font-size: 1.125rem;
}
.search_results .pagination__wrapper,
.search_results .search-pages-counter {
padding: 0 20px;
}

article {
padding: 40px 30px;
}

.pagenav {
flex-flow: column;
}

.pagenav .prev {
order: 1;
padding: 15px 10px 0;
}
.pagenav .next {
padding: 0;
padding: 0 10px 15px;
border-bottom: 1px dotted #000;
}

.page_content {
padding: 0 0 30px;
}
.article-info {
margin: 0;
padding: 25px 20px;
}

.jump_menu {
margin: -40px -30px 50px;
padding: 0 30px 0 50px;
border-top: 1px solid #fff;
}

.blogpage h1 {
margin: 1.5rem 20px;
}
.blog {
grid-template-columns: auto;
gap: 30px;
}
.blogpage .pagination {
padding: 30px 20px 0;
}


}





@media screen and (max-width: 566px) {

/*.home .site_title {
align-content: flex-start;
}
.home .site_title h1 {
margin-top: auto;
margin-bottom: 10px;
}
.home h1 {
font-size: 34px;
}
.home .site_subtitle img {
margin: 10px auto 15px;
}

.home .site_subtitle div {
font-size: 16px;
}
.home .site_title span {
display: block;
}*/



.title div:first-child {
font-size: 26px;
}
/*.title div:last-child {
font-size: 16px;
}*/
.site_title {
align-items: flex-start;
}

.article .site_title,
.search_results .site_title {
margin: 0;
padding: 30px 20px;
width: 100%;
flex-direction: column;
gap: 15px;
text-align: center;
}
.title {
align-self: center;
}

.logo {
align-self: center;
order: 2;
}

.subtitle {
display: none;
}

.logo img {
width: 50px;
margin: 0;
filter: drop-shadow(0 3px 3px rgba(0, 0, 0, .3));
}

}





@media screen and (max-width: 520px) {

.home .site_title span {
display: block;
}
.home .site_subtitle img {
margin: 10px auto 0;
}

#search {
padding: 20px;
}
/*.site_title {
font-size: 26px;
line-height: 1.2;
}*/
.search_inner {
flex-direction: column;
}
.searchbox,
.advanced_search,
#as_trigger {
/*flex: 1;*/
width: 100%;
}

.searchbox {
margin-bottom: 15px;
}

/*.page_content {
padding-left: 0;
padding-right: 0;
}*/
.article-info {
padding-left: 20px;
padding-right: 20px;
}
.gallery {
gap: 1px;
}
/*.gallery.video {
margin-top: 1px;
}*/


}









@media screen and (max-width: 460px) {

html {
font-size: 19px;
}
.article .site_title {
margin: 0;
width: 100%;
padding: 30px 15px 20px;
}
/*.logo img {
width: 64px;
}*/
.title div:first-child {
font-size: 5vw;
}
.subtitle span {
display: inline;
}



.pagenav {
margin: 30px 0 0;
}
.article_container {
grid-template-columns: auto;
gap: 2px;
}
.image_container,
.video_container {
padding: 15px;
}

h1 {
margin-bottom: 1rem;
}
article {
padding: 20px 15px;
}
.gallery {
border-top: 20px solid #e1e1e1;
}


.jump_menu {
margin: -20px -15px 50px;
padding: 0 15px 0 40px;
border-top: 1px solid #fff;
}

}




@media screen and (max-width: 440px) {

/*.home h1 {
font-size: 28px;
}
.home .site_title {
padding: 30px 20px;
}*/


.title div:first-child {
font-size: 22px;
}
.site_title div:first-child span {
display: block;
line-height: 1.2;
}

}




@media screen and (max-width: 400px) {


.article .header_right,
.search_results .header_right {
padding: 15px;
}
.access {
margin-left: 20px;
}

}


@media screen and (max-width: 359px) {

.home h1 {
font-size: 28px;
}
.home .site_subtitle img {
width: 60px;
}
.home .blog,
.search_results .blog {
grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}

.access,
.langnav {
margin-left: 10px;
}
#searchswitch,
.access a,
.access a#nondyslexic,
.langnav a {
padding-left: 10px;
padding-right: 10px;
}




}