/******* screen-small.less *******/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
/******* fontface.less 2013-1-16 *******/
/******* 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 2014-08-26 *******/
#desk,
.unit,
.part {
  position: relative;
}
.stop,
.unit > .foot {
  clear: both;
}
#head,
.area,
.unit,
.unit > .body,
.unit > form > .body,
.part {
  float: left;
}
.unit {
  margin-top: 18px;
  margin-bottom: 18px;
}
.unit > .body,
.unit > form > .body {
  width: 100%;
}
.fold > .body {
  min-height: 0;
}
.part,
.grid table {
  margin-top: 12px;
  margin-bottom: 12px;
}
.lead {
  margin-bottom: 0 !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: #000;
  color: #000;
  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;
}
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: #000 !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%;
}
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;
}
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;
  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: fixed;
  top: 0;
  left: 0;
  z-index: 210;
  /* .mark in edit mode z-index: 200 */
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
}
#disp {
  position: absolute;
  z-index: 211;
  color: #404040;
}
#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: #404040;
}
.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;
  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: #404040;
}
#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;
}
.srch .text {
  -webkit-appearance: searchfield;
  -moz-appearance: searchfield;
  appearance: searchfield;
}
.srch th,
.srch td {
  padding-right: 0.4em;
  text-align: left;
}
.srch th:first-child {
  color: #bfbfbf;
  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;
  -ms-hyphens: auto;
  hyphens: auto;
  padding-bottom: 0.8em;
}
.flag {
  background-color: #fd0;
  color: #333;
  text-shadow: none;
}
::-moz-selection {
  background-color: #004664;
  color: #fff;
  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;
}
.grow {
  text-transform: none !important;
}
#disp.two-step-verification {
  z-index: 3100;
  width: 320px;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  min-height: 40px;
  border-radius: 0;
  background-color: #96958a;
  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;
  -webkit-transition: opacity 200ms ease-out 150ms;
  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: #96958a;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  opacity: 1;
  -webkit-transition: opacity 200ms ease-in;
  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);
  }
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@media screen and (max-width: 1025px) {
  .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;
    position: absolute;
    top: 0;
    overflow: hidden;
    padding: 1px 4px;
    width: 35%;
    border: 0;
    content: attr(data-title);
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    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%;
  }
}
/******* hide-non-mobile.less 2013-1-16 *******/
.body-mobile,
.cb-mobile .cb-mobile-invisible,
.cb-mobile .body-non-mobile {
  display: none;
}
.cb-mobile .body-mobile {
  display: block;
}
html,
body {
  min-height: 100%;
  height: 100%;
  background: #fff;
}
html {
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(150, 149, 138, 0.4);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  width: 100%;
  background-color: transparent;
}
#desk {
  display: none !important;
}
.desk {
  *zoom: 1;
  margin: 0 auto;
  max-width: 100%;
  width: 930px;
  position: relative;
}
.desk:before,
.desk:after {
  display: table;
  content: '';
}
.desk:after {
  clear: both;
}
#home {
  float: left;
  width: 86px;
  margin: 22px 0 22px 50px;
  -webkit-transition: all 0.218s;
  transition: all 0.218s;
}
@media (max-width: 767px) {
  #home {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  body.cb-toggle-target-active #home {
    -webkit-transform: translateY(400px);
            transform: translateY(400px);
  }
}
.cb-elastic-content-small #home {
  width: 50px;
  margin-top: 16px;
  margin-bottom: 16px;
}
.logo {
  width: 100%;
  height: auto;
}
#head {
  float: left;
  width: 100%;
}
.wrapper {
  float: left;
  width: 100%;
  min-height: 100vh;
  color: #000;
  font-family: 'effra', helvetica, sans-serif;
  line-height: 1.334;
  font-size: 15px;
  font-weight: 300;
  overflow-wrap: normal;
  word-wrap: normal;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
.section {
  float: left;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .section {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  body.cb-toggle-target-active .section {
    -webkit-transform: translateY(400px);
            transform: translateY(400px);
  }
}
.section--header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  background: #fff;
}
.section--multimood {
  margin-top: 166px;
  overflow: hidden;
}
.section--multimood:after {
  content: '';
  position: absolute;
  left: -5%;
  bottom: -1px;
  z-index: 3;
  width: 110%;
  height: 0;
  padding-bottom: 8.57142857%;
  background-size: 100%;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(/images/spickel-mood.svg);
}
.section--footer {
  margin-top: 108px;
}
#cb-elastic-content {
  float: left;
  width: 100%;
}
.footarea {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 86px;
  position: relative;
  margin-bottom: 80px;
}
.footarea:after {
  content: '';
  position: absolute;
  top: 32px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000;
  -webkit-transform: rotate(4deg);
          transform: rotate(4deg);
}
.footpart {
  float: left;
}
#services {
  float: left;
  display: block;
}
#services .meta {
  display: block;
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: bold;
}
#services .meta:hover,
#services .meta:focus {
  text-decoration: none;
  color: #000;
}
.sponsorwidth {
  float: left;
}
#sponsors1,
#sponsors2 {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#sponsors1 .meta,
#sponsors2 .meta {
  display: block;
  float: left;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 100px;
  background-size: 100%;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
