/******* screen-small.less *******/
/******* mixins.less 2013-1-16 *******/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
/* latin */
@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: 400;
  src: url(/extras/fonts/SlGVmQWMvZQIdix7AFxXkHNSbRYXags.woff2) format('woff2');
}
/* latin */
@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: 700;
  src: url(/extras/fonts/SlGWmQWMvZQIdix7AFxXmMh3eDs1ZyHKpWg.woff2) format('woff2');
}
/* latin */
@font-face {
  font-family: 'Droid Serif';
  font-style: normal;
  font-weight: 400;
  src: url(/extras/fonts/tDbI2oqRg1oM3QBjjcaDkOr9rAXWGQyH.woff2) format('woff2');
}
/* latin */
@font-face {
  font-family: 'Droid Serif';
  font-style: normal;
  font-weight: 700;
  src: url(/extras/fonts/tDbV2oqRg1oM3QBjjcaDkOJGiRD7OwGtT0rU.woff2) format('woff2');
}
/******* 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 2013-1-16 *******/
#desk,
.unit,
.part {
  position: relative;
}
.stop,
.unit > .foot {
  clear: both;
}
#head,
.area,
.unit,
.unit > .body,
.unit > form > .body,
.part {
  float: left;
}
.unit {
  margin-top: 20px;
  margin-bottom: 20px;
}
.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: #4d4d4d;
  color: #4d4d4d;
  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.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 thead td,
