/******* screen-small.less *******/
/******* mixins.less 2013-1-16 *******/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
/******* fontface.less 2013-1-16 *******/
@font-face {
  font-family: "Neuzeit Bold";
  src: url("/extras/fonts/neuzeit-bold.woff2") format("woff2"), url("/extras/fonts/neuzeit-bold.woff") format("woff"), url("/extras/fonts/neuzeit-bold.ttf") format("truetype");
}
/******* reset.less 2013-1-16 *******/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
abbr,
code,
em,
hr,
img,
strong,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
input,
textarea,
button,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
audio,
video {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0 #fff;
  /* color for input.file */
  background: transparent;
  vertical-align: baseline;
  font-size: 100%;
}
ul {
  list-style: none;
}
a:active,
a:focus {
  outline: none;
}
img {
  display: block;
  /* risky, was #root div.show img, cut at #disp .body img, */
  border: none;
  -ms-interpolation-mode: bicubic;
}
/******* cmsbox.less 2017-01-10 *******/
#desk,
.unit,
.part {
  position: relative;
}
.stop,
.unit .foot {
  clear: both;
}
#head,
.area,
.unit,
.unit > .body,
.unit > form > .body,
.part {
  float: left;
}
video {
  float: left;
  width: 100%;
}
.unit {
  margin-top: 10px;
  margin-bottom: 10px;
}
.unit > .body,
.unit > form > .body {
  margin: 0.4em 0;
  width: 100%;
}
.cb-part-body {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}
.fold > .body {
  min-height: 0;
}
.part,
.grid table {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}
.lead {
  margin-bottom: 0 !important;
}
.list {
  margin-top: 0.2em !important;
  margin-bottom: 0.2em !important;
}
.gist,
.dent {
  display: list-item;
  list-style-position: outside;
}
.gist {
  margin-left: 16px;
}
.dent {
  margin-left: 32px;
}
.line {
  margin-top: 0;
  margin-bottom: 0;
  padding: 2px 0;
  font-size: 0;
  line-height: 0;
}
.line > hr {
  overflow: hidden;
  height: 1px;
  border-color: #919191;
  color: #919191;
  font-size: 0;
  line-height: 0;
}
.hair {
  border-bottom-style: solid;
}
.dash {
  border-bottom-style: dashed;
}
.spot {
  border-bottom-style: dotted;
}
.fine {
  border-bottom-width: 1px;
}
.bold {
  border-bottom-width: 2px;
}
.link > .open,
.load > .load {
  display: block;
  margin-left: 14px;
}
.link,
.load {
  background-repeat: no-repeat !important;
}
a.load {
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
a.link {
  background: none;
}
.null,
.null:hover,
.null:focus {
  color: #444 !important;
  text-decoration: none !important;
  cursor: default;
}
.pict > img,
.pict > a > img,
.file > img,
.file > a > img,
.film > img,
.film > a > img,
.play > img,
.cb-googlemapscontainer,
.cb-zoom-image {
  width: 100%;
}
.cbdModule {
  float: left;
  width: 100%;
}
#view .cbdModule.is-empty {
  display: none;
}
.cbDynamicContent__element {
  float: left;
  width: 100%;
}
a.zoom {
  position: relative;
  display: block;
}
img.zoom {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -18px 0 0 -17px !important;
  width: 35px !important;
  height: 35px;
}
.cb-zoom-image {
  overflow: hidden;
  margin: 0 auto;
  color: #ccc;
  font-size: 12px;
  font-family: monaco, 'courier new', courier, monospace;
  line-height: 1.2;
}
.crop {
  position: relative;
  overflow: hidden;
  height: 320px;
}
.crop > img {
  position: absolute;
  width: auto;
}
.plug {
  overflow: hidden;
  background-position: 50%;
  background-repeat: no-repeat;
}
sup,
sub {
  vertical-align: baseline;
  position: relative;
  top: -0.6em;
  font-size: 0.7em;
}
sub {
  top: 0.6em;
}
p.plug {
  max-width: 100%;
  background-size: contain;
}
.flash,
.flash embed,
.flash object,
.crossslide {
  overflow: hidden;
  width: 100%;
}
div.flash > div {
  width: 100%;
  height: 100%;
}
.cb-youtube > .flash,
.cb-youtube > .null {
  background: url('/icons/youtube_logo.png') no-repeat 50%;
}
.cb-vimeo > .flash,
.cb-vimeo > .null {
  background: url('/icons/vimeo_logo.png') no-repeat 50%;
}
.cb-youtube > .cb-youtube,
.cb-vimeo > .cb-vimeo {
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
}
.cb-vimeo iframe,
.cb-youtube iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
  /* iframe borderframe */
}
.cb-statistics .cb-loading {
  margin: 10px auto 25px;
  width: 32px;
  height: 32px;
  border-radius: 5px;
  background: #111 url(/icons/load.gif) no-repeat 50%;
}
.cb-service > a {
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  float: left;
  margin-top: 2px;
  margin-right: 10px;
  padding-bottom: 4px;
  width: 16px;
  height: 16px;
  background: url('/icons/email.png') no-repeat;
}
.cb-service > a:hover {
  background-position: 0px -20px;
}
.cb-service > a:active {
  background-position: 0px -40px;
}
.cb-service > .cb-delicious {
  background-image: url('/icons/delicious.png');
}
.cb-service > .cb-digg {
  background-image: url('/icons/digg.png');
}
.cb-service > .cb-twitter {
  background-image: url('/icons/twitter.png');
}
.cb-service > .cb-facebook {
  background-image: url('/icons/facebook.png');
}
.cb-service > .cb-service {
  position: relative;
  float: left;
  margin-bottom: 8px;
  padding: 2px 5px 2px 0;
  height: 24px;
  background: red;
}
.code pre {
  font-family: monaco, 'courier new', courier, monospace;
}
.grid table {
  border-collapse: collapse;
}
.cb-table-layout-fixed {
  table-layout: fixed;
}
.grid td,
.grid th {
  border-width: 0;
  border-style: solid;
  border-color: #b3b3b3;
  vertical-align: top;
}
.horz td,
.horz th {
  padding: 1px;
}
.vert td,
.vert th {
  padding: 1px 4px;
}
.horz .trim td,
.horz .trim th {
  border-width: 1px 0;
}
.vert .trim td,
.vert .trim th {
  border-width: 0 1px;
}
.grid th {
  font-weight: bold;
  color: #000;
  background: #ccc;
  text-align: left;
}
.vert > .beam td.odd,
.horz > .beam > .odd {
  background: #e6e6e6;
}
a.plug {
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  display: block;
  width: 100%;
  height: 100%;
  background: url('/objects/flashplayer/images/adobe.png') no-repeat 50%;
  background-color: rgba(255, 255, 255, 0.5);
}
img.cb-loading {
  overflow: hidden;
  background: #111 url(/icons/load.gif) no-repeat 50%;
  opacity: 0.35;
}
.hidden,
.fake,
.read {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
}
.cb-invisible {
  display: none !important;
}
.cb-access {
  display: inline;
  float: left;
  overflow: hidden;
  width: 0;
  height: 0;
}
caption {
  display: none;
}
#over {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 210;
  /* .mark in edit mode z-index: 200 */
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
#disp {
  position: absolute;
  z-index: 211;
  color: #444;
}
#disp .head,
#disp h2,
#disp .head a.quit {
  color: #fff;
  line-height: 24px;
}
#disp .head {
  position: relative;
  overflow: hidden;
}
#disp h2 {
  font-size: 21px;
  font-size: 2.1rem;
  margin: 0 10px;
  padding-right: 30px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  letter-spacing: 0.025em;
  font-weight: 300;
}
#disp.zoom h2 {
  padding-right: 80px;
}
#disp .head .ctrl {
  position: absolute;
  top: 2px;
  right: 8px;
  width: 74px;
}
#disp .head .cb-hybrid,
#disp a.quit {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  float: left;
  width: 22px;
  height: 24px;
  background: url('/icon-lightbox/lb-ctr.png') no-repeat;
  font-size: 0;
}
#disp .head .cb-hybrid:hover,
#disp a.quit:hover,
#disp .head .cb-hybrid:focus,
#disp a.quit:focus {
  opacity: 0.75;
}
#disp .head .cb-hybrid:active,
#disp a.quit:active {
  opacity: 0.5;
}
#disp .prev > .cb-hybrid {
  background-position: 3px 50%;
}
#disp .next > .cb-hybrid {
  background-position: -15px 50%;
}
#disp a.quit {
  float: right;
  background-position: -50px 50%;
}
/* DISP BODY */
#disp .body {
  overflow: hidden;
  margin: 10px 10px 0;
  padding: 15px;
  border-radius: 2px 2px 0 0;
  background: #fff;
}
#disp.mail .body,
#disp.resp .body {
  padding-bottom: 0;
}
#disp.mail .foot,
#disp.resp .foot,
#disp.auth .foot {
  padding-bottom: 10px;
  text-align: right;
}
.mail p + fieldset + fieldset {
  min-height: 2.8em;
  /* no jumping after recipient address renders */
}
#disp a {
  color: #444;
}
.cb-disp-sent,
.cb-disp-sent:hover {
  display: block;
  padding: 0.4em 14px;
  text-align: left;
  text-decoration: none;
}
#disp fieldset {
  padding: 0.2em 0 0.5em;
}
#disp .mail,
#disp select,
#disp textarea,
#disp .tick,
#disp .text,
#disp .file,
#disp .password {
  display: block;
  width: 100%;
}
#disp textarea {
  height: 160px;
}
#disp label.name {
  font-weight: bold;
  color: #000;
  display: block;
  padding-bottom: 0.2em;
  width: 100%;
}
#disp label.sign {
  float: right;
  /* used where ? */
  width: 278px;
}
#disp div.tack {
  float: right;
  width: 20px;
}
/* DISP FOOT */
#disp .foot {
  overflow: hidden;
  margin: 0 10px;
  padding-bottom: 0.5em;
  border-radius: 0 0 2px 2px;
  background: #fff;
  text-align: left;
}
#disp .foot p.prev,
#disp .foot p.next {
  float: left;
  /* used where ? */
  width: 40%;
}
#disp .foot p.next {
  /* used where ? */
  float: right;
  text-align: right;
}
#disp .foot input.prev,
#disp .canc,
#disp .foot .button {
  margin-left: 15px;
}
#disp .submit,
#disp .foot input.next,
#disp .conf,
#disp .foot .button,
#disp.message .submit {
  margin-right: 15px;
}
a.capt {
  float: left;
  margin-bottom: 0.5em;
  padding: 0.3em 0;
  background: #000;
}
#disp a.capt {
  width: 100%;
}
img.capt {
  margin: 0 auto;
}
#disp.zoom .foot,
#disp.zoom .foot > fieldset {
  padding-bottom: 0;
}
.zoom fieldset > p {
  padding: 0 15px 25px;
  color: #444;
}
#disp > .body > .part {
  margin: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