#sponsors1 .meta.service_mobiliar,
#sponsors2 .meta.service_mobiliar {
  height: 15px;
  background-image: url(/images/sponsor-mobiliar.svg);
  margin-bottom: 18px;
}
#sponsors1 .meta.service_losinger,
#sponsors2 .meta.service_losinger {
  height: 51px;
  background-image: url(/images/sponsor-losinger.svg);
  margin-bottom: 22px;
}
#sponsors1 .meta.service_immoveris,
#sponsors2 .meta.service_immoveris {
  height: 16px;
  background-image: url(/images/sponsor-immoveris.svg);
}
#sponsors1 .meta.service_svhotel,
#sponsors2 .meta.service_svhotel {
  height: 25px;
  background-image: url(/images/sponsor-svhotel.svg);
  margin-bottom: 32px;
}
#sponsors1 .meta.service_moxy,
#sponsors2 .meta.service_moxy {
  height: 36px;
  background-image: url(/images/sponsor-moxy.svg);
  margin-bottom: 24px;
}
#sponsors1 .meta.service_staykooook,
#sponsors2 .meta.service_staykooook {
  height: 30px;
  background-image: url(/images/sponsor-kooook.svg);
  margin-bottom: 24px;
}
#sponsors1 .meta.service_studentlodge,
#sponsors2 .meta.service_studentlodge {
  height: 30px;
  background-image: url(/images/sponsor-studentlodge.svg);
}
#sponsors1 .meta:hover,
#sponsors2 .meta:hover,
#sponsors1 .meta:focus,
#sponsors2 .meta:focus {
  opacity: 0.4;
}
#sponsors1 {
  margin-right: 50px;
}
.vcard {
  float: left;
}
.vcard .vcardtitle {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 20px;
}
.vcard .org,
.vcard .adr,
.vcard .street-address,
.vcard .tel {
  display: block;
}
.vcard .vcardlink {
  display: block;
  text-decoration: underline;
}
.vcard .vcardlink:hover,
.vcard .vcardlink:focus {
  text-decoration: none;
  color: #000;
}
#social {
  position: absolute;
  left: 0;
  bottom: 100%;
  z-index: 2;
  margin-bottom: 40px;
  display: block;
}
#social .meta {
  float: left;
  display: block;
  width: 46px;
  height: 46px;
  margin: 0 10px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/social-facebook.svg);
}
@media (max-width: 767px) {
  #social .meta {
    width: 30px;
    height: 30px;
  }
}
#social .meta:first-child {
  margin-left: 0;
}
#social .meta:last-child {
  margin-right: 0;
}
#social .meta:hover {
  background-image: url(/images/social-facebook-black.svg);
}
#social .meta.service_instagram {
  background-image: url(/images/social-instagram.svg);
}
#social .meta.service_instagram:hover {
  background-image: url(/images/social-instagram-black.svg);
}
#social .meta.service_linkedin {
  background-image: url(/images/social-linkedin.svg);
}
#social .meta.service_linkedin:hover {
  background-image: url(/images/social-linkedin-black.svg);
}
#social .meta.service_twitter {
  background-image: url(/images/social-twitter.svg);
}
#social .meta.service_twitter:hover {
  background-image: url(/images/social-twitter-black.svg);
}
#social .meta.service_youtube {
  background-image: url(/images/social-youtube.svg);
}
#social .meta.service_youtube:hover {
  background-image: url(/images/social-youtube-black.svg);
}
.webcam {
  float: left;
  width: 100%;
}
.webcam img {
  width: 100%;
  height: auto;
}
.webcam:after {
  content: '';
  position: absolute;
  left: 0;
  top: -1px;
  height: 0;
  width: 100%;
  padding-bottom: 6.66666667%;
  background-size: 100%;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-image: url(/images/spickel-webcam.svg);
}
.unit-filter {
  float: left;
  width: 100%;
  margin: 30px 0 18px;
}
.filter-dropdown {
  display: none;
  float: left;
  width: 100%;
  background: #fff;
  position: relative;
  border: 2px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.filter-list {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 12px;
}
.filter-item {
  float: left;
  margin: 0 12px;
}
.filter-item:first-child {
  margin-left: 0;
}
.filter-item:last-child {
  margin-right: 0;
}
.filter-link {
  text-align: center;
  display: block;
  width: 166px;
  font-weight: bold;
  text-transform: uppercase;
  border: 2px solid #000;
  padding: 2px 5px 6px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  text-decoration: none;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.filter-link:before {
  content: '';
  position: absolute;
  z-index: 2;
  bottom: 100%;
  left: -2px;
  margin-bottom: 2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #000;
  border-width: 0 168px 12px 0;
}
.filter-link:after {
  content: '';
  position: absolute;
  z-index: 3;
  bottom: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #fff;
  border-width: 0 162px 12px 0;
}
.filter-link:hover,
.filter-link:focus {
  cursor: pointer;
  background: #000;
  color: #fff;
}
.filter-link:hover:after,
.filter-link:focus:after {
  border-bottom-color: #000;
}
.filter-item.is-active .filter-link {
  cursor: pointer;
  background: #000;
  color: #fff;
}
.filter-item.is-active .filter-link:after {
  border-bottom-color: #000;
}
.filter-link.open-filter {
  position: relative;
  padding-right: 45px;
  width: auto;
  display: block;
  padding: 10px 45px 10px 10px;
  text-align: left;
  border: none;
}
.toggle-arrow {
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 100%;
  border-left: 2px solid #000;
  background-color: #fff;
  background-image: url(/images/open-filter.svg);
  background-repeat: no-repeat;
  background-size: 24px 12px;
  background-position: 50% 50%;
}
.open-filter.cb-toggle-active .toggle-arrow {
  background-image: url(/images/close-filter.svg);
}
#expo {
  float: left;
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 32.29166667%;
}
#slides {
  overflow: hidden;
  position: relative;
  max-width: 100% !important;
  max-height: 10000px !important;
  z-index: 1;
}
#slides .slide {
  width: 100%;
}
#slides img {
  display: block;
  width: 100%;
  max-width: 100% !important;
  max-height: 10000px !important;
  -webkit-animation-name: zoom-in-out;
          animation-name: zoom-in-out;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.ie11 #slides img {
  -webkit-animation: none;
          animation: none;
}
@-webkit-keyframes zoom-in-out {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoom-in-out {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
#expo div.link table {
  display: none;
}
#expo div.link a.link {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 28px;
  height: 116px;
  margin-top: -58px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#expo div.link a.link.prev {
  left: 50px;
  background-image: url(/images/arrow-left-black.svg);
}
#expo div.link a.link.next {
  right: 50px;
  background-image: url(/images/arrow-right-black.svg);
}
#over {
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  height: 100% !important;
  z-index: 3000;
}
#root #disp.zoom {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  z-index: 3011;
  margin: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