.grid thead th,
.grid tfoot td {
  font-weight: 700;
  background: #ccc;
}
.grid th {
  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.8);
}
#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: 5px;
  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: 700;
  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;
}
#disp.srch a:visited {
  color: #7e5119;
}
.srch .text {
  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 {
  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: #eae1c8;
  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: #eae1c8;
  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: 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: 700;
    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%;
  }
}
/******* 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;
}
/******* site.less 2013-1-16 *******/
html,
body {
  min-height: 100%;
  background: #fff;
}
html {
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(234, 225, 200, 0.4);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  font-size: 16px;
  font-size: 1.6rem;
  width: 100%;
  background-color: transparent;
  color: #000;
  font-family: 'Droid Sans', sans-serif;
  line-height: 1.5;
  opacity: 0;
  transition: opacity 0.2s;
}
body.show-content {
  opacity: 1;
}
#home {
  position: absolute;
  top: 0;
  right: 5%;
  width: 140px;
  padding: 15px 10px;
  background: rgba(234, 225, 200, 0.7);
  border-radius: 0 0 10px 10px;
}
.logo {
  width: 100%;
  height: auto;
}
#head {
  width: 100%;
  text-align: center;
  border-top: 1px solid #835331;
}
#edit .side {
  outline: 1px solid red;
}
.side:empty {
  display: none;
}
.scroll-animated {
  opacity: 0;
  transform: translateY(300px);
  transition: all 0.8s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.scroll-animated.scroll-animated--active {
  opacity: 1;
  transform: translateY(0);
}
.desk {
  *zoom: 1;
  margin: 0 auto;
  width: 90%;
  max-width: 980px;
  position: relative;
}
.desk:before,
.desk:after {
  display: table;
  content: '';
}
.desk:after {
  clear: both;
}
.calendar {
  z-index: 5;
  background-color: #fff;
  border: 1px solid #eae1c8;
  padding: 20px;
  font-size: 14px;
  line-height: 1.42857143;
}
.calendar td {
  padding: 0 5px;
}
.calendar .show a {
  text-decoration: underline;
  font-weight: 700;
}
.header {
  position: relative;
  z-index: 5;
}
.content {
  float: left;
  width: 100%;
}
.multimood {
  float: left;
  width: 100%;
  position: relative;
}
.cta {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 150px;
  z-index: 2;
  display: inline-flex;
}
@media (max-width: 1230px) {
  .cta {
    left: 30px;
  }
}
@media (max-width: 599px) {
  .cta {
    top: unset;
    transform: unset;
    bottom: 10px;
    left: 10px;
  }
}
.cta__image {
  width: 180px;
}
@media (max-width: 1024px) {
  .cta__image {
    width: 150px;
  }
}
@media (max-width: 599px) {
  .cta__image {
    width: 100px;
  }
}
.content {
  display: block;
}
.service_book {
  position: absolute;
  right: -200px;
  top: 6px;
  z-index: 2;
  font-family: 'Droid Serif', serif;
  text-transform: uppercase;
  color: #000;
  background: #fff;
  border-radius: 12px;
  line-height: 28px;
  padding: 0 14px;
  transition: right 0.2s ease-in;
  display: block;
}
.cb-goto-top-visible + .header .service_book {
  right: 40px;
  transition: right 0.4s ease-out;
}
.service_book:hover,
.service_book:focus {
  background: #835331;
  color: #fff;
}
@media (max-width: 1024px) {
  .service_book {
    float: left;
    margin-left: 20px;
    margin-top: 20px;
    font-size: 14px;
    position: static;
  }
}
.northcontent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  height: 0;
}
.northcontent .service_book {
  display: none;
  position: fixed;
  top: 50%;
  right: -1px !important;
  margin: 0;
  border-radius: 10px 10px 0 0;
  padding: 5px 24px;
  transform: rotate(-90deg) translateX(50%);
  transform-origin: 100% 100%;
  background-color: #eae1c8;
  border: 1px solid #eae1c8;
}
.northcontent .service_book:hover,
.northcontent .service_book:focus {
  background: #fff;
  color: #000;
}
@media (max-width: 1024px) {
  .northcontent .service_book {
    display: block;
  }
}
#cb-cookie-warning {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2000;
  background-color: #eae1c8;
  display: flex;
  justify-content: center;
}
#cb-cookie-warning.cb-cookie-warning--hidden {
  display: none;
}
.cb-cookie-warning--container {
  float: left;
  width: 1020px;
  max-width: 95%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
@media (max-width: 599px) {
  .cb-cookie-warning--container {
    flex-direction: column;
    padding: 10px 0;
  }
}
.cb-cookie-warning--text {
  float: left;
  max-width: 740px;
}
.cb-cookie-warning--actions {
  float: left;
  margin-left: 40px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .cb-cookie-warning--actions {
    margin-left: 20px;
  }
}
@media (max-width: 599px) {
  .cb-cookie-warning--actions {
    margin-left: 0;
    margin-top: 10px;
  }
}
.cb-cookie-warning__button {
  display: inline-block;
  cursor: pointer;
  font-family: 'Droid Serif', serif;
  text-transform: uppercase;
  color: #000;
  background: #fff;
  border-radius: 12px;
  line-height: 28px;
  padding: 0 14px;
  transition: right 0.2s ease-in;
}
.cb-cookie-warning__button:hover,
.cb-cookie-warning__button:focus {
  background: #835331;
  color: #fff;
}
.footer {
  margin-top: 70px;
  padding-top: 29px;
  background: #eae1c8;
}
.footer a {
  color: #000;
}
.posthotel-roessli {
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
  padding: 0 10% 31px;
  border-bottom: 1px solid #fff;
}
.vcard .tel {
  white-space: nowrap;
  padding-left: 20px;
  background-size: 16px 16px;
  background-position: 0 1px;
  background-repeat: no-repeat;
  background-image: url(/images/phone.svg);
}
.fn:after,
.family:after,
.adr:after,
.tel:after {
  content: ' | ';
  font-weight: normal;
}
.fn {
  text-transform: uppercase;
  font-weight: 700;
}
.vcardemail {
  font-weight: 700;
}
abbr {
  border: 0;
  text-decoration: none;
}
.footer__desk {
  padding-bottom: 20px;
}
#social {
  float: left;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 22px;
  margin-bottom: 22px;
}
#social > .meta {
  display: inline-block;
  width: 35px;
  height: 51px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  margin: 0 2px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#social > .meta:hover,
