a {
  text-decoration: none;
  color: #335e83;
  outline: none;
}
a:hover {
  text-decoration: underline;
}
.appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.button-appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  background: transparent;
  outline: none;
}
.button-appearance-none::-moz-focus-inner {
  border: 0;
}
.select-none {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  /* No support for these yet, use at own risk */
  -o-user-select: none;
  user-select: none;
}
/* Typography
-------------------------------------------------------- */
h1 {
  margin: 0 0 0.5em 0;
  font-weight: normal;
  line-height: 1.1em;
}
h1 .subtitle {
  display: block;
  font-size: 12pt;
  line-height: 14pt;
  margin: 0;
}
h1 .subtitle:before {
  content: '–';
}
h2,
h3,
h4,
h5 {
  font-size: 1em;
  margin: 1em 0 0 0;
  font-weight: bold;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
p {
  margin: 0 0 1em 0;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-limit-chars: auto 3;
  -webkit-hyphenate-limit-lines: 4;
  -ms-hyphenate-limit-chars: auto 3;
  -ms-hyphenate-limit-lines: 4;
  -moz-hyphenate-limit-chars: auto 3;
  -moz-hyphenate-limit-lines: 4;
  hyphenate-limit-chars: auto 3;
  hyphenate-limit-lines: 4;
  word-wrap: break-word;
}
h1 a,
h1 a:hover {
  color: #333;
  text-decoration: none;
}
ul {
  margin: 0 0 0 0;
  list-style: disc;
  padding-left: 1.2em;
}
ul + p {
  margin-top: 1em;
}
ol {
  padding-left: 1.2em;
}
blockquote {
  margin-left: 1em;
  padding-left: 1em;
  border-left: 1px solid #ddd;
}
code {
  font-family: "Consolas", "Menlo", "Monaco", monospace, serif;
  font-size: 0.8em;
}
.column-1 pre,
.column-2 pre {
  font-size: 0.75em;
}
pre {
  background-color: #fafafa;
  padding: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}
a {
  color: #335e83;
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: underline;
}
a.non-existant {
  text-decoration: line-through;
}
a img {
  border: none;
}
hr {
  color: #ddd;
  height: 1px;
  margin: 2em 0;
  border-top: solid 1px #ddd;
  border-bottom: none;
  border-left: 0;
  border-right: 0;
}
table {
  border-collapse: collapse;
  width: 100%;
  margin: 1em 0;
  font-size: 0.7em;
  font-family: Helvetica, Arial, sans;
}
table td,
table th {
  vertical-align: top;
  border: 1px solid white;
  padding: 5px;
  overflow: hidden;
}
table td:nth-child(odd),
table th:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
table tr:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
table th {
  text-align: left;
}
iframe,
object {
  margin: 1em 0 1em 0;
  width: 100% !important;
  display: block;
}
video {
  margin: 1em 0;
  display: block;
  min-width: 285px;
  max-width: 100%;
}
html,
body {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  min-height: 100%;
}
body {
  font-family: Georgia, Palatino, "Palatino Linotype", FreeSerif, serif;
  color: #222;
  line-height: 1.3;
  font-size: 12pt;
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
/* layout */
nav#menu,
nav#path,
#toolbar,
#menu-link {
  font-family: Helvetica, Arial, sans;
}
#layout {
  background: white;
}
#layout #menu {
  background-color: #fafafa;
}
#layout #page #path {
  width: 100%;
  margin: 0 0 0 0;
}
#layout #page #content,
#layout #page #list {
  margin: 2em 0 1em 0;
}
a#edit {
  opacity: .05;
  position: fixed;
  bottom: 10px;
  right: 10px;
  font-size: 0.8em;
  font-family: Helvetica, Arial, sans;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
}
a#edit:before {
  margin-right: 5px;
}
a#edit:hover {
  opacity: 1;
  background: white;
}
#toolbar {
  height: 40px;
  overflow: hidden;
  position: relative;
}
#toolbar a,
#toolbar a:hover {
  display: block;
  position: absolute;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
}
#toolbar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#toolbar #home-link {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 40px;
  top: 0;
  left: 50px;
  right: 50px;
}
#toolbar #menu-link,
#toolbar #search-link {
  top: 10px;
  width: 20px;
  height: 20px;
}
#toolbar #menu-link:before,
#toolbar #search-link:before {
  font-size: 20px;
}
#toolbar #menu-link {
  left: 20px;
}
#toolbar #search-link {
  right: 20px;
}
#menu {
  font-size: 9pt;
  padding-top: 30px;
  /* 1st level */
}
#menu a#logo {
  display: block;
  width: 95px;
  height: 95px;
  margin: 0 0 35px 20px;
  background: url("data:image/svg+xml,%3Csvg%20width%3D%22100%22%20height%3D%22100%22%20version%3D%221.1%22%20viewBox%3D%220%200%20100%20100%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%3Cg%20transform%3D%22matrix%28.13635%200%200%20-.13635%201%2099%29%22%20fill%3D%22%23f07d00%22%20stroke-width%3D%22.97782%22%3E%0A%20%20%3Cpath%20d%3D%22m359.32%20708.65c-192.61%200-349.32-156.71-349.32-349.33%200-192.61%20156.71-349.32%20349.32-349.32%20192.63%200%20349.34%20156.71%20349.34%20349.32%200%20192.62-156.71%20349.33-349.34%20349.33zm0-708.65c-198.13%200-359.32%20161.19-359.32%20359.32%200%20198.14%20161.19%20359.33%20359.32%20359.33%20198.14%200%20359.34-161.2%20359.34-359.33s-161.2-359.32-359.34-359.32%22%2F%3E%0A%20%20%3Cpath%20d%3D%22m72.012%20243.03c3.1367%201.18%204.8828%204.356%203.8555%207.071-1.0039%202.675-4.3633%203.757-7.5%202.578-3.1328-1.184-4.8906-4.199-3.875-6.875%201.0195-2.715%204.3867-3.957%207.5195-2.774zm-7.8594-16.718c-.5976.742-1.4414%201.972-2.5078%204.793-1.5703%204.16.3282%206.367.9922%207.003-2.7734%201.407-5.0781%203.809-6.2578%206.942-2.6172%206.926%201.3438%2014.152%208.5508%2016.875%207.2109%202.726%2014.914-.106%2017.527-7.031.9688-2.578%201.0586-5.203.461-7.743l8.2422%203.114c.6562.246%201.3711-.067%201.6171-.731l2.5977-6.875c.25-.664-.0742-1.367-.7266-1.609l-22.285-8.418c-2.207-.832-1.2969-2.102-.9961-2.895.4023-.925.0312-1.218-.5938-1.562-.539-.25-3.5742-1.727-4.4765-2.164-.9727-.539-1.6289-.363-2.1446.301%22%2F%3E%0A%20%20%3Cpath%20d%3D%22m104.27%20226.9-4.6723-2.305c-.6289-.305-1.3672-.051-1.6797.574l-3.25%206.613c-.2813.575-.0508%201.368.5742%201.68l4.6797%202.297c.6251.301%201.3871%200%201.6721-.578l3.25-6.613c.301-.625.011-1.387-.574-1.668zm-9.5239-4.688-21.602-10.617c-.6289-.313-1.3672-.059-1.6797.566l-3.25%206.614c-.2851.574-.0507%201.367.5743%201.679l21.605%2010.614c.6328.316%201.3907.011%201.6758-.567l3.2539-6.609c.3008-.625.0508-1.367-.5781-1.68%22%2F%3E%0A%20%20%3Cpath%20d%3D%22m92.773%20205.14%204.2305-6.856c2.5938%201.602%203.7191%203.692%202.4883%205.703-1.4453%202.344-4.0742%202.782-6.7188%201.153zm-4.1523-2.793c-2.0391-2.434-1.2266-5.352-.2813-6.992%201.5196-2.657%202.9805-3.879%204.6016-4.981.5547-.43.9258-1.027.4961-1.758-.3242-.441-2.0469-2.605-2.4219-3.136-.5234-.68-1.1758-.672-1.6679-.45-3.0586%201.536-5.6954%204.668-7.5%207.61-4.9141%207.968-2.3164%2015.683%204.2461%2019.726s14.551%202.91%2019.277-4.765c4.109-6.68%201.277-13.907-5.281-17.95-1.922-1.183-2.7853-1.406-4.1916.879-.5859.938-2.6093%204.239-7.2773%2011.817%22%2F%3E%0A%20%20%3Cpath%20d%3D%22m113.99%20148.06c-.777%201.047-4.429%205.871-4.429%205.871-.547.722-.559%201.406-.153%202.285.164.43%202.094%204.531%203.688%207.988l-1.395%201.836-6.183-4.687c-.559-.422-1.332-.313-1.75.242l-4.4419%205.871c-.3945.516-.3125%201.336.2422%201.758l25.95%2019.629c.519.39%201.332.3%201.75-.254l4.445-5.871c.418-.555.273-1.356-.25-1.746l-12.891-9.758%201.348-1.797c3.601.723%207.945%201.613%208.394%201.691%201.016.157%201.594-.039%202.137-.754%200%200%203.688-4.882%204.469-5.918.879-1.16.574-1.757-.508-1.882-.883-.168-10.945-2.137-12.883-2.391-.75-1.84-5.144-11.359-5.547-12.172-.496-.992-1.113-1.094-1.992.059%22%2F%3E%0A%20%20%3Cpath%20d%3D%22m156.64%20140.98-16.969-17.161c-.492-.496-1.262-.496-1.77-.007l-5.222%205.175c-.496.489-.504%201.27-.012%201.77l.953.957c-1.871-.324-5.531.965-7.66%203.074-4.734%204.688-4.262%209.07.066%2013.445l11.512%2011.641c.453.461%201.274.43%201.735-.027l5.261-5.207c.469-.457.469-1.239.016-1.699l-10.277-10.391c-1.973-1.992-.911-4.109.054-5.067.957-.949%203.059-1.964%205.031.028.915.93%2010.278%2010.39%2010.278%2010.39.457.461%201.234.469%201.734-.015l5.227-5.18c.508-.488.496-1.269.043-1.726%22%2F%3E%0A%20%20%3Cpath%20d%3D%22m174.39%20139.32-23.176-25.808c-.469-.52-1.235-.57-1.762-.102l-5.476%204.922c-.481.43-.563%201.25-.094%201.77l23.172%2025.808c.468.52%201.285.52%201.761.09l5.481-4.922c.527-.469.562-1.238.094-1.758%22%2F%3E%0A%20%20%3Cpath%20d%3D%22m171.76%2096.23c-1.27.5547-3.449%201.7304-6.274%203.8085-3.789%202.781-5.429%206.797-2.082%2011.348l6.324%208.593-3.269%202.403c-.559.41-.68%201.191-.266%201.75l3.649%204.957c.386.519%201.164.637%201.719.226l3.273-2.414%203.262%204.438c.386.523%201.187.613%201.715.223l5.968-4.387c.528-.391.645-1.153.254-1.68%200%200-1.39-1.894-3.262-4.433l3.543-2.618c.571-.41.68-1.179.293-1.699l-3.644-4.961c-.414-.555-1.184-.683-1.75-.262l-3.543%202.61c-1.871-2.543-3.387-4.59-3.742-5.082-2.285-3.106-1.813-3.883%202.027-6.024.859-.449.648-.976.313-1.601-.25-.5-1.907-3.2619-2.54-4.2893-.625-1.0234-1.203-1.2187-1.968-.9062%22%2F%3E%0A%20%20%3Cpath%20d%3D%22m213.43%2099.609-12.332-20.73c-.356-.5976-1.118-.793-1.711-.4414l-6.328%203.7578c-.61.3633-.793%201.1133-.438%201.711l.692%201.1718c-1.743-.7734-5.594-.4023-8.172%201.1328-5.731%203.3985-6.332%207.7735-3.184%2013.066l8.363%2014.063c.332.566%201.133.73%201.692.398l6.367-3.789c.566-.332.754-1.082.422-1.648l-7.473-12.559c-1.43-2.4024.117-4.1992%201.277-4.8945%201.165-.6914%203.446-1.1719%204.875%201.2421.665%201.1133%207.469%2012.558%207.469%2012.558.332.555%201.086.75%201.692.391l6.328-3.75c.594-.363.793-1.113.461-1.6796%22%2F%3E%0A%20%20%3Cpath%20d%3D%22m236.43%2086.836c-.496-.75-3.242-4.9726-3.699-5.6367-.68-.9453-1.567-1.1015-2.301-.3594-.762.8008-2.082%202.0586-3.824%202.9297-1.664.8203-4.649%201.4922-6.637-2.2656-.629-1.1914-5.27-9.9609-5.27-9.9609l-.066-.0196.019.0469c-.3-.5742-1.039-.8086-1.617-.4961l-6.551%203.4649c-.578.3047-.843%201.0742-.542%201.6523l11.285%2021.316c.328.6172%201.113.8203%201.687.5195l6.555-3.4687c.574-.3008.797-1.043.469-1.668l-.586-1.1054c1.312.664%205.211.8711%208.265-.75%201.731-.918%202.754-1.8555%203.211-2.3829.395-.539-.023-1.2226-.398-1.8164%22%2F%3E%0A%20%20%3Cpath%20d%3D%22m244.48%2073.574%207.461-3.0273c1.157%202.832.825%205.1758-1.355%206.0625-2.551%201.0351-4.938-.1563-6.106-3.0352zm-1.691-4.707c-.215-3.1524%202.16-5.0391%203.899-5.8008%202.792-1.25%204.691-1.3672%206.664-1.3086.703-.0117%201.336-.2734%201.421-1.125.008-.5351-.093-3.3086-.089-3.9609-.016-.8516-.559-1.2344-1.079-1.3399-3.375-.5664-7.367.3985-10.558%201.6993-8.672%203.5351-11.137%2011.289-8.227%2018.438%202.907%207.1289%2010.02%2010.938%2018.368%207.5273%207.277-2.957%209.253-10.457%206.347-17.598-.847-2.0781-1.406-2.7695-3.906-1.7578-1.024.4102-4.59%201.8672-12.84%205.2266%22%2F%3E%0A%20%20%3Cpath%20d%3D%22m280.53%2083.094-9.769-33.281c-.196-.6719-.879-1.043-1.551-.8477l-7.063%202.0821c-.617.1719-1.043.875-.847%201.5429l9.769%2033.289c.196.6641.938%201.0234%201.551.8399l7.063-2.0704c.671-.1953%201.043-.8789.847-1.5546%22%2F%3E%0A%20%20%3Cpath%20d%3D%22m293.67%2079.695-8.07-33.738c-.164-.6836-.817-1.0937-1.5-.9297l-7.168%201.711c-.625.1562-1.086.8398-.922%201.5156l8.07%2033.738c.16.6836.879%201.0742%201.504.918l7.168-1.711c.684-.164%201.078-.8281.918-1.5039%22%2F%3E%0A%20%20%3Cpath%20d%3D%22m302.46%2056.719%207.922-1.4766c.555%203.0117-.242%205.2461-2.555%205.6758-2.707.5078-4.801-1.1524-5.367-4.1992zm-.715-4.9532c.426-3.1328%203.133-4.5%204.992-4.9023%202.989-.6641%204.864-.3985%206.778.0586.695.1289%201.379%200%201.629-.8086.113-.5274.562-3.2617.707-3.9063.144-.8398-.293-1.3203-.789-1.5234-3.192-1.2422-7.286-1.0938-10.672-.4609-9.211%201.7109-13.184%208.8203-11.774%2016.398s7.617%2012.734%2016.477%2011.082c7.722-1.4336%2011.164-8.3867%209.754-15.965-.41-2.207-.821-3.0078-3.465-2.5117-1.086.1953-4.875.9101-13.637%202.539%22%2F%3E%0A%20%20%3Cpath%20d%3D%22m361.93%2073.699c-.129-.9961-.735-4.2851-.852-4.832-.066-.6953-.648-1.3789-1.742-1.0938-3.023.8985-8.09%201.9141-8.289-4.2382-.008-.0977-.012-.3516-.024-.6446l7.856-.2539c.699-.0312%201.226-.5976%201.203-1.2969l-.195-6.0976c-.024-.7031-.586-1.2383-1.289-1.2109l-7.852.2539c-.238-7.461-.543-16.707-.543-16.707-.015-.7031-.586-1.2304-1.285-1.2109l-7.355.2344c-.704.0195-1.231.5937-1.211%201.289%200%200%20.296%209.1602.543%2016.707l-4.063.1367c-.695.0234-1.227.5859-1.203%201.289l.195%206.0938c.028.7031.594%201.2422%201.285%201.2226l4.063-.1367c.004.2539.016.4492.019.6524.235%207.2461%202.993%2013.773%2012.954%2013.449%203.886-.1289%205.82-.8906%206.812-1.2695%201.094-.3907%201.168-1.2383.973-2.336%22%2F%3E%0A%20%20%3Cpath%20d%3D%22m374.23%2061.633.426-24.066c.024-.7031-.523-1.2578-1.218-1.2695l-7.364-.1367c-.648-.0079-1.265.5273-1.273%201.2304l-.438%2024.062c-.008.7032.586%201.2617%201.239%201.2696l7.359.1367c.691.0117%201.258-.5235%201.269-1.2266zm-.187%2010.613.09-5.207c.015-.6993-.528-1.2578-1.223-1.2696l-7.363-.1367c-.649-.0078-1.266.5274-1.277%201.2305l-.094%205.207c-.012.7031.586%201.2578%201.234%201.2695l7.356.1368c.703.0078%201.257-.586%201.277-1.2305%22%2F%3E%0A%20%20%3Cpath%20d%3D%22m387.51%2073.516%202.351-34.609c.039-.7032-.468-1.2774-1.164-1.3282l-7.344-.5c-.652-.0468-1.289.461-1.335%201.1641l-2.352%2034.609c-.051.6953.516%201.2812%201.16%201.3281l7.344.4961c.703.0508%201.289-.4649%201.34-1.1602%22%2F%3E%0A%20%20%3Cpath%20d%3D%22m435.56%2062.383%202.722-16.191c.117-.6953-.343-1.3281-.976-1.4336l-7.266-1.2226c-.684-.1172-1.316.332-1.434%201.0234l-2.453%2014.512c-.449%202.7149-2.343%203.1563-3.632%202.9414-1.329-.2265-2.95-1.2109-2.493-3.9258l2.453-14.551c.118-.7032-.332-1.3282-1.015-1.4454l-7.266-1.2226c-.683-.1133-1.316.332-1.433%201.0273l-2.453%2014.512c-.45%202.7148-2.352%203.1523-3.633%202.9375-1.336-.2227-2.95-1.1993-2.481-3.9727.227-1.3281%202.442-14.512%202.442-14.512.117-.6836-.332-1.3203-1.028-1.4375l-7.254-1.2188c-.691-.1172-1.328.3321-1.445%201.0235l-3.992%2023.742c-.117.6914.332%201.3164%201.023%201.4335l7.254%201.2227c.696.1172%201.328-.332%201.446-1.0156l.207-1.2305c.82%201.75%203.566%203.8359%206.523%204.3359%203.652.6133%206.152-.0195%207.82-1.8281%201.875%202.1406%204.121%203.8399%207.532%204.4141%206.562%201.1055%209.804-1.8438%2010.832-7.918%22%2F%3E%0A%20%20%3Cpath%20d%3D%22m458.3%2091.211c.215-.9765.754-4.2773.84-4.832.156-.6758-.157-1.5156-1.27-1.6133-3.152-.1875-8.269-.9492-6.387-6.8047.039-.0898.118-.332.204-.6171l7.484%202.4218c.664.2149%201.355-.1367%201.57-.8008l1.875-5.8125c.227-.664-.137-1.3671-.801-1.582l-7.48-2.4219c2.305-7.0976%205.156-15.894%205.156-15.894.215-.6758-.144-1.3594-.808-1.5742l-7.004-2.2656c-.664-.2149-1.36.1367-1.575.8086%200%200-2.82%208.7109-5.144%2015.898l-3.856-1.25c-.675-.2148-1.359.1367-1.574.8008l-1.886%205.8125c-.211.664.136%201.3672.812%201.582l3.856%201.25c-.079.2344-.145.4297-.204.6133-2.226%206.9062-1.836%2013.977%207.637%2017.043%203.711%201.1992%205.789%201.1406%206.848%201.1132%201.148%200%201.511-.7734%201.707-1.875%22%2F%3E%0A%20%20%3Cpath%20d%3D%22m487.14%2077.156c-1.262%202.9023-4.524%204.2695-7.328%203.0585-2.762-1.1914-3.985-4.5117-2.735-7.414%201.25-2.8789%204.524-4.2461%207.277-3.0547%202.793%201.2109%204.036%204.5312%202.786%207.4102zm-4.446%2021.203%201.309-3.0274c.273-.6445-.012-1.3672-.645-1.6406l-5.554-2.4141c-.61-.2617-1.328.0313-1.606.6758l-1.316%203.0274c-.274.6445.012%201.3672.605%201.6289l5.559%202.414c.633.2735%201.363-.0195%201.648-.664zm12.657-17.637c3.066-7.0704-.508-15.441-7.715-18.566s-15.762-.0079-18.828%207.0625c-3.067%207.0781.527%2015.398%207.746%2018.523%207.207%203.125%2015.73.0586%2018.797-7.0195zm-22.95%2013.184%201.321-3.0274c.269-.6445-.012-1.375-.657-1.6523l-5.554-2.4102c-.598-.2539-1.321.0274-1.594.6719l-1.316%203.0273c-.286.6446%200%201.3789.601%201.6328l5.559%202.4102c.633.2773%201.367-.0078%201.64-.6523%22%2F%3E%0A%20%20%3Cpath%20d%3D%22m513.46%20103.82c.352-.828%202.371-5.4293%202.676-6.1793.43-1.0742.078-1.8945-.945-2.1211-1.086-.2031-2.864-.6054-4.543-1.5898-1.602-.9492-3.797-3.0781-1.75-6.7969.656-1.1836%205.453-9.8633%205.453-9.8633l-.024-.0586-.027.0391c.32-.5664.098-1.3203-.469-1.6328l-6.484-3.5742c-.567-.3203-1.36-.125-1.68.4414l-11.66%2021.121c-.332.6172-.078%201.3789.5%201.6992l6.48%203.5781c.571.3086%201.313.1055%201.653-.5117l.605-1.0938c.164%201.4571%202.141%204.8356%205.156%206.5036%201.707.938%203.055%201.282%203.75%201.379.672.028%201.016-.691%201.309-1.34%22%2F%3E%0A%20%20%3Cpath%20d%3D%22m538.9%20107c-1.891%202.769-5.379%203.699-7.782%202.059-2.351-1.602-2.617-5.11-.722-7.883%201.882-2.7737%205.234-3.7581%207.589-2.1487%202.391%201.6407%202.813%205.1957.915%207.9727zm18.109-3.684c-.578-.761-1.574-1.875-4.055-3.5739-3.672-2.5195-6.277-1.1914-7.043-.6953-.718-3.0274-2.5-5.8281-5.261-7.7227-6.114-4.1797-14.075-2.0429-18.426%204.3242-4.348%206.3677-3.43%2014.516%202.683%2018.692%202.278%201.554%204.817%202.265%207.411%202.277l-4.969%207.274c-.391.578-.254%201.347.324%201.738l6.07%204.152c.578.399%201.352.254%201.75-.32l13.438-19.668c1.328-1.945%202.344-.766%203.047-.285.8.605%201.172.312%201.66-.207.371-.457%202.519-3.067%203.164-3.828.742-.829.723-1.504.207-2.157%22%2F%3E%0A%20%20%3Cpath%20d%3D%22m559.3%20125.27%206.183%205.165c-1.957%202.355-4.191%203.156-5.988%201.652-2.121-1.77-2.187-4.422-.195-6.817zm3.359-3.703c2.696-1.668%205.469-.457%206.961.715%202.403%201.875%203.403%203.496%204.278%205.262.335.617.871%201.055%201.664.746.476-.258%202.871-1.652%203.445-1.945.742-.43.832-1.086.684-1.602-1.083-3.242-3.809-6.301-6.465-8.516-7.188-5.996-15.188-4.511-20.125%201.407-4.946%205.918-4.953%2013.984%201.961%2019.754%206.035%205.031%2013.586%203.242%2018.527-2.676%201.434-1.727%201.785-2.539-.285-4.266-.852-.703-3.809-3.176-10.645-8.879%22%2F%3E%0A%20%20%3Cpath%20d%3D%22m584%20162.47c.574-.703%203.828-4.539%204.324-5.172.715-.918.61-1.809-.308-2.309-1-.496-2.582-1.394-3.918-2.812-1.27-1.348-2.774-4.012.253-7.008.958-.949%208.008-7.922%208.008-7.922l-.008-.07-.031.031c.457-.461.469-1.23.012-1.699l-5.219-5.266c-.457-.457-1.265-.496-1.726-.039l-17.149%2016.965c-.5.5-.469%201.309-.012%201.766l5.215%205.265c.461.469%201.235.469%201.731-.027l.887-.879c-.262%201.453.683%205.242%203.117%207.703%201.367%201.387%202.558%202.098%203.191%202.391.649.207%201.176-.391%201.633-.918%22%2F%3E%0A%20%20%3Cpath%20d%3D%22m602.47%20186.26%2018.711-15.235c.546-.437.613-1.21.171-1.757l-4.644-5.703c-.441-.547-1.215-.625-1.762-.184l-1.043.848c.496-1.825-.429-5.586-2.324-7.918-4.199-5.157-8.613-5.11-13.391-1.231l-12.695%2010.344c-.508.406-.547%201.219-.137%201.715l4.68%205.754c.41.496%201.172.586%201.68.175l11.328-9.226c2.18-1.77%204.187-.5%205.039.543.859%201.047%201.66%203.234-.52%205-1.003.82-11.328%209.23-11.328%209.23-.508.41-.574%201.184-.133%201.727l4.649%205.707c.437.543%201.211.625%201.719.211%22%2F%3E%0A%20%20%3Cpath%20d%3D%22m624.75%20177.15-20.105%2013.34c-.586.379-.746%201.145-.356%201.727l4.074%206.133c.379.586%201.145.742%201.731.351l1.043-.691c-.723%201.805-.098%205.652%201.562%208.152%203.672%205.547%208.047%205.899%2013.184%202.492l13.73-9.101c.528-.363.684-1.125.301-1.711l-4.07-6.121c-.391-.586-1.152-.742-1.692-.391l-12.3%208.164c-2.297%201.524-4.172.067-4.895-1.015-.769-1.172-1.406-3.399.938-4.942%201.125-.754%2012.304-8.164%2012.304-8.164.535-.363.696-1.125.313-1.711l-4.07-6.133c-.391-.586-1.157-.742-1.692-.379%22%2F%3E%0A%20%20%3Cpath%20d%3D%22m636.5%20220.39c3.398-1.594%206.355-.664%207.605%202.011%201.45%203.086-.347%205.965-3.25%207.325-2.089.976-5.964%201.679-7.773-2.168-1.668-3.594%201.406-6.243%203.418-7.168zm-2.316%2023.328%2020-9.336c7.207-3.367%2010.617-7.664%209.55-15.008-.34-2.383-1.582-5.891-2.957-8.234-1.726-2.996-4.453-5.879-7.351-7.723-.469-.273-1.117-.363-1.711.254-.403.461-2.813%203.183-3.184%203.574-.508.684-.265%201.348.332%201.777%201.985%201.668%203.836%202.911%205%205.02%202.703%204.98%201.887%208.457-.5%209.727-1.179.664-1.941%201.027-1.941%201.027.137-1.117.183-2.309.117-3.43-.125-1.426-.535-2.902-1.172-4.258-.652-1.406-1.492-2.617-2.488-3.586-1.535-1.492-3.41-2.546-5.481-3.074-3.164-.84-6.726-.566-10.078%201.004-6.992%203.262-10.351%2010.735-7.219%2017.453%201.145%202.449%204.211%204.989%206.047%205.352l-1.132.527c-.645.293-.899%201.035-.625%201.621l3.132%206.707c.278.598%201.02.91%201.661.606%22%2F%3E%0A%20%20%3Cpath%20d%3D%22m184.27%20519.52c1.066-3.915%203.96-17.071%204.378-19.297.825-2.703-.242-6.141-4.753-6.797-12.649-1.395-33.106-5.571-24.207-28.742.148-.383.507-1.329.941-2.454l29.59%2011.36c2.636%201.015%205.511-.27%206.523-2.906l8.824-22.989c1.016-2.636-.261-5.511-2.902-6.527l-29.59-11.359c10.781-28.086%2024.16-62.95%2024.16-62.95%201.02-2.636-.257-5.504-2.894-6.511l-27.707-10.641c-2.641-1.008-5.504.273-6.52%202.91%200%200-13.238%2034.488-24.16%2062.946l-15.269-5.868c-2.637-1.007-5.508.274-6.524%202.91l-8.824%2022.989c-1.012%202.636.266%205.515%202.902%206.523l15.27%205.867c-.363.938-.653%201.688-.942%202.45-10.488%2027.324-10.425%2055.882%2027.075%2070.285%2014.695%205.636%2023.062%205.824%2027.339%205.953%204.653.269%206.262-2.793%207.29-7.152%22%2F%3E%0A%20%20%3Cpath%20d%3D%22m252.82%20492.18%2034.797-90.653c1.016-2.636-.262-5.5-2.898-6.515l-27.703-10.633c-2.453-.941-5.512.262-6.528%202.898l-34.797%2090.657c-1.011%202.636.454%205.582%202.907%206.523l27.703%2010.637c2.637%201.012%205.508-.277%206.519-2.914zm-15.336%2039.953%207.528-19.59c1.008-2.648-.27-5.508-2.907-6.523l-27.703-10.633c-2.453-.945-5.511.262-6.519%202.906l-7.528%2019.594c-1.015%202.644.458%205.578%202.907%206.519l27.707%2010.637c2.636%201.016%205.574-.461%206.515-2.91%22%2F%3E%0A%20%20%3Cpath%20d%3D%22m294.4%20553.98%2050.133-130.6c1.016-2.637-.262-5.504-2.898-6.52l-27.707-10.628c-2.45-.946-5.508.257-6.524%202.894l-50.133%20130.61c-1.011%202.644.454%205.586%202.903%206.527l27.707%2010.629c2.637%201.015%205.508-.258%206.519-2.903%22%2F%3E%0A%20%20%3Cpath%20d%3D%22m498.54%20553.41%2023.723-61.816c1.012-2.637-.266-5.504-2.707-6.446l-27.715-10.636c-2.637-1.008-5.496.265-6.516%202.902l-21.265%2055.41c-3.977%2010.36-11.848%2010.59-16.75%208.703-5.086-1.953-10.672-7.117-6.7-17.488l21.348-55.598c1.016-2.636-.273-5.507-2.898-6.515l-27.707-10.637c-2.637-1.012-5.508.266-6.524%202.902l-21.269%2055.41c-3.977%2010.36-11.844%2010.586-16.746%208.704-5.09-1.954-10.676-7.118-6.621-17.676%201.953-5.086%2021.265-55.41%2021.265-55.41%201.02-2.633-.262-5.508-2.898-6.516l-27.703-10.637c-2.645-1.011-5.508.266-6.528%202.903l-34.793%2090.652c-1.015%202.637.258%205.512%202.903%206.523l27.699%2010.637c2.64%201.012%205.512-.269%206.527-2.906l1.809-4.719c1.824%207.629%2011.004%2018.063%2022.312%2022.403%2013.953%205.359%2024.336%204.8%2032.383-.961%205.684%209.961%2013.223%2018.472%2026.231%2023.461%2025.078%209.625%2040.234.535%2049.14-22.649%22%2F%3E%0A%20%20%3Cpath%20d%3D%22m233.8%20303.13c-9.231-3.543-13.188-15.117-9.094-25.77%204.094-10.664%2014.707-16.445%2023.93-12.898%209.234%203.543%2012.777%2014.762%208.687%2025.426-4.094%2010.656-14.297%2016.789-23.523%2013.242zm31.429-60.965c-8.75-3.359-22.339-2.188-27.457%201.141l1.653-4.305c.855-2.219-.227-4.649-2.453-5.496l-23.395-8.977c-2.226-.859-4.652.227-5.504%202.442l-39.707%20103.44c-.847%202.227.227%204.649%202.453%205.508l23.399%208.973c2.226.851%204.648-.223%205.504-2.45l10.75-28.007c4.91%207.175%2011.988%2013.007%2020.738%2016.367%2023.391%208.972%2047.988-4.219%2057.398-28.723%209.411-24.512.012-50.937-23.379-59.91%22%2F%3E%0A%20%20%3Cpath%20d%3D%22m344.67%20401%204.035-10.496c.856-2.227-.223-4.645-2.457-5.504l-19.246-7.395c-2.07-.789-4.492.29-5.348%202.516l-4.035%2010.5c-.851%202.227.231%204.641%202.289%205.434l19.262%207.39c2.223.86%204.644-.218%205.5-2.445zm-35.641-13.68%204.035-10.5c.856-2.226-.222-4.644-2.453-5.504l-19.258-7.39c-2.07-.793-4.484.281-5.339%202.508l-4.036%2010.5c-.847%202.226.227%204.648%202.29%205.437l19.253%207.395c2.231.859%204.661-.219%205.508-2.446zm58.332-11.187%2029.446-76.711c.859-2.215-.227-4.649-2.454-5.496l-23.386-8.985c-2.231-.859-4.653.235-5.508%202.45l-1.652%204.308c-1.602-6.277-10.727-15.812-20.274-19.472-21.164-8.125-34.133-.508-41.644%2019.07l-19.977%2052.031c-.793%202.07.449%204.555%202.52%205.344l23.546%209.043c2.071.801%204.497-.274%205.29-2.344l17.839-46.484c3.418-8.907%2011.493-8.547%2015.789-6.895%204.297%201.649%2010.375%206.727%206.957%2015.637-1.589%204.137-17.839%2046.469-17.839%2046.469-.789%202.07.293%204.492%202.519%205.343l23.391%208.981c2.222.855%204.644-.219%205.437-2.289%22%2F%3E%0A%20%20%3Cpath%20d%3D%22m450.91%20406.55c.782-2.984%205.461-19.438%206.114-22.113.929-3.844-.625-6.446-4.168-6.711-3.77-.168-9.954-.715-16.094-3.258-5.828-2.414-14.238-8.57-9.043-22.082%201.64-4.309%2013.738-35.813%2013.738-35.813l-.098-.222-.066.164c.801-2.071-.281-4.5-2.344-5.293l-23.554-9.043c-2.071-.789-4.649.234-5.45%202.304l-29.433%2076.692c-.86%202.234.383%204.715%202.453%205.508l23.543%209.043c2.07.789%204.492-.285%205.351-2.52l1.524-3.976c1.238%204.859%209.453%2015.32%2020.43%2019.531%206.211%202.383%2010.937%202.922%2013.308%202.914%202.278-.227%203.098-2.824%203.789-5.125%22%2F%3E%0A%20%20%3Cpath%20d%3D%22m531.8%20395.61c-3.848%2010.032-14.754%2015.153-24.461%2011.426-9.543-3.66-14.231-14.769-10.383-24.797%203.848-10.031%2014.766-15.152%2024.309-11.488%209.707%203.723%2014.39%2014.832%2010.535%2024.859zm28.484%2010.938c9.407-24.512-3.953-52.461-28.941-62.047-24.985-9.594-53.625%202.234-63.027%2026.742-9.407%2024.5%204.023%2052.301%2029%2061.887%2024.992%209.59%2053.566-2.078%2062.968-26.582%22%2F%3E%0A%20%20%3Cpath%20d%3D%22m244.23%20192.3c-3.832-1.465-5.468-6.27-3.769-10.684%201.691-4.414%206.094-6.816%209.922-5.351%203.82%201.464%205.293%206.121%203.597%2010.535-1.695%204.425-5.929%206.965-9.75%205.5zm13.028-25.274c-3.625-1.386-9.262-.91-11.379.469l.68-1.777c.355-.918-.09-1.926-1.016-2.278l-9.699-3.718c-.918-.364-1.93.097-2.285%201.015l-16.454%2042.871c-.359.918.102%201.922%201.02%202.285l9.695%203.719c.93.352%201.926-.105%202.282-1.023l4.461-11.602c2.031%202.969%204.964%205.391%208.589%206.778%209.7%203.718%2019.895-1.739%2023.789-11.895%203.911-10.164.012-21.121-9.683-24.844%22%2F%3E%0A%20%20%3Cpath%20d%3D%22m294.36%20219.78c.325-1.23%202.27-8.047%202.539-9.152.387-1.59-.261-2.676-1.738-2.781-1.551-.079-4.113-.305-6.664-1.368-2.414-.988-5.902-3.535-3.75-9.14.684-1.789%205.695-14.836%205.695-14.836l-.035-.106-.027.078c.332-.859-.117-1.867-.973-2.199l-9.765-3.75c-.856-.332-1.93.102-2.262.957l-12.203%2031.789c-.356.918.168%201.942%201.019%202.274l9.77%203.75c.851.332%201.851-.117%202.211-1.035l.629-1.649c.515%202%203.921%206.348%208.476%208.098%202.57.984%204.531%201.207%205.512%201.207.937-.086%201.281-1.168%201.566-2.137%22%2F%3E%0A%20%20%3Cpath%20d%3D%22m314.48%20212.99%2010.621%204.071c-1.547%204.023-4.164%206.125-7.266%204.933-3.629-1.398-4.926-4.914-3.355-9.004zm2.793-6.496c2.835-3.457%207.089-3.105%209.625-2.207%204.078%201.406%206.152%203.106%208.117%205.09.73.645%201.648%201.008%202.554.215.532-.559%203.094-3.504%203.735-4.168.801-.902.609-1.809.164-2.434-2.91-3.84-7.949-6.679-12.5-8.429-12.332-4.735-22.356.871-26.262%2011.035-3.894%2010.16-.238%2020.949%2011.633%2025.5%2010.355%203.972%2019.629-1.848%2023.523-12.004%201.145-2.977%201.243-4.219-2.316-5.582-1.457-.559-6.535-2.512-18.273-7.016%22%2F%3E%0A%20%20%3Cpath%20d%3D%22m395.38%20247.68%208.301-21.629c.347-.918-.09-1.938-.95-2.27l-9.699-3.718c-.926-.352-1.93.097-2.281%201.015l-7.441%2019.395c-1.399%203.621-4.141%203.703-5.864%203.047-1.773-.684-3.738-2.493-2.344-6.125l7.473-19.453c.352-.918-.098-1.922-1.015-2.286l-9.688-3.718c-.937-.352-1.934.097-2.289%201.015l-7.445%2019.395c-1.387%203.621-4.149%203.703-5.864%203.047-1.781-.684-3.726-2.493-2.312-6.184.683-1.785%207.441-19.394%207.441-19.394.352-.918-.093-1.93-1.015-2.286l-9.7-3.718c-.921-.352-1.929.097-2.285%201.015l-12.176%2031.727c-.351.918.098%201.926%201.02%202.277l9.699%203.719c.922.351%201.93-.086%202.281-1.004l.633-1.652c.641%202.668%203.852%206.32%207.809%207.843%204.883%201.875%208.516%201.668%2011.332-.351%201.992%203.496%204.629%206.472%209.18%208.222%208.769%203.368%2014.082.184%2017.199-7.929%22%2F%3E%0A%20%20%3Cpath%20d%3D%22m413.75%20251.09%2010.625%204.07c-1.555%204.024-4.172%206.125-7.266%204.934-3.632-1.387-4.921-4.914-3.359-9.004zm2.793-6.496c2.844-3.457%207.09-3.094%209.629-2.207%204.082%201.406%206.141%203.117%208.113%205.089.735.653%201.653%201.004%202.563.223.515-.566%203.093-3.515%203.718-4.18.801-.894.625-1.796.176-2.429-2.91-3.836-7.949-6.68-12.5-8.43-12.336-4.734-22.363.883-26.269%2011.047-3.887%2010.156-.235%2020.937%2011.64%2025.488%2010.352%203.985%2019.629-1.836%2023.516-11.992%201.152-2.988%201.25-4.219-2.305-5.586-1.465-.566-6.543-2.512-18.281-7.023%22%2F%3E%0A%20%20%3Cpath%20d%3D%22m447.72%20242.87-12.207%2031.785c-.352.918.097%201.926%201.015%202.278l9.7%203.718c.925.364%201.922-.086%202.273-1.004l.637-1.652c.64%202.668%204.519%206.574%208.472%208.098%208.774%203.371%2014.083.176%2017.2-7.93l8.32-21.699c.332-.86-.117-1.867-1.035-2.219l-9.688-3.719c-.937-.363-1.933.098-2.265.957l-7.469%2019.454c-1.391%203.621-4.738%203.464-6.457%202.812-1.848-.715-4.395-2.742-2.981-6.437.696-1.786%207.473-19.454%207.473-19.454.332-.855-.117-1.863-1.035-2.226l-9.695-3.719c-.93-.351-1.938.098-2.258.957%22%2F%3E%0A%20%20%3Cpath%20d%3D%22m505.57%20286.34%2010.625%204.07c-1.55%204.024-4.171%206.121-7.265%204.942-3.633-1.399-4.922-4.922-3.36-9.012zm2.793-6.496c2.84-3.457%207.09-3.098%209.629-2.207%204.082%201.406%206.145%203.117%208.117%205.086.731.656%201.649%201.007%202.555.226.52-.566%203.098-3.515%203.723-4.179.801-.899.625-1.797.176-2.43-2.911-3.84-7.95-6.684-12.5-8.43-12.332-4.738-22.364.879-26.27%2011.043-3.887%2010.156-.234%2020.938%2011.641%2025.5%2010.351%203.973%2019.629-1.848%2023.515-12.004%201.153-2.976%201.25-4.219-2.304-5.586-1.465-.554-6.543-2.508-18.282-7.019%22%2F%3E%0A%20%20%3Cpath%20d%3D%22m547.3%20290.4%203.086-8.046c.351-.918-.098-1.922-1.016-2.286l-8.113-3.101c-.852-.332-1.867.113-2.219%201.031l-3.086%208.051c-.359.926.098%201.922.945%202.254l8.118%203.105c.925.36%201.921-.078%202.285-1.008%22%2F%3E%0A%20%20%3Cpath%20d%3D%22m576.49%20328.02c.012-1.805.676-34.09.578-35.418-.066-1.387-.293-2.004-1.472-2.461l-10.293-3.946c-1.184-.461-1.758-.136-2.746.84-.957.918-22.071%2025.352-23.262%2026.707-1.113%201.321-.82%202.325.293%202.766.859.32%209.707%203.719%209.707%203.719%201.973.754%202.527.285%203.848-1.172.683-.789%2011.96-16.973%2011.96-16.973s-2.437%2019.582-2.46%2020.625c-.008%201.965.097%202.688%202.082%203.438%200%200%208.836%203.398%209.687%203.722%201.133.43%202.024-.117%202.078-1.847%22%2F%3E%0A%20%20%3Cpath%20d%3D%22m597.6%20309.71%203.086-8.047c.351-.918-.086-1.926-1.016-2.285l-8.105-3.105c-.86-.332-1.868.117-2.227%201.035l-3.086%208.047c-.352.925.098%201.921.957%202.253l8.106%203.118c.925.351%201.933-.09%202.285-1.016%22%2F%3E%0A%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A") no-repeat top left;
  background-size: contain;
  text-indent: -50000px;
}
#menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
  background-color: #fafafa;
}
#menu ul li {
  padding: 0;
  margin: 0;
  display: block;
}
#menu ul li.in-path {
  background-color: rgba(51, 94, 131, 0.1);
}
#menu ul li.current > a {
  background-color: #335e83;
  color: #fafafa;
}
#menu ul li:not(.current) > a:hover {
  background-color: #e9edf1;
  background-color: rgba(51, 94, 131, 0.05);
}
#menu ul li a {
  display: inline-block;
  width: 100%;
  padding: 2px 0 2px 25px;
}
#menu ul li.list-nav {
  display: table;
  table-layout: fixed;
  width: 100%;
}
#menu ul li.list-nav a {
  display: table-cell;
}
#menu ul li.list-nav a:first-child {
  width: 99%;
}
#menu ul li.list-nav a:not(:first-child) {
  width: 20px;
  padding: 2px 4px;
}
#menu > ul {
  border-bottom: 1px dotted #cccccc;
}
#menu > ul > li {
  /* 2nd level */
}
#menu > ul > li > a {
  border-top: 1px dotted #cccccc;
  font-size: 1em;
  line-height: 2em;
  text-transform: uppercase;
}
#menu > ul > li > ul {
  border-top: 1px dotted #cccccc;
  margin: 0 0 20px 0;
}
#menu > ul > li > ul > li {
  /* 3rd level */
}
#menu > ul > li > ul > li > a {
  padding-left: 30px;
}
#menu > ul > li > ul > li > ul {
  margin: 0 0 1em 0;
}
#menu > ul > li > ul > li > ul > li {
  /* 4rth level */
}
#menu > ul > li > ul > li > ul > li > a {
  padding-left: 35px;
  font-size: 0.9em;
  line-height: 1.3em;
}
#menu > ul > li > ul > li > ul > li > ul {
  margin: 0 0 1em 0;
}
#menu > ul > li > ul > li > ul > li > ul > li {
  /* 5th level */
}
#menu > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 40px;
  font-size: 0.9em;
  line-height: 1.3em;
}
#menu > ul > li > ul > li > ul > li > ul > li ul {
  margin: 0 0 1em 0;
}
#menu > ul > li > ul > li > ul > li > ul > li ul li a {
  padding-left: 50px;
  font-size: 0.9em;
  line-height: 1.3em;
}
#menu a:hover {
  text-decoration: none;
}
#path {
  font-size: 8pt;
}
#path ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#path ul li:not(:last-child) {
  float: left;
  margin-right: 5px;
}
#path ul li:not(:first-child):before {
  content: ' → ';
}
#content .section {
  clear: both;
  /* borders */
}
#content .section .column {
  padding: 1em 0 1em 0;
}
#content .section .column-0 {
  width: 100%;
  clear: both;
}
#content .section .column-0:not(:last-child) {
  border-bottom: 1px dotted #cccccc;
}
#content .section .column-0:after {
  display: block;
  content: "";
  clear: both;
}
#content .section .column-1,
#content .section .column-2 {
  width: 290px;
}
#content .section .column-1 {
  clear: both;
  float: left;
}
#content .section .column-2 {
  float: right;
}
#content .section:after {
  display: block;
  content: "";
  clear: both;
}
#content .section:not(:last-child) {
  border-bottom: 1px dotted #cccccc;
}
#content .section .column-0:not(:last-child) {
  border-bottom: 1px dotted #cccccc;
}
#content #termin {
  padding: 5px;
  font-size: 9pt;
  font-family: Helvetica, Arial, sans;
  background-color: #e9edf1;
  display: inline-block;
}
#content figure {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  line-height: 0;
  background-color: #e9edf1;
  background-color: #fafafa;
}
#content figure img {
  display: block;
  min-height: 1px;
  /* fixes height:0 in firefox*/
  height: 100%;
}
#content figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000000;
  font-family: Helvetica, Arial, sans;
  font-size: 0.7em;
  color: #ffffff;
  line-height: 1em;
  text-align: left;
  padding: 10px;
  opacity: 0;
}
#content figure:hover figcaption {
  opacity: 1;
}
#content .image-block {
  display: block;
  clear: both;
}
#content .image-block + br {
  display: none;
}
#content .image-block.image-column {
  display: block;
}
#content .image-block.image-column.rechts,
#content .image-block.image-column.rechts-klein {
  float: right;
  margin: 0 1px 1em 1em;
}
#content .image-block.image-column.links,
#content .image-block.image-column.links-klein {
  float: left;
  margin: 0 1em 0 1px;
}
#content .image-block.image-column figure {
  margin: 0 0 1px 0;
  width: 100%;
}
#content .image-block.image-column figure img {
  max-width: 100%;
}
#content .image-block.image-row {
  display: table;
  width: 100%;
  min-width: 100%;
  table-layout: fixed;
  border-spacing: 1px 0;
  border-collapse: separate;
  margin: 0 0 1px 0px;
}
#content .image-block.image-row figure {
  display: table-cell;
  vertical-align: top;
  text-align: left;
}
#content .image-block.image-row figure img {
  max-width: 100%;
}
#content *:not(.image-block) + .image-block {
  margin-top: 5px !important;
}
#content .image-row + *:not(.image-row) {
  margin-top: 1em !important;
}
@media screen and (max-width: 649px) {
  #content .image-block {
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
#list > * {
  border-top: 1px solid #335e83;
}
#list .search-form {
  width: 100%;
  height: 30px;
  position: relative;
}
#list .search-form input[type=text] {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  border: none;
  color: #335e83;
  padding: 5px;
  background-color: #fafafa;
}
#list .search-form input[type=text]:focus {
  background-color: #e9edf1;
  border: none;
}
#list .search-form button {
  position: absolute;
  display: block;
  z-index: 1000;
  top: 0;
  right: 0;
  width: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  background: #e9edf1;
  height: 100%;
  overflow: hidden;
  font-size: 20px;
  line-height: 20px;
}
#list .search-form a.clear {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  font-size: 20px;
  overflow: hidden;
  border: none;
}
#list .search-form a.clear:hover {
  text-decoration: none;
}
#list .not-results-message {
  font-size: 0.8em;
  font-family: Helvetica, Arial, sans;
  color: #335e83;
  text-align: center;
  padding: 40px 0 0 0;
}
#list .tags {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  /* No support for these yet, use at own risk */
  -o-user-select: none;
  user-select: none;
  font-family: Helvetica, Arial, sans;
  width: 100%;
  min-height: 40px;
  font-size: 0.7em;
  margin: 0;
  padding: 10px 0 10px 0;
}
#list .tags a {
  white-space: nowrap;
}
#list .tags.has-selection {
  color: #e9edf1;
}
#list .tags.has-selection a {
  opacity: 0.3;
}
#list .tags.has-selection a.all,
#list .tags.has-selection a.current,
#list .tags.has-selection a:hover {
  color: #335e83;
  opacity: 1;
}
#list .tags.has-selection .current {
  font-weight: bold;
}
#list .pagination {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  /* No support for these yet, use at own risk */
  -o-user-select: none;
  user-select: none;
  width: 100%;
  height: 30px;
  padding: 0;
  font-family: Helvetica, Arial, sans;
  position: relative;
  text-align: center;
  line-height: 30px;
}
#list .pagination a {
  font-size: 0.8em;
  margin: 0 5px;
  vertical-align: middle;
}
#list .pagination .current {
  font-size: 1.3em;
}
#list .pagination .link-previous,
#list .pagination .link-next {
  font-size: 14px;
  position: absolute;
  width: 30px;
  height: 30px;
  overflow: hidden;
  margin: 0 0;
}
#list .pagination .link-previous:hover,
#list .pagination .link-next:hover {
  text-decoration: none;
}
#list .pagination .link-previous {
  left: 0;
}
#list .pagination .link-next {
  right: 0;
}
#list ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
}
#list ol li {
  width: 100%;
  display: table-row;
  margin: 0;
  padding: 0;
}
#list ol li:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}
#list ol li > * {
  display: table-cell;
  vertical-align: top;
  padding: 10px 0 10px 0;
}
#list ol li > a.link {
  width: 120px;
}
#list ol li > a.link img,
#list ol li > a.link .image-placeholder {
  display: block;
  width: 120px;
  border: none;
  margin: 0;
}
#list ol li > a.link .image-placeholder {
  height: 100px;
  background: #e9edf1;
}
#list ol li > .text {
  padding-left: 15px;
}
#list ol li > .text h2 {
  margin: 0;
}
@media screen and (max-width: 649px) {
  #list ol {
    display: block !important;
  }
  #list ol li > a.link {
    margin: 10px 0;
  }
  #list ol li > * {
    display: block !important;
    padding: 0;
  }
  #list ol li .text {
    padding-left: 0;
  }
}
.teaser {
  background-color: white;
  width: 100%;
  display: inline-block;
  margin: 5px 0;
  box-sizing: border-box;
  position: relative;
  /*
	display:block;
	padding:0 0 20px 0;
	.teaser-text {
		padding:10px;
	}
	*/
  font-size: 0.9em;
  line-height: 1.3;
  padding: 15px;
  /*


	box-shadow: 1px 1px 4px 2px rgba(0,0,0,0.07); 		
	*/
  border: 1px dotted #cccccc;
  border: 1px solid #eee;
}
.teaser .teaser-image-link {
  display: block;
  max-width: 258px;
  float: right;
  margin: 0 0 5px 0;
}
.teaser .teaser-image-link img {
  display: block;
  max-width: 100%;
  border: none;
  min-height: 1px;
  /* fixes height:0 in firefox*/
}
.teaser .teaser-text {
  display: block;
  padding: 0;
  float: left;
}
.teaser .teaser-text .teaser-termin {
  display: block;
  font-size: 0.75em;
  font-family: Helvetica, Arial, sans;
  margin: 0;
  color: #335e83;
}
.teaser .teaser-text h3 {
  margin: 4px 0 4px 0;
  font-size: 16px !important;
  line-height: 1.1;
}
.teaser .teaser-text p {
  margin: 0;
  text-align: left;
}
.teaser .teaser-image-link + .teaser-text {
  max-width: 290px;
}
/*
.teaser + .teaser  {
	padding-top:1em;
	border-top:1px solid #f0f0f0;
}

.teaser + *:not(.teaser)  {
	padding-top:1em;
	border-top:1px solid #f0f0f0;
}
*/
#search-dialog {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 25px;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  position: fixed;
  z-index: 10000;
}
#search-dialog form {
  display: block;
  position: relative;
  height: 80px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  -webkit-box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.2);
}
#search-dialog form > * {
  height: 100%;
  border: none;
  display: block;
  position: absolute;
  top: 0;
  font-size: 2em;
}
#search-dialog form input[type=text] {
  left: 0;
  width: 100%;
  color: #335e83;
  background-color: white;
  text-align: left;
  padding: 10px 20px;
}
#search-dialog form button {
  right: 0;
  width: 80px;
  color: rgba(255, 255, 255, 0.8);
  background-color: #335e83;
}
#search-dialog form button:hover {
  color: white;
}
#search-dialog p {
  color: white;
  text-align: center;
  font-size: 0.8em;
  padding: 10px;
  font-family: Helvetica, Arial, sans;
}
/* width >= 950px */
@media screen and (min-width: 950px) {
  #toolbar {
    position: absolute;
    z-index: 10;
    overflow: hidden;
    left: 895px;
    top: 5px;
    width: 50px;
  }
  #toolbar #home-link,
  #toolbar #menu-link {
    display: none;
  }
  #layout {
    width: 950px;
    height: 100%;
    display: table;
    table-layout: fixed;
    position: absolute;
  }
  #layout #menu,
  #layout #page {
    display: table-cell;
    vertical-align: top;
  }
  #layout #menu {
    width: 300px;
    border-right: 1px dotted #cccccc;
  }
  #layout #page {
    width: 650px;
    padding: 20px 25px 75px 25px;
  }
}
/* width <= 949  */
@media screen and (max-width: 949px) {
  #toolbar {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fafafa;
    overflow: hidden;
    border-bottom: 1px dotted #cccccc;
    z-index: 1000;
  }
  #layout {
    position: relative;
  }
  #layout #menu {
    position: absolute;
    width: 100%;
    top: 40px;
    bottom: 0;
    padding-top: 20px;
    background-color: #fafafa;
    display: none;
    z-index: 500;
  }
  #layout #menu:target,
  #layout #menu.visible {
    display: block;
  }
  #layout #menu #logo {
    width: 80px;
    height: 80px;
    margin: 0 0 20px 25px;
  }
  #layout #page {
    padding: 30px 15px 75px 15px !important;
    margin-left: auto;
    margin-right: auto;
  }
  #layout #page #path {
    margin: 30px 0 0 0;
  }
}
/* 650px <= width <= 949px  */
@media screen and (min-width: 650px) and (max-width: 949px) {
  #layout #page {
    width: 630px;
  }
}
/* width <= 649px  */
@media screen and (max-width: 649px) {
  #layout #page {
    width: 320px;
  }
  #content,
  #list {
    font-size: 11pt;
    line-height: 1.2em;
  }
  #path ul li {
    display: block;
    float: none !important;
  }
  #path ul li:not(:first-child):before {
    content: ' → ';
  }
}
@media screen and (min-width: 480px) and (max-width: 649px) {
  #layout #page {
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
  }
  #layout #page #content,
  #layout #page #list {
    font-size: 10pt;
  }
}
@media screen and (max-width: 479px) {
  #layout #page {
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
}
