/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

*[data-action] {
  touch-action: none;
}

/*
  TAILLE POUR MOBILE
*/
/* Webfont: Everett */
@font-face {
  font-family: 'Everett';
  src: url("font/Everett-regular_web.eot");
  /* IE9 Compat Modes */
  src: url("font/Everett-regular_web.eot?#iefix") format("embedded-opentype"), url("font/Everett-regular_web.woff") format("woff"), url("font/Everett-regular_web.ttf") format("truetype"), url("font/Everett-regular_web.svg#Everett-Regular") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
/* Webfont: Everett */
@font-face {
  font-family: 'EverettMono';
  src: url("font/EverettMono-Regular_web.eot");
  /* IE9 Compat Modes */
  src: url("font/EverettMono-Regular_web.eot?#iefix") format("embedded-opentype"), url("font/EverettMono-Regular_web.woff") format("woff"), url("font/EverettMono-Regular_web.ttf") format("truetype"), url("font/EverettMono-Regular_web.svg#Everett-Regular") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
/* Webfont: Everett */
@font-face {
  font-family: 'Everett';
  src: url("font/Everett-bold_web.eot");
  /* IE9 Compat Modes */
  src: url("font/Everett-bold_web.eot?#iefix") format("embedded-opentype"), url("font/Everett-bold_web.woff") format("woff"), url("font/Everett-bold_web.ttf") format("truetype"), url("font/Everett-bold_web.svg#Everett-Regular") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'SwiftCRegular';
  src: url("font/swf55-webfont-webfont.eot");
  src: url("font/swf55-webfont-webfont.eot?#iefix") format("embedded-opentype"), url("font/swf55-webfont-webfont.woff") format("woff"), url("font/swf55-webfont-webfont.ttf") format("truetype"), url("font/swf55-webfont-webfont.svg#SwiftCRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
html, body {
  font-family: Everett, Helvetica, Arial, sans-serif;
  font-size: 18px;
}

html.no-scroll body {
  overflow: hidden;
}

html.menu-fixed body {
  margin-top: 46px;
}

html.content-page body {
  margin-top: 46px;
}

.page_browse_container {
  position: fixed;
  top: 50%;
  margin-top: -30px;
  width: 25px;
  overflow: visible;
  line-height: 100%;
}
.page_browse_container.right {
  right: 0;
}
.page_browse_container.left {
  left: 0;
}
.page_browse_container a.nav {
  display: inline-block;
  vertical-align: middle;
  background-color: black;
  text-align: center;
  vertical-align: middle;
  height: 60px;
  width: 25px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 33px 58px;
}
.page_browse_container a.nav.prev {
  left: 0;
  background-image: url("../../img/page_left.svg");
}
.page_browse_container a.nav.next {
  left: -25px;
  background-image: url("../../img/page_right.svg");
}

footer.footer {
  display: none;
}

.error_status {
  background-color: rgba(255, 0, 0, 0.9);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  text-align: center;
  padding-top: 20px;
  font-size: 18px;
  color: black;
}

.bordered, .borderable {
  border-color: transparent;
  border-width: 2px;
  border-style: solid;
}

.bordered + .bordered {
  border-top: transparent;
}

.bselected_light_hovered {
  background-color: #f1f1f1;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.bselected_light_hovered:hover {
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.content_container {
  position: relative;
  width: 800px;
}
@media (max-width: 1150px) {
  .content_container {
    position: relative;
    margin-right: 400px;
    width: auto;
  }
}
@media (max-width: 850px) {
  .content_container {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: auto;
    width: auto;
    margin-right: 0;
  }
}
.content_container section.content {
  padding-left: 40px;
  padding-top: 30px;
  margin-top: 0;
  margin-left: 40px;
  margin-right: 30px;
}

.context_container {
  position: fixed;
  top: 70px;
  right: auto;
  max-width: 650px;
  bottom: 80px;
  left: 800px;
  right: 0;
}
@media (max-width: 1150px) {
  .context_container {
    width: 400px;
    left: auto;
  }
}
@media (max-width: 850px) {
  .context_container {
    display: block;
    position: relative;
    bottom: auto;
    top: auto;
    left: auto;
    right: auto;
    width: auto;
    margin: 40px;
  }
}
.context_container .context {
  position: relative;
  margin-right: 40px;
  padding-bottom: 10px;
  border-bottom: 3px solid white;
}
.context_container .context.enabled-footenotes {
  border-bottom: 3px solid black;
}

.blur {
  filter: saturate(0);
  border-color: white;
}

section.content {
  font-family: Everett, Helvetica, Arial, sans-serif;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}
section.content h1 {
  position: relative;
  display: block;
  margin-top: 0;
  margin-bottom: 22px;
  margin-left: -40px;
}
section.content h1 .title_part {
  display: inline-block;
  padding-right: 0;
  padding-left: 10px;
  padding-top: 4px;
  height: 24px;
}
section.content h1 .title_part:first-child {
  padding-left: 0;
}
section.content h1 .title_part:last-of-type {
  background-image: none;
}
section.content h1 .title_part::before {
  content: "\00a0\2192\00a0";
}
section.content h1 .title_part:first-child::before {
  content: "";
}
section.content .paragraph, section.content p, section.content li {
  position: relative;
}
section.content div.pnum {
  position: absolute;
  top: 2px;
  left: -32px;
}
section.content .footnote {
  font-family: Everett, Helvetica, Arial, sans-serif;
  font-size: 10px;
  text-decoration: none;
  color: black;
  display: inline-block;
  padding-top: 0;
  margin-right: 3px;
  height: 12px;
  line-height: 20px;
  width: auto;
  padding-left: 2px;
  padding-right: 2px;
  text-align: center;
  vertical-align: top;
  background-color: white;
}
section.content strong {
  font-family: Everett, Helvetica, Arial, sans-serif;
  font-weight: bold;
}
section.content i {
  font-family: Everett, Helvetica, Arial, sans-serif;
  font-style: normal;
}

section.content, .popup_info {
  line-height: 22px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  vertical-align: baseline;
  text-align: left;
  hyphens: auto;
  font-size: 18px;
}
section.content .impressum-except, .popup_info .impressum-except {
  display: block;
  padding: 10px;
  margin-bottom: 10px;
  background-color: #efefef;
}
section.content .impressum-except p, .popup_info .impressum-except p {
  margin: 0;
  padding: 0;
}
section.content a, .popup_info a {
  color: black;
  text-decoration: underline;
}
section.content img, .popup_info img {
  border: 1px solid black;
  padding: 10px;
}
section.content h1, .popup_info h1 {
  position: relative;
  font-weight: bold;
  display: block;
  margin-left: 0;
  padding-left: 40px;
  font-size: 18px;
  line-height: 22px;
  color: black;
}
section.content h1 .title-prefix, .popup_info h1 .title-prefix {
  position: absolute;
  left: 0;
  top: 0;
}
section.content a.bookmark, .popup_info a.bookmark {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  background-position: center center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-image: url("../../img/bookmark_gray.svg");
}
section.content a.pdf, .popup_info a.pdf {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  background-position: center center;
  background-size: 25px 16px;
  background-repeat: no-repeat;
  background-image: url("../../img/pdf_gray.svg");
}
section.content .law_link, .popup_info .law_link {
  color: black;
  display: inline;
  text-decoration: none;
  border-bottom: 1px solid black;
  height: 19.8px;
}
section.content sup, .popup_info sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
  text-decoration: none;
}
section.content .pnum, .popup_info .pnum {
  font-family: Everett, Helvetica, Arial, sans-serif;
  font-size: 10px;
  line-height: 10px;
}
section.content p, section.content ul, .popup_info p, .popup_info ul {
  position: relative;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
section.content p, .popup_info p {
  margin-top: 0;
  margin-bottom: 22px;
}
section.content ul, .popup_info ul {
  margin-top: 22px;
  margin-bottom: 22px;
}
section.content table, .popup_info table {
  display: none;
}
section.content .table-wrapper, .popup_info .table-wrapper {
  position: relative;
  overflow-x: auto;
}
section.content .table-wrapper a.table-link, .popup_info .table-wrapper a.table-link {
  text-decoration: none;
  display: block;
  position: relative;
  padding-left: 28px;
  background-repeat: no-repeat;
  background-postion: left center;
  background-size: 20px 20px;
  background-image: url("../../../img/table.png");
}
section.content .table-wrapper table, .popup_info .table-wrapper table {
  display: none;
  margin-bottom: 20px;
  margin-top: 10px;
  border-spacing: 1px;
  font-size: 12px;
}
section.content .table-wrapper table tr td, .popup_info .table-wrapper table tr td {
  white-space: nowrap;
  min-width: 60px;
  padding: 4px;
  vertical-align: top;
  border: 1px solid black;
}
section.content .table-wrapper table tr td p, .popup_info .table-wrapper table tr td p {
  margin: 0;
}
section.content p + ul, .popup_info p + ul {
  margin-top: -11px;
}
section.content li, .popup_info li {
  margin-left: 20px;
  padding-left: 10px;
  list-style-type: disc;
  margin-bottom: 10px;
}
section.content h2, section.content h3, section.content h4, section.content h5, .popup_info h2, .popup_info h3, .popup_info h4, .popup_info h5 {
  margin-top: 22px;
  margin-bottom: 11px;
}
section.content h5, .popup_info h5 {
  font-size: 18px;
  line-height: 35px;
  padding-top: 0px;
  tab-size: 16;
}
section.content h5 span.number, .popup_info h5 span.number {
  display: inline-block;
  width: 40px;
}
section.content h4 span.number, .popup_info h4 span.number {
  display: inline-block;
  width: 40px;
}
section.content h6, .popup_info h6 {
  font-size: 18px;
  line-height: 22px;
  margin-top: 22px;
  margin-bottom: 22px;
  text-decoration: underline;
}
section.content h6 + p, .popup_info h6 + p {
  margin-top: 5px;
}
section.content h6 + h7, .popup_info h6 + h7 {
  margin-top: 11px;
}
section.content h7, .popup_info h7 {
  font-family: Everett, Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
  margin-top: 22px;
  margin-bottom: 22px;
}
section.content h7 + p, .popup_info h7 + p {
  margin-top: 11px;
}
section.content h7 + p, section.content h7 + ul, .popup_info h7 + p, .popup_info h7 + ul {
  margin-top: 0;
}
section.content ol, .popup_info ol {
  margin-left: 4px;
  padding-left: 0;
}
section.content ol h6, .popup_info ol h6 {
  text-decoration: none;
}
section.content ol li, .popup_info ol li {
  list-style-type: lower-alpha;
}
section.content ol p, .popup_info ol p {
  margin-left: -34px;
}
section.content .old, .popup_info .old {
  background-color: #ffffe0;
}

.popup_info {
  line-height: 22px;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  vertical-align: baseline;
  text-align: left;
}
.popup_info strong {
  font-weight: bold;
}
.popup_info p {
  max-width: 800px;
}
.popup_info table {
  display: block;
}
.popup_info table td {
  vertical-align: top;
  min-width: 120px;
  padding-bottom: 10px;
}

div.context {
  display: none;
  font-size: 18px;
  font-family: Everett, Helvetica, Arial, sans-serif;
  line-height: 22px;
  border: none;
}
div.context .tab_context {
  position: relative;
  display: none;
  overflow-y: auto;
  overflow-x: hidden;
  padding-top: 5px;
}
div.context .tab_context.index {
  display: block;
}
div.context .tab_context.index hr {
  border-top: 3px solid black;
  border-left: none;
  border-bottom: none;
  border-right: none;
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 10px;
  padding: 0;
}
div.context .tab_context.index a.item, div.context .tab_context.index div.item {
  display: block;
  position: relative;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
  color: black;
}
div.context .tab_context.index a.item a.inner, div.context .tab_context.index div.item a.inner {
  color: black;
  text-decoration: none;
}
div.context .tab_context.index a.item .funcs, div.context .tab_context.index div.item .funcs {
  position: absolute;
  right: 10px;
  top: 0;
  width: auto;
  height: auto;
}
div.context .tab_context.index a.item .funcs a, div.context .tab_context.index div.item .funcs a {
  display: inline;
  color: black;
  vertical-align: top;
  text-decoration: none;
  margin-left: 13.33333px;
}
div.context .tab_context.index a.item span.item-content, div.context .tab_context.index div.item span.item-content {
  display: block;
}
div.context .tab_context.index a.item span.item-content.h1, div.context .tab_context.index div.item span.item-content.h1 {
  padding-left: 30px;
}
div.context .tab_context.index a.item span.item-content.h1 .bullet, div.context .tab_context.index div.item span.item-content.h1 .bullet {
  left: 10px;
}
div.context .tab_context.index a.item span.item-content.h1 .title-prefix, div.context .tab_context.index a.item span.item-content.h1 .arrow, div.context .tab_context.index a.item span.item-content.h1 .number, div.context .tab_context.index div.item span.item-content.h1 .title-prefix, div.context .tab_context.index div.item span.item-content.h1 .arrow, div.context .tab_context.index div.item span.item-content.h1 .number {
  left: 0px;
}
div.context .tab_context.index a.item span.item-content.h2, div.context .tab_context.index div.item span.item-content.h2 {
  padding-left: 30px;
}
div.context .tab_context.index a.item span.item-content.h2 .bullet, div.context .tab_context.index div.item span.item-content.h2 .bullet {
  left: 10px;
}
div.context .tab_context.index a.item span.item-content.h2 .title-prefix, div.context .tab_context.index a.item span.item-content.h2 .arrow, div.context .tab_context.index a.item span.item-content.h2 .number, div.context .tab_context.index div.item span.item-content.h2 .title-prefix, div.context .tab_context.index div.item span.item-content.h2 .arrow, div.context .tab_context.index div.item span.item-content.h2 .number {
  left: 0px;
}
div.context .tab_context.index a.item span.item-content.h3, div.context .tab_context.index div.item span.item-content.h3 {
  padding-left: 60px;
}
div.context .tab_context.index a.item span.item-content.h3 .bullet, div.context .tab_context.index div.item span.item-content.h3 .bullet {
  left: 40px;
}
div.context .tab_context.index a.item span.item-content.h3 .title-prefix, div.context .tab_context.index a.item span.item-content.h3 .arrow, div.context .tab_context.index a.item span.item-content.h3 .number, div.context .tab_context.index div.item span.item-content.h3 .title-prefix, div.context .tab_context.index div.item span.item-content.h3 .arrow, div.context .tab_context.index div.item span.item-content.h3 .number {
  left: 30px;
}
div.context .tab_context.index a.item span.item-content.h4, div.context .tab_context.index div.item span.item-content.h4 {
  padding-left: 90px;
}
div.context .tab_context.index a.item span.item-content.h4 .bullet, div.context .tab_context.index div.item span.item-content.h4 .bullet {
  left: 70px;
}
div.context .tab_context.index a.item span.item-content.h4 .title-prefix, div.context .tab_context.index a.item span.item-content.h4 .arrow, div.context .tab_context.index a.item span.item-content.h4 .number, div.context .tab_context.index div.item span.item-content.h4 .title-prefix, div.context .tab_context.index div.item span.item-content.h4 .arrow, div.context .tab_context.index div.item span.item-content.h4 .number {
  left: 60px;
}
div.context .tab_context.index a.item span.item-content.h5, div.context .tab_context.index div.item span.item-content.h5 {
  padding-left: 120px;
}
div.context .tab_context.index a.item span.item-content.h5 .bullet, div.context .tab_context.index div.item span.item-content.h5 .bullet {
  left: 100px;
}
div.context .tab_context.index a.item span.item-content.h5 .title-prefix, div.context .tab_context.index a.item span.item-content.h5 .arrow, div.context .tab_context.index a.item span.item-content.h5 .number, div.context .tab_context.index div.item span.item-content.h5 .title-prefix, div.context .tab_context.index div.item span.item-content.h5 .arrow, div.context .tab_context.index div.item span.item-content.h5 .number {
  left: 90px;
}
div.context .tab_context.index a.item span.item-content.h6, div.context .tab_context.index div.item span.item-content.h6 {
  padding-left: 150px;
}
div.context .tab_context.index a.item span.item-content.h6 .bullet, div.context .tab_context.index div.item span.item-content.h6 .bullet {
  left: 130px;
}
div.context .tab_context.index a.item span.item-content.h6 .title-prefix, div.context .tab_context.index a.item span.item-content.h6 .arrow, div.context .tab_context.index a.item span.item-content.h6 .number, div.context .tab_context.index div.item span.item-content.h6 .title-prefix, div.context .tab_context.index div.item span.item-content.h6 .arrow, div.context .tab_context.index div.item span.item-content.h6 .number {
  left: 120px;
}
div.context .tab_context.index a.item span.item-content.h7, div.context .tab_context.index div.item span.item-content.h7 {
  padding-left: 180px;
}
div.context .tab_context.index a.item span.item-content.h7 .bullet, div.context .tab_context.index div.item span.item-content.h7 .bullet {
  left: 160px;
}
div.context .tab_context.index a.item span.item-content.h7 .title-prefix, div.context .tab_context.index a.item span.item-content.h7 .arrow, div.context .tab_context.index a.item span.item-content.h7 .number, div.context .tab_context.index div.item span.item-content.h7 .title-prefix, div.context .tab_context.index div.item span.item-content.h7 .arrow, div.context .tab_context.index div.item span.item-content.h7 .number {
  left: 150px;
}
div.context .tab_context.index a.item span.item-content .bullet, div.context .tab_context.index div.item span.item-content .bullet {
  position: absolute;
  display: block;
  top: 9px;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  vertical-align: middle;
  background-color: transparent;
}
div.context .tab_context.index a.item .title-prefix, div.context .tab_context.index a.item .arrow, div.context .tab_context.index a.item .number, div.context .tab_context.index div.item .title-prefix, div.context .tab_context.index div.item .arrow, div.context .tab_context.index div.item .number {
  display: block;
  position: absolute;
  width: 30px;
  bottom: auto;
  line-height: 18px;
  top: 2.6px;
}
div.context .tab_context.index a.item.h1, div.context .tab_context.index div.item.h1 {
  position: relative;
  font-weight: bold;
}
div.context .tab_context.index a.item.h1 .item-content.h1, div.context .tab_context.index div.item.h1 .item-content.h1 {
  padding-left: 10px;
}
div.context .tab_context.index a.item.h1 .title-prefix, div.context .tab_context.index div.item.h1 .title-prefix {
  /* WITHOUT
  position: static;
  display: inline;
  font-size: $fsMain;
  margin: 0;
  padding: 0;
  width: auto;
  */
  display: block;
  position: absolute;
  width: 30px;
  font-size: 10px;
  bottom: auto;
  line-height: 18px;
  top: 2.6px;
  top: 0;
}
div.context .tab_context.index a.item:hover, div.context .tab_context.index a.item.selected {
  font-weight: bold;
}
div.context .tab_context.index a.item:hover .item-content .bullet, div.context .tab_context.index a.item.selected .item-content .bullet {
  background-color: black;
}
div.context .tab_context.index a.index-prev {
  margin-top: 20px;
}
div.context .tab_context.footnotes sup {
  display: block;
  cursor: pointer;
  padding: 10px;
  border-bottom: 1px solid #bbb;
}
div.context .tab_context.footnotes sup a {
  color: black;
  text-decoration: underline;
}
div.context .tab_context.footnotes sup:hover {
  background-color: #f1f1f1;
}
div.context .tab_context.footnotes sup .sup {
  display: inline;
  font-size: 70%;
  vertical-align: top;
  margin-right: 5px;
}
div.context .tab_context.law {
  padding: 20px;
}
div.context .tab_context.law h3 {
  margin-bottom: 10px;
}

.context-mobile {
  z-index: 2000001;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  overflow: auto;
  background-color: white;
  font-size: 12px;
  font-family: Everett, Helvetica, Arial, sans-serif;
  padding-left: 40px;
  padding-bottom: 40px;
  padding-right: 40px;
  padding-top: 60px;
  padding-top: 45px;
}
.context-mobile .context-content {
  position: absolute;
  top: 45px;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 15.6px;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  vertical-align: baseline;
  text-align: left;
  hyphens: auto;
  padding-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.context-mobile .context-content .lawbook_law {
  padding-bottom: 120px;
}
.context-mobile .context-content h3 {
  display: none;
}
.context-mobile .context-content small {
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
}
.context-mobile .context-content small:first-of-type {
  padding-top: 10px;
  border-top: 1px solid black;
}
.context-mobile .context-content p + dl {
  margin-top: -10px;
}
.context-mobile .context-content dl .dl-item {
  position: relative;
  padding-left: 60px;
}
.context-mobile .context-content dl .dl-item dt {
  position: absolute;
  left: 30px;
}
.context-mobile .context-content dl .dl-item dt sub, .context-mobile .context-content dl .dl-item dt sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.context-mobile .context-content dl .dl-item dt sup {
  top: -0.5em;
}
.context-mobile .context-content dl .dl-item dt sub {
  bottom: -0.25em;
}
.context-mobile .context-content hr {
  display: none;
}
.context-mobile .context-content p {
  margin-top: 20px;
  margin-bottom: 20px;
  /*
  sup.ident {
    display:block;
    height:0;
    font-size: $fsContentPNum;
    margin:{
      left:-$marge;
    }
    overflow:visible;
  }
  */
}
.context-mobile .context-content p sub, .context-mobile .context-content p sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  margin-right: 3px;
  vertical-align: baseline;
}
.context-mobile .context-content p sup {
  top: -0.5em;
}
.context-mobile .context-content p sub {
  bottom: -0.25em;
}
.context-mobile .context-content.fn {
  /*
  sup.ident {
    display:block;
    height:0;
    font-size: $fsContentPNum;
    margin:{
      left:-$marge;
    }
    overflow:visible;
  }
  */
}
.context-mobile .context-content.fn p {
  margin-left: 30px;
  padding-left: 30px;
}
.context-mobile .context-content.fn sub, .context-mobile .context-content.fn sup {
  /* Specified in % so that the sup/sup is the
     right size relative to the surrounding text */
  font-size: 75%;
  /* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0;
  /* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
  /* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline;
}
.context-mobile .context-content.fn sup {
  /* Move the superscripted text up */
  top: -0.5em;
}
.context-mobile .context-content.fn sub {
  /* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
.context-mobile .toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 39px;
  display: block;
  background-color: white;
  border-bottom: 3px solid black;
  border-top: 3px solid black;
}
.context-mobile .toolbar span.context-title {
  position: absolute;
  left: 40px;
  right: 70px;
  top: 0;
  bottom: 0;
  padding-top: 5px;
  font-size: 30px;
  font-weight: bold;
}
.context-mobile .toolbar a {
  display: inline-block;
  font-size: 12px;
  height: 26px;
  padding-top: 14px;
  padding-left: 24px;
  margin-left: 10px;
  text-decoration: none;
  color: black;
  text-transform: uppercase;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
.context-mobile .toolbar a.menu_close {
  position: absolute;
  right: 15px;
  top: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-image: url("../../img/close@2x.png");
  background-position: center right;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  width: 40px;
}

div.tinutti-container {
  position: relative;
  min-height: 272px;
  overflow: auto;
  margin-right: 40px;
  padding-top: 10px;
}
div.tinutti-container .tinutti-item {
  position: relative;
  font-size: 12px;
  line-height: 15.6px;
  cursor: pointer;
  max-width: 550px;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  vertical-align: baseline;
  text-align: left;
  hyphens: auto;
  margin-top: 0;
  margin-bottom: 20px;
}
div.tinutti-container .tinutti-item h3 {
  display: block;
  font-weight: bold;
}
div.tinutti-container .tinutti-item small {
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
}
div.tinutti-container .tinutti-item small:first-of-type {
  padding-top: 10px;
  border-top: 1px solid black;
}
div.tinutti-container .tinutti-item p + dl {
  margin-top: -10px;
}
div.tinutti-container .tinutti-item dl .dl-item {
  position: relative;
  padding-left: 60px;
}
div.tinutti-container .tinutti-item dl .dl-item dt {
  position: absolute;
  left: 30px;
}
div.tinutti-container .tinutti-item dl .dl-item dt sub, div.tinutti-container .tinutti-item dl .dl-item dt sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
div.tinutti-container .tinutti-item dl .dl-item dt sup {
  top: -0.5em;
}
div.tinutti-container .tinutti-item dl .dl-item dt sub {
  bottom: -0.25em;
}
div.tinutti-container .tinutti-item p {
  margin-bottom: 10px;
  /*
  sup.ident {
    display:block;
    height:0;
    font-size: $fsContentPNum;
    margin:{
      left:-$marge;
    }
    overflow:visible;
  }
  */
}
div.tinutti-container .tinutti-item p sub, div.tinutti-container .tinutti-item p sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
div.tinutti-container .tinutti-item p sup {
  top: -0.5em;
}
div.tinutti-container .tinutti-item p sub {
  bottom: -0.25em;
}
div.tinutti-container .tinutti-item.fn {
  /*
  sup.ident {
    display:block;
    height:0;
    font-size: $fsContentPNum;
    margin:{
      left:-$marge;
    }
    overflow:visible;
  }
  */
}
div.tinutti-container .tinutti-item.fn p {
  margin-left: 30px;
  padding-left: 30px;
}
div.tinutti-container .tinutti-item.fn sub, div.tinutti-container .tinutti-item.fn sup {
  /* Specified in % so that the sup/sup is the
     right size relative to the surrounding text */
  font-size: 75%;
  /* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0;
  /* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
  /* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline;
}
div.tinutti-container .tinutti-item.fn sup {
  /* Move the superscripted text up */
  top: -0.5em;
}
div.tinutti-container .tinutti-item.fn sub {
  /* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
div.tinutti-container .tinutti-item a[name] {
  padding-right: 5px;
}
div.tinutti-container .tinutti-item hr {
  display: none;
}
div.tinutti-container .tinutti-item a {
  color: black;
  text-decoration: none;
}
div.tinutti-container .tinutti-item.law {
  padding-left: 0;
}
div.tinutti-container .tinutti-item .number {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 10px;
}

header.logo {
  background-color: white;
  position: relative;
  height: 55px;
  padding-top: 12px;
}
header.logo a.logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  height: 75px;
  width: 549px;
  max-width: 100%;
  background-image: url("../../img/logo@2x.png");
  background-size: 549px auto;
  background-repeat: no-repeat;
}

div.nav-container {
  position: relative;
  background-color: transparent;
  padding-top: 5px;
  margin-left: 0;
  margin-right: 0;
}
div.nav-container.scroll-fixed {
  position: fixed;
  top: -10px;
  left: 0;
  right: 0;
  height: auto;
  z-index: 1000000;
}
div.nav-container.content-page {
  position: fixed;
  top: -13px;
  left: 0;
  right: 0;
  height: auto;
  z-index: 1000000;
}
div.nav-container nav.main {
  position: relative;
  height: 38px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  background-color: white;
  text-transform: uppercase;
  padding-top: 0;
  border-top: black solid 3px;
  border-bottom: black solid 3px;
  margin-top: 5px;
  margin-bottom: 0;
  margin-left: 40px;
  margin-right: 40px;
}
div.nav-container nav.main input.suchen {
  width: 300px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  font-family: Everett, Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: bold;
  border: none;
  text-transform: uppercase;
  padding-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
}
div.nav-container nav.main input.suchen:focus {
  outline: none;
}
div.nav-container nav.main input.suchen::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #000;
}
div.nav-container nav.main input.suchen:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000;
  opacity: 1;
}
div.nav-container nav.main input.suchen::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000;
  opacity: 1;
}
div.nav-container nav.main input.suchen:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}
div.nav-container nav.main input.suchen::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000;
}
div.nav-container nav.main input.suchen::placeholder {
  /* Most modern browsers support this now. */
  color: #000;
}
div.nav-container nav.main input.suchen:focus::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #FFF;
}
div.nav-container nav.main input.suchen:focus:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #FFF;
  opacity: 1;
}
div.nav-container nav.main input.suchen:focus::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #FFF;
  opacity: 1;
}
div.nav-container nav.main input.suchen:focus:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #FFF;
}
div.nav-container nav.main input.suchen:focus::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #FFF;
}
div.nav-container nav.main input.suchen:focus::placeholder {
  /* Most modern browsers support this now. */
  color: #FFF;
}
div.nav-container nav.main a {
  font-size: 30px;
  font-weight: bold;
  border: none;
  display: block;
  text-decoration: none;
  position: absolute;
  top: 5px;
  color: black;
}
div.nav-container nav.main a.search {
  position: static;
  padding-top: 5px;
}
div.nav-container nav.main a:hover {
  color: black;
}
div.nav-container nav.main a:visited {
  color: black;
}
div.nav-container nav.main a.index {
  left: 0;
}
div.nav-container nav.main a.info {
  right: 0;
}
div.nav-container.scroll-fixed nav.main {
  border-top: 3px solid white;
}