#social > .meta:focus {
  opacity: 0.9;
}
.service_facebook {
  background-image: url(/images/service_facebook.svg);
}
.service_twitter {
  background-image: url(/images/service_twitter.svg);
}
.service_flickr {
  background-image: url(/images/service_flickr.svg);
}
.service_instagram {
  background-image: url(/images/service_instagram.svg);
}
.service_googleplus {
  background-image: url(/images/service_googleplus.svg);
}
.service_swisstainable {
  background-image: url(/images/service_swisstainable.svg);
}
#social > .service_tripadvisor {
  width: 51px;
  background-image: url(/images/service_tripadvisor.svg);
}
#services {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}
.service_voucher {
  position: absolute;
  bottom: 0;
  left: -8px;
  height: 54px;
  padding-top: 36px;
  text-transform: uppercase;
}
@media (min-width: 40em) {
  .service_voucher {
    padding-left: 202px;
    background: url(/images/service_voucher.png) no-repeat 0 100%;
  }
}
div.sub1 {
  float: left;
  margin-top: -32px;
  position: relative;
  z-index: 2;
  font-size: 12px;
  line-height: 18px;
}
div.sub1 > .item .menu {
  padding: 0;
  font-size: 12px;
  line-height: 18px;
}
div.sub1 > .item .menu:after {
  content: '|';
  color: #000;
  margin: 0 2px;
}
div.sub1 > .item.exit .menu:after {
  display: none;
}
@media (max-width: 899px) {
  div.sub1 {
    width: 100%;
    text-align: center;
    margin: 0 0 30px;
  }
  div.sub1 > .item {
    float: none;
    display: inline-block;
  }
}
h1 {
  font-weight: normal;
  font-family: 'Droid Serif', serif;
  line-height: 1.86111111;
  margin-top: -1.80527778em;
}
.unit h2 {
  line-height: 1.2;
  font-weight: 700;
  font-family: 'Droid Serif', serif;
}
strong {
  font-weight: 700;
}
.loud {
  padding: 0.2em 0.4em;
  background-color: #FFE8B4;
  color: #52280F;
  /* redo with @basecolor & guard */
}
.pale {
  color: #4d4d4d;
}
.skew {
  letter-spacing: 0.03em;
  font-style: italic;
  font-family: georgia, serif;
}
.text {
  hyphens: auto;
}
.open,
.load {
  hyphens: none;
}
div.load {
  background-position: 0 0.1em;
  background-image: url(/images/file-icon.svg) !important;
  background-size: 12px;
}
.load > .load {
  margin-left: 21px;
  color: #935f1d;
}
.load > .load:hover,
.load > .load:focus {
  color: #000;
}
.gist,
.dent {
  list-style: disc;
}
.line > hr {
  border-color: #eae1c8;
  color: #eae1c8;
}
.area .same,
.area .this .same,
.area .same > .cb-hybrid {
  color: #eae1c8;
  background-color: #cb8f54;
  padding-bottom: 0.3em;
}
a {
  color: #935f1d;
  text-decoration: none;
}
.link {
  background: url('/images/link.svg') no-repeat 0 0.25em;
}
.link > .open,
a.load {
  color: #000;
}
.pure .link > .open:hover {
  color: #835331;
}
.link.mail {
  background-image: url('/images/mail.png');
  background-position: 0 0.4em;
}
.load {
  background-position: 0 0.3em;
}
.rss {
  background-image: url('/icon-link/rss_small.gif');
}
.cb-service-twitter-bubble {
  margin-top: 6px;
}
.navi,
.navi > .item {
  float: left;
}
.menu {
  display: block;
  line-height: 1.1;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
}
.menu:hover,
.menu:focus {
  color: #935f1d;
}
.menu.path {
  font-weight: 700;
}
.menu.here:hover,
.menu.here:focus {
  color: #000;
}
.sub2 > .item {
  position: relative;
}
div.sub3 {
  display: none;
}
div.sub3,
.sub3 > .item {
  width: 100%;
}
div.north {
  width: 100%;
  position: absolute;
  bottom: 0;
}
@media (max-width: 1024px) {
  div.north {
    display: none;
  }
}
div.north div.unit {
  width: 100%;
  margin: 0;
}
div.north div.unit div.body {
  margin: 0;
}
div.north div.unit div.head h2,
div.north div.unit div.part {
  margin: 0;
}
div.north div.unit div.part {
  width: 100%;
}
.wide .head {
  text-align: center;
  border-top: 1px solid #835331;
}
.main > .wide:first-child .head {
  margin-top: 30px;
}
.wide h2 {
  display: inline-block;
  padding: 0 1em;
  background: #fff;
  text-transform: uppercase;
  transform: translateY(-50%);
  max-width: 90%;
}
#view .unit .body:empty {
  min-height: 0;
  margin: 0;
}
.lead + .text {
  margin-top: 0;
}
.cb-album.cb-matrix .part.foto a {
  overflow: hidden;
}
.cb-album.cb-matrix .part.foto a img {
  transition: all 0.7s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.cb-album.cb-matrix .part.foto a:hover img {
  transform: scale(1.1);
}
.wide .show img,
.slim .show.tall img,
.cb-widget {
  border: 1px solid #000;
  border-radius: 10px;
}
.cb-widget.link {
  border: 0;
}
img.zoom {
  border: 0 !important;
}
#view .cb-widget {
  overflow: hidden;
}
.seam .link {
  background: none;
  margin-top: 2em;
}
.seam .link .open {
  font-weight: 700;
  margin: 0;
  padding: 0.2em 0.4em;
  text-transform: uppercase;
  font-family: 'Droid Serif', serif;
  display: inline-block;
  color: #000;
  font-size: 21px;
  font-size: 2.1rem;
  border: 1px solid #000;
  border-radius: 10px;
}
.seam .link .open:hover,
.seam .link .open:focus {
  border-color: #835331;
  color: #835331;
}
.fold h2 {
  text-transform: uppercase;
}
.link.less,
.link.more {
  color: #000;
}
.link.less:after,
.link.more:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
  border-top: 0.4em solid #000;
  display: inline-block;
  margin-left: 0.6em;
  position: relative;
  top: -0.1em;
}
.link.less:after {
  border-top: none;
  top: -0.2em;
  border-bottom: 0.4em solid #000;
}
.cb-layout1 .slim {
  padding: 10px 0;
  border-radius: 10px;
  box-shadow: 0 0 0 1px #835331;
}
.cb-layout1 .slim .link {
  background: none;
}
.cb-layout1 .slim .link > .open {
  display: block;
  padding: 0;
  margin-left: 0;
  text-transform: uppercase;
  color: #935f1d;
}
.cb-layout1 .slim .link > .open:before {
  content: '> ';
}
.cb-layout1 .edge {
  box-shadow: none;
}
/*
limit to wide units with one image
*/
.sb {
  border-radius: 10px 10px 0 0;
}
#root .sb__guests {
  padding-top: 8px;
}
#root .sb__guests-add-room {
  position: absolute;
  right: 16px;
  top: 10px;
  z-index: 2;
  font-size: 10px;
}
@media (min-width: 860px) {
  #root .sb__form-field--checkout,
  #root .sb__guests-rooms {
    margin-top: 8px;
  }
  /*
  there's no medium layout, but
  https://basecamp.com/2703448/projects/10901343/todos/328793743
  */
  #view .wide .show.tall:first-child + .code.tiny:last-child {
    position: absolute;
    top: 2.2em;
    right: -1px;
    width: 248px;
  }
}
div.cb-album div.scan table {
  width: 100%;
}
.seam.foto > .head > .ctrl {
  top: 8px;
}
#view div.cb-album .body-non-mobile {
  overflow: hidden;
}
.grow {
  text-transform: none !important;
}
div.cb-strips div.scan td.prev div.prev a,
div.cb-strips div.scan td.prev div.prev,
div.cb-strips div.scan td.next div.next,
div.cb-strips div.scan td.next div.next a,
div.foto div.head div.ctrl div.next a,
div.foto div.head div.ctrl div.prev a,
div.foto div.head div.ctrl div.next,
div.foto div.head div.ctrl div.prev,
div.zoom div.head div.ctrl div.next a,
div.zoom div.head div.ctrl div.prev a,
div.zoom div.head div.ctrl div.next,
div.zoom div.head div.ctrl div.prev {
  background-image: '/images/prev_next.svg';
}
#disp .head .cb-hybrid {
  background: url('/images/prev_next.svg') no-repeat 0 0;
  width: 18px;
  height: 18px;
}
#disp .head .cb-hybrid:hover {
  background-position: 0 -18px;
  opacity: 1;
}
#disp .head .cb-hybrid:active {
  background-position: 0 -35px;
  opacity: 1;
}
#disp .head .next .cb-hybrid {
  background-position: -17px 0;
}
#disp .head .next .cb-hybrid:hover {
  background-position: -17px -18px;
  opacity: 1;
}
#disp .head .next .cb-hybrid:active {
  background-position: -17px -35px;
  opacity: 1;
}
#disp.zoom,
#disp.zoom div.head,
#disp.zoom div.head h2,
#disp.zoom div.head a.quit,
#disp.zoom div.body {
  background: #fff;
  color: #000;
}
#disp.zoom div.head h2 {
  font-size: 21px;
  font-size: 2.1rem;
  font-family: 'Droid Serif', serif;
  padding-bottom: 10px;
}
#disp div.head {
  padding-left: 15px;
  padding-right: 15px;
}
#disp .head .ctrl {
  right: 15px;
}
#disp {
  padding-top: 10px;
  border-radius: 5px;
}
#disp.zoom .head a.quit {
  cursor: pointer;
  float: right;
  font-family: arial, sans-serif;
  font-size: 24px;
  text-align: center;
  text-decoration: none !important;
  width: 36px;
  font-size: 28px;
  height: 20px;
  line-height: 0.7;
  text-indent: 0;
}
#disp.zoom > .body {
  margin: 0;
  padding: 0;
  border-top: 1px solid #000;
}
#disp.zoom .foot p {
  padding-bottom: 0;
}
#disp fieldset:empty {
  display: none;
}
#disp .head div.quit {
  float: right;
}
#disp h2 {
  float: left;
  font-size: 18px;
  margin: 0 10px;
  width: 80%;
  text-shadow: none;
}
/* @group EDIT MODE */
/* unit flat.wide is layout helper */
.flat.wide {
  width: 100%;
}
.content .flat.wide > .head {
  border: none;
}
#edit .flat.wide {
  color: #ccc;
  position: relative;
  border-top: 2px dashed #ddd;
}
#edit .flat.wide:after {
  top: 10px;
  left: 10px;
  color: #444;
  font-size: 11px;
  background: #eee;
  position: absolute;
  border-radius: 3px;
  padding: 0 0.5em 1px;
  letter-spacing: 0.03em;
  content: 'Layout-Helper';
  font-family: 'Helvetica Neue', sans-serif;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3), 0 0 0 1px #ddd inset, 0 0 0 2px #fff inset;
}
#edit .flat.wide h2 {
  color: #ccc;
}
.flat.wide,
.flat.wide .body {
  margin-top: 0;
  min-height: 0;
  margin-bottom: 0;
}
/* @end */
#CDSSCROLLINGRAVE.narrow {
  width: 100% !important;
  box-sizing: border-box;
  *behavior: url(/objects/boxsizing/boxsizing.htc);
}
/******* forms.less 2013-1-16 *******/
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: #404040;
  background-color: #fff;
  font-weight: normal;
  font-family: 'Droid Sans', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
}
input.text,
input.sign,
input.password,
textarea,
input.hint,
textarea.hint,
input.capt {
  padding: 0.1em 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: 'Droid Sans', sans-serif;
  line-height: 16px;
}
textarea {
  overflow: auto;
  resize: vertical;
}
input.hint,
textarea.hint {
  color: #8c8c8c;
}
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.1em 1em;
  min-height: 2.2em;
  border: 1px solid;
  border-color: #bfbfbf #a6a6a6 #a6a6a6 #bfbfbf;
  border-radius: 2px;
  background-color: #ccc;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(153, 153, 153, 0.75);
  line-height: 2.2em;
}
input.submit:hover,
button.cb-hybrid:hover,
input.submit:focus,
button.cb-hybrid:focus {
  border-color: #bfbfbf #a6a6a6 #a6a6a6 #bfbfbf;
  background-color: #d4d4d4;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
input.submit:active,
button.cb-hybrid:active {
  outline: none;
  border-color: #bfbfbf #a6a6a6 #a6a6a6 #bfbfbf;
  background-color: #b3b3b3;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  color: #fff;
  text-shadow: none;
}
.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: 19px;
  background: none !important;
  /* IEs */
  vertical-align: middle;
}
.tick input.radio,
.tick input.checkbox {
  float: left;
  margin-top: 0;
}
.tick .ctrl > div,
.tick .ctrl > div {
  clear: left;
  padding-bottom: 0.2em;
}
.form .ctrl .sign {
  display: block;
  margin-left: 20px;
}
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%;
}
/* input.fade,
select.fade,
textarea.fade { // if !important added: fix shop input.payp.fade
    &,
    &:hover,
    &:focus,
    &:active {
    border-color: lighten(@input-border,25); */