#disp.film p.plug {
  width: 100%;
  height: 100%;
}
#disp .part > .flash {
  max-width: 100%;
}
/* CODE */
#disp.cb-lightbox-code textarea {
  height: 400px;
  font-family: monaco, 'courier new', courier, monospace;
}
/* DISP SITEMAP */
.cb-sitemap-target {
  font-size: 12px;
  font-size: 1.2rem;
  overflow: hidden;
  padding-bottom: 1em;
  color: #e64246;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  line-height: 1.2;
}
#disp.site li,
.cb-sitemap li {
  font-size: 15px;
  font-size: 1.5rem;
  margin: 5px 0 0 16px;
  list-style: url('/icon-lightbox/list-sitemap.png');
}
.srch a,
#disp.site li > a,
.cb-sitemap a {
  display: block;
  text-decoration: none;
}
.srch a:hover,
#disp.site li > a:hover,
.cb-sitemap a:hover,
.srch a:focus,
#disp.site li > a:focus,
.cb-sitemap a:focus {
  text-decoration: underline;
}
#disp.srch a:visited {
  color: #373737;
}
.srch .text {
  -webkit-appearance: searchfield;
  appearance: searchfield;
}
.srch th,
.srch td {
  padding-right: 0.4em;
  text-align: left;
}
.srch th:first-child {
  color: #c3c3c3;
  text-align: right;
  line-height: 2;
  font-size: 0.9em;
  font-weight: normal;
}
.srch td {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
  padding-bottom: 0.8em;
}
.flag {
  background-color: #fd0;
  color: #333;
  text-shadow: none;
}
::selection {
  background-color: #004664;
  color: #fff;
  text-shadow: none;
}
/* NEWSLETTER */
div.prog p,
div.prog img {
  float: left;
  margin-bottom: 10px;
  margin-left: 10px;
}
#disp.two-step-verification {
  z-index: 3100;
  width: 320px;
  left: 50% !important;
  transform: translateX(-50%);
  margin-left: 0;
}
#disp.two-step-verification .two-step-verification-container {
  position: relative;
  width: 300px;
  height: 350px;
  margin-left: -15px;
  background: #fff;
}
#disp.two-step-verification .two-step-verification__div {
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  width: 100%;
  height: 100%;
}
#disp.two-step-verification .two-step-verification__a {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  height: 40px;
  min-height: 40px;
  border-radius: 0;
  background-color: #9b1a61;
  padding: 0 20px;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  opacity: 0;
}
#disp.two-step-verification .loaded .two-step-verification__a {
  opacity: 1;
  transition: opacity 200ms ease-out 150ms;
}
#disp.two-step-verification .two-step-verification-container:before {
  content: "";
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 15%;
  display: block;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid rgba(113, 113, 113, 0.3);
  border-radius: 50%;
  border-top-color: #9b1a61;
  animation: spin 1s linear infinite;
  opacity: 1;
  transition: opacity 200ms ease-in;
}
#disp.two-step-verification .two-step-verification-container.loaded:before {
  opacity: 0;
}
.ie9 #disp .two-step-verification__a {
  display: block;
  line-height: 40px;
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@media screen and (max-width: 800px) {
  .cb-table-3up.vert {
    position: relative;
    display: block;
    border: 1px solid #b3b3b3;
  }
  .cb-table-3up.vert td {
    display: block;
    border: 0;
    padding: 1px 4px;
  }
  .cb-table-3up.vert > tbody {
    position: relative;
    display: block;
    overflow-x: auto;
    width: auto;
    white-space: nowrap;
  }
  .cb-table-3up.vert > tbody tr {
    display: inline-block;
    border-left: 1px solid #b3b3b3;
  }
  .cb-table-3up.vert > tbody tr:first-child {
    border: 0;
  }
  .cb-table-head .cb-table-3up.vert > thead {
    display: block;
    float: left;
  }
  .cb-table-head .cb-table-3up.vert > thead > tr {
    display: block;
  }
  .cb-table-head .cb-table-3up.vert > thead th {
    display: block;
    margin-right: -1px;
    padding: 1px 4px;
    border-width: 0 1px 0 0 !important;
    background: none;
    text-align: right;
  }
  .cb-table-foot .cb-table-3up.vert > tfoot {
    display: block;
    float: right;
  }
  .cb-table-foot .cb-table-3up.vert > tfoot > tr {
    display: block;
  }
  .cb-table-foot .cb-table-3up.vert > tfoot th {
    display: block;
    padding: 1px 4px;
    border-width: 0 0 0 1px !important;
    background: none;
  }
  .cb-table-both .cb-table-3up.horz {
    position: relative;
    display: block;
    border: 1px solid #b3b3b3;
  }
  .cb-table-both .cb-table-3up.horz td {
    display: block;
    border: 0;
    padding: 1px 4px;
  }
  .cb-table-both .cb-table-3up.horz > tbody {
    position: relative;
    display: block;
    overflow-x: auto;
    width: auto;
    white-space: nowrap;
  }
  .cb-table-both .cb-table-3up.horz > tbody tr {
    display: inline-block;
    border-left: 1px solid #b3b3b3;
  }
  .cb-table-both .cb-table-3up.horz > tbody tr:first-child {
    border: 0;
  }
  .cb-table-both .cb-table-3up.horz > thead {
    display: block;
    float: left;
  }
  .cb-table-both .cb-table-3up.horz > thead > tr {
    display: block;
  }
  .cb-table-both .cb-table-3up.horz > thead th {
    display: block;
    margin-right: -1px;
    padding: 1px 4px;
    border-width: 0 1px 0 0 !important;
    background: none;
    text-align: right;
  }
  .cb-table-both .cb-table-3up.horz > tfoot {
    display: block;
    float: right;
  }
  .cb-table-both .cb-table-3up.horz > tfoot > tr {
    display: block;
  }
  .cb-table-both .cb-table-3up.horz > tfoot th {
    display: block;
    padding: 1px 4px;
    border-width: 0 0 0 1px !important;
    background: none;
  }
  .cb-table-head .vert tr.odd {
    background: #e6e6e6;
  }
  .cb-table-head .vert td {
    background: none !important;
  }
  .cb-table-column-inactive {
    position: relative;
  }
  .cb-table-column-inactive th {
    max-width: 1em;
    overflow: hidden;
    white-space: nowrap;
  }
  .cb-table-column-inactive > tr:after {
    top: 0;
    position: absolute;
    left: 0;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    content: '…';
    display: inline-block;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
  }
  .cb-table-head.cb-table-no-foot .cb-table-3up.horz,
  .cb-table-foot.cb-table-no-head .cb-table-3up.horz {
    position: relative;
    display: block;
    border: 0;
  }
  .cb-table-head.cb-table-no-foot .cb-table-3up.horz thead,
  .cb-table-foot.cb-table-no-head .cb-table-3up.horz thead,
  .cb-table-head.cb-table-no-foot .cb-table-3up.horz tbody,
  .cb-table-foot.cb-table-no-head .cb-table-3up.horz tbody,
  .cb-table-head.cb-table-no-foot .cb-table-3up.horz th,
  .cb-table-foot.cb-table-no-head .cb-table-3up.horz th,
  .cb-table-head.cb-table-no-foot .cb-table-3up.horz td,
  .cb-table-foot.cb-table-no-head .cb-table-3up.horz td,
  .cb-table-head.cb-table-no-foot .cb-table-3up.horz tr,
  .cb-table-foot.cb-table-no-head .cb-table-3up.horz tr {
    display: block;
  }
  .cb-table-head.cb-table-no-foot .cb-table-3up.horz thead,
  .cb-table-foot.cb-table-no-head .cb-table-3up.horz thead,
  .cb-table-head.cb-table-no-foot .cb-table-3up.horz tfoot,
  .cb-table-foot.cb-table-no-head .cb-table-3up.horz tfoot {
    font-size: 0;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    padding: 0;
    border: 0;
  }
  .cb-table-head.cb-table-no-foot .cb-table-3up.horz thead tr,
  .cb-table-foot.cb-table-no-head .cb-table-3up.horz thead tr,
  .cb-table-head.cb-table-no-foot .cb-table-3up.horz tfoot tr,
  .cb-table-foot.cb-table-no-head .cb-table-3up.horz tfoot tr {
    border: 0;
  }
  .cb-table-head.cb-table-no-foot .cb-table-3up.horz th,
  .cb-table-foot.cb-table-no-head .cb-table-3up.horz th {
    padding: 0;
    border: 0;
  }
  .cb-table-head.cb-table-no-foot .cb-table-3up.horz tr,
  .cb-table-foot.cb-table-no-head .cb-table-3up.horz tr {
    border: 1px solid #b3b3b3;
    margin-bottom: 4px;
  }
  .cb-table-head.cb-table-no-foot .cb-table-3up.horz td,
  .cb-table-foot.cb-table-no-head .cb-table-3up.horz td {
    position: relative;
    padding: 1px 4px;
    display: block;
    border: 0;
  }
  .cb-table-head.cb-table-no-foot .cb-table-3up.horz td:after,
  .cb-table-foot.cb-table-no-head .cb-table-3up.horz td:after {
    font-weight: bold;
    color: #000;
    position: absolute;
    top: 0;
    overflow: hidden;
    padding: 1px 4px;
    width: 35%;
    border: 0;
    content: attr(data-title);
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    *behavior: url(/objects/boxsizing/boxsizing.htc);
  }
  .cb-table-head.cb-table-no-foot .cb-table-3up.horz td {
    padding-left: 38%;
  }
  .cb-table-head.cb-table-no-foot .cb-table-3up.horz td:after {
    left: 0;
    padding-right: 1%;
  }
  .cb-table-foot.cb-table-no-head .cb-table-3up.horz td {
    padding-right: 38%;
  }
  .cb-table-foot.cb-table-no-head .cb-table-3up.horz td:after {
    right: 0;
    padding-left: 1%;
  }
  .cb-table-none .cb-table-3up.horz {
    display: block;
    border: 0;
  }
  .cb-table-none .cb-table-3up.horz tbody,
  .cb-table-none .cb-table-3up.horz th,
  .cb-table-none .cb-table-3up.horz tr,
  .cb-table-none .cb-table-3up.horz td {
    display: block;
  }
  .cb-table-none .cb-table-3up.horz tr {
    border: 1px solid #b3b3b3;
    margin-bottom: 4px;
  }
  .cb-table-none .cb-table-3up.horz td {
    padding: 1px 4px;
    border: 0;
  }
  .cb-table-columns-3 tr {
    min-width: 50%;
  }
}
/******* site.less 2013-1-16 *******/
html,
body {
  min-height: 100%;
  height: 100%;
  background: #fff;
}
html {
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(155, 26, 97, 0.4);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  font-size: 19px;
  font-size: 1.9rem;
  width: 100%;
  background-color: transparent;
  color: #444;
  font-family: 'Arial', sans-serif;
  line-height: 1.2;
}
body.cb-toggle-target-active {
  overflow: hidden;
}
.homelink {
  float: left;
  height: 64px;
  margin: 30px 0;
  position: relative;
}
@media (max-width: 599px) {
  .homelink {
    height: 50px;
    margin: 20px 0;
  }
}
.logo {
  float: left;
  width: auto;
  height: 100%;
  transition: all 0.2s;
}
.logo.logo--white {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
}
body.cb-toggle-target-active .logo.logo--darkgray {
  opacity: 0;
}
body.cb-toggle-target-active .logo.logo--white {
  opacity: 1;
}
.wrapper {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding-top: 124px;
}
@media (max-width: 599px) {
  .wrapper {
    padding-top: 90px;
  }
}
.section {
  float: left;
  width: 100%;
}
.section--header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2000;
  background-color: #fff;
  transition: all 0.2s;
}
body.cb-toggle-target-active .section--header {
  background-color: #403e3f;
}
.content {
  float: left;
  width: 100%;
  position: relative;
}
.section--header .content {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 0 45px;
}
@media (max-width: 1399px) {
  .section--header .content {
    padding: 0 20px;
  }
}
.section--bigTitle .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cbdModule--bigTitle {
  margin-top: 160px;
  margin-bottom: 90px;
  max-width: 880px;
  font-size: 54px;
  line-height: 1.14814815;
}
@media (max-width: 799px) {
  .cbdModule--bigTitle {
    font-size: 30px;
    line-height: 1.2;
    max-width: 500px;
    margin-top: 100px;
    margin-bottom: 55px;
  }
}
@media (max-width: 599px) {
  .cbdModule--bigTitle {
    font-size: 26px;
    line-height: 1.15384615;
    margin-top: 60px;
    margin-bottom: 10px;
  }
}
.cbdModule--moodButton {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  width: auto;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.4s 1s;
}
.show-content .cbdModule--moodButton {
  opacity: 1;
  transform: scale(1);
}
.cbdModule--moodButton .open {
  display: block;
  min-width: 90px;
  height: 90px;
  background-color: #d97211;
  color: #fff;
  text-decoration: none;
  font-size: 27px;
  line-height: 1.18518519;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px 20px;
  box-sizing: border-box;
}
.cbdModule--moodButton .open:hover {
  background-color: #5F686F;
}
.desk {
  *zoom: 1;
  margin: 0 20px;
  width: auto;
}
.desk:before,
.desk:after {
  display: table;
  content: '';
}
.desk:after {
  clear: both;
}
.deskdesk {
  overflow: hidden;
}
.cb-pages,
.cb-page {
  *zoom: 1;
}
.cb-pages:before,
.cb-page:before,
.cb-pages:after,
.cb-page:after {
  display: table;
  content: '';
}
.cb-pages:after,
.cb-page:after {
  clear: both;
}
.cb-page + .cb-page {
  margin-top: 50px;
}
.cb-page-title {
  float: left;
  width: 100%;
  margin-top: 22px;
}
@media (max-width: 799px) {
  .cb-page-title {
    margin-top: 8px;
  }
}
@media (max-width: 599px) {
  .cb-page-title {
    margin-top: 10px;
  }
}
.footer {
  margin-top: 60px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  background: #403e3f;
  padding: 40px 0;
}
@media (max-width: 799px) {
  .footer {
    text-align: center;
  }
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer a:hover,
.footer a:focus {
  color: #e6e6e6;
}
.meta.intro {
  display: none;
}
.partner,
.partner.partner > a {
  color: #bfbfbf;
}
.partner {
  margin: 1em 0;
  font-size: 15px;
  font-size: 1.5rem;
}
.partner > a {
  display: block;
}
#social {
  float: left;
  display: flex;
  margin-left: 15px;
}
#social .meta {
  display: inline-block;
  width: 38px;
  height: 38px;
  background: no-repeat center;
  background-size: 100% 100%;
  margin-right: 12px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}