#root #disp.zoom div.body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  border-radius: 0;
  background: none;
  position: relative;
}
#root #disp.zoom div.body > div {
  width: 100%;
  height: 100%;
}
#root #disp.zoom div.body a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 60px;
}
#root #disp.zoom div.body .cb-zoom-image {
  position: relative;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: auto;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  max-height: 90% !important;
  max-width: 90% !important;
  border: 3px solid #fff;
  margin: 0 !important;
}
#root #disp.zoom div.body .cb-zoom-image:hover {
  cursor: none !important;
}
#root #disp.zoom div.head {
  position: static;
  height: 0;
  width: 0;
  overflow: visible;
}
#root #disp.zoom div.head h2 {
  display: none;
}
#root #disp.zoom div.head div.ctrl {
  position: static;
  height: 0;
  width: 0;
}
#root #disp.zoom div.head a.cb-hybrid {
  position: fixed;
  top: 50%;
  width: 28px;
  height: 116px;
  z-index: 10;
  margin-top: -58px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#root #disp.zoom div.head .prev a.cb-hybrid {
  left: 30px;
  background-image: url(/images/arrow-left-white.svg);
}
#root #disp.zoom div.head .next a.cb-hybrid {
  right: 30px;
  background-image: url(/images/arrow-right-white.svg);
}
#root #disp.zoom div.head a.quit {
  position: fixed;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  background: url(/images/zoom-close.svg) no-repeat 0 0;
  z-index: 10;
}
#root #disp.zoom div.foot {
  display: none;
}
h1,
h2 {
  font-weight: 300;
  font-size: 20px;
}
h1 strong,
h2 strong {
  text-transform: uppercase;
  font-weight: bold;
}
.area h3 {
  text-align: center;
  display: block;
  width: 166px;
  font-weight: bold;
  text-transform: uppercase;
  border: 2px solid #000;
  padding: 2px 5px 6px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  text-decoration: none;
  background: #000;
  color: #fff;
}
.area h3:before {
  content: '';
  position: absolute;
  z-index: 2;
  bottom: 100%;
  left: -2px;
  margin-bottom: 2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #000;
  border-width: 0 168px 12px 0;
}
.area h3:after {
  content: '';
  position: absolute;
  z-index: 3;
  bottom: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #fff;
  border-width: 0 162px 12px 0;
}
.area h3:hover,
.area h3:focus {
  cursor: pointer;
  background: #000;
  color: #fff;
}
.area h3:hover:after,
.area h3:focus:after {
  border-bottom-color: #000;
}
#root .section .area h3 {
  margin-top: 12px !important;
  padding: 2px 5px 6px !important;
}
.area h3:after {
  border-bottom-color: #000;
}
.area h3:hover,
.area h3:focus {
  cursor: default;
}
strong {
  font-weight: bold;
}
.text {
  overflow-wrap: normal;
  word-wrap: normal;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
.open,
.load {
  overflow-wrap: normal;
  word-wrap: normal;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
a {
  color: #000;
  text-decoration: underline;
}
a:hover,
a:focus {
  text-decoration: none;
}
div.main:empty + div.base {
  margin-top: 0;
}
div.base {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#edit div.base {
  border-top: 3px dashed #ccc;
}
#view.animation-filler div.base {
  min-height: 100000px;
}
#view div.base:empty {
  margin-top: 0;
}
div.base div.unit.filter-unit {
  opacity: 0;
  max-height: 0;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  position: absolute;
}
div.base div.unit.filter-unit.filter-unit--active {
  position: relative;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  max-height: 10000px;
  margin-bottom: 15px !important;
  margin-top: 15px !important;
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
div.seam {
  margin-top: 12px;
  margin-bottom: 12px;
  overflow: hidden;
}
div.seam div.part {
  margin: 0 !important;
  width: 100% !important;
}
div.seam div.part.pict {
  height: 0;
  padding-bottom: 100%;
}
div.seam div.part.pict img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100% !important;
  max-height: 100% !important;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.ie11 div.seam div.part.pict {
  height: 294px;
  padding-bottom: 0;
}
.ie11 div.seam div.part.pict img {
  height: auto;
  width: auto;
  max-width: 100000px !important;
  max-height: 100000px !important;
  -o-object-fit: unset;
     object-fit: unset;
}
.ie11 div.seam div.part.pict img.cb-landscape {
  height: 294px;
}
.ie11 div.seam div.part.pict img.cb-portrait {
  width: 100%;
}
div.seam div.part.pict a {
  position: static;
}
div.seam div.part.pict img.zoom {
  display: none !important;
}
div.seam p.norm strong {
  text-transform: uppercase;
  font-weight: bold;
}
#view div.seam div.text {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: rgba(255, 255, 255, 0.8);
}
#view div.seam div.text .text-section {
  margin-bottom: 7px;
  margin-top: 7px;
}
#view div.seam div.text .text-section:first-child {
  margin-top: 14px;
}
#view div.seam div.text .text-section:last-child {
  margin-bottom: 14px;
}
#view div.seam div.text .text-section p.norm {
  padding: 0 16px;
}
#view div.seam div.text:after {
  content: '';
  position: absolute;
  left: -6.80272109%;
  bottom: 100%;
  height: 0;
  padding-bottom: 8.84353741%;
  width: 113.60544218%;
  background-size: 100%;
  background-position: right bottom -2px;
  background-repeat: no-repeat;
  background-image: url(/images/spickel.svg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
}
div.fold div.less {
  float: left;
  width: 100%;
}
div.fold div.more {
  float: left;
  width: 100%;
  display: block !important;
  max-height: 3000px;
  overflow: hidden;
  -webkit-transition: all 4s ease-out;
  transition: all 4s ease-out;
}
div.fold div.more div.part {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
div.fold.fold--closed div.more {
  max-height: 0;
  -webkit-transition: none;
  transition: none;
}
div.fold.fold--closed div.more div.part {
  opacity: 0;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}
div.fold div.ctrl {
  float: left;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
div.fold div.ctrl a {
  text-decoration: none;
  width: 116px;
  padding-top: 36px;
  background-size: 116px 28px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  text-align: center;
}
div.fold div.ctrl a.more {
  background-image: url(/images/arrow-down-black.svg);
}
div.fold div.ctrl a.less {
  background-image: url(/images/arrow-up-black.svg);
}
div.unit.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
  margin-bottom: 36px;
  padding: 60px 0 100px;
  background: #ededed;
  position: relative;
}
div.unit.form:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 100%;
  z-index: 2;
  width: 100%;
  margin-bottom: -1px;
  height: 0;
  padding-bottom: 6.80272109%;
  background-size: 120% 120%;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-image: url(/images/spickel-gray.svg);
}
div.unit.form form {
  float: left;
  max-width: 90%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 610px;
}
div.unit.form div.head,
div.unit.form div.body,
div.unit.form div.foot {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
div.unit.form div.head div.part,
div.unit.form div.body div.part,
div.unit.form div.foot div.part {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
div.unit.form div.head div.part.must,
div.unit.form div.body div.part.must,
div.unit.form div.foot div.part.must {
  display: none;
}
@media (max-width: 767px) {
  div.unit.form div.tick span.name {
    padding-bottom: 20px;
  }
}
div.unit.form div.tick + div.tick {
  margin-top: 0;
}
#view div.unit.form div.tick + div.tick span.name {
  display: none;
}
div.unit.form div.pull div.ctrl select {
  border: 2px solid #000 !important;
  height: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
div.unit.form input.text,
div.unit.form textarea {
  border: 2px solid #000;
  -webkit-box-shadow: none;
          box-shadow: none;
  min-height: 32px;
  padding: 4px 10px;
  border-radius: 0;
}
div.unit.form label.name {
  padding-bottom: 0;
  min-height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
div.unit.form input.submit {
  position: absolute;
  left: 50%;
  bottom: 40px;
  z-index: 2;
  width: 166px;
  text-align: center;
  margin-left: -83px;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border: 2px solid #000;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-transform: uppercase;
  font-weight: bold;
}
div.unit.form input.submit:before {
  content: '';
  position: absolute;
  z-index: 2;
  bottom: 100%;
  left: -2px;
  margin-bottom: 2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #000;
  border-width: 0 168px 12px 0;
}
div.unit.form input.submit:after {
  content: '';
  position: absolute;
  z-index: 3;
  bottom: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #fff;
  border-width: 0 162px 12px 0;
}
div.unit.form input.submit:hover,
div.unit.form input.submit:focus {
  color: #fff;
}
.text-section {
  float: left;
  width: 100%;
  display: block;
  margin-top: 12px;
  margin-bottom: 12px;
}
.text-section:first-child {
  margin-top: 0;
}
.text-section:last-child {
  margin-bottom: 0;
}
div.link,
div.load {
  background: none  !important;
  padding-top: 12px;
}
div.link a.open,
div.load a.open,
div.link a.load,
div.load a.load {
  overflow: visible;
  text-align: center;
  display: block;
  width: 166px;
  font-weight: bold;
  text-transform: uppercase;
  border: 2px solid #000;
  padding: 2px 5px 6px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  text-decoration: none;
}
div.link a.open:before,
div.load a.open:before,
div.link a.load:before,
div.load a.load:before {
  content: '';
  position: absolute;
  z-index: 2;
  bottom: 100%;
  left: -2px;
  margin-bottom: 2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #000;
  border-width: 0 168px 12px 0;
}
div.link a.open:after,
div.load a.open:after,
div.link a.load:after,
div.load a.load:after {
  content: '';
  position: absolute;
  z-index: 3;
  bottom: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #fff;
  border-width: 0 162px 12px 0;
}
div.link a.open:hover,
div.load a.open:hover,
div.link a.load:hover,
div.load a.load:hover,
div.link a.open:focus,
div.load a.open:focus,
div.link a.load:focus,
div.load a.load:focus {
  cursor: pointer;
  background: #000;
  color: #fff;
}
div.link a.open:hover:after,
div.load a.open:hover:after,
div.link a.load:hover:after,
div.load a.load:hover:after,
div.link a.open:focus:after,
div.load a.open:focus:after,
div.link a.load:focus:after,
div.load a.load:focus:after {
  border-bottom-color: #000;
}
div.area ul.list {
  padding-left: 0;
  list-style-type: none;
}
div.area ul.list li {
  padding-left: 14px;
  position: relative;
}
div.area ul.list li:before {
  content: '–';
  position: absolute;
  left: 0;
  top: 0;
}
.text-section {
  float: left;
  width: 100%;
}
#disp.two-step-verification {
  z-index: 3100;
  width: 320px;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  min-height: 40px;
  border-radius: 0;
  background-color: #96958a;
  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;
  -webkit-transition: opacity 200ms ease-out 150ms;
  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: #96958a;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  opacity: 1;
  -webkit-transition: opacity 200ms ease-in;
  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);
  }
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
/******* forms.less 2014-10-16 *******/
/* Changelog

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

*/
fieldset {
  line-height: 1.334em;
}
fieldset .name,
label.sign {
  line-height: 1.2em;
  margin-top: 0px;
}
.form .name {
  padding-bottom: 0.2em;
}
input,
button,
select,
textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/objects/boxsizing/boxsizing.htc);
}
input::-ms-clear {
  /* delete input IE 10+ */
  width: 0;
  height: 0;
}
input,
textarea {
  color: #404040;
  background-color: #fff;
  font-weight: normal;
  font-family: 'effra', helvetica, sans-serif;
  font-size: 15px;
  font-size: 1.5pxrem;
}
input.text,
input.sign,
input.password,
textarea,
input.hint,
textarea.hint,
input.capt {
  padding: 0.1em 3px;
  min-height: 1.334em;
  border: 1px solid #bfbfbf;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}
select {
  font-size: 15px;
  font-size: 1.5pxrem;
  color: #444;
  font-weight: normal;
  font-family: 'effra', helvetica, sans-serif;
  line-height: 16px;
}
textarea {
  overflow: auto;
  resize: vertical;
}
input.hint,
textarea.hint {
  color: #8c8c8c;
}
input.text[disabled],
textarea[disabled] {
  border-color: #cccccc;
  -webkit-box-shadow: none;
  box-shadow: none;
}
textarea:focus,
input.text:focus,
input.sign:focus,
input.password:focus {
  outline: none;
  border-color: #99b5de;
  -webkit-box-shadow: 0 0 3px rgba(153, 181, 222, 0.7);
  box-shadow: 0 0 3px rgba(153, 181, 222, 0.7);
  -webkit-transition: -webkit-box-shadow 0.218s;
  transition: -webkit-box-shadow 0.218s;
  transition: box-shadow 0.218s;
  transition: box-shadow 0.218s, -webkit-box-shadow 0.218s;
}
textarea::-moz-selection,
input.text::-moz-selection,
input.sign::-moz-selection,
input.password::-moz-selection {
  background-color: #c7d7ed;
}
textarea::-moz-selection, input.text::-moz-selection, input.sign::-moz-selection, input.password::-moz-selection {
  background-color: #c7d7ed;
}
textarea::selection,
input.text::selection,
input.sign::selection,
input.password::selection {
  background-color: #c7d7ed;
}
input.submit,
button.cb-hybrid {
  display: inline-block;
  background-color: #fff;
  color: #000;
  text-align: center;
  text-decoration: none;
  min-height: 0;
  border-radius: 0;
  padding: 0;
  -webkit-appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
input.submit:hover,
button.cb-hybrid:hover,
input.submit:focus,
button.cb-hybrid:focus {
  color: #000;
  background-color: #000;
  text-decoration: none;
  cursor: pointer;
}
input.submit:active,
button.cb-hybrid:active {
  outline: none;
  background-color: #000;
}
.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: 1.334em;
  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 {
  float: left;
  width: 100%;
  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 {
  -webkit-box-sizing: border-box;
  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%;
}
.calendar {
  position: absolute;
  z-index: 100;
  border: 1px solid #666;
  background: #333;
  text-align: right;
  line-height: 2;
  color: #fff !important;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.calendar > table {
  margin: 3px;
  border-spacing: 0;
  border-collapse: collapse;
}
.calendar th {
  color: #eee;
  text-align: center;
  font-weight: 700;
}
.calendar tbody {
  border-radius: 0 0 8px 8px;
  border-top: 1px solid #666;
}
td.published {
  color: #7be;
  font-weight: 700;
}
td.show {
  background: #7be;
  color: #fff;
  font-weight: 700;
}
.calendar th > a,
.calendar td > a {
  display: block;
  padding: 0 6px 1px 6px;
  color: inherit;
  text-decoration: none;
}
.calendar th > a:hover,
.calendar td > a:hover {
  background: #666;
  color: #fff;
}
.calendar td.show {
  background: #87004e;
}
.calendar td.show a:hover {
  background: none;
}
.realestate {
  float: left;
  width: 100%;
  color: #000;
  font-size: 15px;
  line-height: 1.333;
  margin-bottom: 40px;
  margin-top: 40px;
}
.realestate__section {
  float: left;
  width: 100%;
  margin-top: 40px;
}
.realestate__section--svg {
  margin-top: 0;
}
.realestate__section--actions,
.realestate__section--filter {
  margin-top: 20px;
}
.realestate__section--info--top,
.realestate__section--actions--bottom {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .realestate {
    margin-top: 0;
  }
  .realestate__section--svg {
    display: none !important;
  }
  .realestate__section--filter {
    margin-top: 0;
  }
}
.filter-section {
  float: left;
  width: 100%;
}
.filter-section:empty {
  margin-top: 0;
}
.filter-section--selectors {
  position: relative;
  z-index: 2;
}
.filter-section--sliders {
  margin-top: 20px;
}
.filter {
  float: left;
  width: 296px;
  margin-right: 20px;
  margin-top: 20px;
}
.filter:last-child {
  margin-right: 0;
}
.filter.is-disabled {
  opacity: 0.4;
  pointer-events: none;
}
@media only screen and (max-width: 1024px) {
  .filter {
    width: 100%;
    margin-right: 0;
  }
  .filter--selector:first-child {
    margin-top: 0;
  }
}
.o-label {
  display: block;
  padding-bottom: 10px;
}
.o-form-group {
  float: left;
  width: 100%;
}
.o-form-input {
  float: left;
  width: 100%;
}
.realestate .o-dropdown {
  float: left;
  width: 100%;
  position: relative;
  background-color: #ededed;
}
.realestate .o-dropdown__selected {
  float: left;
  width: 100%;
  position: relative;
}
.realestate .o-dropdown__link {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background-color: #000;
  background-image: url(/images/realestate-arrow-down.svg);
  background-size: 18px 18px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 2;
}
.realestate .o-dropdown__link:hover {
  cursor: pointer;
}
.o-dropdown.is-open .realestate .o-dropdown__link {
  background-image: url(/images/realestate-arrow-up.svg);
}
.realestate .o-dropdown__results {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #ededed;
  z-index: 3;
  display: none;
  border-top: 1px solid #fff;
}
.realestate .o-dropdown.is-open .o-dropdown__results {
  display: block;
}
.realestate .o-dropdown__item {
  padding: 4px 10px;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.realestate .o-dropdown__item:hover {
  cursor: pointer;
  background-color: #d4d4d4;
}
.realestate .o-dropdown__selected .o-dropdown__item {
  padding-right: 50px;
}
.realestate .o-dropdown__item.is-active {
  color: #000;
}
.o-slider {
  float: left;
  width: 100%;
}
.o-slider__bar {
  float: left;
  width: 100%;
  margin: 7px 0;
  position: relative;
  height: 1px;
  background-color: #000;
}
.o-slider-handler {
  position: absolute;
  top: -7px;
  width: 15px;
  height: 15px;
  background-color: #000;
  border-radius: 15px;
}
.o-slider-handler:hover {
  cursor: pointer;
}
.o-slider-handler--min {
  left: 0;
}
.o-slider-handler--max {
  left: 100%;
}
.o-slider__values {
  float: left;
  width: 100%;
  margin-top: 5px;
}
.o-slider-value--min {
  float: left;
}
.o-slider-value--max {
  float: right;
}
.realestate-button {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  background-color: #ededed;
  font-weight: bold;
  min-height: 40px;
  padding: 5px 20px;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 20px 20px 0;
}
.realestate-button:first-child {
  margin-left: 0;
}
.realestate-button:last-child {
  margin-right: 0;
}
.realestate-button:hover {
  cursor: pointer;
  color: #fff;
  background-color: #000;
}
.realestate-button.is-disabled {
  opacity: 0.6;
  pointer-events: none;
  color: #000;
  background-color: #ededed;
}
@media only screen and (max-width: 1024px) {
  .realestate-button {
    width: 100%;
    text-align: center;
  }
}
.table--realestate {
  float: left;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
.table--realestate tr {
  border-top: 10px solid #fff;
  border-bottom: 10px solid #fff;
}
.table--realestate .table-appartment {
  background-color: #ededed;
  -webkit-transition: all 0.218s;
  transition: all 0.218s;
  display: none;
}
.table--realestate .table-appartment.is-visible {
  display: table-row;
}
.table--realestate .table-appartment.is-hovered,
.table--realestate .table-appartment.is-active {
  background-color: #000;
  color: #fff;
  cursor: pointer;
}
.table--realestate .table-appartment.is-disabled {
  opacity: 0.5;
  pointer-events: none;
  background-color: #ededed !important;
  color: #000 !important;
}
.table--realestate th {
  height: 40px;
  font-weight: bold;
  padding: 0 10px;
  vertical-align: middle;
  white-space: nowrap;
}
.table--realestate td {
  padding: 5px 10px;
  height: 40px;
  vertical-align: middle;
}
.table--realestate .heading--mobile {
  display: none;
}
.table-anchor {
  text-decoration: none;
}
@media only screen and (max-width: 1024px) {
  .table--realestate thead {
    display: none;
  }
  .table--realestate .table-appartment {
    padding: 5px 0;
    color: #000 !important;
    background-color: #ededed !important;
    border-width: 5px 0;
  }
  .table--realestate .table-appartment.is-visible {
    display: block !important;
  }
  .table--realestate td {
    display: block;
    text-align: right !important;
    height: auto;
    padding: 5px 3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .table--realestate .heading--mobile {
    display: inline;
    width: 50%;
    text-align: left !important;
  }
}
.realestate-information {
  display: block;
}
.realestate-download {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  -webkit-transition: all 0.218s;
  transition: all 0.218s;
}
tr.is-hovered .realestate-download,
tr.is-active .realestate-download {
  color: #fff;
  border-color: #fff;
}
.realestate-download:hover,
.realestate-download:focus {
  border: none;
}
@media only screen and (max-width: 1024px) {
  tr.is-hovered .realestate-download,
  tr.is-active .realestate-download {
    color: #000;
    border-color: #000;
  }
}
.realestate svg {
  float: left;
  width: 100%;
  overflow: visible;
}
.floor {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}
.floor.is-open {
  -webkit-transform: translateY(-70px);
  transform: translateY(-70px);
}
.appartment:hover {
  cursor: pointer;
}
.appartment polygon,
.appartment path {
  -webkit-transition: all 0.218s;
  transition: all 0.218s;
  fill: #fff;
  stroke: #1D1D1B;
  stroke-width: 0.2;
}
.neutral polygon,
.neutral path,
.neutral.is-hovered polygon,
.neutral.is-hovered path,
.neutral.is-active polygon,
.neutral.is-active path {
  fill: #878787 !important;
  cursor: default !important;
}
.unit--realestate.disable-transitions .building,
.unit--realestate.disable-transitions .floor {
  -webkit-transition: none;
  transition: none;
}
.mini-building:hover {
  cursor: pointer;
}
.mini-building polygon,
.mini-building path {
  -webkit-transition: all 0.218s;
  transition: all 0.218s;
  fill: #fff;
}
.mini-building.is-hovered polygon,
.mini-building.is-hovered path {
  fill: #ededed;
}
.mini-building.is-active polygon,
.mini-building.is-active path {
  fill: #000;
}
.realestate--manage {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  font-size: 14px;
  line-height: 1.2;
  font-family: 'effra', helvetica, sans-serif;
  color: #333;
}
.realestate--manage * {
  font-size: 14px;
  line-height: 1.2;
  font-family: helvetica;
  color: #333;
}
.realestate--manage a:hover {
  color: #555;
}
.realestate--manage .hidden {
  display: none !important;
}
.manage-section {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.realestate-heading {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
}
.realestate-form-group {
  float: left;
  margin-right: 40px;
}
.realestate-form-group:last-child {
  margin-left: 0;
}
.realestate-form-label {
  float: left;
  min-height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.realestate-form-input {
  float: left;
  margin-left: 10px;
  min-height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.manage-button {
  float: left;
  display: block;
  background-color: #333;
  color: #fff;
  line-height: 32px;
  border-radius: 0;
}
.manage-button:hover {
  background-color: #444;
  cursor: pointer;
}
.manage-button--upload {
  padding: 0 10px;
  font-weight: 300;
}
.manage-button--delete {
  width: 32px;
  height: 32px;
  background-image: url(/icons/realestate/realestate-trash-white.svg);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: 50% 50%;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}
.manage-button--download {
  width: 32px;
  height: 32px;
  background-image: url(/icons/realestate/realestate-download-white.svg);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: 50% 50%;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}
.manage-section--report table {
  width: 100%;
  margin-bottom: 40px;
  border-collapse: collapse;
}
.manage-section--report table tr {
  min-height: 36px;
}
.manage-section--report table tr.odd {
  background: #eee;
}
.manage-section--report table th,
.manage-section--report table td {
  text-align: left;
  vertical-align: middle;
  padding: 5px 10px;
  white-space: nowrap;
}
.manage-section--report table th .button-width,
.manage-section--report table td .button-width {
  float: left;
  min-width: 156px;
}
.manage-section--report table th .manage-button,
.manage-section--report table td .manage-button {
  margin: 5px;
}
.manage-section--report table th .manage-button:first-child,
.manage-section--report table td .manage-button:first-child {
  margin-left: 0;
}
.manage-section--report table th .manage-button:last-child,
.manage-section--report table td .manage-button:last-child {
  margin-right: 0;
}
.manage-section--report table th {
  padding: 20px 10px;
  background: #333;
  color: #fff;
}
.manage-section--report table th a {
  color: #fff;
}
.manage-section--report table th a:hover,
.manage-section--report table th a:focus {
  color: #ccc;
}
.manage-section--report table .report-sort--desc,
.manage-section--report table .report-sort--asc {
  padding-right: 20px;
  background-image: url(/icons/realestate/realestate-sort-white.svg);
  background-size: 10px 10px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
}
.realestate-definition {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
}
.realestate-definition:nth-child(even) {
  background: #eee;
}
.realestate-definition .realestate-definition-actions {
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}
.realestate-definition h4 {
  font-size: 16px;
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
}
.realestate-definition a {
  text-decoration: underline;
  margin-right: 10px;
}
.definition label {
  width: 100%;
  display: block;
  margin-top: 20px;
}
.definition textarea {
  width: 50%;
  min-height: 200px;
  margin-bottom: 20px;
}
.realestate-definition-add {
  text-decoration: underline;
}
.ie11 .realestate svg {
  min-height: 450px;
}
@media only screen and (max-width: 1024px) {
  .realestate__section--svg {
    display: block !important;
  }
}
.ground polygon {
  fill: #ededed;
  stroke: #1D1D1B;
  stroke-width: 0.2;
}
.list path,
.names path {
  fill: #000;
}
.square {
  stroke: #1D1D1B;
  stroke-width: 0.8;
}
.square.square--type1 {
  fill: #A7CEEA;
}
.square.square--type2 {
  fill: #CAD16A;
}
.square.square--type3 {
  fill: #EA6A6A;
}
.square.square--type4 {
  fill: #C0AFD1;
}
.square.square--type5 {
  fill: #81CDB9;
}
.table--realestate th,
.realestate .o-label {
  font-weight: bold;
  text-transform: uppercase;
}
.realestate .o-dropdown,
.realestate-button {
  border: 2px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}
.realestate .o-dropdown__results {
  border: 2px solid #000;
  margin-left: -2px;
  background: #fff;
}
.o-dropdown__item:hover {
  background: #000;
  color: #fff;
}
.table--realestate .table-appartment {
  background: #fff;
}
.table--realestate td,
.table--realestate th {
  text-align: left;
}
.table--realestate td.table-column--4,
.table--realestate th.table-column--4,
.table--realestate td.table-column--5,
.table--realestate th.table-column--5 {
  text-align: right;
}
.realestate-button.is-disabled,
.filter.is-disabled {
  opacity: 0.2;
}
.appartment--type1 polygon,
.buildings.is-active .appartment--type1.is-active polygon,
.buildings.is-active .appartment--type1.is-hovered polygon {
  fill: #A7CEEA;
}
.appartment--type2 polygon,
.buildings.is-active .appartment--type2.is-active polygon,
.buildings.is-active .appartment--type2.is-hovered polygon {
  fill: #CAD16A;
}
.appartment--type3 polygon,
.buildings.is-active .appartment--type3.is-active polygon,
.buildings.is-active .appartment--type3.is-hovered polygon {
  fill: #EA6A6A;
}
.appartment--type4 polygon,
.buildings.is-active .appartment--type4.is-active polygon,
.buildings.is-active .appartment--type4.is-hovered polygon {
  fill: #C0AFD1;
}
.appartment--type5 polygon,
.buildings.is-active .appartment--type5.is-active polygon,
.buildings.is-active .appartment--type5.is-hovered polygon {
  fill: #81CDB9;
}
.appartment--type1.is-hovered polygon {
  fill: #7eb7e0;
}
.appartment--type2.is-hovered polygon {
  fill: #bcc543;
}
.appartment--type3.is-hovered polygon {
  fill: #e43d3d;
}
.appartment--type4.is-hovered polygon {
  fill: #a68fbe;
}
.appartment--type5.is-hovered polygon {
  fill: #5cbfa5;
}
.buildings.is-active .appartment--type1 polygon {
  fill: #d0e5f4;
}
.buildings.is-active .appartment--type2 polygon {
  fill: #d8dd91;
}
.buildings.is-active .appartment--type3 polygon {
  fill: #f09797;
}
.buildings.is-active .appartment--type4 polygon {
  fill: #dacfe4;
}
.buildings.is-active .appartment--type5 polygon {
  fill: #a6dbcd;
}
.building--1 .floor--9 .neutral polygon {
  fill: #EA6A6A !important;
  stroke: #1D1D1B;
  stroke-width: 0.2;
  stroke-miterlimit: 10;
}
.table--realestate .table-appartment.type--1.is-hovered,
.table--realestate .table-appartment.type--1.is-active {
  background-color: #A7CEEA;
}
.table--realestate .table-appartment.type--2.is-hovered,
.table--realestate .table-appartment.type--2.is-active {
  background-color: #CAD16A;
}
.table--realestate .table-appartment.type--3.is-hovered,
.table--realestate .table-appartment.type--3.is-active {
  background-color: #EA6A6A;
}
/*** mobile-navi-multilevel-top.less 2014-11-04 ***/
.navi,
#find,
.dock {
  display: none;
}
#mobile-navi {
  position: fixed;
  left: 0;
  top: 0;
  width: 90%;
  padding-left: 5%;
  padding-right: 5%;
  z-index: 2100;
  height: 100%;
  max-height: 0;
  overflow: hidden;
  background: #000;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.togglenavigation {
  position: fixed;
  top: 22px;
  right: 5%;
  display: block;
  width: 35px;
  height: 28px;
  z-index: 2110;
  cursor: pointer;
  color: #000 !important;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: all 0.5s cubic-bezier(0.89, -0.4, 0.53, 1.56);
  transition: all 0.5s cubic-bezier(0.89, -0.4, 0.53, 1.56);
}
.togglenavigation:active > span {
  background: #000000 !important;
}
.togglenavigation > span {
  left: 0;
  top: 50%;
  position: absolute;
  display: block;
  height: 6px;
  width: 35px;
  margin-top: -3px;
  background: currentColor;
}
.togglenavigation > .tline-1 {
  margin-top: -14px;
}
.togglenavigation > .tline-4 {
  margin-top: 8px;
}
.cb-toggle-target-active .togglenavigation {
  color: #fff !important;
}
.cb-toggle-target-active .togglenavigation > .tline-1,
.cb-toggle-target-active .togglenavigation > .tline-4 {
  opacity: 0;
}
.cb-toggle-target-active .togglenavigation > .tline-2,
.cb-toggle-target-active .togglenavigation > .tline-3 {
  -webkit-transition: -webkit-transform 0.218s cubic-bezier(0.64, -0.39, 0.67, 1.5);
  transition: -webkit-transform 0.218s cubic-bezier(0.64, -0.39, 0.67, 1.5);
  transition: transform 0.218s cubic-bezier(0.64, -0.39, 0.67, 1.5);
  transition: transform 0.218s cubic-bezier(0.64, -0.39, 0.67, 1.5), -webkit-transform 0.218s cubic-bezier(0.64, -0.39, 0.67, 1.5);
}
.cb-toggle-target-active .togglenavigation > .tline-2 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cb-toggle-target-active .togglenavigation > .tline-3 {
  opacity: 1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.cb-toggle-target-active #mobile-navi {
  max-height: 100%;
  overflow: scroll;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
#mobile-navi .navi {
  float: left;
  display: block;
  width: 100%;
  margin-top: 100px;
}
#mobile-navi .navi .item {
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
}
#mobile-navi .navi .item .menu {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  color: #fff;
  padding: 10px 0;
  font-size: 20px;
  letter-spacing: 0.04em;
  position: relative;
}
#mobile-navi .navi .item .menu:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  display: none;
}
#mobile-navi .navi .item .menu.path:after {
  display: block;
}
#mobile-navi div.navi > .item.cb-toggle-target-active > div.navi {
  max-height: 1000px;
  -webkit-transition: all 2s;
  transition: all 2s;
}
#mobile-navi .cb-toggle {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  width: 37px;
  height: 37px;
  background: #666666;
}
#mobile-navi .cb-toggle:hover,
#mobile-navi .cb-toggle:focus {
  cursor: pointer;
}
#mobile-navi .cb-toggle.cb-toggle-active {
  -webkit-transition: all 0.218s;
  transition: all 0.218s;
}
#mobile-navi div.sub2 .cb-toggle {
  height: 34px;
}
#mobile-navi .navi > .cb-toggle,
#mobile-navi .navi .item-empty > .cb-toggle {
  display: none;
}
.desk {
  max-width: 90%;
}
#home {
  margin-left: 5%;
}
#head {
  margin-top: 20px;
}
@media only screen and (max-width: 619px) {
  #expo {
    padding-bottom: 200px;
  }
  #slides {
    height: 200px !important;
  }
  #slides .slide {
    width: 619px;
    height: 200px !important;
    left: 50%;
  }
  #slides .slide img {
    margin-left: -309.5px;
  }
}
@media (max-width: 767px) {
  #expo div.link a.link {
    width: 16px;
    height: 60px;
    margin-top: -30px;
  }
  #expo div.link a.link.prev {
    left: 5%;
  }
  #expo div.link a.link.next {
    right: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .filter-dropdown {
    display: block;
  }
  .filter-list {
    background: #fff;
    float: left;
    width: 100%;
    z-index: 2;
    max-height: 0;
    overflow: hidden;
    padding: 0;
  }
  .unit-filter.cb-toggle-target-active .filter-list {
    max-height: 320px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .filter-item {
    width: 100%;
    margin: 0;
  }
  .filter-link {
    color: #000;
    background: #fff;
    display: block;
    width: auto;
  }
  .filter-link:after,
  .filter-link:before {
    display: none;
  }
  .filter-link:hover,
  .filter-link:focus {
    color: #000;
    background: #fff;
  }
  .unit-filter.cb-toggle-target-active .filter-link {
    color: #fff;
    background: #000;
  }
  .filter-list .filter-item {
    -webkit-transition: all 0.3s 0.1s;
    transition: all 0.3s 0.1s;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
  .unit-filter.cb-toggle-target-active .filter-list .filter-item {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .filter-list .filter-item .filter-link {
    background: #fff;
    color: #000;
    text-align: left;
    padding: 10px;
    border-top: none;
  }
}
@media (max-width: 767px) {
  .section--footer {
    margin-top: 110px;
  }
  .footarea {
    margin-bottom: 40px;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
  .sponsor-width {
    width: 100%;
    margin-top: 60px;
  }
  .vcard {
    margin-top: 60px;
  }
  .vcard .vcardtitle {
    padding-bottom: 20px;
  }
  .footpart--vcard1 {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #root #disp.zoom div.body a {
    padding: 0 35px;
  }
  #root #disp.zoom div.body .cb-zoom-image {
    max-height: 85% !important;
    max-width: 85% !important;
  }
  #root #disp.zoom div.head a.cb-hybrid {
    width: 20px;
    height: 76px;
    margin-top: -38px;
  }
  #root #disp.zoom div.head .prev a.cb-hybrid {
    left: 15px;
  }
  #root #disp.zoom div.head .next a.cb-hybrid {
    right: 15px;
  }
  #root #disp.zoom div.head a.quit {
    right: 15px;
    width: 20px;
    height: 20px;
    top: 20px;
  }
}
.area {
  width: 100%;
}
.area > .unit {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.area .foot {
  margin-right: 0%;
  margin-left: 0%;
}
.area .part {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.area > .slim .part {
  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: normal;
  word-wrap: normal;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
.table {
  float: left;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.table tr {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.table-head tr {
  border-top: none;
}
.table th {
  font-weight: normal;
  padding: 5px 0;
}
.table--headline th {
  font-weight: bold;
}
.table td {
  padding: 5px 0;
}
#edit .table td {
  border-left: 1px dashed #e0e0e0;
  border-right: 1px dashed #e0e0e0;
}
.table--footer .table-foot td {
  font-weight: bold;
}
@media (max-width: 767px) {
  .table {
    font-size: 1.95567145vw;
  }
}
.table td.align-left {
  text-align: left;
}
.table td.align-center {
  text-align: center;
}
.table td.align-right {
  text-align: right;
}
/*# sourceMappingURL=screen-small.css.map */