#draw_container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  z-index: -1;
}

.popup_back {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  filter: blur(0);
  z-index: 3000000;
  padding-bottom: 40px;
  background-color: transparent;
}
.popup_back .popup {
  cursor: auto;
  display: none;
  position: absolute;
  background-color: white;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  vertical-align: baseline;
  text-align: left;
  border-top: none;
  border-left: 3px solid black;
  border-right: 3px solid black;
  overflow-y: auto;
  overflow-x: hidden;
}
.popup_back .popup[data-info="13"] .popup_info {
  text-align: center;
}
.popup_back .popup[data-info="13"] a.no-underline {
  text-decoration: none;
}
.popup_back.lae {
  background-color: rgba(0, 0, 0, 0.4);
}
.popup_back .toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 36px;
  padding-top: 6px;
  padding-left: 0;
  display: block;
  background-color: white;
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  text-transform: uppercase;
  border-bottom: 3px solid black;
}
.popup_back .toolbar span.title {
  position: absolute;
  top: 6px;
  left: 20px;
  right: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.popup_back .toolbar a.home {
  position: absolute;
  display: block;
  top: 6px;
  right: 56px;
  width: auto;
  padding: 0;
  margin: 0;
  line-height: 30px;
  font-size: 30px;
  color: black;
  text-decoration: none;
}
.popup_back .toolbar a.home:hover {
  text-decoration: none;
}
.popup_back .toolbar input.spotlight, .popup_back .toolbar input.search {
  font-family: Everett, Helvetica, Arial, sans-serif;
  position: absolute;
  border: none;
  font-size: 30px;
  font-weight: bold;
  height: 40px;
  margin-top: 1px;
  text-align: left;
  top: 0;
  width: 100%;
  padding-left: 40px;
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  padding-left: 0;
  background-color: transparent;
  /* all */
  /* firefox 19+ */
  /* ie */
}
.popup_back .toolbar input.spotlight::-webkit-input-placeholder, .popup_back .toolbar input.search::-webkit-input-placeholder {
  color: #000;
}
.popup_back .toolbar input.spotlight:-moz-placeholder, .popup_back .toolbar input.search:-moz-placeholder {
  color: #000;
  opacity: 1;
}
.popup_back .toolbar input.spotlight::-moz-placeholder, .popup_back .toolbar input.search::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.popup_back .toolbar input.spotlight:-ms-input-placeholder, .popup_back .toolbar input.search:-ms-input-placeholder {
  color: #000;
}
.popup_back .toolbar input.spotlight::-ms-input-placeholder, .popup_back .toolbar input.search::-ms-input-placeholder {
  color: #000;
}
.popup_back .toolbar input.spotlight::placeholder, .popup_back .toolbar input.search::placeholder {
  color: #000;
}
.popup_back .toolbar input.spotlight:focus::-webkit-input-placeholder, .popup_back .toolbar input.search:focus::-webkit-input-placeholder {
  color: #FFF;
}
.popup_back .toolbar input.spotlight:focus:-moz-placeholder, .popup_back .toolbar input.search:focus:-moz-placeholder {
  color: #FFF;
  opacity: 1;
}
.popup_back .toolbar input.spotlight:focus::-moz-placeholder, .popup_back .toolbar input.search:focus::-moz-placeholder {
  color: #FFF;
  opacity: 1;
}
.popup_back .toolbar input.spotlight:focus:-ms-input-placeholder, .popup_back .toolbar input.search:focus:-ms-input-placeholder {
  color: #FFF;
}
.popup_back .toolbar input.spotlight:focus::-ms-input-placeholder, .popup_back .toolbar input.search:focus::-ms-input-placeholder {
  color: #FFF;
}
.popup_back .toolbar input.spotlight:focus::placeholder, .popup_back .toolbar input.search:focus::placeholder {
  color: #FFF;
}
.popup_back .toolbar input.spotlight:focus, .popup_back .toolbar input.search:focus {
  outline: none;
}
.popup_back .toolbar input.spotlight::-webkit-input-placeholder, .popup_back .toolbar input.search::-webkit-input-placeholder {
  color: #000;
}
.popup_back .toolbar input.spotlight::-moz-placeholder, .popup_back .toolbar input.search::-moz-placeholder {
  color: #000;
}
.popup_back .toolbar input.spotlight:-ms-input-placeholder, .popup_back .toolbar input.search:-ms-input-placeholder {
  color: #000;
}
.popup_back .toolbar input.spotlight:-moz-placeholder, .popup_back .toolbar input.search:-moz-placeholder {
  color: #000;
}
.popup_back .toolbar input.search {
  padding-left: 0;
  text-align: center;
}
.popup_back .toolbar a {
  display: inline-block;
  font-size: 12px;
  height: 26px;
  padding-top: 14px;
  padding-left: 24px;
  margin-left: 10px;
  text-decoration: none;
  color: black;
  text-transform: uppercase;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
.popup_back .toolbar a.menu_close {
  position: absolute;
  right: 15px;
  top: 0;
  padding-top: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-image: url("../../img/close@2x.png");
  background-position: center right;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  width: 40px;
  height: 42px;
}

article.articles_about, section.articles, section.publication {
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 21.6px;
  margin-bottom: 21.6px;
  min-width: auto;
  font-size: 18px;
  line-height: 21.6px;
  text-wrap: normal;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
article.articles_about div.home-info-link, section.articles div.home-info-link, section.publication div.home-info-link {
  margin-bottom: 16.6px;
}
article.articles_about a, section.articles a, section.publication a {
  color: black;
  text-decoration: none;
}
article.articles_about a:hover, section.articles a:hover, section.publication a:hover {
  text-decoration: none;
}
article.articles_about a:visited, article.articles_about a:focus, section.articles a:visited, section.articles a:focus, section.publication a:visited, section.publication a:focus {
  color: black;
}
article.articles_about div.column, section.articles div.column, section.publication div.column {
  display: inline-block;
  width: 25%;
  margin: 0;
  vertical-align: top;
}
article.articles_about div.column.c2, section.articles div.column.c2, section.publication div.column.c2 {
  width: 50%;
}
article.articles_about div.column.c3, section.articles div.column.c3, section.publication div.column.c3 {
  width: 75%;
}
article.articles_about div.column .impressum, section.articles div.column .impressum, section.publication div.column .impressum {
  margin-top: 43.2px;
  font-size: 12px;
  line-height: 13.2px;
  padding-top: 21.6px;
  border-top: 3px solid black;
}
article.articles_about div.column .impressum a:hover, section.articles div.column .impressum a:hover, section.publication div.column .impressum a:hover {
  font-weight: bold;
}
article.articles_about div.column .impressum p, section.articles div.column .impressum p, section.publication div.column .impressum p {
  max-width: 75%;
}
article.articles_about div.column .impressum article, section.articles div.column .impressum article, section.publication div.column .impressum article {
  margin-right: 21.6px;
}
article.articles_about div.column .impressum article h3, section.articles div.column .impressum article h3, section.publication div.column .impressum article h3 {
  border-bottom: none;
}
article.articles_about div.column article.article, section.articles div.column article.article, section.publication div.column article.article {
  color: #001c32;
  display: block;
  padding-right: 2.7px;
  margin-right: 21.6px;
}
article.articles_about div.column article.article img, section.articles div.column article.article img, section.publication div.column article.article img {
  display: block;
}
article.articles_about div.column article.article.cv h2 + a, section.articles div.column article.article.cv h2 + a, section.publication div.column article.article.cv h2 + a {
  margin-top: -18px;
}
article.articles_about div.column article.article.cv a, section.articles div.column article.article.cv a, section.publication div.column article.article.cv a {
  display: block;
  font-family: Everett, Helvetica, Arial, sans-serif;
}
article.articles_about div.column article.article hr, section.articles div.column article.article hr, section.publication div.column article.article hr {
  border-top: 3px solid black;
  border-left: none;
  border-bottom: none;
  border-right: none;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}
article.articles_about div.column article.article a, section.articles div.column article.article a, section.publication div.column article.article a {
  text-decoration: none;
  text-decoration: none;
}
article.articles_about div.column article.article a:hover, section.articles div.column article.article a:hover, section.publication div.column article.article a:hover {
  font-weight: bold;
}
article.articles_about div.column article.article a.link, article.articles_about div.column article.article a.download, section.articles div.column article.article a.link, section.articles div.column article.article a.download, section.publication div.column article.article a.link, section.publication div.column article.article a.download {
  position: relative;
  display: block;
  text-decoration: none;
  padding-left: 30px;
}
article.articles_about div.column article.article a.link:hover, article.articles_about div.column article.article a.download:hover, section.articles div.column article.article a.link:hover, section.articles div.column article.article a.download:hover, section.publication div.column article.article a.link:hover, section.publication div.column article.article a.download:hover {
  text-decoration: none;
  font-weight: bold;
}
article.articles_about div.column article.article a.link span.bullet-arrow, article.articles_about div.column article.article a.download span.bullet-arrow, section.articles div.column article.article a.link span.bullet-arrow, section.articles div.column article.article a.download span.bullet-arrow, section.publication div.column article.article a.link span.bullet-arrow, section.publication div.column article.article a.download span.bullet-arrow {
  position: absolute;
  top: 0;
  left: 0;
}
article.articles_about div.column article.article a.resume, section.articles div.column article.article a.resume, section.publication div.column article.article a.resume {
  margin-bottom: 21.6px;
}
article.articles_about div.column article.article a.info-home, section.articles div.column article.article a.info-home, section.publication div.column article.article a.info-home {
  position: relative;
  display: block;
  padding-left: 30px;
}
article.articles_about div.column article.article a.info-home span.bullet-arrow, section.articles div.column article.article a.info-home span.bullet-arrow, section.publication div.column article.article a.info-home span.bullet-arrow {
  position: absolute;
  top: 0;
  left: 0;
}
article.articles_about div.column article.article h2, section.articles div.column article.article h2, section.publication div.column article.article h2 {
  position: relative;
  font-size: 18px;
  line-height: 23.4px;
  font-family: Everett, Helvetica, Arial, sans-serif;
  padding-left: 30px;
  margin-bottom: 21.6px;
}
article.articles_about div.column article.article h2 + h3, section.articles div.column article.article h2 + h3, section.publication div.column article.article h2 + h3 {
  margin-top: -18px;
}
article.articles_about div.column article.article h2 img.bullet, section.articles div.column article.article h2 img.bullet, section.publication div.column article.article h2 img.bullet {
  position: absolute;
  display: block;
  top: 4px;
  left: 1px;
  width: 14px;
  height: 14px;
}
article.articles_about div.column article.article.slidedown h2 + h3, section.articles div.column article.article.slidedown h2 + h3, section.publication div.column article.article.slidedown h2 + h3 {
  margin-top: 0;
}
article.articles_about div.column article.article h3, section.articles div.column article.article h3, section.publication div.column article.article h3 {
  font-size: 30px;
  line-height: 33px;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 5.4px;
  margin-bottom: 5.4px;
}
article.articles_about div.column article.article h3 + h3, section.articles div.column article.article h3 + h3, section.publication div.column article.article h3 + h3 {
  padding-top: 0;
}
article.articles_about div.column article.article h4, section.articles div.column article.article h4, section.publication div.column article.article h4 {
  font-size: 24px;
  line-height: 26.4px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  border-top: 3px solid black;
}
article.articles_about div.column article.article h3 + h4, section.articles div.column article.article h3 + h4, section.publication div.column article.article h3 + h4 {
  padding-top: 0;
  margin-top: -3px;
}
article.articles_about div.column article.article p, section.articles div.column article.article p, section.publication div.column article.article p {
  margin-bottom: 17.6px;
  margin-right: 5px;
  text-indent: 0px;
}
article.articles_about div.column article.article p + ul, section.articles div.column article.article p + ul, section.publication div.column article.article p + ul {
  margin-top: 21.6px;
}
article.articles_about div.column article.article.what p, section.articles div.column article.article.what p, section.publication div.column article.article.what p {
  margin-bottom: 16.6px;
}
article.articles_about div.column article.article.manual, section.articles div.column article.article.manual, section.publication div.column article.article.manual {
  margin-top: 0;
}
article.articles_about div.column article.article.manual h3, section.articles div.column article.article.manual h3, section.publication div.column article.article.manual h3 {
  display: none;
}
article.articles_about div.column article.article.manual h3.real, section.articles div.column article.article.manual h3.real, section.publication div.column article.article.manual h3.real {
  display: block;
}
article.articles_about div.column article.article.manual p, section.articles div.column article.article.manual p, section.publication div.column article.article.manual p {
  border-top: 1px solid #001c32;
  margin-top: 10.8px;
  padding-top: 10.8px;
  position: relative;
  padding-left: 64.8px;
}
article.articles_about div.column article.article.manual p.primus, section.articles div.column article.article.manual p.primus, section.publication div.column article.article.manual p.primus {
  border-top: none;
}
article.articles_about div.column article.article.manual p img, section.articles div.column article.article.manual p img, section.publication div.column article.article.manual p img {
  position: absolute;
  top: 10.8px;
  left: 4px;
  width: 32px;
  height: 32px;
}
article.articles_about div.column article.article img.team, section.articles div.column article.article img.team, section.publication div.column article.article img.team {
  width: 100%;
  margin-top: 10.8px;
}
article.articles_about div.column article.article a.home_menu_item, article.articles_about div.column article.article a.home_info, section.articles div.column article.article a.home_menu_item, section.articles div.column article.article a.home_info, section.publication div.column article.article a.home_menu_item, section.publication div.column article.article a.home_info {
  display: block;
  position: relative;
  margin: 0;
  padding-top: 6px;
  padding-bottom: 4px;
  padding-left: 30px;
  padding-right: 10px;
  color: black;
  text-decoration: none;
  border-bottom: 1px solid #001c32;
}
article.articles_about div.column article.article a.home_menu_item img, article.articles_about div.column article.article a.home_info img, section.articles div.column article.article a.home_menu_item img, section.articles div.column article.article a.home_info img, section.publication div.column article.article a.home_menu_item img, section.publication div.column article.article a.home_info img {
  position: absolute;
  top: 10px;
  left: 2px;
  width: 10px;
  height: 10px;
}
article.articles_about a.home_menu_item, section.articles a.home_menu_item, section.publication a.home_menu_item {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 26.4px;
  padding-left: 30px;
  padding-right: 15px;
  min-width: 9px;
  -moz-transition: width 0.3s;
  -o-transition: width 0.3s;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
article.articles_about a.home_menu_item div.bullet, section.articles a.home_menu_item div.bullet, section.publication a.home_menu_item div.bullet {
  position: absolute;
  top: -5.8px;
  left: -40px;
  bottom: 5.8px;
  width: 9px;
}
article.articles_about a.home_menu_item span.title-prefix, section.articles a.home_menu_item span.title-prefix, section.publication a.home_menu_item span.title-prefix {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 12px;
  line-height: 12px;
  padding: 0;
  margin: 0;
  bottom: auto;
  height: 12px;
  width: auto;
}
article.articles_about a.home_menu_item:hover, section.articles a.home_menu_item:hover, section.publication a.home_menu_item:hover {
  text-decoration: none;
}
article.articles_about a.home_menu_item:hover div.bullet, section.articles a.home_menu_item:hover div.bullet, section.publication a.home_menu_item:hover div.bullet {
  -moz-transition: width 0.3s;
  -o-transition: width 0.3s;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  width: 37px;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
article.articles_about.about, section.articles.about, section.publication.about {
  position: relative;
  font-family: Everett, Helvetica, Arial, sans-serif;
  margin-top: 40px;
  padding-top: 21.6px;
  background-color: #ecedef;
  padding-bottom: 21.6px;
}
article.articles_about.about img.book, section.articles.about img.book, section.publication.about img.book {
  display: block;
  margin-top: 21.6px;
  margin-bottom: 21.6px;
  margin-left: 43.2px;
  margin-right: 43.2px;
  display: block;
  height: auto;
  width: 100%;
  margin-left: 0%;
}
article.articles_about.about article, section.articles.about article, section.publication.about article {
  margin-top: 21.6px;
  margin-bottom: 21.6px;
  margin-left: 43.2px;
  margin-right: 43.2px;
}
article.articles_about.about h3, section.articles.about h3, section.publication.about h3 {
  display: none;
}
article.articles_about.about p, section.articles.about p, section.publication.about p {
  margin-bottom: 21.6px;
}
article.articles_about.contact, section.articles.contact, section.publication.contact {
  font-size: 12px;
  line-height: 13.2px;
  word-break: normal;
  margin-top: 43.2px;
  padding-top: 10.8px;
  border-top: 3px solid black;
}
article.articles_about.contact article, section.articles.contact article, section.publication.contact article {
  margin-right: 21.6px;
}
article.articles_about.contact a.underline:hover, section.articles.contact a.underline:hover, section.publication.contact a.underline:hover {
  text-decoration: underline;
}

html.popuped a.home_menu_item .bullet {
  display: none;
}

#footer {
  word-break: normal;
}
#footer p {
  max-width: 850px;
}
#footer a:hover {
  text-decoration: underline;
}

nav.menu section.bookmark {
  background-color: #f1f1f1;
}
nav.menu section.bookmark a {
  width: auto;
}

.bookmark_count {
  position: absolute;
  display: none;
  font-size: 6px;
  font-family: Everett, Helvetica, Arial, sans-serif;
  padding-top: 6px;
  width: 18px;
  height: 12px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  background-color: red;
  color: white;
}

nav.information {
  display: none;
  position: fixed;
  top: 0;
  right: 40px;
  width: 350px;
  background: transparent;
}
nav.information a.close {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  width: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 20px;
  background-image: url("../../img/mobile/close@2x.png");
}
nav.information .content {
  background-color: white;
  padding-top: 0px;
  padding-bottom: 0;
  border-top: 3px solid black;
  border-left: 3px solid black;
  border-right: 3px solid black;
  border-bottom: none;
}
nav.information .content .section {
  border-bottom: 3px solid black;
  padding-top: 4px;
}
nav.information .content .section:last-of-type {
  padding-bottom: 10px;
}
nav.information .content .section a {
  position: relative;
  display: block;
  color: black;
  text-decoration: none;
  font-size: 24px;
  word-wrap: break-word;
  margin-top: 4px;
  margin-bottom: 4px;
  padding-left: 10px;
  padding-right: 10px;
}
nav.information .content .section a:hover {
  font-weight: bold;
}
nav.information .content .section a .bullet {
  display: none;
  position: absolute;
  left: 10px;
  bottom: 4.4px;
  background-color: black;
  width: 12px;
  height: 12px;
}
nav.information .content .section a:hover .bullet, nav.information .content .section a.selected .bullet {
  display: none;
}

.popup_info {
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  bottom: 0;
  padding-left: 20px;
  padding-right: 40px;
  padding-top: 20px;
  padding-bottom: 80px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.popup_info .bottom {
  display: block;
  height: 120px;
  width: 120px;
}
.popup_info p {
  max-width: none;
}

.search.popup .wait {
  display: none;
  position: absolute;
  top: 40px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
}
.search.popup .content {
  position: absolute;
  top: 45px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.search.popup .content div.search_result {
  cursor: pointer;
  position: relative;
  display: block;
  min-height: 60px;
  border-bottom: 3px solid black;
  padding-bottom: 10px;
  padding-top: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  /*
  &:hover {
    background-color:$grayBack;
    @include transition(background 0.2s);
  }
  */
}
.search.popup .content div.search_result span {
  display: none;
}
.search.popup .content div.search_result .path {
  position: absolute;
  top: 10px;
  left: 60px;
  font-family: Everett, Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.search.popup .content div.search_result .bullet {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 9px;
  height: auto;
  color: white;
}
.search.popup .content div.search_result .pnum {
  display: block;
  position: absolute;
  top: 42px;
  left: 10px;
  width: 40px;
  text-align: center;
  font-size: 10px;
}
.search.popup .content div.search_result .content_summary {
  font-family: Everett, Helvetica, Arial, sans-serif;
  line-height: 22px;
  margin-top: 26.66667px;
  margin-left: 60px;
  margin-right: 40px;
  margin-bottom: 10px;
}
.search.popup .content div.search_result .content_summary p + ul {
  margin-top: 11px;
}
.search.popup .content div.search_result .content_summary li {
  margin-left: 20px;
  padding-left: 10px;
  list-style-type: disc;
  margin-bottom: 10px;
}
.search.popup .content div.search_result .content_summary .highlight {
  padding-left: 2px;
  padding-right: 2px;
  background-color: #fff999;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.search.popup .content div.search_result .content_summary .table_replace {
  width: auto;
  height: auto;
}
.search.popup .content div.search_result .mehr {
  font-family: Everett, Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 12px;
  margin-left: 25px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.color-band {
  position: fixed;
  z-index: 2000000;
  left: 0;
  top: 0;
  bottom: 0;
  width: 9px;
  background-color: orange;
  padding-top: 80px;
}
.color-band .color-band-item {
  display: block;
  height: 26.4px;
  width: 9px;
  margin: 0;
  padding: 0;
}

div.table-viewer {
  display: none;
  background-color: white;
  position: fixed;
  top: 60px;
  left: 40px;
  right: 40px;
  bottom: 40px;
  border: 3px solid black;
}
div.table-viewer .toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 36px;
  display: block;
  background-color: white;
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  text-transform: uppercase;
  border-bottom: 3px solid black;
}
div.table-viewer .toolbar a {
  display: inline-block;
  font-size: 12px;
  height: 36px;
  padding-top: 5px;
  padding-left: 24px;
  margin-left: 10px;
  text-decoration: none;
  color: black;
  text-transform: uppercase;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
div.table-viewer .toolbar a.menu_close {
  position: absolute;
  right: 15px;
  height: 36px;
  padding-top: 0;
  top: 0;
  background-image: url("../../../img/close@2x.png");
  background-position: center right;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  width: 40px;
}
div.table-viewer .content {
  position: absolute;
  top: 49px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
div.table-viewer .content table {
  margin-bottom: 20px;
  margin-top: 20px;
  border-spacing: 1px;
  font-size: 12px;
}
div.table-viewer .content table tr td {
  white-space: nowrap;
  min-width: 80px;
  padding: 4px;
  vertical-align: top;
  border: 1px solid black;
}
div.table-viewer .content table tr td p {
  margin: 0;
}
div.table-viewer .content table tr td.header-vertical {
  position: relative;
  padding: 5px;
}
div.table-viewer .content table tr td.header-vertical span {
  transform-origin: 0 50%;
  transform: rotate(-90deg);
  white-space: nowrap;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
}
div.table-viewer .content table .fcol {
  width: 280px;
  min-width: 280px;
}
div.table-viewer .content table .background {
  position: relative;
  min-height: 80px;
  height: 80px;
  padding: 0;
  margin: 0;
  white-space: normal;
}
div.table-viewer .content table .line {
  display: none;
  width: 295px;
  height: 47px;
  border-bottom: 1px solid black;
  transform: translateY(-22px) translateX(0px) rotate(9.85deg);
  position: absolute;
  z-index: -1;
}
div.table-viewer .content table .background > div {
  position: absolute;
  height: 100%;
  width: 100%;
  background: transparent;
  top: 0;
  left: 0;
  /*
  background: {
    image:url("/img/table_sep.svg");
    repeat:no-repeat;
    position:center center;
    size: 100% 100%, auto;
  }
  */
  background: linear-gradient(to top right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - 0.8px), #000000 50%, rgba(0, 0, 0, 0) calc(50% + 0.8px), rgba(0, 0, 0, 0) 100%);
}
div.table-viewer .content table .bottom {
  position: absolute;
  bottom: 3px;
  left: 3px;
}
div.table-viewer .content table .top {
  position: absolute;
  top: 3px;
  right: 3px;
  max-width: 280px / 2;
}

.fusg-numbering {
  display: block;
  margin-left: -40px;
  font-size: 10px;
  line-height: 19px;
  height: 0;
  overflow: visible;
  font-family: Everett, Helvetica, Arial, sans-serif;
}

.search_result .fusg-numbering {
  margin-left: -30px;
}

.fusg-numbering + p {
  margin-top: 0;
}

ol .fusg-numbering {
  margin-left: -74px;
}

footer.footer-content {
  position: relative;
  display: block;
  margin-left: -40px;
  font-size: 12px;
  line-height: 13.2px;
  border-top: 3px solid black;
  margin-top: 80px;
}
footer.footer-content a {
  text-decoration: none;
}
footer.footer-content a:hover {
  text-decoration: underline;
}
footer.footer-content .col1 {
  position: absolute;
  left: 0;
  font-size: 10px;
  padding-top: 5px;
  padding-right: 10px;
  width: 60px;
}
footer.footer-content .col2 {
  position: absolute;
  left: 40px;
  padding-right: 20px;
  padding-top: 5px;
}
footer.footer-content .col2 article {
  max-width: 550px;
}
footer.footer-content .col2 article p {
  margin-bottom: 8px;
}

nav.menu_prim {
  display: none;
}

nav.menu {
  font-size: 24px;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding-top: 40px;
  background-color: white;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
nav.menu .viewport {
  position: absolute;
  top: 43px;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
nav.menu .viewport .container {
  padding-bottom: 160px;
}
nav.menu section {
  position: relative;
  border-bottom: 3px solid black;
  background-position: right 15px top 12px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  sborder-right: 15px solid transparent;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
  padding-top: 20px;
}
nav.menu section.blur {
  filter: blur(0);
}
nav.menu section .items {
  display: none;
  margin-top: 30px;
}
nav.menu section .items .column {
  display: inline-block;
  vertical-align: top;
}
nav.menu .titles {
  display: block;
  position: absolute;
  left: 40px;
  top: 20px;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 22px;
}
nav.menu .titles .title {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
}
nav.menu .titles .title.selected {
  font-weight: bold;
}
nav.menu .bullet {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 13.5px;
  color: white;
}
nav.menu .level1 {
  position: absolute;
  display: block;
  left: 0;
  right: 15px;
  top: 5px;
  padding-top: 5px;
  height: 24px;
  cursor: pointer;
  padding-left: 65px;
  font-size: 24px;
  font-weight: normal;
}
nav.menu .level1 .bullet {
  left: -1px;
}
nav.menu section:hover .level1 {
  display: block;
}
nav.menu section:hover .titles {
  display: block;
}
nav.menu a, nav.menu div.inactive {
  display: block;
  position: relative;
  min-height: 18px;
  font-size: 18px;
  line-height: 22px;
  color: black;
  width: 80%;
  /*overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  */
  text-decoration: none;
  padding-left: 50px;
  padding-right: 20px;
}
nav.menu a .title-prefix, nav.menu div.inactive .title-prefix {
  position: absolute;
  top: 0;
  left: 20px;
}
nav.menu a.level2, nav.menu a.level3, nav.menu div.inactive.level2, nav.menu div.inactive.level3 {
  padding-right: 20px;
}
nav.menu a.level3, nav.menu div.inactive.level3 {
  padding-left: 80px;
}
nav.menu a.level3 .title-prefix, nav.menu div.inactive.level3 .title-prefix {
  left: 50px;
}
nav.menu a.level2:hover, nav.menu a.level3:hover, nav.menu div.inactive.level2:hover, nav.menu div.inactive.level3:hover {
  font-weight: bold;
}
nav.menu a.inactive:hover, nav.menu div.inactive.inactive:hover {
  text-decoration: none;
}
nav.menu a.level1:hover, nav.menu div.inactive.level1:hover {
  text-decoration: none;
}
nav.menu a.spotlight_server, nav.menu div.inactive.spotlight_server {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  color: black;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-image: url("../../img/seek.svg");
}
nav.menu a:hover .bullet, nav.menu a.bselected .bullet, nav.menu div.inactive:hover .bullet, nav.menu div.inactive.bselected .bullet {
  display: block;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
nav.menu a.selected, nav.menu div.inactive.selected {
  font-weight: bold;
}
nav.menu a.level1 .title-prefix, nav.menu div.inactive.level1 .title-prefix {
  display: absolute;
  font-size: 12px;
  width: 30px;
  left: 35px;
  top: 4px;
}
nav.menu a.level2, nav.menu div.inactive.level2 {
  text-transform: none;
}
nav.menu a.level2.marged, nav.menu div.inactive.level2.marged {
  margin-top: 18px;
}
nav.menu a.level2 + .level2, nav.menu div.inactive.level2 + .level2 {
  margin-top: 18px;
}
nav.menu a.level3, nav.menu div.inactive.level3 {
  text-transform: none;
}