#social .meta:last-child {
  margin-right: 0;
}
#social .meta.service_instagram {
  background-image: url(/images/instagram.svg);
}
#social .meta.service_facebook {
  background-image: url(/images/facebook.svg);
}
#social .meta.service_pinterest {
  background-image: url(/images/pinterest.svg);
}
#social .meta.service_linkedin {
  background-image: url(/images/linkedin.svg);
}
#social .meta.service_jobs {
  background-image: url(/images/icon-berufsbildung.svg);
}
@media (max-width: 1024px) {
  #social {
    margin-left: 0;
    margin-top: 20px;
  }
}
#find {
  float: left;
  width: 187px;
  height: 38px;
  background: #fff url(/images/find.svg) no-repeat 6px 50%;
}
.find.image {
  display: none;
}
#searchfield {
  border: 0 !important;
  box-shadow: none !important;
  float: right;
  height: 38px;
  padding-right: 10px;
  color: #444;
  width: 144px;
  margin-top: 0;
  line-height: 1 !important;
  padding: 0 !important;
  font-size: 14px;
  font-size: 1.4rem;
}
.footcontent {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .footcontent {
    display: block;
  }
}
.footpart {
  float: left;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .footpart {
    width: 100%;
    margin: 30px 0;
    text-align: center;
  }
}
.foottitle {
  display: block;
}
#cmsbox {
  float: left;
  margin-top: 30px;
  font-size: 15px;
  text-align: left;
}
@media (max-width: 1024px) {
  #cmsbox {
    text-align: center;
  }
}
.searchwidth {
  float: left;
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .searchwidth {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.vcard {
  float: left;
  width: 100%;
  text-align: left;
}
.vcard .street-address {
  display: block;
}
@media (max-width: 1024px) {
  .vcard {
    text-align: center;
  }
}
h1,
.unit h2 {
  font-weight: bold;
  color: #000;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 31px;
}
h1 i {
  float: right;
  font-size: 19px;
  line-height: 1.63157895;
  font-weight: normal;
  font-style: normal;
}
h1,
h2,
h3,
h4 {
  font-weight: bold;
  color: #000;
}
.unit h4 {
  font-size: 21px;
  font-size: 2.1rem;
}
.edge h2 > .open {
  text-decoration: none;
}
.edge h2 > .open:before {
  content: '> ';
}
@media (max-width: 599px) {
  .cb-page-layout1 .main > .edge:first-child h2 > .open,
  .cb-page-layout3 .main > .edge:first-child h2 > .open,
  .cb-page-layout4 .main > .edge:first-child h2 > .open,
  .cb-page-layout5 .main > .edge:first-child h2 > .open {
    display: none;
  }
}
strong {
  font-weight: bold;
  color: #000;
}
.loud {
  padding: 0.2em 0.4em;
  background-color: #bfbfbf;
  color: #fff;
  /* redo with @basecolor & guard */
}
.loud > .open {
  color: #e6e6e6;
  /* redo with @basecolor */
}
.loud > .open:hover,
.loud > .open:focus {
  color: #bfbfbf;
}
.pale {
  color: #919191;
}
.skew {
  letter-spacing: 0.03em;
  font-style: italic;
  font-family: georgia, serif;
}
.text {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.open,
.load {
  overflow-wrap: normal;
  word-wrap: normal;
  -webkit-hyphens: none;
  hyphens: none;
}
div.load {
  background-position: 0 0.1em;
  background-image: url(/images/load.svg) !important;
}
a.load.load {
  margin-left: 16px;
}
.gist,
.dent {
  list-style: disc;
}
.part.list {
  margin-top: 0 !important;
}
.gist {
  list-style: none;
  margin-left: 0;
  padding-left: 20px;
  position: relative;
}
.gist:before {
  content: '-';
  position: absolute;
  left: 0;
  top: 0;
}
a {
  color: #444;
  text-decoration: underline;
}
a:hover,
a:focus {
  color: #515151;
}
.link > .open,
.load,
.menu {
  text-decoration: none;
}
.part.link {
  background: none;
}
.link > .open {
  margin-left: 0;
}
.link > .open:before {
  content: '> ';
  vertical-align: text-bottom;
}
.load {
  background-position: 0 0.2em;
}
.rss {
  background-image: url('/icon-link/rss_small.gif');
}
#edit .area + .area {
  border-top: 2px dashed #ccc;
}
.unit {
  display: inline-block;
  float: none;
  vertical-align: top;
}
.unit.fold .foot .ctrl a.link {
  float: left;
  margin-top: 10px;
  padding-right: 20px;
  background-size: 14px 8px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/chevron-down-gray.svg);
  text-decoration: none;
  font-size: 13px;
  line-height: 1.53846154;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #000;
}
.unit.fold .foot .ctrl a.link.less {
  background-image: url(/images/chevron-up-gray.svg);
}
.show + .lead {
  margin-top: 1em;
}
.lead + .part {
  margin-top: 0;
}
.pure .show:first-child ~ .lead > h3,
.seam .show:first-child ~ .lead > h3,
.pure .show:first-child ~ .lead + .link,
.seam .show:first-child ~ .lead + .link {
  font-size: 17px;
  font-size: 1.7rem;
}
.unit .body,
.show {
  margin-top: 0;
  margin-bottom: 0;
}
.unit > .head + .body .show:first-child {
  margin-top: 17px;
}
.text + .show {
  margin-top: 29px;
}
.show:not(.tiny) img {
  max-width: none !important;
  max-height: none !important;
}
#view .pure .show,
#view .seam .show {
  overflow: hidden;
}
.pure .show > a,
.seam .show > a {
  text-decoration: none;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
}
.pure .show > a:before,
.pure .show > a:after,
.seam .show > a:before,
.seam .show > a:after {
  z-index: 4;
  content: '';
  position: absolute;
  top: 0;
  font-size: 28px;
  font-size: 2.8rem;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  transition: opacity 0.218s, background 0.218s;
  opacity: 0;
}
.pure .show > a:before,
.seam .show > a:before {
  mix-blend-mode: multiply;
}
.pure .show > a:hover:before,
.pure .show > a:hover:after,
.seam .show > a:hover:before,
.seam .show > a:hover:after {
  opacity: 1;
}
.no-backgroundblendmode .pure .show > a:hover:before,
.no-backgroundblendmode .pure .show > a:hover:after,
.no-backgroundblendmode .seam .show > a:hover:before,
.no-backgroundblendmode .seam .show > a:hover:after {
  opacity: 0.8;
}
.pure .show > a:hover:before,
.seam .show > a:hover:before {
  background: #d97211;
}
.pure .show > a:active:before,
.seam .show > a:active:before {
  background: #c1660f;
  transition: none;
}
.pure .show > a:after,
.seam .show > a:after {
  top: 42%;
  content: attr(title);
  color: #fff;
}
#view .cb-page-layout1 .seam .show + .text,
#view .cb-page-layout2 .seam .show + .text,
#view .cb-page-layout3 .seam .show + .text,
#view .cb-page-layout4 .seam .show + .text,
#view .cb-page-layout5 .seam .show + .text {
  position: absolute;
  top: 50%;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  width: auto;
  margin-right: 20px;
  margin-left: 20px;
  transform: translateY(-50%);
  opacity: 0;
  z-index: 1;
  animation: appearUp ease-out 0.66s 0.2s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode: forwards;
  /*when the spec is finished*/
  -webkit-animation: appearUp ease-out 0.66s 0.2s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  /*Chrome 16+, Safari 4+*/
  -moz-animation: appearUp ease-out 0.66s 0.2s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode: forwards;
  /*FF 5+*/
  -o-animation: appearUp ease-out 0.66s 0.2s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode: forwards;
  /*Not implemented yet*/
  -ms-animation: appearUp ease-out 0.66s 0.2s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode: forwards;
  /*IE 10+*/
}
@keyframes appearUp {
  0% {
    opacity: 0;
    transform: translateY(120%);
  }
  100% {
    opacity: 1;
    transform: translateY(-50%);
  }
}
.seam {
  float: right;
}
#edit .seam.mark:after {
  position: absolute;
  top: 17px;
  left: 20px;
  content: '-->';
  color: red;
  font-size: 26px;
  font-size: 2.6rem;
  pointer-events: none;
}
.unit.pure .show ~ .show,
.unit.seam .show ~ .show {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
/*.unit .show ~ .show img,*/
.unit.pure .show img,
.unit.seam .show img {
  opacity: 0;
  transition: opacity 1s 0.2s;
  mix-blend-mode: multiply;
}
#work ~ .desk .pure .show:first-child img,
#work ~ .desk .seam .show:first-child img {
  opacity: 1 !important;
}
.unit.pure .show:only-child img,
.unit.seam .show:only-child img,
#edit .unit.pure .show img,
#edit .unit.seam .show img {
  opacity: 1;
}
.unit.pure .show:first-child,
.unit.seam .show:first-child {
  /*
  needed for dimensions
  */
  position: relative;
}
/*.unit .show:first-child img,*/
/*.unit .show:first-child:nth-last-child(2) img,*/
.unit.pure .show.show--active img,
.unit.seam .show.show--active img {
  opacity: 1;
}
.unit.pure .show.show--active img,
.unit.seam .show.show--active img {
  transition-delay: 0s;
}
.unit.pure .show.show--active,
.unit.seam .show.show--active {
  z-index: 1;
}
#edit .unit.pure .show ~ .show,
#edit .unit.seam .show ~ .show {
  width: 25% !important;
  padding: 5px;
  margin-top: -30px;
  box-sizing: border-box;
  *behavior: url(/objects/boxsizing/boxsizing.htc);
  border: 2px solid #ccc;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 2px;
  opacity: 0.8;
  position: relative;
}
.wide + .flat.slim {
  clear: left;
}
.flat.slim {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.2;
}
.flat.slim h3 {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: normal;
}
.flat.slim .mail {
  background-position: 0 0;
}
.flat.slim .show img {
  transition: opacity 0.218s;
}
.flat.slim .show:first-child {
  z-index: 1;
}
.flat.slim .show img {
  opacity: 1;
}
#view .flat.slim .show:hover img {
  opacity: 0;
}
#view .flat.slim .show + .show:nth-child(2) {
  position: absolute;
}
/* unit edge.wide is layout helper */
#edit .edge.wide.note {
  position: relative;
  border-top: 2px dashed #ddd;
  color: #ccc;
}
#edit .edge.wide.note h2 {
  color: #ccc;
}
div.edge.wide.note,
div.edge.wide.note div.body {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  min-height: 0;
}
.edge .text {
  text-align: justify;
  font-size: 17px;
  font-size: 1.7rem;
  margin-top: 60px;
}
.edge .norm > .open {
  padding-top: 1em;
  padding-bottom: 1em;
  display: inline-block;
  text-decoration: none;
}
.edge .norm > .open:before {
  content: '> ';
}
@media (max-width: 599px) {
  /*
  https://basecamp.com/2703448/projects/14292126/todos/328151819
  */
  .edge .norm > .open {
    display: block;
  }
}
@media (min-width: 600px) {
  /*
  https://basecamp.com/2703448/projects/14292126/todos/328151819
  */
  .edge .norm:after {
    display: inline-block;
    width: 90%;
    content: '';
  }
}
.grow {
  text-transform: none !important;
}
/******* forms.less 2016-01-05 *******/
/* Changelog

2016-01-05
added Calendar (partial copy of manage.css)

2014-10-16
Checkboxes & Radiobuttons:
no float for inputs, no display block for labels

*/
fieldset {
  line-height: 2.2em;
}
fieldset .name,
label.sign {
  line-height: 1.2em;
  margin-top: 0px;
}
.form .name {
  padding-bottom: 0.2em;
}
input,
button,
select,
textarea {
  box-sizing: border-box;
  *behavior: url(/objects/boxsizing/boxsizing.htc);
}
input::-ms-clear {
  /* delete input IE 10+ */
  width: 0;
  height: 0;
}
input,
textarea {
  color: #444;
  background-color: #fff;
  font-weight: normal;
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
}
input.text,
input.sign,
input.password,
textarea,
input.hint,
textarea.hint,
input.capt {
  padding: 0.11875em 3px;
  min-height: 2.2em;
  border: 1px solid #bfbfbf;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}
select {
  font-size: 16px;
  font-size: 1.6rem;
  color: #444;
  font-weight: normal;
  font-family: 'Arial', sans-serif;
  line-height: 16px;
}
textarea {
  overflow: auto;
  resize: vertical;
}
input.hint,
textarea.hint {
  color: #919191;
}
input.text[disabled],
textarea[disabled] {
  border-color: #cccccc;
  box-shadow: none;
}
textarea:focus,
input.text:focus,
input.sign:focus,
input.password:focus {
  outline: none;
  border-color: #99b5de;
  box-shadow: 0 0 3px rgba(153, 181, 222, 0.7);
  transition: box-shadow 0.218s;
}
textarea::selection,
input.text::selection,
input.sign::selection,
input.password::selection {
  background-color: #c7d7ed;
}
input.submit,
button.cb-hybrid {
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  padding: 0.11875em 1em;
  min-height: 2.2em;
  border: 1px solid;
  border-color: #3f3f3f;
  background-color: transparent;
  color: #3f3f3f;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  line-height: 2.2em;
}
input.submit:hover,
button.cb-hybrid:hover,
input.submit:focus,
button.cb-hybrid:focus {
  border-color: #3f3f3f;
  background-color: transparent;
  color: #8b8b8b;
  text-decoration: none;
  cursor: pointer;
}
input.submit:active,
button.cb-hybrid:active {
  outline: none;
  border-color: #3f3f3f;
  background-color: transparent;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  color: #8b8b8b;
  text-shadow: none;
}
.calendar {
  line-height: 1.5;
  position: absolute;
  z-index: 100;
  text-align: right;
  border: 3px solid #666;
  background: #999;
}
.calendar > table {
  margin: 3px;
  border-spacing: 0;
  border-collapse: collapse;
}
.calendar th {
  font-weight: 700;
  text-align: center;
  color: #eee;
}
.calendar tbody {
  color: #999;
  background-color: #eee;
}
td.show {
  font-weight: 700;
  color: #fff;
  background: #7be;
}
.calendar th > a,
.calendar td > a {
  display: block;
  padding: 0 6px;
  text-decoration: none;
  color: inherit;
}
.calendar th > a:hover,
.calendar td > a:hover,
.calendar th > a:focus,
.calendar td > a:focus {
  color: #fff;
  background: #ccc;
}
.form .foot,
.auth .foot {
  padding-bottom: 1em;
  text-align: right;
}
.form select,
.form textarea,
.form input.text,
.form input.file,
.form .name,
.form a.capt {
  display: block;
  width: 100%;
}
.form select,
.form .chop > input.file {
  float: right;
  width: 100.3%;
}
.form textarea {
  overflow: auto;
  resize: vertical;
}
.form .pile .ctrl,
.form .pile .chop {
  width: 100%;
}
.ship .chop {
  overflow: visible;
  margin-top: 0.1em;
}
.ship .chop > a {
  margin-left: 8px;
}
input.radio,
input.checkbox {
  /* add tag .unit if .unit .fade reactivated */
  margin: -3px 0.3em 0 0;
  min-height: 2.2em;
  background: none !important;
  /* IEs */
  vertical-align: middle;
}
.tick .ctrl > div,
.tick .ctrl > div {
  clear: left;
}
.form .ctrl .sign {
  min-width: 4em;
  display: inline-block;
  margin-left: 0.2em;
}
div.cb-form-sent {
  padding: 4px 0;
  border: solid #218823;
  border-width: 1px 0;
  background: #baeebb;
  text-align: center;
}
.cb-form-sent > .cb-form-sent {
  color: #218823;
}
input.fail,
textarea.fail {
  box-sizing: border-box;
  *behavior: url(/objects/boxsizing/boxsizing.htc);
  background: #fef6f6 url('/icons/warning.png') no-repeat 99% !important;
  padding-right: 30px !important;
  border-color: #e64246;
  color: #e64246 !important;
}
div.fail {
  background: #fef6f6 url('/icons/warning.png') no-repeat 99% !important;
  float: right;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  border: 1px #e64246;
  border-style: solid none;
  color: #e64246;
}
div.cb-lightbox-table ul.fail {
  background: #fef6f6 url('/icons/warning.png') no-repeat 99% !important;
  color: #e64246;
}
.cb-lightbox-table textarea.fail {
  background-image: none !important;
}
.fail > p,
.fail > li,
div.cb-lightbox-table ul.fail li {
  margin: 2px 5px;
}
.fail > p {
  font-weight: 600;
}
.fail > li,
div.cb-lightbox-table ul.fail li {
  margin-left: 1em;
  list-style: square outside;
}
.fail .sign {
  width: 90%;
}
.cb-multimood {
  float: left;
  width: 100%;
}
.cb-expo {
  float: left;
  width: 100%;
  position: relative;
}
.cb-slides {
  float: left;
  width: 100%;
  height: 0 !important;
  max-width: 100% !important;
  max-height: 100% !important;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.cb-slides .slide {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  transform: scale(1.2);
  transition: all 1s;
}
.show-content .cb-slides .slide {
  transform: scale(1);
}
.cb-slides a {
  display: block;
  width: 100%;
  height: 100%;
}
.cb-slides a.null {
  cursor: default;
}
.cb-slides .cb-image-figure {
  height: 100%;
}
.cb-slides .cb-image-container {
  height: 100% !important;
}
.cb-slides img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.cb-expo div.link {
  display: none;
  float: left;
  width: 100%;
  height: 0;
}
.cb-expo a.link {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 30px;
  height: 50px;
  transform: translateY(-50%);
  background: #9b1a61;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}
.cb-expo a.link.prev {
  left: 20px;
}
.cb-expo a.link.next {
  right: 20px;
}
table.link,
table.link tbody {
  float: left;
  display: block;
  width: 100%;
  height: 0;
}
.cb-index-all {
  display: block;
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cb-index-all td {
  float: left;
  display: block;
  margin: 0 10px;
}
.cb-index-all td.init {
  margin-left: 0;
}
.cb-index-all td.exit {
  margin-right: 0;
}
.cb-index-all a {
  display: block;
  width: 16px;
  height: 16px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background: #fff;
  border-radius: 16px;
  transition: all 0.4s;
}
.cb-index-all td.this a {
  background: #9b1a61;
}
.cb-index-some {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
}
.cb-index-some td {
  float: left;
  display: block;
  color: #fff;
}
.cb-index-some td:first-child:after {
  display: inline-block;
  content: '/';
  margin: 0 5px;
}
.cb-index-some a {
  color: #fff;
}
.cb-index-some a:hover,
.cb-index-some a:focus {
  color: #fff;
}
.togglenavigation {
  float: left;
  z-index: 2001;
  width: 36px;
  height: 24px;
  cursor: pointer;
  position: relative;
}
.tline {
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 2px;
  background-color: #403e3f;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
body.cb-toggle-target-active .tline {
  background-color: #fff;
}
.tline--2,
.tline--3 {
  top: 50%;
  transform: translateY(-50%);
}
.tline--4 {
  top: unset;
  bottom: 0;
}
body.cb-toggle-target-active .tline--1 {
  opacity: 0;
  transform: translateY(-10px);
}
body.cb-toggle-target-active .tline--2 {
  transform: translateY(-50%) rotate(-45deg);
}
body.cb-toggle-target-active .tline--3 {
  transform: translateY(-50%) rotate(45deg);
}
body.cb-toggle-target-active .tline--4 {
  opacity: 0;
  transform: translateY(10px);
}
.navigation {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1999;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  background-color: #403e3f;
  transform: translateY(-100%);
  transition: all 0.6s;
}
body.cb-toggle-target-active .navigation {
  transform: translateY(0);
}
.navigation__wrapper {
  float: left;
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 200px 0;
}
@media (max-width: 599px) {
  .navigation__wrapper {
    padding: 140px 0;
  }
}
.navigation__desk {
  float: left;
  width: 952px;
  max-width: 90%;
}
.navigation__content {
  float: left;
  width: 100%;
  opacity: 0;
  transform: translateY(-100px);
  transition: all 0.2s;
}
body.cb-toggle-target-active .navigation__content {
  transition: all 0.6s 0.4s;
  opacity: 1;
  transform: translateY(0);
}
.navigation div.navi {
  float: left;
}
.navigation div.navi .cb-toggle {
  display: none;
}
.navigation div.navi > .item {
  float: left;
}
.navigation div.navi > .item > .menu {
  display: block;
}
.navigation div.sub1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.navigation div.sub1 > .item {
  width: calc(50% - 70px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-top: 1px solid #fff;
}
.navigation div.sub1 > .item:nth-child(1),
.navigation div.sub1 > .item:nth-child(2) {
  border: none;
}
.navigation div.sub1 > .item > .menu {
  color: #fff;
  font-size: 54px;
  line-height: 1.11111111;
  padding: 10px 0;
}
.navigation div.sub1 > .item > .menu:hover,
.navigation div.sub1 > .item > .menu:focus,
.navigation div.sub1 > .item > .menu.path {
  color: #d97211;
}
@media (max-width: 1399px) {
  .navigation div.sub1 > .item {
    width: calc(50% - 40px);
  }
  .navigation div.sub1 > .item > .menu {
    font-size: 46px;
    line-height: 1.08695652;
  }
}
@media (max-width: 599px) {
  .navigation div.sub1 > .item {
    width: 100%;
  }
  .navigation div.sub1 > .item > .menu {
    font-size: 40px;
    line-height: 1.15;
    padding: 6px 0;
  }
}
.navigation div.sub2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.navigation div.sub2 > .item {
  margin-top: 10px;
}
.navigation div.sub2 > .item.exit {
  margin-bottom: 20px;
}
.navigation div.sub2 > .item > .menu {
  color: #fff;
  font-size: 30px;
  line-height: 1.33333333;
  padding-left: 32px;
  background-size: 22px 14px;
  background-position: 0 13px;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-white.svg);
}
.navigation div.sub2 > .item > .menu:hover,
.navigation div.sub2 > .item > .menu:focus,
.navigation div.sub2 > .item > .menu.path {
  color: #d97211;
  background-image: url(/images/arrow-right-orange.svg);
}
@media (max-width: 1399px) {
  .navigation div.sub2 > .item > .menu {
    font-size: 26px;
    line-height: 1.23076923;
    background-position: 0 9px;
  }
}
@media (max-width: 599px) {
  .navigation div.sub2 > .item {
    margin-top: 6px;
  }
  .navigation div.sub2 > .item > .menu {
    font-size: 22px;
    line-height: 1.18181818;
    background-position: 0 6px;
  }
}
/******* layout-small.less 2013-1-16 *******/
.cb-pages {
  margin-top: 40px;
}
.edge h2 > em,
.edge h2 > .open {
  font-style: normal;
  font-weight: normal;
  display: block;
  font-size: 19px;
  font-size: 1.9rem;
  text-decoration: none;
}
@media (max-width: 599px) {
  .flat.wide .part {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
.area {
  width: 100%;
}
.area > .unit {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.area h2,
.area .foot {
  margin-right: 0%;
  margin-left: 0%;
}
.area .part,
.area > .grid table {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.area > .slim .part,
.area > .slim.grid table {
  width: 100%;
}
#disp {
  left: 3%;
  margin-left: 0;
  width: 94%;
  font-size: 13px;
  font-size: 1.3rem;
  top: 90px !important;
}
#disp.site li,
div.cb-sitemap li {
  font-size: 14px;
  font-size: 1.4rem;
}
h1,
h2 {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}
/******* module-statistic.less 2013-1-16 *******/
.cb-statistics .chartclient-annotation-table {
  font-size: 12px;
  font-size: 1.2rem;
}
.cb-statistic-annotation li {
  list-style: none;
}
.cb-statistics .ctrl {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
}
.cb-statistics .ctrl input {
  margin-right: 5px;
}
.cb-statistics .ctrl label {
  margin-right: 15px;
}
.cb-statistics .ctrl a {
  float: right;
}
#root .goog-custom-button-inner-box table,
#root .chartclient-annotation-table,
#root .annotatedtimelinetable {
  margin: 0;
}
#root #scrollingListTd {
  padding: 5px 0 5px 4px;
}
#root div.cb-statistics table.horz thead th {
  border-style: none none solid;
  border-color: #555;
  background-color: transparent;
}
#root div.cb-statistics table.horz tbody td {
  padding: 2px 1px;
  border: solid #ddd;
  border-width: 1px 0 0;
}
#root div.cb-statistics table.horz .odd td {
  background-color: #f9f9f9;
}
.cb-statistics .cb-visits {
  text-align: right;
}
/******* development.less 2013-1-16 *******/
/*.unit {
  box-shadow: 0 0 0 1px red inset;
}
 .part {
   box-shadow: 0 0 0 1px blue inset;
}*/
/*# sourceMappingURL=./screen-small.css.map */