/******* screen-desktop.less *******/
/******* mixins.less 2013-1-16 *******/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
/******* fontface.less 2013-1-16 *******/
@font-face {
  font-family: "HelveticaNeue45Light";
  src: url("/extras/fonts/88fcd49a-13c7-4d0c-86b1-ad1e258bd75d.eot?#iefix");
  src: url("/extras/fonts/88fcd49a-13c7-4d0c-86b1-ad1e258bd75d.eot?#iefix") format("eot"), url("/extras/fonts/9a2e4855-380f-477f-950e-d98e8db54eac.woff") format("woff"), url("/extras/fonts/fa82d0ee-4fbd-4cc9-bf9f-226ad1fcbae2.ttf") format("truetype"), url("/extras/fonts/48d599a6-92b5-4d43-a4ac-8959f6971853.svg#48d599a6-92b5-4d43-a4ac-8959f6971853") format("svg");
}
@font-face {
  font-family: "HelveticaNeue65Medium";
  src: url("/extras/fonts/55f60419-09c3-42bd-b81f-1983ff093852.eot?#iefix");
  src: url("/extras/fonts/55f60419-09c3-42bd-b81f-1983ff093852.eot?#iefix") format("eot"), url("/extras/fonts/5b4a262e-3342-44e2-8ad7-719998a68134.woff") format("woff"), url("/extras/fonts/4a3ef5d8-cfd9-4b96-bd67-90215512f1e5.ttf") format("truetype"), url("/extras/fonts/58ab5075-53ea-46e6-9783-cbb335665f88.svg#58ab5075-53ea-46e6-9783-cbb335665f88") format("svg");
}
/******* 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: 10px;
  margin-bottom: 10px;
}
.unit > .body,
.unit > form > .body {
  margin: 0.4em 0;
  width: 100%;
}
.cb-part-body {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}
.fold > .body {
  min-height: 0;
}
.part,
.grid table {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}
.lead {
  margin-bottom: 0 !important;
}
.list {
  margin-top: 0.2em !important;
  margin-bottom: 0.2em !important;
}
.gist,
.dent {
  display: list-item;
  list-style-position: outside;
}
.gist {
  margin-left: 16px;
}
.dent {
  margin-left: 32px;
}
.line {
  margin-top: 0;
  margin-bottom: 0;
  padding: 2px 0;
  font-size: 0;
  line-height: 0;
}
.line > hr {
  overflow: hidden;
  height: 1px;
  border-color: #939393;
  color: #939393;
  font-size: 0;
  line-height: 0;
}
.hair {
  border-bottom-style: solid;
}
.dash {
  border-bottom-style: dashed;
}
.spot {
  border-bottom-style: dotted;
}
.fine {
  border-bottom-width: 1px;
}
.bold {
  border-bottom-width: 2px;
}
.link > .open,
.load > .load {
  display: block;
  margin-left: 14px;
}
.link,
.load {
  background-repeat: no-repeat !important;
}
a.load {
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
a.link {
  background: none;
}
.null,
.null:hover,
.null:focus {
  color: #464646 !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: normal;
  font-family: 'HelveticaNeue65Medium', helvetica, sans-serif;
  background: #ccc;
  text-align: left;
}
.vert > .beam td.odd,
.horz > .beam > .odd {
  background: #e6e6e6;
}
a.plug {
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  display: block;
  width: 100%;
  height: 100%;
  background: url('/objects/flashplayer/images/adobe.png') no-repeat 50%;
  background-color: rgba(255, 255, 255, 0.5);
}
img.cb-loading {
  overflow: hidden;
  background: #111 url(/icons/load.gif) no-repeat 50%;
  opacity: 0.35;
}
.hidden,
.fake,
.read {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
}
.cb-invisible {
  display: none !important;
}
.cb-access {
  display: inline;
  float: left;
  overflow: hidden;
  width: 0;
  height: 0;
}
caption {
  display: none;
}
#over {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 210;
  /* .mark in edit mode z-index: 200 */
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
#disp {
  position: absolute;
  z-index: 211;
  color: #464646;
}
#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: #464646;
}
.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: normal;
  font-family: 'HelveticaNeue65Medium', helvetica, sans-serif;
  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: #464646;
}
#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: #c16f3c;
}
.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: #c6c6c6;
  text-align: right;
  line-height: 2;
  font-size: 0.9em;
  font-weight: normal;
}
.srch td {
  -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: #4e8fcc;
  color: #fff;
  text-shadow: none;
}
::selection {
  background-color: #4e8fcc;
  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;
  -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: #4e8fcc;
  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: #4e8fcc;
  -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);
  }
}
/******* hide-mobile.less 2013-1-16 *******/
#mobile-navi,
.togglenavigation,
.cb-mobile-access,
.cb-mobile-navigation,
.body-mobile {
  display: none;
}
.cb-mobile-navigation {
  opacity: 0;
  -webkit-transition: none;
  transition: none;
}
.cb-mobile-invisible,
.body-non-mobile {
  display: block;
}
/******* site.less 2013-1-16 *******/
html,
body {
  min-height: 100%;
  height: 100%;
  background: #f5f5f5;
}
html {
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(78, 143, 204, 0.4);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  font-size: 14px;
  font-size: 1.4rem;
  width: 100%;
  background-color: transparent;
  color: #464646;
  font-family: 'HelveticaNeue45Light', helvetica, sans-serif;
  line-height: 1.3;
}
#desk {
  *zoom: 1;
  margin: 0 auto;
  width: 1000px;
  background: #fff;
}
#desk:before,
#desk:after {
  display: table;
  content: '';
}
#desk:after {
  clear: both;
}
#home {
  float: left;
  width: 248px;
  margin: 25px 0 25px 25px;
}
.logo {
  width: 100%;
  height: auto;
}
#head {
  float: left;
  width: 760px;
  margin-left: 25px;
  margin-right: 25px;
}
#header {
  float: left;
  width: 100%;
}
#servicenavi {
  float: left;
  width: 100%;
  background: #f5f5f5;
}
.search {
  float: right;
  margin: 16px 25px 16px 0;
  display: block;
  width: 18px;
  height: 18px;
  overflow: hidden;
  text-indent: -9999px;
  background: url(/images/search.svg) no-repeat 0 0;
}
.claim {
  float: left;
  margin-left: 50px;
  margin-top: 16px;
  margin-bottom: 18px;
  line-height: 1.8;
}
#navigation {
  float: left;
  width: 100%;
  border-bottom: 1px solid #4e8fcc;
}
.cb-layout4 #navigation {
  border-top: 1px solid #4e8fcc;
}
#content {
  float: left;
  width: 100%;
}
#topcontent {
  float: left;
  width: 100%;
  border-bottom: 1px solid #4e8fcc;
}
.cb-layout2 #topcontent,
.cb-layout3 #topcontent {
  border: none;
  width: 190px;
}
#maincontent {
  float: right;
  margin-top: 15px;
  width: 810px;
  padding-bottom: 55px;
}
#footer {
  float: left;
  width: 100%;
  position: relative;
  background: #f5f5f5;
}
.vcard {
  float: left;
  margin: 22px 0 60px 25px;
  width: 165px;
  font-size: 12px;
  line-height: 1.25;
}
.vcard .vcardtitle {
  float: left;
  width: 100%;
  padding-bottom: 15px;
}
.vcard .org,
.vcard .street-address,
.vcard .postfach,
.vcard .tel,
.vcard .adr {
  display: block;
}
.vcard .adr {
  margin-bottom: 15px;
}
.vcard a {
  color: #464646;
}
.vcard a:hover,
.vcard a:focus {
  color: #4e8fcc;
}
#multimood {
  float: left;
  width: 100%;
  position: relative;
}
.cb-layout4 #multimood {
  display: none;
}
.custlogin {
  float: left;
  display: none;
  margin-top: 62px;
  width: 165px;
  margin-left: 25px;
  font-size: 14px;
  color: #c8c8c8;
  line-height: 1.3;
}
.custlogin span {
  padding-left: 25px;
  display: block;
  background: url(/images/login-hell.svg) no-repeat 0 50%;
}
.custlogin:hover,
.custlogin:focus {
  color: #c8c8c8;
}
.custlogin:hover span,
.custlogin:focus span {
  color: #4e8fcc;
  background: url(/images/login-blau.svg) no-repeat 0 50%;
}
.cb-layout4.c1 .custlogin,
.cb-layout1.c1 .custlogin {
  display: block;
}
h2 {
  font-size: 22px;
  color: #c87d4f;
  font-weight: normal;
  line-height: 1.4;
}
.north h2 {
  font-size: 12px;
  color: #919191;
}
.area .seam h2 {
  color: #4e8fcc;
  font-size: 120px;
  line-height: 1;
}
.area .seam h2 strong {
  font-weight: normal;
  font-size: 200px;
  font-family: 'HelveticaNeue45Light', helvetica, sans-serif;
}
h3 {
  font-size: 22px;
  color: #c87d4f;
  font-weight: normal;
  line-height: 1.4;
}
h4 {
  font-size: 22px;
  color: #c87d4f;
  font-weight: normal;
  line-height: 1.4;
  padding-bottom: 11px;
  border-bottom: 1px solid #c87d4f;
  margin-bottom: 5px;
}
strong {
  font-weight: normal;
  font-family: 'HelveticaNeue65Medium', helvetica, sans-serif;
}
#view div.area div.body {
  min-height: 0;
}
.loud {
  border-bottom: 1px solid #c87d4f;
  padding: 0 0 8px;
  margin-top: -3px;
  float: left;
  width: 100%;
}
.loud > .open {
  color: #464646;
}
.loud > .open:hover,
.loud > .open:focus {
  color: #c87d4f;
}
.loud strong {
  font-family: 'HelveticaNeue45Light', helvetica, sans-serif;
  color: #c87d4f;
}
.pale {
  color: #939393;
}
.skew {
  letter-spacing: 0.03em;
  font-style: italic;
  font-family: georgia, serif;
}
.text {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.open,
.load {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
.gist,
.dent {
  list-style: disc;
}
a {
  color: #c87d4f;
  text-decoration: none;
  -webkit-transition: color 0.218s;
  transition: color 0.218s;
}
a:hover,
a:focus {
  color: #4e8fcc;
}
.link {
  background: url('/icon-link/link.gif') no-repeat 0 0.4em;
}
.link.mail {
  background-image: url('/icon-link/mail.gif');
  background-position: 0 0.3em;
}
.north .link.mail {
  background: none;
  margin-top: 15px;
}
.north .link.mail a.open {
  margin-left: 0;
  color: #919191;
}
.north .link.mail a.open:hover,
.north .link.mail a.open:focus {
  color: #c87d4f;
}
.load {
  background-position: 0 0.3em;
}
div.load {
  background: none !important;
  margin-bottom: 0;
}
div.load a.load {
  margin-left: 0;
  color: #919191;
}
div.load a.load:hover,
div.load a.load:focus {
  color: #c87d4f;
}
.rss {
  background-image: url('/icon-link/rss_small.gif');
}
.north {
  margin-top: 36px;
  margin-bottom: 33px;
}
.farnorth {
  position: absolute;
  right: 124px;
  bottom: 75px;
  z-index: 10;
}
.farnorth div.unit,
.farnorth div.body,
.farnorth div.part {
  margin-top: 0;
  margin-bottom: 0;
}
.farnorth div.head h2 {
  text-transform: lowercase;
  color: #fff;
  font-weight: normal;
  font-family: 'HelveticaNeue65Medium', helvetica, sans-serif;
  font-size: 42px;
  line-height: 1.25;
}
#edit div.main div.book input {
  float: left;
}
#edit div.main div.book h2 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
#edit div.book div.part {
  margin: 2px 0;
  padding: 5px;
}
#edit div.book div.part.this,
#edit div.book div.part.this a {
  background: #4e8fcc;
  color: #fff !important;
}
#edit div.user div.foot input {
  background: #4e8fcc;
  color: #fff;
}
#edit div.user div.foot input:hover,
#edit div.user div.foot input:focus {
  background: #3476b3;
}
.cb-layout1 .main div.load {
  margin-bottom: 5px;
}
.cb-layout1 .main div.load a.load {
  border-bottom: 1px solid #c87d4f;
  padding: 0 0 8px;
  margin-top: -3px;
  float: left;
  width: 100%;
  color: #464646;
}
.cb-layout1 .main div.load a.load:hover,
.cb-layout1 .main div.load a.load:focus {
  color: #c87d4f;
}
div.fold {
  margin-top: 0;
  margin-bottom: 30px;
}
div.fold div.head h2 {
  font-size: 14px;
  border-bottom: 1px solid #c87d4f;
  padding-bottom: 8px;
}
#view div.fold {
  margin-top: -14px;
}
div.fold div.ctrl {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}
#edit div.fold div.ctrl {
  width: 36px;
}
div.fold div.ctrl a {
  display: block;
  margin: -7px 12px 0;
  height: 36px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(/images/fold.svg) no-repeat 100% 12px;
}
div.fold div.ctrl a.less {
  background: url(/images/fold-close.svg) no-repeat 100% 12px;
}
div.flat {
  margin-bottom: 20px;
}
div.flat div.head h2 {
  border-top: 1px solid #c87d4f;
  border-bottom: 1px solid #c87d4f;
  font-size: 14px;
  padding: 7px 0;
}
div.flat div.body {
  margin-top: 0;
  margin-bottom: 0;
}
#view div.cb-filter.swap {
  display: none;
}
div.unit.cb-batch .same {
  color: #fff;
}
div.cb-filter.keys {
  border-top: 1px solid #4e8fcc;
  border-bottom: 1px solid #4e8fcc;
  margin-bottom: 24px;
}
div.cb-filter.keys .submit {
  float: right;
  width: 18px;
  height: 54px;
  background: url(/images/search-filter.svg) no-repeat 50% 50%;
  text-indent: -9999px;
  overflow: hidden;
  border: none;
}
div.cb-filter.keys .submit:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
div.cb-filter.keys .text {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 54px;
  font-size: 22px;
  color: #919191;
  font-weight: normal;
  font-family: 'HelveticaNeue45Light', helvetica, sans-serif;
}
div.cb-filter.keys fieldset span {
  float: left;
  line-height: 1.2;
  padding: 18px 0 19px;
}
div.cb-filter.epoc {
  border-top: 1px solid #4e8fcc;
}
div.cb-filter.epoc thead th span,
div.cb-filter.epoc thead th a {
  color: #919191;
  font-weight: normal;
  line-height: 2;
}
div.cb-filter.epoc td {
  border-bottom: 1px solid #4e8fcc;
  padding: 3px 0 7px;
}
div.cb-filter.epoc td.same {
  background: none;
}
div.cb-filter.epoc td.same a,
div.cb-filter.epoc td.same span {
  background: none;
  color: #4e8fcc;
}
div.pict img {
  margin: 0 auto;
}
div.form {
  color: #919191;
  font-size: 12px;
}
div.form div.part {
  margin-top: 10px;
  margin-bottom: 10px;
}
div.form label {
  line-height: 2.8;
}
div.form input,
div.form textarea {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #f5f5f5;
  border-radius: 0;
  min-height: 3em;
  padding-right: 10px;
  padding-left: 10px;
}
div.form input.file {
  background: none;
  min-height: 0;
  padding: 6px 0;
}
div.form input.submit {
  color: #4e8fcc;
  text-shadow: none;
  padding-right: 2em;
  padding-left: 2em;
}
div.form input.submit:hover,
div.form input.submit:focus,
div.form input.submit:active {
  color: #000;
}
div.part.auth {
  color: #919191;
  font-size: 12px;
}
div.part.auth input {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #929292;
  border-radius: 0;
  min-height: 3em;
  color: #fff;
  padding-right: 10px;
  padding-left: 10px;
}
div.part.auth input.submit {
  margin-top: 23px;
  color: #4e8fcc;
  text-shadow: none;
  padding-right: 2em;
  padding-left: 2em;
  color: #fff;
}
div.part.auth input.submit:hover,
div.part.auth input.submit:focus,
div.part.auth input.submit:active {
  color: #000;
}
#over {
  background: url(/images/over.png) repeat 0 0;
}
#disp.srch {
  width: 800px;
  margin-left: -400px;
  color: #fff;
}
#disp.srch div.head h2 {
  text-shadow: none;
}
#disp.srch div.body {
  background: none;
  padding-left: 0;
  padding-right: 0;
}
#disp.srch div.foot {
  background: none;
}
#disp.srch label.name {
  display: none;
}
#disp.srch input.text {
  padding-left: 10px;
  border-radius: 0 !important;
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  -e-appearance: none;
  /* Safari and Chrome */
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
#disp.srch #cb-results th {
  color: #fff;
}
#disp.srch #cb-results a {
  color: #fff;
  font-weight: normal;
  font-family: 'HelveticaNeue65Medium', helvetica, sans-serif;
}
#disp.srch span.flag {
  background: #4e8fcc;
}
#disp.srch .head .cb-hybrid,
#disp.srch a.quit {
  background-image: url(/images/disp-src.png);
}
.grow {
  text-transform: none !important;
}
/* MOOD CONTAINER */
#expo {
  float: left;
  width: 100%;
  height: 350px;
  position: relative;
}
/* IMAGE CONTAINER */
#slides {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#slides img {
  display: block;
  width: 100%;
}
/* MOOD NAVIGATION */
#expo div.link {
  display: none;
}
/******* forms.less 2014-10-16 *******/
/* Changelog

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

*/
fieldset {
  line-height: 2.2em;
}
fieldset .name,
label.sign {
  line-height: 1.2em;
  margin-top: 0px;
}
.form .name {
  padding-bottom: 0.2em;
}
input,
button,
select,
textarea {
  -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: #464646;
  background-color: #fff;
  font-weight: normal;
  font-family: 'helvetica neue', helvetica, arial, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
}
input.text,
input.sign,
input.password,
textarea,
input.hint,
textarea.hint,
input.capt {
  padding: 0.11666667em 3px;
  min-height: 2.2em;
  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: 12px;
  font-size: 1.2rem;
  color: #444;
  font-weight: normal;
  font-family: 'helvetica neue', helvetica, arial, sans-serif;
  line-height: 16px;
}
textarea {
  overflow: auto;
  resize: vertical;
}
input.hint,
textarea.hint {
  color: #939393;
}
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 {
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  padding: 0.11666667em 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;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  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: 2.2em;
  background: none !important;
  /* IEs */
  vertical-align: middle;
}
.tick .ctrl > div,
.tick .ctrl > div {
  clear: left;
}
.form .ctrl .sign {
  min-width: 4em;
  display: inline-block;
  margin-left: 0.2em;
}
div.cb-form-sent {
  padding: 4px 0;
  border: solid #218823;
  border-width: 1px 0;
  background: #baeebb;
  text-align: center;
}
.cb-form-sent > .cb-form-sent {
  color: #218823;
}
input.fail,
textarea.fail {
  -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%;
}
/******* navigation-large.less 2013-1-16 *******/
.navi,
.navi > .item,
.dock {
  display: block;
  float: left;
}
.menu {
  display: block;
}
/* LEVEL 1 */
div.sub1 {
  float: right;
  margin: 18px 50px 18px 0;
}
.sub1 > .item.init .menu {
  padding-left: 0;
}
.sub1 > .item.exit .menu {
  padding-right: 0;
  background: none;
}
div.sub1 .menu {
  color: #464646;
  font-size: 12px;
  line-height: 1.2;
  padding: 0 13px;
  background: url(/images/sub1.png) no-repeat 100% 50%;
}
div.sub1 .menu:hover,
div.sub1 .menu:focus {
  color: #4e8fcc;
}
div.sub1 a.path {
  display: none;
}
#edit div.sub1 a.path {
  display: block;
}
/* LEVEL 2 */
div.sub2 {
  float: left;
  margin-top: 28px;
  margin-left: 25px;
}
.sub2 > .item {
  margin-right: 25px;
}
.sub2 > .item .exit {
  margin-right: 0;
}
div.sub2 .menu {
  color: #464646;
  padding-bottom: 16px;
  border-bottom: 12px solid transparent;
  -webkit-transition: all 0.218s;
  transition: all 0.218s;
}
div.sub2 .menu:hover,
div.sub2 .menu:focus {
  color: #4e8fcc;
  border-bottom: 12px solid #4e8fcc;
}
div.sub2 a.path {
  color: #4e8fcc;
  border-bottom: 12px solid #4e8fcc;
}
/* LEVEL 3 */
div.sub3 {
  width: 165px;
  margin: 45px 0 45px 25px;
}
#view.cb-layout4 div.sub3 {
  display: none;
}
.sub3 > .item {
  width: 100%;
}
div.sub3 .menu {
  color: #464646;
  line-height: 1.6;
}
div.sub3 .menu:hover,
div.sub3 .menu:focus {
  color: #4e8fcc;
}
div.sub3 a.path {
  color: #4e8fcc;
}
/* LEVEL 4 */
div.sub4 {
  width: 165px;
  margin: 45px 0 0 25px;
}
.sub4 > .item {
  width: 100%;
}
div.sub4 .menu {
  color: #464646;
  line-height: 1.6;
}
div.sub4 .menu:hover,
div.sub4 .menu:focus {
  color: #4e8fcc;
}
div.sub4 a.path {
  color: #4e8fcc;
}
.service_impressum {
  float: left;
  margin: 22px 0 0 25px;
  font-size: 12px;
  line-height: 1.25;
  color: #464646;
}
.service_impressum:hover,
.service_impressum:focus {
  color: #4e8fcc;
}
.meta.auth {
  float: left;
  margin: 20px 0 0 145px;
  font-size: 12px;
  line-height: 1.25;
  padding-left: 28px;
  padding: 1px 0 1px 28px;
  background: url(/images/login.svg) no-repeat 0 50%;
  color: #464646;
}
.meta.auth:hover,
.meta.auth:focus {
  color: #4e8fcc;
  background: url(/images/login-blau.svg) no-repeat 0 50%;
}
.meta.firm {
  position: absolute;
  bottom: 25px;
  right: 25px;
  color: #c4c4c4;
  font-size: 10px;
}
.meta.firm:hover,
.meta.firm:focus {
  color: #4e8fcc;
}
/******* layout-large.less 2013-1-16 *******/
.area {
  width: 392px;
}
.area > .unit {
  margin-right: 0px;
  margin-left: 0px;
  width: 392px;
}
.area h2,
.area .foot {
  margin-right: 12px;
  margin-left: 12px;
}
.area .part,
.area > .grid table {
  margin-right: 12px;
  margin-left: 12px;
  width: 368px;
}
.area .tiny {
  width: 172px;
}
.area > .slim {
  width: 196px;
}
.area > .slim .part,
.area > .slim.grid table {
  width: 172px;
}
.area > .slim h2,
.area > .slim .foot,
.area > .slim .part,
.area > .slim.grid table {
  margin-right: 12px;
  margin-left: 12px;
}
.cb-layout3 .main,
.cb-layout4 .main {
  width: 568px;
}
.cb-layout3 .main > .unit,
.cb-layout4 .main > .unit {
  margin-right: 0px;
  margin-left: 0px;
  width: 568px;
}
.cb-layout3 .main h2,
.cb-layout4 .main h2,
.cb-layout3 .main .foot,
.cb-layout4 .main .foot {
  margin-right: 12px;
  margin-left: 12px;
}
.cb-layout3 .main .part,
.cb-layout4 .main .part,
.cb-layout3 .main > .grid table,
.cb-layout4 .main > .grid table {
  margin-right: 12px;
  margin-left: 12px;
  width: 544px;
}
.cb-layout3 .main .tiny,
.cb-layout4 .main .tiny {
  width: 260px;
}
.cb-layout3 .main > .slim,
.cb-layout4 .main > .slim {
  width: 284px;
}
.cb-layout3 .main > .slim .part,
.cb-layout4 .main > .slim .part,
.cb-layout3 .main > .slim.grid table,
.cb-layout4 .main > .slim.grid table {
  width: 260px;
}
.cb-layout3 .main > .slim .tiny,
.cb-layout4 .main > .slim .tiny {
  margin-right: 12px;
  margin-left: 12px;
  width: 118px;
}
.cb-layout3 .main > .slim h2,
.cb-layout4 .main > .slim h2,
.cb-layout3 .main > .slim .foot,
.cb-layout4 .main > .slim .foot,
.cb-layout3 .main > .slim .part,
.cb-layout4 .main > .slim .part,
.cb-layout3 .main > .slim.grid table,
.cb-layout4 .main > .slim.grid table {
  margin-right: 12px;
  margin-left: 12px;
}
.cb-layout3 .side,
.cb-layout4 .side {
  width: 214px;
}
.cb-layout3 .side > .unit,
.cb-layout4 .side > .unit {
  margin-right: 0px;
  margin-left: 0px;
  width: 214px;
}
.cb-layout3 .side h2,
.cb-layout4 .side h2,
.cb-layout3 .side .foot,
.cb-layout4 .side .foot {
  margin-right: 12px;
  margin-left: 12px;
}
.cb-layout3 .side .part,
.cb-layout4 .side .part,
.cb-layout3 .side > .grid table,
.cb-layout4 .side > .grid table {
  margin-right: 12px;
  margin-left: 12px;
  width: 190px;
}
.cb-layout3 .side > .slim .part,
.cb-layout4 .side > .slim .part,
.cb-layout3 .side > .slim.grid table,
.cb-layout4 .side > .slim.grid table {
  width: 190px;
}
.cb-layout3 .side > .slim h2,
.cb-layout4 .side > .slim h2,
.cb-layout3 .side > .slim .foot,
.cb-layout4 .side > .slim .foot,
.cb-layout3 .side > .slim .part,
.cb-layout4 .side > .slim .part,
.cb-layout3 .side > .slim.grid table,
.cb-layout4 .side > .slim.grid table {
  margin-right: 12px;
  margin-left: 12px;
}
.north {
  width: 784px;
}
.north > .unit {
  margin-right: 0px;
  margin-left: 0px;
  width: 784px;
}
.north h2,
.north .foot {
  margin-right: 12px;
  margin-left: 12px;
}
.north .part,
.north > .grid table {
  margin-right: 12px;
  margin-left: 12px;
  width: 760px;
}
.north .tiny {
  width: 368px;
}
.north > .slim {
  width: 392px;
}
.north > .slim .part,
.north > .slim.grid table {
  width: 368px;
}
.north > .slim .tiny {
  margin-right: 12px;
  margin-left: 12px;
  width: 172px;
}
.north > .slim h2,
.north > .slim .foot,
.north > .slim .part,
.north > .slim.grid table {
  margin-right: 12px;
  margin-left: 12px;
}
.farnorth {
  width: 268px;
}
.farnorth > .unit {
  margin-right: 0px;
  margin-left: 0px;
  width: 268px;
}
.farnorth h2,
.farnorth .foot {
  margin-right: 0px;
  margin-left: 0px;
}
.farnorth .part,
.farnorth > .grid table {
  margin-right: 0px;
  margin-left: 0px;
  width: 268px;
}
.farnorth > .slim .part,
.farnorth > .slim.grid table {
  width: 268px;
}
.farnorth > .slim h2,
.farnorth > .slim .foot,
.farnorth > .slim .part,
.farnorth > .slim.grid table {
  margin-right: 0px;
  margin-left: 0px;
}
.unit.form .tile .name,
.unit a.capt {
  float: left;
  width: 33%;
}
.unit.form .tile .chop,
.unit.form .tile textarea,
.unit.form .tile input.text,
.unit.form .tile .ctrl,
.unit input.capt {
  float: right;
  width: 63%;
}
/*.unit {
  margin-top: 10px;
  margin-bottom: 10px;
}*/
.north {
  float: right;
  margin-right: 13px;
}
.main {
  margin-left: 13px;
}
.side {
  float: right;
  margin-right: 13px;
}
#disp {
  left: 50%;
  margin-left: -175px;
  width: 350px;
  font-size: 15px;
  font-size: 1.5rem;
  top: 10% !important;
}
#disp.zoom {
  left: 50%;
  margin-left: -385px;
  width: 770px;
}
#disp.tube {
  left: 50%;
  margin-left: -330px;
  width: 660px;
}
#disp.site > .body {
  overflow: auto;
  max-height: 400px;
}
/*#disp.site li,
div.cb-sitemap li {
  .font-size(14); 
}*/
h1,
h2 {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
/* scan.less 2013-1-16 */
.scan .cb-hybrid {
  color: #464646;
  text-decoration: none;
}
.scan .cb-hybrid:hover,
.scan .cb-hybrid:focus {
  color: #131313;
}
.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(70, 70, 70, 0.3);
}
.unit.cb-batch .same {
  background-color: #3476b3;
  color: #464646;
}
/* scan-large.less 2013-1-16 */
.scan li,
.scan li > .cb-hybrid,
.scan span,
.same > .cb-hybrid {
  padding: 0 0.3em;
}
th.prev,
th.next {
  font-weight: normal;
}
.scan th.prev,
.scan td.prev {
  text-align: left;
}
.scan th.next,
.scan td.next {
  text-align: right;
}
.same,
.this .same,
.same > .cb-hybrid {
  background: #4e8fcc;
  color: #fff;
}
.same,
.mese .same > span {
  background-color: #4e8fcc;
}
.this .same,
.this .same > .cb-hybrid,
.mese.this .same > span {
  background-color: #3476b3;
}
.mese .same {
  background: none;
}
/******* module-filter.less 2013-1-16 *******/
.cb-count {
  padding: 0 !important;
}
.scan th {
  text-align: center;
  white-space: nowrap;
}
.tabs td,
.time td,
.beta td {
  text-align: center;
}
.mese table {
  table-layout: fixed;
}
.mese td,
.mese tbody th {
  text-align: right;
}
.mese td > .cb-hybrid {
  display: block;
}
.cats span {
  padding: 0;
}
.scan > p {
  font-size: 0;
  text-align: center;
}
.scan > p > span {
  padding: 0;
}
.scan > p > .same,
.scan > p > span > .cb-hybrid {
  padding: 0 0.3em;
}
p > span > .cb-hybrid {
  display: inline-block;
}
p > .same,
p > span > .same {
  display: inline-block;
  background: none !important;
}
/******* module-filter-large.less 2013-1-16 *******/
/*.beta span > .cb-hybrid,
.days td > .cb-hybrid,
.week td > .cb-hybrid,
.year td > .cb-hybrid,
.cats li > .cb-hybrid {
  text-decoration: underline;
}*/
.mese td > .cb-hybrid {
  background-color: #5a97cf;
}
.mese td > .cb-hybrid:hover,
.mese td > .cb-hybrid:focus {
  background-color: #3a82c6;
}
.mese tbody th,
.epoc td > .cb-hybrid,
.year td > .cb-hybrid,
.mese td > .cb-hybrid,
.week td > .cb-hybrid,
.days td > .cb-hybrid {
  padding: 0 0.3em;
}
.mese tbody th,
.mese tbody td {
  padding: 0 4% 0 2%;
}
.mese td > .cb-hybrid,
.mese td > span {
  padding: 0 0.1em;
}
.mese td > span {
  display: block;
}
.tabs .cb-hybrid,
.tabs .same > span,
.time .cb-hybrid,
.time .same > span,
.keys input,
.scan select {
  padding: 0;
}
.scan select {
  margin: 0;
  width: 100%;
}
.keys input {
  float: left;
  margin: 0 2% 0 0;
  padding: 0.23em;
  width: 71%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.keys button.cb-hybrid {
  display: block;
  float: left;
}
.font9 {
  font-size: 9px;
  font-size: 0.9rem;
}
.font12 {
  font-size: 12px;
  font-size: 1.2rem;
}
.font15 {
  font-size: 15px;
  font-size: 1.5rem;
}
.font18 {
  font-size: 18px;
  font-size: 1.8rem;
}
.font21 {
  font-size: 21px;
  font-size: 2.1rem;
}
.font24 {
  font-size: 24px;
  font-size: 2.4rem;
}
.font27 {
  font-size: 27px;
  font-size: 2.7rem;
}
.font30 {
  font-size: 30px;
  font-size: 3rem;
}
.font32 {
  font-size: 32px;
  font-size: 3.2rem;
}
/******* module-mayoris.less 2013-1-16 *******/
#disp.mayo {
  left: 5%;
  margin-left: 0;
  width: 90%;
}
#frmSubsc_container,
#frmSubsc {
  float: left;
  width: 100%;
}
#disp.mayo .themes > fieldset {
  padding-top: 0;
}
div.side-hint {
  display: block !important;
  float: left;
  margin-top: 2em;
  width: 100%;
  font-size: 0.9em;
  line-height: 1.5;
}
div.side-hint h3 {
  margin-bottom: 0.5em;
  padding: 0 5px;
  border-bottom: 1px solid #bbb;
  background-color: #eee;
}
div.side-hint > p {
  margin-bottom: 1em;
}
#disp.mayo div.foot {
  clear: both;
}
.mayo .mandatory label {
  font-weight: normal;
  font-family: 'HelveticaNeue65Medium', helvetica, sans-serif;
}
#SpryGent label.radio {
  font-weight: normal;
}
#disp.mayo ul {
  width: 100%;
  list-style-type: none;
}
#disp.mayo ul li {
  float: left;
  margin-bottom: 5px;
  width: 100%;
}
.mayo .error-message {
  margin-bottom: 10px;
  border: 4px solid #e64246;
  border-style: none solid;
  color: #e64246;
  text-align: center;
  letter-spacing: 0.025em;
}
#SpryThm li {
  padding: 5px 0;
  border: 1px solid #ccc;
  border-style: solid none;
  background-color: #efefef;
}
#SpryThm li:hover {
  border-color: #888;
}
#SpryThm input.checkbox {
  float: left;
  margin: 1px 0 0 15px;
}
.mayo .list-vertical label.checkbox,
.mayo .list-vertical a.preview {
  display: block;
  margin-left: 40px;
}
.mayo a.preview {
  padding-left: 20px;
  background: transparent url('/icons/eye.png') no-repeat 0 50%;
}
.checkboxRequiredMsg,
.radioRequiredMsg,
.textfieldRequiredMsg,
.textfieldRequiredMsg,
.textfieldInvalidFormatMsg {
  display: none;
}
#SpryGent ul {
  float: left;
}
#SpryGent ul li {
  float: left;
  margin: 0.15em 20px 0 0;
  width: auto;
}
.mayo .zip {
  float: left;
}
.mayo .city {
  display: block;
}
.mayo input.size-l,
.mayo .size-xs,
.mayo .size-m {
  padding: 0.11666667em 3px;
  min-height: 2.2em;
  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;
}
.mayo input.size-l:focus,
.mayo .size-xs:focus,
.mayo .size-m: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;
}
.mayo input.size-l::-moz-selection,
.mayo .size-xs::-moz-selection,
.mayo .size-m::-moz-selection {
  background-color: #c7d7ed;
}
.mayo input.size-l::-moz-selection, .mayo .size-xs::-moz-selection, .mayo .size-m::-moz-selection {
  background-color: #c7d7ed;
}
.mayo input.size-l::selection,
.mayo .size-xs::selection,
.mayo .size-m::selection {
  background-color: #c7d7ed;
}
.mayo .size-l {
  width: 100%;
}
.mayo .size-xs {
  float: left;
  margin-right: 1%;
  width: 24%;
  text-align: right;
}
.mayo .size-m {
  float: left;
  width: 75%;
}
.mayo .buttons {
  float: left;
  margin-top: 15px;
  width: 100%;
  text-align: right;
}
.mayo .buttons > .save {
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  padding: 0.11666667em 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;
}
.mayo .buttons > .save:hover,
.mayo .buttons > .save:focus {
  border-color: #bfbfbf #a6a6a6 #a6a6a6 #bfbfbf;
  background-color: #d4d4d4;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.mayo .buttons > .save:active {
  outline: none;
  border-color: #bfbfbf #a6a6a6 #a6a6a6 #bfbfbf;
  background-color: #b3b3b3;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  color: #fff;
  text-shadow: none;
}
.textfieldRequiredState input,
.textfieldInvalidFormatState input,
.radioRequiredState ul {
  -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;
}
.checkboxRequiredState ul li {
  border-color: #e64246;
  background-color: #fff;
}
/******* module-mayoris-large.less 2013-1-16 *******/
#disp.mayo {
  left: 50%;
  margin-left: -275px;
  width: 550px;
}
#frmSubsc_container {
  width: 100%;
}
#frmSubsc {
  width: 58%;
}
div.side-hint {
  float: right;
  margin: 0;
  width: 40%;
}
div.side-hint > p {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  padding: 0 5px;
}
.mayo .size-xs {
  width: 15%;
}
.mayo .size-m {
  width: 84%;
}
.mayo .buttons {
  width: 100%;
}
/******* module-security.less 2013-1-16 *******/
.cb-part-foot {
  clear: both;
  margin: 0 !important;
}
.cb-part-body {
  /* only used in authentication part */
  margin: 0.4em 0;
}
.auth fieldset {
  padding: 0.2em 0;
}
.auth .text,
.auth .password {
  float: right;
  width: 100%;
}
.auth .ctrl .sign {
  display: block;
  margin-left: 20px;
  line-height: 19px;
}
/******* 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;
}
/*# sourceMappingURL=screen-desktop.css.map */