/**
* CSS
* 
* @version 2.0
* @author Vaska 
*
* There are also some obscure rules in base.css
*/
@font-face {
    font-family: 'gothamcemedium';
    src: url('fonts/gotmed-webfont.eot');
    src: url('fonts/gotmed-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gotmed-webfont.woff2') format('woff2'),
         url('fonts/gotmed-webfont.woff') format('woff'),
         url('fonts/gotmed-webfont.ttf') format('truetype'),
         url('fonts/gotmed-webfont.svg#gothamcemedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gothamceregular';
    src: url('fonts/gotboo-webfont.eot');
    src: url('fonts/gotboo-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gotboo-webfont.woff2') format('woff2'),
         url('fonts/gotboo-webfont.woff') format('woff'),
         url('fonts/gotboo-webfont.ttf') format('truetype'),
         url('fonts/gotboo-webfont.svg#gothamceregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	font-size: 10.5px;
	font-family: 'gothamceregular', Verdana, Helvetica Neue, Arial, Helvetica, sans-serif;
	background: #fff;
	color: rgba(0,0,0,0.59);
	line-height: 1.3em;
	font-weight: 100; 
}

/* link scheme */
/* you can customize links further down the page too */
a:link { text-decoration: none; color: rgba(0,0,0,0.59); }
a:active { text-decoration: none; color: rgba(0,0,0,0.59); }
a:visited { text-decoration: none; color: rgba(0,0,0,0.59); }
a:hover { text-decoration: none; color: #6bc7e7; }
a img { border: none; }

/* general styles */
small { font-size: 9px; }
code { font-family: monospace; }
blockquote { padding-left: 9px; }

/* headings */
h1 { font-size: 12px; margin-bottom: 1em; font-weight: bold; }
h2 { font-size: 13px; margin-bottom: 1em; font-weight: bold; }
h3 { font-size: 13px; margin-bottom: 1em; }
h4 { font-size: 13px; margin-bottom: 1em; }

/* paragraph width */
#index p { margin-bottom: 1em; }
#exhibit p, code, blockquote { width: 450px; margin-bottom: 1em; /* line-height: 1.3em; */ }

/* highlighter style - maybe you want to change colors? */
.highlight { background: #ccff00; color: #247fae; }

/* never adjust the margin or padding here unless you seriously know what you are doing */
/* think #index .container and #exhibit .container for only padding adjustments */
#index { width: 272px; background: #fff; /* line-height: 1.3em; */ }
#exhibit { margin: 0 0 0 272px; }

/* styling the index */
#index ul { list-style: none; margin: 0; }
#index ul.section { margin-bottom: 0em; }
#index ul.subsection {  }

/* the follow rules for index are not required */
/* they are mostly for complex customization */
/* for tag display */
#index ul#all_tags { list-style-type: none; margin-bottom: 1em; }
#index ul#all_tags li { display: inline; margin-right: 3px; }
#index ul#all_tags li a {  }

/* active section title */
#index span.active_section_title,
#index span.active_section_title a { color: #6bc7e7; }

/* active exhibit title parts */
li.active a:link, li a.active, li.active a:hover, li a.active, li.active a:active, li a.active, 
li.active a:visited, li a.active, li span.active, #index ul.section li.active a:link, 
#index ul.section li.active a:hover, #index ul.section li.active a:active, #index ul.section li.active a:visited
{color: #6bc7e7;  /* font-weight: bold; */}

/* additional #index options */
#index ul li .password a { /* background: url(../img/locked.gif) right center no-repeat; padding-right: 18px; */ }

/* the "new" indicator */
#index ul li sup { color: #0c0; font-weight: bold; text-transform: uppercase; font-size: 8px; vertical-align: top; }
/* end styling for index */

/* links styles only for the #index region */
#index a:link {  } 
#index a:hover {  } 
#index a:active {  } 
#index a:visited {  }

/* links styles only for the #exhibit region */
#exhibit a:link {  } 
#exhibit a:hover {  } 
#exhibit a:active {  } 
#exhibit a:visited {  } 

/* this is where you adjust your paddings for #index and #exhibit together */
.container { padding: 27px 9px 25px 27px; }

/* this is where you pad them separately */
#index .container {  }
#exhibit .container {  }


/*added by SchZ*/
#nagy {
    color: rgba(0,0,0,0.42) !important;
}

#balazs {
    color: rgba(0,0,0,0.52) !important;
}


/*for format.documenta picviewer part*/
#ndxz-media {
    width: calc(100vw - 544px - 36px) !important;
}

.imgDocumenta {
    width: 100% !important;
    text-align: center;
}

.imgDocumenta img { margin: 0px auto 0; max-width: calc(100vw - 544px - 36px); height: auto; }
#ndxz-media .documentaNav {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    margin: 10px 0 8px;
    color: rgba(0,0,0,0.79) !important;
    font-size: 10px;
}

#ndxz-media #media_info {
    text-align: center;
    padding-top: 0px;
    position: relative;
    top: -12px;
}

#ndxz-media #media_info h2 {
    color: rgba(0,0,0,0.79) !important;
    font-size: 10px;
    font-weight: 100;
}

#ndxz-media .documentaNav a:link {
    color: rgba(0,0,0,0.79) !important;
}

#exDesc {
    display: none;
}

.textor {
    display: none;
}

#prevNextStuff {
    margin: 0 4px;
}