/* background-color: @lightergray; */
/* background-image: none; */
/* color: lighten(@input-color, 35); */
#expo {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}
#slides {
  float: left;
  width: 100%;
  height: 0 !important;
  max-width: 100% !important;
  max-height: 100% !important;
  padding-bottom: 42.44791667%;
  position: relative;
}
@media (max-width: 599px) {
  #slides {
    padding-bottom: 52.86458333%;
  }
}
#slides .slide {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}
#slides a {
  display: block;
  width: 100%;
  height: 100%;
  animation-name: zoomIn;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
#slides a.null {
  cursor: default;
}
.cb-slides .cb-image-figure {
  height: 100%;
}
.cb-slides .cb-image-container {
  height: 100% !important;
}
#slides img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
@keyframes zoomIn {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
#expo div.link {
  display: none;
  float: left;
  width: 100%;
  height: 0;
}
#expo a.link {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 30px;
  height: 50px;
  transform: translateY(-50%);
  background: #eae1c8;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}
#expo a.link.prev {
  left: 20px;
}
#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: #eae1c8;
}
.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;
}
/*!
* Hamburgers
* @description Tasty CSS-animated hamburgers
* @author Jonathan Suh @jonsuh
* @site https://jonsuh.com/hamburgers
* @link https://github.com/jonsuh/hamburgers
*/
.togglenavigation {
  display: inline-block;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  border: 0;
  overflow: visible;
}
.togglenavigation__outer {
  width: 36px;
  height: 29px;
  display: inline-block;
  position: relative;
}
.togglenavigation__inner {
  display: block;
  top: calc(50% + 3px);
  margin: 1px 0 0 7px;
}
.cb-toggle-target-active .togglenavigation__inner {
  top: 50%;
}
.togglenavigation__inner::before,
.togglenavigation__inner::after {
  width: 26px;
  height: 4px;
  background-color: var(--toggleBgColor, #fff);
  position: absolute;
  transition: all 0.4s;
}
.togglenavigation__inner::before,
.togglenavigation__inner::after {
  content: "";
  display: block;
  border: 1px solid #000;
}
.togglenavigation__inner::before {
  top: -8px;
}
/*
 * Squeeze
 */
.togglenavigation--squeeze.cb-toggle-active .togglenavigation__inner::before {
  top: 0;
  transform: rotate(45deg);
}
.togglenavigation--squeeze.cb-toggle-active .togglenavigation__inner::after {
  top: 0;
  transform: rotate(-45deg);
}
/******* layout-small.less 2013-1-16 *******/
.togglenavigation {
  position: fixed;
  left: 16px;
  top: 23px;
  z-index: 2001;
  cursor: pointer;
  transition: box-shadow 0.218s 0.2s;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 2px 2px 6px rgba(0, 0, 0, 0.05), 0 0 2px rgba(234, 225, 200, 0.1);
}
.cb-toggle-target-active .togglenavigation {
  box-shadow: none;
}
.togglenavigation__label {
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}
#head {
  margin-top: 60px;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  font-size: 22px;
  font-size: 2.2rem;
}
h1 {
  font-size: 22px;
  font-size: 2.2rem;
}
#head {
  font-size: 18px;
  font-size: 1.8rem;
}
@media (max-width: 1024px) {
  .navigation {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    background: #eae1c8;
    width: 220px;
    z-index: 2000;
    visibility: hidden;
    transform: translateX(-220px);
    transition: transform 0.218s 0.1s, visibility 0 0.1s;
    box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.15);
  }
  .navi__desk {
    width: 100%;
    margin-top: 70px;
  }
  .cb-toggle-target-active .navigation {
    transform: none;
    visibility: visible;
  }
  .menu {
    color: #000;
  }
  div.sub2,
  .sub2 > .item {
    width: 100%;
  }
  div.sub2 .menu {
    padding: 0.4em 10px 0.2em 20px;
  }
  .item > .cb-toggle {
    display: none;
    position: absolute;
    top: 0;
    right: 6px;
    height: 1.5em;
    width: 40px;
    background: url(/images/cb-toggle-down.svg) no-repeat right;
  }
  .cb-toggle-target-active > .cb-toggle {
    background-image: url(/images/cb-toggle-up.svg);
  }
  .sub2 > .item > .cb-toggle {
    display: block;
  }
  .sub2 > .item-empty > .cb-toggle,
  .sub2 > .path > .cb-toggle {
    display: none;
  }
  div.sub3 .menu {
    padding-left: 40px;
  }
  .path > .sub3,
  .cb-toggle-target-active > .sub3 {
    display: block;
  }
}
.area {
  width: 100%;
}
.area > .unit {
  margin-right: 4%;
  margin-left: 4%;
  width: 92%;
}
.area h2,
.area .foot {
  margin-right: 2%;
  margin-left: 2%;
}
.area .part,
.area > .grid table {
  margin-right: 2%;
  margin-left: 2%;
  width: 96%;
}
.area > .slim .part,
.area > .slim.grid table {
  width: 96%;
}
.unit h2 {
  font-size: 16px;
  font-size: 1.6rem;
}
#disp {
  left: 3%;
  margin-left: 0;
  width: 94%;
  font-size: 13px;
  font-size: 1.3rem;
  top: 3% !important;
}
#disp.zoom,
#disp.tube {
  left: 5%;
  margin-left: 0;
  width: 90%;
}
#disp.site li,
div.cb-sitemap li {
  font-size: 14px;
  font-size: 1.4rem;
}
#disp.cb-shoppingcart {
  left: 0%;
  margin-left: 0;
  width: 100%;
  min-width: 340px;
}
/*h1,
h2 {
  .hyphens(auto);
}*/
/* scan.less 2013-1-16 */
.scan .cb-hybrid {
  color: #000;
  text-decoration: none;
}
.scan .cb-hybrid:hover,
.scan .cb-hybrid:focus {
  color: #000000;
}
.swap {
  text-align: center;
}
.scan form,
.scan > table,
.scan fieldset {
  width: 100% !important;
}
.scan > table {
  margin: 0 !important;
}
.swap td > span,
.swap td > .cb-hybrid {
  display: block;
}
td.prev,
td.next {
  color: rgba(0, 0, 0, 0.3);
}
.unit.cb-batch .same {
  background-color: #dccda3;
  color: #000;
}
/******* module-album.less 2013-1-16 *******/
.body-mobile img,
noscript img {
  /* resize - noscript mode must still work */
  width: 100%;
}
img.same {
  background: none !important;
}
div.foto div.cb-loading {
  overflow: hidden;
  background: #111 url(/icons/load.gif) no-repeat 50%;
  opacity: 0.35;
}
.cb-mobile .cb-slideshow > .head > .ctrl {
  display: none;
}
.cb-slideshow > .body-mobile img.zoom {
  top: 100% !important;
  left: 100% !important;
  display: block !important;
  margin: -20px 0 0 -20px !important;
  width: 17px !important;
  height: 17px;
  opacity: 0.7;
}
div.foto,
.crossslideContainer {
  position: relative;
}
.crossslide,
.cb-slideshow-images img {
  width: 100%;
}
.cb-strips .foto > .cb-landscape,
.cb-matrix .body-mobile .foto > img,
.cb-contentflow .foto > img,
.cb-slideshow .foto > img,
.body-non-mobile .foto > img {
  margin: 0 auto;
  width: 100%;
}
.cb-strips .foto > .cb-portrait {
  height: 100%;
  width: auto;
}
.body-mobile a.foto,
.body-mobile span.foto {
  width: 100%;
}
noscript a.foto {
  position: relative !important;
}
.body-mobile .cb-matrix .foto,
.body-mobile .cb-contentflow .foto {
  position: relative;
}
.part.desc {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.same.norm,
.same.foto {
  background: none;
}
.body-non-mobile a.foto,
.body-non-mobile span.foto {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  padding: 0;
  width: 100%;
}
.cb-strips .prev,
.cb-strips .next,
.cb-slideshow .prev > .cb-hybrid,
.cb-slideshow .next > .cb-hybrid {
  width: 18px;
}
.prev > .prev,
.next > .next,
.cb-slideshow .prev > .cb-hybrid,
.cb-slideshow .next > .cb-hybrid {
  display: block;
  height: 18px;
}
.cb-strips .prev,
.cb-strips .next,
.cb-slideshow .prev > .cb-hybrid,
.cb-slideshow .next > .cb-hybrid {
  background-image: url('/images/prev_next.svg');
  background-repeat: no-repeat;
}
.cb-slideshow .ctrl > .prev,
.cb-slideshow .ctrl > .next {
  float: left;
}
.cb-album .prev {
  background-position: 0px -54px;
}
.cb-strips td.prev,
.cb-strips td.next {
  background: none;
  vertical-align: middle;
}
.cb-album a.prev,
.cb-album .prev > .cb-hybrid {
  background-position: 0px 0px;
}
.cb-album a.prev:hover,
.cb-album .prev > .cb-hybrid:hover {
  background-position: 0px -18px;
}
.cb-album a.prev:active,
.cb-album .prev > .cb-hybrid:active {
  background-position: 0px -36px;
}
.cb-album .prev > .cb-hybrid.fade {
  background-position: 0px -54px;
}
.cb-album .next {
  background-position: -17px -54px;
}
.cb-album a.next,
.cb-album .next > .cb-hybrid {
  background-position: -17px 0px;
}
.cb-album a.next:hover,
.cb-album .next > .cb-hybrid:hover {
  background-position: -17px -18px;
}
.cb-album a.next:active,
.cb-album .next > .cb-hybrid:active {
  background-position: -17px -36px;
}
.cb-album .next > .cb-hybrid.fade {
  background-position: -17px -54px;
}
.cb-strips table {
  border-collapse: collapse;
}
td > .body {
  display: inline-block;
  vertical-align: middle;
}
.cb-strips-images {
  height: 100%;
  width: 100%;
}
.cb-strips-images > .foto {
  width: 100%;
  height: 100%;
  position: absolute;
}
.cb-strips-images > .foto > .cb-landscape {
  width: 100%;
  height: auto;
}
.cb-strips-images > .foto > .cb-portrait {
  width: auto;
  height: 100%;
}
.cb-strips-container > .body > .foto {
  height: 100% !important;
  overflow: hidden;
}
.cb-strips-thumbs a.foto {
  width: 100%;
}
.cb-strips-container > .body a.foto,
.cb-strips-thumbs .part > .foto > .foto {
  position: static;
  width: 100% !important;
  height: 100% !important;
}
.cb-strips-container .cb-landscape,
.cb-strips-container .cb-portrait {
  max-width: 100% !important;
  max-height: 100% !important;
}
.cb-strips-4 .cb-strips-container .part.foto {
  margin: 1% !important;
  width: 23% !important;
}
.cb-strips-6 .cb-strips-container .part.foto {
  margin: 1% !important;
  width: 14.66666667% !important;
}
.cb-strips-8 .cb-strips-container .part.foto {
  margin: 1% !important;
  width: 10.5% !important;
}
.cb-strips-10 .cb-strips-container .part.foto {
  margin: 1% !important;
  width: 8% !important;
}
.cb-matrix .body-non-mobile > .foto {
  margin: 3% !important;
  height: 100% !important;
}
.cb-matrix .body-non-mobile a.foto {
  position: static;
}
.cb-matrix-columns-1 .body-non-mobile > .foto {
  width: 94% !important;
}
.cb-matrix-columns-3 .body-non-mobile > .foto,
.cb-matrix-columns-5 .body-non-mobile > .foto,
.cb-matrix-columns-6 .body-non-mobile > .foto,
.cb-matrix-columns-7 .body-non-mobile > .foto,
.cb-matrix-columns-8 .body-non-mobile > .foto {
  width: 44% !important;
}
@media only screen and (min-width: 240px) {
  .cb-matrix-columns-2 .body-non-mobile > .foto,
  .cb-matrix-columns-4 .body-non-mobile > .foto,
  .cb-matrix-columns-8 .body-non-mobile > .foto {
    width: 44% !important;
  }
  .cb-matrix-columns-6 .body-non-mobile > .foto,
  .cb-matrix-columns-7 .body-non-mobile > .foto {
    width: 10.66666667% !important;
  }
}
@media only screen and (min-width: 600px) {
  .cb-matrix-columns-3 .body-non-mobile > .foto {
    width: 27.33333333% !important;
  }
  .cb-matrix-columns-4 .body-non-mobile > .foto,
  .cb-matrix-columns-8 .body-non-mobile > .foto {
    width: 19% !important;
  }
  .cb-matrix-columns-5 .body-non-mobile > .foto,
  .cb-matrix-columns-7 .body-non-mobile > .foto {
    width: 14% !important;
  }
  .cb-matrix-columns-6 .body-non-mobile > .foto {
    width: 10.66666667% !important;
  }
}
@media only screen and (min-width: 1025px) {
  .cb-matrix-columns-7 .body-non-mobile > .foto {
    width: 8.28571429% !important;
  }
  .cb-matrix-columns-8 .body-non-mobile > .foto {
    width: 6.5% !important;
  }
}
.cb-contentflow .body-non-mobile .part {
  margin-right: 0 !important;
  margin-left: 0 !important;
  width: 100% !important;
}
.foto > .head {
  position: relative;
}
.cb-manual .desc,
.body-non-mobile > .desc {
  position: relative;
}
#view .cb-manual .desc .norm,
#view .body-non-mobile > .desc .norm {
  position: absolute;
  top: 0;
  left: 0;
}
.foto > .head > .ctrl {
  position: absolute;
  top: 2px;
  right: 8px;
}
.cb-album .ctrl {
  float: right;
}
#root div.foto div.body div.desc {
  float: left;
}
#root div.foto div.body div.desc div.part {
  float: none;
}
/******* 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 */