/******* screen-small.less *******/
/******* mixins.less 2013-1-16 *******/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
/******* fontface.less 2013-1-16 *******/
/******* 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 0;
  width: 100%;
}
.cb-part-body {
  margin-top: 0;
  margin-bottom: 0;
}
.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: 22px;
}
.dent {
  margin-left: 44px;
}
.line {
  margin-top: 0;
  margin-bottom: 0;
  padding: 2px 0;
  font-size: 0;
  line-height: 0;
}
.line > hr {
  overflow: hidden;
  height: 1px;
  border-color: #668fcd;
  color: #668fcd;
  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: #505050 !important;
  text-decoration: none !important;
  cursor: default;
}
.pict > img,
.pict > a > img,
.file > img,
.file > a > img,
.film > img,
.film > a > img,
.play > img,
.cb-googlemapscontainer,
.cb-zoom-image {
  width: 100%;
}
a.zoom {
  position: relative;
  display: block;
}
img.zoom {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -18px 0 0 -17px !important;
  width: 35px !important;
  height: 35px;
}
.cb-zoom-image {
  overflow: hidden;
  margin: 0 auto;
  color: #ccc;
  font-size: 12px;
  font-family: monaco, 'courier new', courier, monospace;
  line-height: 1.2;
}
.crop {
  position: relative;
  overflow: hidden;
  height: 320px;
}
.crop > img {
  position: absolute;
  width: auto;
}
.plug {
  overflow: hidden;
  background-position: 50%;
  background-repeat: no-repeat;
}
p.plug {
  max-width: 100%;
  background-size: contain;
}
.flash,
.flash embed,
.flash object,
.crossslide {
  overflow: hidden;
  width: 100%;
}
div.flash > div {
  width: 100%;
  height: 100%;
}
.cb-youtube > .flash,
.cb-youtube > .null {
  background: url('/icons/youtube_logo.png') no-repeat 50%;
}
.cb-vimeo > .flash,
.cb-vimeo > .null {
  background: url('/icons/vimeo_logo.png') no-repeat 50%;
}
.cb-youtube > .cb-youtube,
.cb-vimeo > .cb-vimeo {
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
}
.cb-vimeo iframe,
.cb-youtube iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
  /* iframe borderframe */
}
.cb-statistics .cb-loading {
  margin: 10px auto 25px;
  width: 32px;
  height: 32px;
  border-radius: 5px;
  background: #111 url(/icons/load.gif) no-repeat 50%;
}
.cb-service > a {
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  float: left;
  margin-top: 2px;
  margin-right: 10px;
  padding-bottom: 4px;
  width: 16px;
  height: 16px;
  background: url('/icons/email.png') no-repeat;
}
.cb-service > a:hover {
  background-position: 0px -20px;
}
.cb-service > a:active {
  background-position: 0px -40px;
}
.cb-service > .cb-delicious {
  background-image: url('/icons/delicious.png');
}
.cb-service > .cb-digg {
  background-image: url('/icons/digg.png');
}
.cb-service > .cb-twitter {
  background-image: url('/icons/twitter.png');
}
.cb-service > .cb-facebook {
  background-image: url('/icons/facebook.png');
}
.cb-service > .cb-service {
  position: relative;
  float: left;
  margin-bottom: 8px;
  padding: 2px 5px 2px 0;
  height: 24px;
  background: red;
}
.code pre {
  font-family: monaco, 'courier new', courier, monospace;
}
.grid table {
  border-collapse: collapse;
}
.cb-table-layout-fixed {
  table-layout: fixed;
}
.grid td,
.grid th {
  border-width: 0;
  border-style: solid;
  border-color: #b3b3b3;
  vertical-align: top;
}
.horz td,
.horz th {
  padding: 1px;
}
.vert td,
.vert th {
  padding: 1px 4px;
}
.horz .trim td,
.horz .trim th {
  border-width: 1px 0;
}
.vert .trim td,
.vert .trim th {
  border-width: 0 1px;
}
.grid th {
  font-weight: bold;
  background: #ccc;
  text-align: left;
}
.vert > .beam td.odd,
.horz > .beam > .odd {
  background: #e6e6e6;
}
a.plug {
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  display: block;
  width: 100%;
  height: 100%;
  background: url('/objects/flashplayer/images/adobe.png') no-repeat 50%;
  background-color: rgba(255, 255, 255, 0.5);
}
img.cb-loading {
  overflow: hidden;
  background: #111 url(/icons/load.gif) no-repeat 50%;
  opacity: 0.35;
}
.hidden,
.fake,
.read {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
}
.cb-invisible {
  display: none !important;
}
.cb-access {
  display: inline;
  float: left;
  overflow: hidden;
  width: 0;
  height: 0;
}
caption {
  display: none;
}
#over {
  position: 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: #505050;
}
#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.cb-lightbox-code textarea {
  width: 428px;
  font-size: 12px;
  line-height: 1.5;
}
#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: #505050;
}
.cb-disp-sent,
.cb-disp-sent:hover {
  display: block;
  padding: 0.4em 14px;
  text-align: left;
  text-decoration: none;
}
#disp fieldset {
  width: 100%;
  padding: 0.2em 0 0.5em;
}
#disp .mail,
#disp select,
#disp textarea,
#disp .tick,
#disp .text,
#disp .file,
#disp .password {
  display: block;
  width: 100%;
}
#disp textarea {
  height: 160px;
}
#disp label.name {
  font-weight: bold;
  display: block;
  padding-bottom: 0.2em;
  width: 100%;
}
#disp label.sign {
  float: right;
  /* used where ? */
  width: 278px;
}
#disp div.tack {
  float: right;
  width: 20px;
}
/* DISP FOOT */
#disp .foot {
  overflow: hidden;
  margin: 0 10px;
  padding-bottom: 0.5em;
  border-radius: 0 0 2px 2px;
  background: #fff;
  text-align: left;
}
#disp .foot p.prev,
#disp .foot p.next {
  float: left;
  /* used where ? */
  width: 40%;
}
#disp .foot p.next {
  /* used where ? */
  float: right;
  text-align: right;
}
#disp .foot input.prev,
#disp .canc,
#disp .foot .button {
  margin-left: 15px;
}
#disp .submit,
#disp .foot input.next,
#disp .conf,
#disp .foot .button,
#disp.message .submit {
  margin-right: 15px !important;
}
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: #505050;
}
#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: #5381c7;
}
.srch .text {
  appearance: searchfield;
}
.srch th,
.srch td {
  padding-right: 0.4em;
  text-align: left;
}
.srch th:first-child {
  color: #d0d0d0;
  text-align: right;
  line-height: 2;
  font-size: 0.9em;
  font-weight: normal;
}
.srch td {
  overflow-wrap: break-word;
  word-wrap: break-word;
  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;
}
@media screen and (max-width: 1024px) {
  .cb-table-3up.vert {
    position: relative;
    display: block;
    border: 1px solid #b3b3b3;
  }
  .cb-table-3up.vert td {
    display: block;
    border: 0;
    padding: 1px 4px;
  }
  .cb-table-3up.vert > tbody {
    position: relative;
    display: block;
    overflow-x: auto;
    width: auto;
    white-space: nowrap;
  }
  .cb-table-3up.vert > tbody tr {
    display: inline-block;
    border-left: 1px solid #b3b3b3;
  }
  .cb-table-3up.vert > tbody tr:first-child {
    border: 0;
  }
  .cb-table-head .cb-table-3up.vert > thead {
    display: block;
    float: left;
  }
  .cb-table-head .cb-table-3up.vert > thead > tr {
    display: block;
  }
  .cb-table-head .cb-table-3up.vert > thead th {
    display: block;
    margin-right: -1px;
    padding: 1px 4px;
    border-width: 0 1px 0 0 !important;
    background: none;
    text-align: right;
  }
  .cb-table-foot .cb-table-3up.vert > tfoot {
    display: block;
    float: right;
  }
  .cb-table-foot .cb-table-3up.vert > tfoot > tr {
    display: block;
  }
  .cb-table-foot .cb-table-3up.vert > tfoot th {
    display: block;
    padding: 1px 4px;
    border-width: 0 0 0 1px !important;
    background: none;
  }
  .cb-table-both .cb-table-3up.horz {
    position: relative;
    display: block;
    border: 1px solid #b3b3b3;
  }
  .cb-table-both .cb-table-3up.horz td {
    display: block;
    border: 0;
    padding: 1px 4px;
  }
  .cb-table-both .cb-table-3up.horz > tbody {
    position: relative;
    display: block;
    overflow-x: auto;
    width: auto;
    white-space: nowrap;
  }
  .cb-table-both .cb-table-3up.horz > tbody tr {
    display: inline-block;
    border-left: 1px solid #b3b3b3;
  }
  .cb-table-both .cb-table-3up.horz > tbody tr:first-child {
    border: 0;
  }
  .cb-table-both .cb-table-3up.horz > thead {
    display: block;
    float: left;
  }
  .cb-table-both .cb-table-3up.horz > thead > tr {
    display: block;
  }
  .cb-table-both .cb-table-3up.horz > thead th {
    display: block;
    margin-right: -1px;
    padding: 1px 4px;
    border-width: 0 1px 0 0 !important;
    background: none;
    text-align: right;
  }
  .cb-table-both .cb-table-3up.horz > tfoot {
    display: block;
    float: right;
  }
  .cb-table-both .cb-table-3up.horz > tfoot > tr {
    display: block;
  }
  .cb-table-both .cb-table-3up.horz > tfoot th {
    display: block;
    padding: 1px 4px;
    border-width: 0 0 0 1px !important;
    background: none;
  }
  .cb-table-head .vert tr.odd {
    background: #e6e6e6;
  }
  .cb-table-head .vert td {
    background: none !important;
  }
  .cb-table-column-inactive {
    position: relative;
  }
  .cb-table-column-inactive th {
    max-width: 1em;
    overflow: hidden;
    white-space: nowrap;
  }
  .cb-table-column-inactive > tr:after {
    top: 0;
    position: absolute;
    left: 0;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    content: '…';
    display: inline-block;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
  }
  .cb-table-head.cb-table-no-foot .cb-table-3up.horz,
  .cb-table-foot.cb-table-no-head .cb-table-3up.horz {
    position: relative;
    display: block;
    border: 0;
  }
  .cb-table-head.cb-table-no-foot .cb-table-3up.horz thead,
  .cb-table-foot.cb-table-no-head .cb-table-3up.horz thead,
  .cb-table-head.cb-table-no-foot .cb-table-3up.horz tbody,
  .cb-table-foot.cb-table-no-head .cb-table-3up.horz tbody,
  .cb-table-head.cb-table-no-foot .cb-table-3up.horz th,
  .cb-table-foot.cb-table-no-head .cb-table-3up.horz th,
  .cb-table-head.cb-table-no-foot .cb-table-3up.horz td,
  .cb-table-foot.cb-table-no-head .cb-table-3up.horz td,
  .cb-table-head.cb-table-no-foot .cb-table-3up.horz tr,
  .cb-table-foot.cb-table-no-head .cb-table-3up.horz tr {
    display: block;
  }
  .cb-table-head.cb-table-no-foot .cb-table-3up.horz thead,
  .cb-table-foot.cb-table-no-head .cb-table-3up.horz thead,
  .cb-table-head.cb-table-no-foot .cb-table-3up.horz tfoot,
  .cb-table-foot.cb-table-no-head .cb-table-3up.horz tfoot {
    font-size: 0;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    padding: 0;
    border: 0;
  }
  .cb-table-head.cb-table-no-foot .cb-table-3up.horz thead tr,
  .cb-table-foot.cb-table-no-head .cb-table-3up.horz thead tr,
  .cb-table-head.cb-table-no-foot .cb-table-3up.horz tfoot tr,
  .cb-table-foot.cb-table-no-head .cb-table-3up.horz tfoot tr {
    border: 0;
  }
  .cb-table-head.cb-table-no-foot .cb-table-3up.horz th,
  .cb-table-foot.cb-table-no-head .cb-table-3up.horz th {
    padding: 0;
    border: 0;
  }
  .cb-table-head.cb-table-no-foot .cb-table-3up.horz tr,
  .cb-table-foot.cb-table-no-head .cb-table-3up.horz tr {
    border: 1px solid #b3b3b3;
    margin-bottom: 4px;
  }
  .cb-table-head.cb-table-no-foot .cb-table-3up.horz td,
  .cb-table-foot.cb-table-no-head .cb-table-3up.horz td {
    position: relative;
    padding: 1px 4px;
    display: block;
    border: 0;
  }
  .cb-table-head.cb-table-no-foot .cb-table-3up.horz td:after,
  .cb-table-foot.cb-table-no-head .cb-table-3up.horz td:after {
    font-weight: bold;
    position: absolute;
    top: 0;
    overflow: hidden;
    padding: 1px 4px;
    width: 35%;
    border: 0;
    content: attr(data-title);
    text-overflow: ellipsis;
    white-space: nowrap;
    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;
}
e html,
body {
  min-height: 100%;
  height: 100%;
  background: #fff;
}
html {
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(102, 143, 205, 0.4);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  font-size: 15px;
  font-size: 1.5rem;
  width: 100%;
  background-color: transparent;
  color: #505050;
  font-family: 'Open Sans', helvetica, sans-serif;
  line-height: 1.47;
}
.desk {
  *zoom: 1;
  margin: 0 auto;
  max-width: 100%;
  width: 1080px;
  position: relative;
}
.desk:before,
.desk:after {
  display: table;
  content: '';
}
.desk:after {
  clear: both;
}
.desk.mooddesk {
  width: 1280px;
  max-width: 100%;
}
.cb-layout2 .desk.mooddesk,
.cb-layout3 .desk.mooddesk {
  width: 100%;
}
.desk.toggledesk {
  height: 0;
  z-index: 3;
}
.desk.logodesk {
  height: 0;
  z-index: 1;
}
#home {
  position: absolute;
  top: 80px;
  left: 50%;
  margin-left: -64px;
  z-index: 2;
  height: 162px;
}
.cb-layout1 #home {
  pointer-events: none;
}
.colorhome {
  position: absolute;
  top: 0;
  left: 0;
  width: 72px;
  z-index: 2;
  background: #fff;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  padding: 30px 10px 10px;
  display: block;
}
@media (max-width: 1023px) {
  .colorhome {
    width: 40px !important;
    margin-top: -20px;
  }
}
.c5 .colorhome {
  padding-right: 0;
  padding-left: 0;
  padding-top: 57px;
  width: 92px;
}
.cb-layout1 .colorhome {
  display: none;
}
.logo {
  height: 100%;
  width: auto;
}
#head {
  float: left;
  width: 100%;
  margin-top: 54px;
}
.cb-layout2 #head,
.cb-layout3 #head {
  margin-top: 40px;
}
#wrapper {
  float: left;
  width: 100%;
  min-height: 100vh;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 15px solid #fff;
  border-right: 15px solid #fff;
}
#multimood {
  float: left;
  width: 100%;
  background: #d2eef9;
  position: relative;
}
.claim {
  float: left;
  width: 100%;
  text-align: center;
  color: #668fcd;
  font-size: 25px;
  line-height: 1.28;
  padding: 19px 0;
  display: none;
}
.cb-layout1 .claim {
  display: none;
}
#navigationwrapper {
  float: left;
  width: 100%;
  position: relative;
  z-index: 5;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
}
#navigationwrapper.cb-toggle-target-active {
  z-index: 6;
}
#navigation {
  float: left;
  width: 100%;
  background: #fff;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
}
#view #navigation {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  max-height: 0;
  overflow: hidden;
}
#view #navigationwrapper.cb-toggle-target-active #navigation {
  max-height: 10000px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  transition: max-height 3s, box-shadow 1s;
}
#navitop {
  float: left;
  width: 101.85185185%;
  margin-left: -0.92592593%;
}
#view #navitop {
  opacity: 0;
}
#view #navigationwrapper.cb-toggle-target-active #navitop {
  transition: all 0.15s 0.15s;
  opacity: 1;
}
.navipart {
  float: left;
  width: 23.18181818%;
  margin-right: 0.90909091%;
  margin-left: 0.90909091%;
}
.navisearch {
  position: relative;
}
.homelink {
  float: left;
  margin: 24px 0;
  color: #505050 !important;
}
.homelink:hover,
.homelink:focus {
  color: #668fcd !important;
}
#find {
  float: left;
  width: 100%;
  border-bottom: 1px solid #505050;
  margin: 19px 0 18px;
  position: relative;
}
#find .find {
  position: absolute;
  right: 0;
  top: 0;
  height: 32px;
  width: 32px;
  background: url(/images/search.svg) no-repeat 50% 50%;
  z-index: 2;
}
@media (max-width: 719px) {
  #find {
    width: 80%;
  }
}
#searchfield {
  float: left;
  min-height: 0;
  padding: 0;
  box-shadow: none;
  border: none;
  height: 32px;
  color: #a7a7a7;
  width: 100%;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 42px;
}
.cb-cart-icon-holder {
  position: absolute;
  right: -50px;
  top: 16px;
}
@media (max-width: 719px) {
  .cb-cart-icon-holder {
    top: 24px;
    right: 10px;
  }
}
.cb-cart-icon-link {
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
  background: url(/images/cb-cart-icon-count.svg) no-repeat;
}
.cb-cart-icon-count {
  position: absolute;
  top: -0.5em;
  right: -0.5em;
  line-height: 1;
  font-weight: bold;
  width: 1em;
  height: 1em;
  text-align: center;
  padding: 0.1em;
  vertical-align: middle;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 50%;
  background: #668fcd;
}
#mainnavi {
  float: left;
  width: 100%;
  margin-top: 78px;
  margin-bottom: 56px;
}
#view #mainnavi {
  opacity: 0;
}
#view #navigationwrapper.cb-toggle-target-active #mainnavi {
  transition: all 0.15s 0.25s;
  opacity: 1;
}
#content {
  float: left;
  width: 100%;
  position: relative;
  z-index: 5;
}
#mainwidth {
  float: left;
  width: 100%;
  background: #668fcd;
  margin-top: 15px;
}
.cb-layout1 #mainwidth {
  color: #fff;
  overflow-y: hidden;
}
.cb-layout1 #mainwidth a {
  color: #fff;
}
.cb-layout1 #mainwidth a:hover,
.cb-layout1 #mainwidth a:focus {
  color: #e1e9f5;
}
.cb-layout2 #mainwidth {
  background: none;
  margin-top: 0;
}
.cb-layout3 #mainwidth {
  background: none;
}
#basewidth {
  float: left;
  width: 100%;
}
#maincontent {
  float: left;
  width: 100%;
}
#newsletter {
  float: left;
  width: 100%;
  background: #e1e9f5;
  color: #668fcd;
  text-align: center;
  font-size: 25px;
  line-height: 1.2;
  margin-top: 15px;
  padding: 80px 0;
  display: none;
}
#newsletter .newstext {
  display: block;
}
#newsletter .newslink {
  margin-top: 60px;
  border: 3px solid #668fcd;
  display: inline-block;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 20px;
  background: none;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 17px 20px;
  color: #668fcd !important;
}
#newsletter .newslink:hover,
#newsletter .newslink:focus {
  background: #668fcd !important;
  color: #fff !important;
}
#newsletter .newslink:active {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4) inset;
}
.cb-layout1 #newsletter {
  display: block;
}
#footer {
  float: left;
  width: 100%;
  background: #668fcd;
  color: #fff;
  margin-top: 50px;
  position: relative;
}
#footer a {
  color: #fff;
}
#footer a:hover,
#footer a:focus {
  color: #e1e9f5;
}
.cb-layout1 #footer {
  margin-top: 15px;
}
.socialwidth {
  float: left;
  width: 100%;
  margin-top: 55px;
}
.foottitle {
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: 0.1em;
}
#social {
  float: left;
  width: 100%;
  margin-top: 25px;
}
#social .meta {
  float: left;
  display: block;
  width: 24px;
  height: 20px;
  background: url(/images/twitter.svg) no-repeat 0 0;
  transition: all 0.218s;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  margin-top: 1px;
  margin-right: 24px;
}
#social .meta:hover,
#social .meta:focus {
  opacity: 0.6;
  cursor: pointer;
}
#social .meta.service_facebook {
  width: 10px;
  background-image: url(/images/facebook.svg);
}
#social .meta.service_google {
  margin-top: 0;
  width: 32px;
  height: 20px;
  margin-right: 0;
  background-image: url(/images/google2.svg);
}
.vcard {
  float: left;
  margin: 55px 0 20px;
  font-size: 14px;
  line-height: 2;
  max-width: 400px;
}
.vcard .org,
.vcard .adr,
.vcard .postfach,
.vcard .street-address,
.vcard .tel {
  display: block;
}
.vcardpart {
  float: left;
  margin-right: 60px;
}
.vcardpart.last {
  margin-right: 0;
}
#services {
  float: left;
  width: 100%;
  margin-top: 50px;
}
#services .meta {
  float: left;
  margin-left: 15px;
  font-size: 10px;
  line-height: 2;
  color: #a1b8d9 !important;
}
#services .meta:hover,
#services .meta:focus {
  color: #fff !important;
}
#services .meta:first-child {
  margin-left: 0;
}
#cmsbox {
  position: absolute;
  right: 23px;
  bottom: 20px;
  z-index: 2;
  display: block;
}
#cmsbox .meta {
  float: left;
  margin-left: 15px;
  font-size: 10px;
  line-height: 2;
  color: #a1b8d9 !important;
}
#cmsbox .meta:hover,
#cmsbox .meta:focus {
  color: #fff !important;
}
#sloganwidth {
  float: left;
  width: 100%;
  padding: 39px 0;
}
.slogan {
  display: block;
  font-family: 'Roboto Slab', helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.slogan strong {
  font-weight: normal;
  color: #668fcd;
}
.pfad {
  float: left;
  width: 100%;
  font-size: 12px;
  color: #a7a7a7 !important;
  word-wrap: break-word;
  margin-top: 20px;
  display: none;
}
.pfad a {
  color: #a7a7a7 !important;
  margin: 0 6px;
}
.pfad a:first-child {
  margin-left: 0;
}
.pfad a:hover,
.pfad a:focus {
  color: #505050 !important;
}
.cb-layout1 .pfad {
  display: none !important;
}
.cb-layout3 .pfad {
  margin-top: 5px;
}
#specialmood {
  display: none;
  float: left;
  width: 100%;
}
.cb-layout1 #specialmood {
  display: block;
}
.cb-jsmood-wrapper {
  float: left;
  width: 100%;
  position: relative;
  height: 720px;
  overflow: hidden;
}
.cb-jsmood {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 2s;
}
.cb-jsmood.cb-jsmood--active {
  z-index: 2;
  opacity: 1;
}
.jsmood-image {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  z-index: 2;
}
.jsmood-content {
  float: right;
  position: relative;
  z-index: 3;
  width: 500px;
  height: 100%;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 75px;
  background: url(/images/jsmood-content.png) repeat 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.jsmood-middle {
  float: left;
  width: 100%;
  display: block;
}
.jsmood-logowidth {
  display: block;
}
.jsmood-logo {
  max-height: 140px;
  width: auto;
  max-width: 100%;
}
.jsmood-text {
  display: block;
  margin-top: 55px;
  color: #505050;
}
.jsmood-link {
  margin-top: 28px;
  border: 3px solid #a0c832;
  display: inline-block;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 20px;
  background: none;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 17px 20px;
  color: #505050 !important;
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 0;
}
.jsmood-link:hover,
.jsmood-link:focus {
  background: #a0c832 !important;
  color: #fff !important;
}
.jsmood-link:active {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4) inset;
}
.jsmood-link.red {
  border-color: #d2140a;
}
.jsmood-link.red:hover,
.jsmood-link.red:focus {
  background: #d2140a !important;
}
.jsmood-link.orange {
  border-color: #fa9b00;
}
.jsmood-link.orange:hover,
.jsmood-link.orange:focus {
  background: #fa9b00 !important;
}
.jsmood-skip {
  position: absolute;
  top: 50%;
  margin-top: -24px;
  z-index: 2;
  display: block;
  width: 48px;
  height: 48px;
  background: url(/images/mood-prev.svg) no-repeat 50% 50%;
  transition: all 0.218s;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}
.jsmood-skip:hover,
.jsmood-skip:focus {
  opacity: 0.6;
  cursor: pointer;
}
.jsmood-skip.prev {
  left: 0;
}
.jsmood-skip.next {
  right: 0;
  background-image: url(/images/mood-next.svg);
}
.service_himmelblau {
  position: absolute;
  right: 20px;
  top: 10px;
  color: #a1b8d9 !important;
  font-size: 10px;
  transform: rotate(-90deg);
  transform-origin: 100% 100%;
}
.service_himmelblau:hover,
.service_himmelblau:focus {
  color: #fff !important;
}
.downlink {
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 44px;
  width: 44px;
  margin-left: -22px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background: red;
  z-index: 2;
  background: url(/images/downlink.svg) no-repeat 50% 50%;
  background-size: 24px auto;
  display: none;
}
.downlink:hover {
  cursor: pointer;
}
.cb-layout1 {
  display: block;
}
#root #disp.srch {
  position: fixed !important;
  left: 0;
  margin-left: 0;
  top: 0 !important;
  width: 100%;
  height: 100%;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 50px !important;
  background: #e1e9f5;
  overflow: scroll;
}
#root #disp.srch div.head {
  width: 1000px;
  margin: 0 auto;
  max-width: 100%;
  float: none;
  *zoom: 1;
  position: relative;
  z-index: 5;
  overflow: visible;
}
#root #disp.srch div.head:before,
#root #disp.srch div.head:after {
  display: table;
  content: '';
}
#root #disp.srch div.head:after {
  clear: both;
}
#root #disp.srch div.head h2 {
  display: none;
}
#root #disp.srch div.head div.ctrl {
  position: fixed;
  top: 24px;
  right: 100%;
  width: auto;
  z-index: 2;
  margin-right: -66px;
}
#root #disp.srch div.head div.ctrl a.quit {
  display: block;
  width: 16px;
  height: 16px;
  background: url(/images/close-search.svg) no-repeat 0 0;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}
#root #disp.srch div.body {
  width: 1000px;
  margin: 10px auto 0;
  max-width: 100%;
  float: none;
  *zoom: 1;
  padding: 0;
  background: none;
}
#root #disp.srch div.body:before,
#root #disp.srch div.body:after {
  display: table;
  content: '';
}
#root #disp.srch div.body:after {
  clear: both;
}
#root #disp.srch div.body label.name {
  display: none;
}
#root #disp.srch div.body fieldset {
  padding: 0;
  line-height: 1;
}
#root #disp.srch div.body input.text {
  width: 100%;
  border: 1px solid #668fcd;
  background: none;
  -o-appearance: none;
  appearance: none;
  padding: 0 10px 0 50px;
  height: 44px;
  line-height: 1;
  box-shadow: none;
  border-radius: 2px;
  font-size: 16px;
  color: #668fcd;
  background: url(/images/search-icon.svg) no-repeat 16px 50%;
}
#root #disp.srch div.body #cb-results {
  background: #fff;
  width: 100%;
  -moz-box-sizing: border-box;
  m-webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 80px;
  margin-bottom: 50px;
}
#root #disp.srch div.body #cb-results table {
  padding: 60px 0;
  font-size: 16px;
}
#root #disp.srch div.body #cb-results table th:first-child {
  color: #668fcd;
}
#root #disp.srch div.body #cb-results table td {
  padding-bottom: 40px;
}
#root #disp.srch div.foot {
  background: none;
  padding: 0;
}
#root #disp.srch div.foot fieldset {
  padding: 0;
}
.flag {
  background-color: #668fcd;
  color: #fff;
}
@media only screen and (max-width: 1235px) {
  #root #disp.srch div.head div.ctrl {
    margin-right: -32px;
  }
}
.service_cart {
  position: fixed;
  right: 0;
  top: 48%;
  text-transform: uppercase;
  color: #fff !important;
  font-weight: 800;
  transform-origin: 100% 100%;
  transform: rotate(-90deg);
  padding: 0.7em 1em 0.7em 49px;
  z-index: 2;
  transition: background-color 0.218s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #668fcd url(/images/service_cart.svg) no-repeat 10px 50%;
}
.cb-layout8 .service_cart {
  display: none;
}
.service_cart:hover,
.service_cart:focus {
  background-color: #4f7ec5;
}
.service_cart:active {
  transition: none;
  background-color: #4073c0;
}
.stoerer {
  position: fixed;
  left: 50px;
  bottom: 50px;
  z-index: 2000;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(120, 120, 120, 0.4);
  font-family: 'Roboto Slab', helvetica, sans-serif;
  width: 500px;
  max-width: calc(100% - 100px);
  font-size: 22px;
  line-height: 1.45454545;
  left: 0;
  transform: translateX(-100%);
  opacity: 0;
  transition: all 0.6s 0.1s;
}
.show-content .stoerer:not(.is-hidden) {
  left: 50px;
  opacity: 1;
  transform: translateX(0);
}
#edit .stoerer {
  display: none;
}
@media (max-width: 719px) {
  .stoerer {
    bottom: 30px;
    max-width: calc(100% - 60px);
    font-size: 18px;
    line-height: 1.55555556;
  }
  .show-content .stoerer:not(.is-hidden) {
    left: 30px;
  }
}
.stoerer__content {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 30px;
}
@media (max-width: 719px) {
  .stoerer__content {
    padding: 20px;
  }
}
.stoerer__text {
  float: left;
  width: 100%;
}
.stoerer__close {
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 2;
  width: 16px;
  height: 16px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/icon-close-gray.svg);
  cursor: pointer;
}
.pl-popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
}
#edit .pl-popup {
  display: none;
}
.pl-popup__overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(102, 143, 205, 0.7);
}
.pl-popup__wrapper {
  float: left;
  width: 100%;
  min-height: 100%;
  box-sizing: border-box;
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
.pl-popup__content {
  float: left;
  width: 800px;
  max-width: 84%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 40px;
}
@media (max-width: 1023px) {
  .pl-popup__content {
    padding: 30px;
  }
}
@media (max-width: 719px) {
  .pl-popup__content {
    padding: 20px;
  }
}
.pl-popup__part--text {
  float: left;
  width: 100%;
  font-size: 30px;
  line-height: 1.33333333;
  font-family: 'Roboto Slab', helvetica, sans-serif;
  text-align: center;
}
@media (max-width: 1023px) {
  .pl-popup__part--text {
    font-size: 26px;
    line-height: 1.38461538;
  }
}
@media (max-width: 719px) {
  .pl-popup__part--text {
    font-size: 20px;
    line-height: 1.5;
  }
}
.umm-1ikmx2u {
  z-index: 2000 !important;
}
#cb-cookie-warning {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 4000;
  font-family: 'Open Sans', helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #505050;
  background-color: #fff;
  border-top: 1px solid #668fcd;
  text-align: center;
}
#cb-cookie-warning a {
  text-decoration: underline;
}
#cb-cookie-warning.cb-cookie-warning--hidden {
  display: none;
}
.cb-cookie-warning--container {
  float: left;
  width: 816px;
  max-width: calc(100% - 30px);
  margin: 30px 0;
}
@media (max-width: 719px) {
  .cb-cookie-warning--container {
    margin: 15px 0;
  }
}
.cb-cookie-warning--text {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.cb-cookie-warning--actions {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media (max-width: 719px) {
  .cb-cookie-warning--actions {
    margin-top: 15px;
  }
}
.cb-cookie-warning__button {
  float: left;
  max-width: calc(50% - 10px);
  width: 200px;
  cursor: pointer;
  border: 3px solid #668fcd;
  display: inline-block;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 20px;
  background: none;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 17px 20px;
  color: #668fcd !important;
  padding: 10px;
  font-size: 14px;
  line-height: 1.42857143;
}
.cb-cookie-warning__button:hover,
.cb-cookie-warning__button:focus {
  background: #668fcd !important;
  color: #fff !important;
}
.cb-cookie-warning__button:active {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4) inset;
}
#cb-cookie-warning__button--accept {
  margin-left: 20px;
}
h1 {
  font-weight: normal;
  font-size: 25px;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: 'Roboto Slab', helvetica, sans-serif;
}
.cb-layout2 h1,
.cb-layout3 h1 {
  color: #668fcd;
  letter-spacing: 0.1em;
}
.c2.cb-layout2 h1,
.c2.cb-layout3 h1 {
  color: #a0c832;
}
.c3.cb-layout2 h1,
.c3.cb-layout3 h1 {
  color: #d2140a;
}
.c4.cb-layout2 h1,
.c4.cb-layout3 h1 {
  color: #fa9b00;
}
.c5.cb-layout2 h1,
.c5.cb-layout3 h1 {
  color: #e6506e;
}
.cb-layout1 h1 {
  font-family: 'Open Sans', helvetica, sans-serif;
  text-transform: none;
  text-align: center;
}
h2 {
  font-weight: normal;
  font-family: 'Roboto Slab', helvetica, sans-serif;
  color: #668fcd;
  font-size: 19px;
  letter-spacing: 0.05em;
}
.cb-layout2.c2 h2,
.cb-layout3.c2 h2 {
  color: #a0c832;
}
.cb-layout2.c3 h2,
.cb-layout3.c3 h2 {
  color: #d2140a;
}
.cb-layout2.c4 h2,
.cb-layout3.c4 h2 {
  color: #fa9b00;
}
.cb-layout2.c5 h2,
.cb-layout3.c5 h2 {
  color: #e6506e;
}
.farnorth h2 {
  color: #668fcd;
  letter-spacing: 0.05em;
  font-size: 25px;
  line-height: 1.4;
}
.cb-layout1 .main h2 {
  color: #fff;
}
.base h2 {
  text-transform: uppercase;
  font-family: 'Open Sans', helvetica, sans-serif;
  font-size: 15px;
  color: #505050;
  letter-spacing: 0;
}
.side h2 {
  text-transform: uppercase;
  color: #505050;
  font-family: 'Open Sans', helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.1em;
  padding-top: 10px;
}
.side .pure h2 {
  padding-bottom: 10px;
}
.seam h2 {
  color: #fff !important;
  font-family: 'Open Sans', helvetica, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: normal;
  padding-top: 0;
}
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'Roboto Slab', helvetica, sans-serif;
  font-size: 19px;
  line-height: 1.34;
  padding-top: 5px;
  letter-spacing: 0.08em;
}
h3 {
  color: #a0c832;
}
.cb-layout2 h3,
.cb-layout3 h3 {
  color: #668fcd;
  text-transform: none;
}
.c2.cb-layout2 h3,
.c2.cb-layout3 h3 {
  color: #a0c832;
}
.c3.cb-layout2 h3,
.c3.cb-layout3 h3 {
  color: #d2140a;
}
.c4.cb-layout2 h3,
.c4.cb-layout3 h3 {
  color: #fa9b00;
}
.c5.cb-layout2 h3,
.c5.cb-layout3 h3 {
  color: #e6506e;
}
.seam h3 {
  color: #fff !important;
  padding-top: 9px;
  padding-bottom: 20px;
}
h4 {
  color: #d2140a;
}
h5 {
  color: #fa9b00;
}
h6 {
  color: #e6506e;
}
strong {
  font-weight: bold;
}
.text {
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
}
.open,
.load {
  overflow-wrap: normal;
  word-wrap: normal;
  hyphens: none;
}
.gist,
.dent {
  list-style: disc;
}
.cb-layout1 .main .gist,
.cb-layout1 .main .dent,
.seam .gist,
.seam .dent {
  list-style-type: none;
  margin-left: 0;
}
a {
  color: #668fcd;
  text-decoration: none;
}
.cb-layout2.c2 a,
.cb-layout3.c2 a {
  color: #a0c832;
}
.cb-layout2.c3 a,
.cb-layout3.c3 a {
  color: #d2140a;
}
.cb-layout2.c4 a,
.cb-layout3.c4 a {
  color: #fa9b00;
}
.cb-layout2.c5 a,
.cb-layout3.c5 a {
  color: #e6506e;
}
a:hover,
a:focus {
  color: #505050;
}
.cb-layout2.c2 a:hover,
.cb-layout2.c2 a:focus,
.cb-layout3.c2 a:hover,
.cb-layout3.c2 a:focus {
  color: #505050;
}
.cb-layout2.c3 a:hover,
.cb-layout2.c3 a:focus,
.cb-layout3.c3 a:hover,
.cb-layout3.c3 a:focus {
  color: #505050;
}
.cb-layout2.c4 a:hover,
.cb-layout2.c4 a:focus,
.cb-layout3.c4 a:hover,
.cb-layout3.c4 a:focus {
  color: #505050;
}
.cb-layout2.c5 a:hover,
.cb-layout2.c5 a:focus,
.cb-layout3.c5 a:hover,
.cb-layout3.c5 a:focus {
  color: #e6506e;
}
.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.5em;
}
.load {
  background-position: 0 0.3em;
}
.rss {
  background-image: url('/icon-link/rss_small.gif');
}
div.link {
  background: none !important;
}
div.link a.open {
  margin-left: 0;
  padding-left: 14px;
  background: url(/images/link.svg) no-repeat 0 0.6em;
}
div.link a.open .edit {
  background: none !important;
}
.cb-layout1 .main div.link a.open {
  border: 3px solid #fff;
  display: inline-block;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 20px;
  background: none;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 17px 20px;
  color: #fff !important;
}
.cb-layout1 .main div.link a.open:hover,
.cb-layout1 .main div.link a.open:focus {
  background: #fff !important;
  color: #fff !important;
}
.cb-layout1 .main div.link a.open:active {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4) inset;
}
.cb-layout1 .main div.link a.open:hover,
.cb-layout1 .main div.link a.open:focus {
  color: #668fcd !important;
}
.seam div.link a.open {
  padding-left: 0;
  border: 3px solid #fff;
  display: inline-block;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 20px;
  background: none;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 17px 20px;
  color: #fff !important;
  font-weight: normal;
  letter-spacing: 0.02em;
  font-size: 15px;
}
.seam div.link a.open:hover,
.seam div.link a.open:focus {
  background: #fff !important;
  color: #fff !important;
}
.seam div.link a.open:active {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4) inset;
}
.seam div.link a.open:hover,
.seam div.link a.open:focus {
  color: #668fcd !important;
}
.c2 .seam div.link a.open:hover,
.c2 .seam div.link a.open:focus {
  color: #a0c832 !important;
}
.c3 .seam div.link a.open:hover,
.c3 .seam div.link a.open:focus {
  color: #d2140a !important;
}
.c4 .seam div.link a.open:hover,
.c4 .seam div.link a.open:focus {
  color: #fa9b00 !important;
}
.c5 .seam div.link a.open:hover,
.c5 .seam div.link a.open:focus {
  color: #e6506e !important;
}
.cb-layout1 .main .line > hr {
  border-color: #fff !important;
  color: #fff !important;
}
.seam .line > hr {
  border-color: #fff !important;
  color: #fff !important;
}
.cb-layout2.c2 .line > hr {
  border-color: #a0c832;
  color: #a0c832;
}
.cb-layout2.c3 .line > hr {
  border-color: #d2140a;
  color: #d2140a;
}
.cb-layout2.c4 .line > hr {
  border-color: #fa9b00;
  color: #fa9b00;
}
.cb-layout2.c5 .line > hr {
  border-color: #e6506e;
  color: #e6506e;
}
div.load {
  background: none !important;
}
div.load a.load {
  margin-left: 0;
  padding-left: 30px;
  background: url(/images/arrow-blue.svg) no-repeat 0 2px;
  background-size: 18px auto;
}
div.load a.load .edit div.load a.load {
  background: none !important;
}
.cb-layout1 .main div.load a.load,
.seam div.load a.load {
  padding-left: 0;
  background: none !important;
}
.cb-layout2.c2 div.load a.load,
.cb-layout3.c2 div.load a.load {
  background-image: url(/images/arrow-green.svg);
}
.cb-layout2.c3 div.load a.load,
.cb-layout3.c3 div.load a.load {
  background-image: url(/images/arrow-red.svg);
}
.cb-layout2.c4 div.load a.load,
.cb-layout3.c4 div.load a.load {
  background-image: url(/images/arrow-orange.svg);
}
.cb-layout2.c5 div.load a.load,
.cb-layout3.c5 div.load a.load {
  background-image: url(/images/arrow-pink.svg);
}
div.area {
  display: flex;
  flex-wrap: wrap;
}
.cb-layout1 div.main {
  margin-top: 15px;
  margin-bottom: 42px;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
}
.cb-layout1 div.main div.link {
  margin-top: 29px;
}
.cb-layout1 div.main div.unit div.head h2,
.cb-layout1 div.main div.unit div.part,
.cb-layout1 div.main div.unit div.foot {
  margin-left: 0;
  margin-right: 0;
}
.cb-layout1 div.main div.unit div.part {
  width: 100%;
}
.cb-layout2 div.main {
  margin-top: 14px;
}
div.farnorth {
  width: 255px;
  position: absolute;
  top: 268px;
  margin-left: 86px;
  left: 50%;
  z-index: 2;
}
div.farnorth div.unit {
  margin: 0;
  width: 100%;
}
div.farnorth div.unit div.head h2,
div.farnorth div.unit div.part {
  margin: 0;
}
div.farnorth div.unit div.part {
  width: 100%;
}
div.base {
  margin-top: 55px;
  margin-bottom: 70px;
}
div.base div.lead {
  min-height: 55px;
}
div.side div.unit div.head h2,
div.side div.unit div.part,
div.side div.unit div.foot {
  margin-left: 0;
  margin-right: 0;
}
div.side div.unit div.part {
  width: 100%;
}
div.seam {
  background: #668fcd;
  color: #fff;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}
div.seam a {
  color: #fff !important;
}
div.seam a:hover,
div.seam a:focus {
  color: #e1e9f5 !important;
}
.c2 div.seam a:hover,
.c2 div.seam a:focus {
  color: #e3eec3 !important;
}
.c3 div.seam a:hover,
.c3 div.seam a:focus {
  color: #f5d0cf !important;
}
.c4 div.seam a:hover,
.c4 div.seam a:focus {
  color: #fdebce !important;
}
.c5 div.seam a:hover,
.c5 div.seam a:focus {
  color: #f9dce2 !important;
}
.c2 div.seam {
  background: #a0c832;
}
.c3 div.seam {
  background: #d2140a;
}
.c4 div.seam {
  background: #fa9b00;
}
.c5 div.seam {
  background: #e6506e;
}
div.fold {
  margin-top: 8px;
  margin-bottom: 8px;
}
div.fold div.more {
  float: left;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 20px;
}
div.fold div.head h2 {
  background: #ececec;
  color: #505050;
  padding: 13px 52px 13px 18px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Open Sans', helvetica, sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#view div.fold div.foot {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#view div.fold div.foot div.ctrl {
  float: left;
  width: 100%;
  display: block;
}
#view div.fold div.foot div.ctrl a {
  width: 100%;
  height: 46px;
  display: block;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background: url(/images/fold-plus.svg) no-repeat 100% 50%;
}
#view div.fold div.foot div.ctrl a.less {
  background-image: url(/images/fold-less.svg);
}
div.fold:hover div.head h2 {
  background: #e1e9f5;
}
.cb-layout2.c2 div.fold:hover div.head h2,
.cb-layout3.c2 div.fold:hover div.head h2 {
  background: #e3eec3;
}
.cb-layout2.c3 div.fold:hover div.head h2,
.cb-layout3.c3 div.fold:hover div.head h2 {
  background: #f5d0cf;
}
.cb-layout2.c4 div.fold:hover div.head h2,
.cb-layout3.c4 div.fold:hover div.head h2 {
  background: #fdebce;
}
.cb-layout2.c5 div.fold:hover div.head h2,
.cb-layout3.c5 div.fold:hover div.head h2 {
  background: #f9dce2;
}
div.form div.ctrl .sign {
  max-width: 95%;
}
div.form input.radio,
div.form input.checkbox {
  margin-top: 3px;
  vertical-align: top;
}
div.form .cb-form-required {
  padding-top: 20px;
  color: #668fcd;
}
.cb-layout2.c2 div.form .cb-form-required,
.cb-layout3.c2 div.form .cb-form-required {
  color: #a0c832;
}
.cb-layout2.c3 div.form .cb-form-required,
.cb-layout3.c3 div.form .cb-form-required {
  color: #d2140a;
}
.cb-layout2.c4 div.form .cb-form-required,
.cb-layout3.c4 div.form .cb-form-required {
  color: #fa9b00;
}
.cb-layout2.c5 div.form .cb-form-required,
.cb-layout3.c5 div.form .cb-form-required {
  color: #e6506e;
}
div.form div.word {
  margin-bottom: 0;
  margin-top: 30px;
}
div.form textarea {
  border: 2px solid #668fcd;
  border-radius: 0;
  box-shadow: none;
  margin-top: 10px;
}
.cb-layout2.c2 div.form textarea,
.cb-layout3.c2 div.form textarea {
  border-color: #a0c832;
}
.cb-layout2.c3 div.form textarea,
.cb-layout3.c3 div.form textarea {
  border-color: #d2140a;
}
.cb-layout2.c4 div.form textarea,
.cb-layout3.c4 div.form textarea {
  border-color: #fa9b00;
}
.cb-layout2.c5 div.form textarea,
.cb-layout3.c5 div.form textarea {
  border-color: #e6506e;
}
div.form input.text {
  border: none;
  border-bottom: 2px solid #668fcd;
  boredr-radius: 0;
  box-shadow: none;
  min-height: 34px;
  padding: 0;
}
.cb-layout2.c2 div.form input.text,
.cb-layout3.c2 div.form input.text {
  border-color: #a0c832;
}
.cb-layout2.c3 div.form input.text,
.cb-layout3.c3 div.form input.text {
  border-color: #d2140a;
}
.cb-layout2.c4 div.form input.text,
.cb-layout3.c4 div.form input.text {
  border-color: #fa9b00;
}
.cb-layout2.c5 div.form input.text,
.cb-layout3.c5 div.form input.text {
  border-color: #e6506e;
}
div.form input.submit {
  margin-top: 30px;
  border: 3px solid #668fcd;
  display: inline-block;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 20px;
  background: none;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 17px 20px;
  color: #fff !important;
  text-shadow: none;
  background: #668fcd;
  border: none;
  border-radius: 0;
  font-size: 14px;
  height: 40px;
  padding: 0 20px;
}
div.form input.submit:hover,
div.form input.submit:focus {
  background: #668fcd !important;
  color: #fff !important;
}
div.form input.submit:active {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4) inset;
}
div.form input.submit:hover,
div.form input.submit:focus {
  background: #e1e9f5 !important;
  color: #668fcd !important;
}
.cb-layout3 .main h2 {
  letter-spacing: 0.1em;
}
.cb-layout3 .main .body {
  margin-top: 0.5em;
}
.cb-layout3 .main .cb-filter {
  margin-top: 1.4em;
  margin-bottom: 1.4em;
}
/*
pure: blog
edge: shop
*/
.south .unit {
  display: inline-block;
  float: none;
  vertical-align: top;
  line-height: 1.46666667;
  display: flex;
  flex-direction: column;
}
.ie11 .south .unit {
  float: left;
  display: block;
}
.south .body {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.ie11 .south .body {
  float: left;
  display: block;
}
.south > .pure .text + .text,
.south > .edge .lead + .text {
  flex: 1;
}
.south .pure > .body,
#view.cb-layout2 .side > .flat > .body {
  transition: background 0.218s;
}
#view .south .pure h2 > .open,
#view.cb-layout2 .side > .flat h2 > .open {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: transparent;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}
.side > .flat h2 {
  padding: 0;
}
#view .south .pure > .head:hover + .body,
#view.cb-layout2 .side > .flat > .head:hover + .body {
  background: #ecf4d6;
}
#view .south .pure .cb-share,
#view.cb-layout2 .side > .flat .cb-share {
  z-index: 3;
}
.south .pict,
.cb-layout2 .side > .flat .pict {
  width: 100% !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.south .pict img,
.cb-layout2 .side > .flat .pict img {
  max-width: none !important;
  max-height: none !important;
}
.south .body,
.cb-layout2 .side > .flat .body,
.south .show:first-child,
.cb-layout2 .side > .flat .show:first-child {
  margin-top: 0;
}
.south h3,
.cb-layout2 .side > .flat h3 {
  line-height: 1.31578947;
}
.south .norm,
.cb-layout2 .side > .flat .norm {
  font-weight: bold;
}
.south .pale,
.cb-layout2 .side > .flat .pale {
  color: #969696;
}
.south > .pure,
.cb-layout2 .side > .flat {
  background: #ececec;
}
.cb-layout2 .main .pale {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0.5em 0 1.6em;
  color: #969696;
}
.cb-layout2 .loud {
  font-weight: bold;
}
.south .cb-share,
.cb-layout2 .side > .flat .cb-share {
  text-align: right;
}
.south .cb-share .cb-service,
.cb-layout2 .side > .flat .cb-service,
.cb-layout2 .main .cb-service {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 20px;
  margin-left: 0.4em;
  vertical-align: top;
}
.cb-layout2 .main .cb-service {
  width: 40px;
  height: 30px;
}
.cb-service-facebook-share {
  position: relative;
  top: -4px;
}
.cb-service-whatsapp-anchor a {
  display: none;
}
.cb-mobile .cb-service-whatsapp-anchor a {
  display: block;
}
.cb-service-facebook-share-anchor a,
.cb-service-twitter-anchor a,
.cb-service-whatsapp-anchor a {
  display: block;
  width: inherit;
  height: inherit;
  background: url(/images/cb-service-facebook-share-anchor.svg) no-repeat;
  background-position: 50% 50% !important;
}
.cb-service-facebook-share-anchor a:hover,
.cb-service-facebook-share-anchor a:focus {
  background-image: url(/images/cb-service-facebook-share-anchor--hover.svg);
}
.cb-service-twitter-anchor a {
  margin: 0;
  padding: 0;
  background-image: url(/images/cb-service-twitter-anchor.svg);
}
.cb-service-twitter-anchor a:hover,
.cb-service-twitter-anchor a:focus {
  background-image: url(/images/cb-service-twitter-anchor--hover.svg);
}
.cb-service-whatsapp-anchor a {
  margin: 0;
  padding: 0;
  background-image: url(/images/cb-service-whatsapp-anchor.svg);
}
.cb-service-whatsapp-anchor a:hover,
.cb-service-whatsapp-anchor a:focus {
  background-image: url(/images/cb-service-whatsapp-anchor--hover.svg);
}
#view .cb-service-facebook-share-anchor a,
#view .cb-service-twitter-anchor a,
#view .cb-service-whatsapp-anchor a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}
.cb-layout2 .main .cb-service-facebook-share-anchor a,
.cb-layout2 .main .cb-service-twitter-anchor a,
.cb-layout2 .main .cb-service-whatsapp-anchor a {
  background-position: 0 50% !important;
}
.cb-layout2 .main .cb-service-facebook-share-anchor a {
  background-image: url(/images/layout2__main__cb-service-facebook-share-anchor--sitecolor.svg);
}
.cb-layout2 .main .cb-service-twitter-anchor a {
  background-image: url(/images/layout2__main__cb-service-twitter-anchor--sitecolor.svg);
}
.cb-layout2 .main .cb-service-whatsapp-anchor a {
  background-image: url(/images/cb-service-whatsapp-anchor--hover.svg);
}
.south > .edge {
  outline: 1px solid #b2b2b3;
}
.south > .edge.mark {
  outline: medium dashed #7be;
}
.south > .edge .part.payp {
  margin-top: 20px;
}
.payp input.payp {
  position: relative;
  right: -10px;
}
.south > .edge .part.payp .ctrl {
  font-weight: bold;
  color: #668fcd;
}
.c2.south > .edge .part.payp .ctrl {
  color: #a0c832;
}
.c3.south > .edge .part.payp .ctrl {
  color: #d2140a;
}
.c4.south > .edge .part.payp .ctrl {
  color: #fa9b00;
}
.c5.south > .edge .part.payp .ctrl {
  color: #e6506e;
}
.cb-mobile-filter {
  display: none !important;
}
.grow {
  text-transform: none !important;
}
/* MOOD CONTAINER */
#expo {
  position: relative;
  float: left;
  width: 100%;
  height: 0;
  padding-bottom: 23.4375%;
}
.cb-layout1 #expo {
  width: 50%;
  height: 720px;
  padding: 0;
}
@media only screen and (max-width: 1310px) {
  .cb-layout1 #slides {
    height: 720px !important;
  }
  .cb-layout1 #slides .slide {
    width: 640px;
    height: 720px !important;
    right: 0;
  }
}
/* IMAGE CONTAINER */
#slides {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.cb-layout2 #slides,
.cb-layout3 #slides {
  max-width: 100% !important;
  max-height: 10000px !important;
}
.cb-layout2 #slides .slide,
.cb-layout3 #slides .slide {
  width: 100%;
}
#slides img {
  display: block;
  width: 100%;
}
.cb-layout2 #slides img,
.cb-layout3 #slides img {
  max-width: 100% !important;
  max-height: 10000px !important;
}
/* MOOD NAVIGATION */
#expo div.link {
  display: none;
}
@media (max-width: 1023px) {
  .cb-layout8 div.sub1 {
    display: none;
  }
  .cb-layout8 #navigationwrapper.cb-toggle-target-active .sub1 {
    display: block;
  }
}
.cb-layout8 .box__view--children .types {
  padding-bottom: 30px;
}
.cb-layout8 .plugin-spielwiese h1,
.cb-layout8 .plugin-spielwiese h2,
.cb-layout8 .plugin-spielwiese h3 {
  color: #fff;
}
.cb-layout8 #multimood,
.cb-layout8 #footer,
.cb-layout8 #sloganwidth,
.cb-layout8 .pfad,
.cb-layout8 .header {
  display: none;
}
.cb-layout8 #mainwidth {
  margin: 0;
}
.cb-layout8 #mainwidth > .desk {
  max-width: none !important;
  width: inherit;
  margin: 0;
}
.cb-layout8 #content,
.cb-layout8 #mainwidth,
.cb-layout8 #maincontent,
.cb-layout8 #mainwidth > .desk,
.cb-layout8 .plugin-spielwiese--full,
.cb-layout8 .plugin-spielwiese--start {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (max-width: 1023px) {
  .cb-layout8 .container--contact .boxes-dimensions {
    height: 0;
    overflow: hidden;
  }
}
.cb-layout8 .container--contact-view-2 .boxes-dimensions {
  height: auto;
  overflow: visible;
}
.cb-layout8 .goto-form {
  bottom: 20px !important;
}
@media (max-width: 40em) {
  .cb-layout8 .goto-form {
    font-size: 12px !important;
    right: 10px !important;
    bottom: 10px !important;
  }
}
.cb-layout8 .box--contact .o-btn--primary {
  padding-right: 2em !important;
  padding-left: 2em !important;
}
@media (min-width: 1024px) {
  .cb-layout8 .box--contact .o-btn--primary {
    margin-right: 40px !important;
  }
}
@media (max-width: 1023px) {
  .cb-layout8 .bubble--contact-intro {
    left: 183px !important;
    position: absolute !important;
    top: -27px !important;
  }
}
@media (min-width: 1024px) {
  .cb-layout8 .bubble--contact-intro {
    left: 233px !important;
    top: -100px !important;
  }
}
@media (min-width: 1224px) {
  .cb-layout8 .bubble--contact-intro {
    left: 266px !important;
    top: -120px !important;
  }
}
@media (min-width: 1024px) {
  .cb-layout8 .bubble--recommend {
    top: 123px !important;
    left: 70px !important;
  }
}
@media (min-width: 1224px) {
  .cb-layout8 .bubble--recommend {
    top: 128px !important;
    left: 93px !important;
  }
}
.cb-layout8 .container--thankyou > .overflow-scroll {
  overflow: visible !important;
}
.cb-layout8 .bubble--thankyou-1 {
  margin: 20px 0;
}
@media (max-width: 1023px) {
  .cb-layout8 .scene--hipster-contact {
    bottom: -152px !important;
    height: 400px !important;
    width: 181px !important;
    margin-bottom: 0 !important;
  }
  .cb-layout8 .scene--hipster-contact .layer--hipster {
    margin-bottom: 0 !important;
  }
  .cb-layout8 .scene--hipster-contact .bubble {
    margin-left: 0 !important;
    left: 49px !important;
    top: -41px !important;
  }
}
@media (max-width: 390px) {
  .cb-layout8 .scene--hipster-contact {
    bottom: -96px !important;
    height: 250px !important;
    width: 113px !important;
  }
  .cb-layout8 .scene--hipster-contact .layer--hipster {
    margin-bottom: 0 !important;
  }
  .cb-layout8 .scene--hipster-contact .bubble {
    margin-left: 0 !important;
    left: 0 !important;
    top: -69px !important;
    transform: scale(0.8);
  }
}
@media (max-width: 1023px) {
  .cb-layout8 .scene--hipster-thankyou {
    position: relative !important;
    bottom: 0 !important;
    height: 200px !important;
    width: 91px !important;
    margin-top: 30px !important;
    margin-bottom: 0 !important;
    display: block;
    transform: none !important;
  }
  .cb-layout8 .scene--hipster-thankyou .layer--hipster {
    margin-bottom: 0 !important;
  }
  .cb-layout8 .scene--hipster-thankyou .bubble {
    left: -44px !important;
    top: -2px !important;
  }
}
@media (min-width: 1024px) {
  .cb-layout8 .bubble--thankyou-1 {
    transform: none !important;
    left: 60px !important;
    top: -120px !important;
  }
}
@media (min-width: 1024px) {
  .cb-layout8 .container--thankyou .bubble--recommend {
    top: -120px !important;
    left: 90px !important;
  }
}
.cb-plugin-plpf-unit {
  height: 404px;
  margin-bottom: -42px;
  margin-top: 0;
}
.cb-layout1 .cb-plugin-plpf-unit {
  padding-bottom: 4em;
}
@media (min-width: 720px) {
  .cb-plugin-plpf-unit {
    height: 390px;
  }
}
@media (min-width: 1024px) {
  .cb-plugin-plpf-unit {
    height: 240px;
  }
}
.cb-layout8 .cb-plugin-plpf-unit {
  position: static;
}
.scene--hipster-welcome {
  bottom: -152px !important;
  height: 400px !important;
  width: 181px !important;
  margin-bottom: 0 !important;
  transition: transform 0.418s;
}
@media (max-width: 719px) {
  .scene--hipster-welcome {
    bottom: -137px !important;
    transform: scale(0.9);
    transform-origin: 0 100%;
    margin-left: 0;
  }
}
@media (min-width: 1024px) {
  .scene--hipster-welcome {
    bottom: -176px !important;
    margin-left: -20px;
    height: 464px !important;
    width: 210px !important;
  }
}
.scene--hipster-welcome .layer--hipster {
  margin-bottom: 0 !important;
}
.scene--hipster-welcome .bubble {
  top: 7px !important;
  left: 45px !important;
}
@media (max-width: 719px) {
  .scene--hipster-welcome .bubble {
    top: 77px !important;
    left: 72px !important;
  }
  .scene--hipster-welcome .bubble i.svg-icon {
    display: none !important;
  }
  .scene--hipster-welcome .bubble .bubble__text {
    padding: 2em 2em 2em 3.3em !important;
  }
}
@media (min-width: 720px) {
  .scene--hipster-welcome .bubble {
    background: none !important;
  }
}
@media (min-width: 1024px) {
  .scene--hipster-welcome .bubble {
    top: 25px !important;
    left: 58px !important;
  }
}
.cb-layout8 .scene--hipster-welcome {
  left: 5% !important;
}
@media (min-width: 1024px) {
  .cb-layout8 .scene--hipster-welcome {
    bottom: 0 !important;
    margin-left: 0 !important;
  }
}
@media (min-width: 1253px) {
  .cb-layout8 .scene--hipster-welcome {
    left: calc(50% - 540px) !important;
  }
}
@media (max-height: 615px) {
  .cb-layout8.iphone .scene--hipster-welcome {
    bottom: -177px !important;
  }
}
@media (max-height: 548px) and (max-width: 1023px) {
  .cb-layout8 .scene--hipster-welcome {
    display: none;
  }
}
@media (max-height: 630px) and (min-width: 1024px) {
  .cb-layout8 .scene--hipster-welcome {
    display: none;
  }
  .container-fluid.view .box--name-and-gender {
    float: unset !important;
    right: auto !important;
    left: 50%;
    transform: translateX(-50%);
  }
}
.bubble--thankyou-1 .bubble__text {
  padding: 1.7em 1em 2.6em 6em;
}
@media (max-width: 1023px) {
  .box--thankyou-offers .types {
    margin-top: 0 !important;
  }
  .box--thankyou-offers .type {
    margin-top: 6px !important;
  }
  .box--thankyou-offers .type__image > label {
    font-size: 12px !important;
  }
}
@media (max-width: 40em) {
  .box--thankyou-offers .type__image > label {
    font-size: 10px !important;
  }
}
@media (min-width: 1024px) {
  .container-fluid.view .type--interest .type__image > label {
    margin-top: 54px !important;
  }
}
@media (min-width: 1024px) {
  .box__view--health .view__pagination-desktop .pagination__dot {
    visibility: visible !important;
  }
  .box__view-step-desktop-6 .box__view-dot-desktop-6,
  .box__view-step-desktop-12 .box__view-dot-desktop-12 {
    background: #fff !important;
  }
}
.container-fluid.view .container--user__next {
  position: absolute !important;
  margin-top: 0 !important;
  bottom: 20px !important;
  margin-left: -10px !important;
}
.plugin-spielwiese .box--view-health h2 {
  padding-top: 9px;
  font-size: 18px !important;
}
.plugin-spielwiese .box--contact h3 {
  font-size: 18px !important;
  margin-top: 15px !important;
}
.cb-plugin-plpf-unit .page--name > .container--name {
  height: inherit !important;
  overflow: visible !important;
}
.cb-plugin-plpf-unit .page--name .boxes-bg {
  margin-top: 0 !important;
}
.cb-layout8 .cb-plugin-plpf-unit .boxes-bg {
  height: 100%;
}
.cb-layout1 .cb-plugin-plpf-unit .boxes-dimensions {
  width: 100% !important;
  max-width: none !important;
}
.cb-layout8 .cb-plugin-plpf-unit .boxes-dimensions {
  width: 90% !important;
  position: relative;
}
@media (max-width: 1023px) {
  .cb-layout8 .cb-plugin-plpf-unit .boxes-dimensions {
    max-width: 500px !important;
  }
}
.cb-plugin-plpf-unit .box--name-and-gender {
  margin: 0 auto;
  float: none !important;
}
@media (min-width: 1024px) {
  .cb-plugin-plpf-unit .box--name-and-gender {
    float: right !important;
    margin-top: 40px;
  }
  .cb-plugin-plpf-unit .box--name-and-gender .h1.h1 {
    max-width: none;
    font-size: 33px;
    font-size: 3.3rem;
  }
  .cb-plugin-plpf-unit .box--name-and-gender .container__info {
    font-size: 23px !important;
    font-size: 2.3rem !important;
    margin-top: 22px !important;
  }
}
@media (max-width: 1023px) {
  .cb-plugin-plpf-unit .box--name-and-gender {
    max-width: 500px !important;
  }
}
.cb-plugin-plpf-unit .h1,
.cb-plugin-plpf-unit h2 {
  color: #fff;
}
.cb-layout1 .cb-plugin-plpf-unit .container--name .h1,
.cb-layout1 .cb-plugin-plpf-unit .container--name .container__info {
  text-align: left;
  width: 100%;
  margin: 0;
}
.cb-plugin-plpf-unit .o-form-group {
  width: 100% !important;
  margin-right: 0 !important;
}
@media (min-width: 720px) {
  .cb-plugin-plpf-unit .o-form-group {
    width: 30% !important;
    margin-right: 10px !important;
  }
}
@media (min-width: 1024px) {
  .cb-plugin-plpf-unit .o-form-group {
    margin-top: 40px !important;
  }
}
@media (min-width: 1024px) {
  .cb-layout8 .cb-plugin-plpf-unit .box--name-and-gender form {
    float: left;
    display: block;
    width: 86%;
    max-width: 36em;
    margin-left: 50%;
    transform: translateX(-50%);
  }
  .cb-layout8 .cb-plugin-plpf-unit .box--name-and-gender form .unit-username-input {
    float: left;
  }
  .cb-layout8 .cb-plugin-plpf-unit .o-form-group {
    margin-right: 13px !important;
  }
  .cb-layout8 .cb-plugin-plpf-unit .unit-username-input {
    width: 30% !important;
    margin-right: 13px !important;
  }
  .cb-layout8 .cb-plugin-plpf-unit .unit-username-input .o-form-group {
    width: 100% !important;
    min-width: unset;
    margin-right: 0 !important;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .cb-layout8 .cb-plugin-plpf-unit .o-form-group {
    min-width: 180px;
    margin-right: 23px !important;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .cb-layout8 .cb-plugin-plpf-unit .unit-username-input {
    margin-right: 23px !important;
  }
}
.cb-plugin-plpf-unit .o-form-input,
.cb-plugin-plpf-unit .o-tip,
.cb-plugin-plpf-unit .rc-select {
  width: 100%;
}
.cb-plugin-plpf-unit .container--name .o-tip,
.cb-plugin-plpf-unit .container--name .rc-select-selection {
  border: 2px solid #fff !important;
  border-radius: 0 !important;
  color: #fff !important;
  font-family: 'Open Sans', helvetica, sans-serif !important;
  padding: 8px 10px;
  height: 47px;
  font-size: 14px !important;
  font-size: 1.4rem !important;
}
.cb-plugin-plpf-unit .unit-gender-select.is-invalid .rc-select-selection {
  border-color: #e64246 !important;
}
.cb-plugin-plpf-unit .container--name .o-tip {
  background: none !important;
}
.cb-plugin-plpf-unit .container--name .o-tip::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.cb-plugin-plpf-unit .rc-select-selection__placeholder {
  color: #fff;
}
.cb-plugin-plpf-unit .container--name .rc-select-selection {
  background: rgba(255, 255, 255, 0.2);
}
.cb-plugin-plpf-unit .container--name .rc-select-selection--single {
  height: 47px !important;
  padding-left: 0 !important;
}
.cb-plugin-plpf-unit .rc-select-arrow b {
  border: none;
  margin-left: -19px;
  margin-top: -3px;
  width: 20px;
  height: 20px;
  background: url(/images/downlink--white.svg) no-repeat 50% 50%;
  background-size: contain;
}
.cb-layout1 .cb-plugin-plpf-unit .container-fluid.view .container--name .o-form-group {
  margin-right: 23px !important;
}
.cb-layout8 .cb-plugin-plpf-unit .container-fluid.view .container--name .o-form-group {
  margin-right: 23px !important;
}
.cb-plugin-plpf-unit .container--name .o-btn--primary {
  color: #668fcd !important;
  float: right !important;
  height: 47px;
  line-height: 41px !important;
  padding-top: 0 !important;
  padding-right: 1.5em !important;
  padding-left: 1.5em !important;
  margin-top: 20px !important;
}
@media (min-width: 1024px) {
  .cb-plugin-plpf-unit .container--name .o-btn--primary {
    float: left !important;
    margin-top: 40px !important;
  }
}
@media (min-width: 1024px) {
  .cb-plugin-plpf-unit .slide-like,
  .cb-plugin-plpf-unit .page--name,
  .cb-plugin-plpf-unit .page--name .boxes-dimensions {
    overflow: visible !important;
  }
}
.cb-plugin-plpf-unit .bubble--welcome .bubble__text {
  position: relative;
  left: 11px;
}
.container-fluid.view .box--contact .checkbox {
  vertical-align: middle !important;
}
.cb-layout8 #wrapper {
  position: relative;
  top: 15px;
  -webkit-overflow-scrolling: touch;
  min-height: calc(100vh - 15px - 15px);
  height: calc(100vh - 15px - 15px);
}
@media (min-width: 1024px) {
  .cb-layout8 #wrapper {
    top: 70px;
    min-height: calc(100vh - 70px - 15px);
    height: calc(100vh - 70px - 15px);
  }
}
.iphone.cb-layout8 #wrapper {
  min-height: calc(100vh - 15px - 85px);
  height: calc(100vh - 15px - 85px);
}
.pl-choice {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3000;
  overflow: hidden;
  overflow-y: auto;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: 'Open Sans', helvetica, sans-serif;
}
#edit .pl-choice {
  display: none!important;
}
#view .pl-choice.is-hidden,
#view.areaTwenty--empty .pl-choice {
  display: none !important;
}
.pl-choice__wrapper {
  float: left;
  z-index: 2;
  width: 1270px;
  max-width: 90%;
  min-height: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 60px 0;
}
@media (max-width: 719px) {
  .pl-choice__wrapper {
    max-width: 84%;
  }
}
.pl-choice__content {
  display: flex;
  flex-direction: column;
}
.pl-choice__title {
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-top: 70px;
  gap: 30px;
}
.pl-choice__title h2 {
  font-family: 'Open Sans', helvetica, sans-serif;
  letter-spacing: unset;
  font-weight: bold;
  font-size: 50px;
  line-height: 1;
  color: #4F4E52 !important;
}
@media (max-width: 719px) {
  .pl-choice__title h2 {
    font-size: 27px;
  }
}
.pl-choice__title h3 {
  font-family: 'Open Sans', helvetica, sans-serif;
  letter-spacing: unset;
  font-weight: bold;
  text-transform: unset;
  font-size: 30px;
  line-height: 1.33333333;
  color: #4F4E52 !important;
}
@media (max-width: 719px) {
  .pl-choice__title h3 {
    font-size: 16px;
    line-height: 1.5625;
  }
}
.pl-choice__destinations {
  margin-top: 100px;
  margin-bottom: 100px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px 230px;
}
@media (max-width: 1023px) {
  .pl-choice__destinations {
    grid-template-columns: 1fr;
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.pl-choice__destination {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
@media (max-width: 719px) {
  .pl-choice__destination {
    gap: 39px;
  }
}
.pl-choice__part--text {
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
}
@media (max-width: 719px) {
  .pl-choice__part--text {
    font-size: 16px;
    line-height: 1.5;
  }
}
.pl-choice__destination--provita .pl-choice__part--logo {
  width: 80px;
}
@media (max-width: 719px) {
  .pl-choice__destination--provita .pl-choice__part--logo {
    width: 47px;
  }
}
.pl-choice__destination--prolife .pl-choice__part--logo {
  width: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 719px) {
  .pl-choice__destination--prolife .pl-choice__part--logo {
    width: 69px;
    margin: 0;
  }
}
.pl-choice__action {
  width: 100%;
}
.pl-choice__part--link {
  width: 100%;
  min-height: 88px;
  padding-left: 112px;
  box-sizing: border-box;
  font-size: 21px;
  line-height: 1.19047619;
  letter-spacing: 0.02em;
  background-size: 88px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  color: #4F4E52 !important;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  background-image: url(/images/choice-arrow-normal.svg);
}
@media (max-width: 719px) {
  .pl-choice__part--link {
    font-size: 16px;
    line-height: 1.5;
    min-height: 51px;
    background-size: 51px;
    padding-left: 63px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .pl-choice__part--link:hover,
  .pl-choice__part--link:focus {
    background-image: url(/images/choice-arrow-hover.svg);
  }
}
/******* forms.less 2014-10-16 *******/
/* Changelog

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

*/
fieldset {
  line-height: 1.42em;
}
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: #505050;
  background-color: #fff;
  font-weight: normal;
  font-family: 'Open Sans', helvetica, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
}
input.text,
input.sign,
input.password,
textarea,
input.hint,
textarea.hint,
input.capt {
  padding: 0.1em 3px;
  min-height: 1.42em;
  border: 1px solid #bfbfbf;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}
select {
  font-size: 15px;
  font-size: 1.5rem;
  color: #444;
  font-weight: normal;
  font-family: 'Open Sans', helvetica, sans-serif;
  line-height: 16px;
}
textarea {
  overflow: auto;
  resize: vertical;
}
input.hint,
textarea.hint {
  color: #9d9d9d;
}
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: 15px;
  font-size: 1.5rem;
  display: inline-block;
  padding: 0.1em 1em;
  min-height: 1.42em;
  border: 1px solid;
  border-color: #5381c7 #3967ae #3967ae #5381c7;
  border-radius: 2px;
  background-color: #668fcd;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(50, 92, 155, 0.75);
  line-height: 1.42em;
}
input.submit:hover,
button.cb-hybrid:hover,
input.submit:focus,
button.cb-hybrid:focus {
  border-color: #5381c7 #3967ae #3967ae #5381c7;
  background-color: #7297d1;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
input.submit:active,
button.cb-hybrid:active {
  outline: none;
  border-color: #5381c7 #3967ae #3967ae #5381c7;
  background-color: #4073c0;
  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: 1.42em;
  background: none !important;
  /* IEs */
  vertical-align: middle;
}
.tick .ctrl > div,
.tick .ctrl > div {
  clear: left;
}
.form .ctrl .sign {
  min-width: 4em;
  display: inline-block;
  margin-left: 0.2em;
}
div.cb-form-sent {
  padding: 4px 0;
  border: solid #218823;
  border-width: 1px 0;
  background: #baeebb;
  text-align: center;
}
.cb-form-sent > .cb-form-sent {
  color: #218823;
}
input.fail,
textarea.fail {
  box-sizing: border-box;
  *behavior: url(/objects/boxsizing/boxsizing.htc);
  background: #fef6f6 url('/icons/warning.png') no-repeat 99% !important;
  padding-right: 30px !important;
  border-color: #e64246;
  color: #e64246 !important;
}
div.fail {
  background: #fef6f6 url('/icons/warning.png') no-repeat 99% !important;
  float: right;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  border: 1px #e64246;
  border-style: solid none;
  color: #e64246;
}
div.cb-lightbox-table ul.fail {
  background: #fef6f6 url('/icons/warning.png') no-repeat 99% !important;
  color: #e64246;
}
.cb-lightbox-table textarea.fail {
  background-image: none !important;
}
.fail > p,
.fail > li,
div.cb-lightbox-table ul.fail li {
  margin: 2px 5px;
}
.fail > p {
  font-weight: 600;
}
.fail > li,
div.cb-lightbox-table ul.fail li {
  margin-left: 1em;
  list-style: square outside;
}
.fail .sign {
  width: 90%;
}
.calendar {
  position: absolute;
  z-index: 100;
  border: 1px solid #666;
  background: #333;
  text-align: right;
  line-height: 2;
  color: #fff !important;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.calendar > table {
  margin: 3px;
  border-spacing: 0;
  border-collapse: collapse;
}
.calendar th {
  color: #eee;
  text-align: center;
  font-weight: 700;
}
.calendar tbody {
  border-radius: 0 0 8px 8px;
  border-top: 1px solid #666;
}
td.published {
  color: #7be;
  font-weight: 700;
}
td.show {
  background: #7be;
  color: #fff;
  font-weight: 700;
}
.calendar th > a,
.calendar td > a {
  display: block;
  padding: 0 6px 1px 6px;
  color: inherit;
  text-decoration: none;
}
.calendar th > a:hover,
.calendar td > a:hover {
  background: #666;
  color: #fff;
}
.calendar td.show {
  background: #87004e;
}
.calendar td.show a:hover {
  background: none;
}
/******* navigation-large.less 2013-1-16 *******/
.navi,
.navi > .item,
.dock {
  display: block;
  float: left;
}
.menu {
  display: block;
}
.navi > .cb-toggle,
div.sub2 > .item > .cb-toggle,
div.sub3 > .item.item-empty .cb-toggle,
div.sub4 .cb-toggle {
  display: none !important;
}
/* LEVEL 1 */
div.sub1 {
  margin: 24px 0;
}
.logodesk div.sub1 {
  position: absolute;
  left: 0;
  top: 24px;
  z-index: 2;
  margin: 0;
}
.cb-layout2 .logodesk div.sub1,
.cb-layout3 .logodesk div.sub1,
.cb-layout8 .logodesk div.sub1 {
  left: 142px;
}
#edit .logodesk div.sub1 {
  display: none !important;
}
.sub1 > .item {
  margin: 0 15px;
}
.sub1 > .item.init {
  margin-left: 0;
}
.sub1 > .item.exit {
  margin-right: 0;
}
div.sub1 .menu {
  text-transform: uppercase;
  color: #505050;
}
div.sub1 .menu:hover,
div.sub1 .menu:focus {
  color: #668fcd;
}
div.sub1 a.path {
  font-weight: bold;
  color: #668fcd;
}
/* LEVEL 2 */
div.sub2 {
  width: 101.85185185%;
  margin-left: -0.92592593%;
  display: flex;
  flex-wrap: wrap;
}
.sub2 > .item {
  width: 23.18181818%;
  margin: 30px 0.90909091%;
}
div.sub2 .menu {
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.25;
  border-bottom: 3px solid #668fcd;
  min-height: 42px;
  padding-bottom: 6px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  letter-spacing: 0.05em;
  color: #668fcd;
}
div.sub2 .menu:hover,
div.sub2 .menu:focus {
  color: #668fcd;
}
div.sub2 a.path {
  color: #668fcd;
}
/* LEVEL 3 */
div.sub3 {
  width: 100%;
  margin-top: 10px;
}
.sub3 > .item {
  width: 100%;
  border-bottom: 1px solid #90add8;
  position: relative;
}
div.sub3 .menu {
  display: block;
  font-size: 15px;
  text-transform: none;
  font-weight: normal;
  border: none;
  min-height: 0;
  color: #505050;
  padding: 12px 0 6px;
  letter-spacing: 0.025em;
}
/* LEVEL 4 */
div.sub4 {
  width: 100%;
  max-height: 0;
  overflow: hidden;
}
.sub4 > .item {
  width: 100%;
  border-top: 1px solid #90add8;
}
div.sub4 .menu {
  display: block;
  color: #a7a7a7;
  padding: 12px 0 6px 18px;
}
div.sub3 > .item.cb-toggle-target-active div.sub4 {
  max-height: 10000px;
  transition: all 4s;
}
.cbe--edit-navigation div.sub3 > .item.path div.sub4 {
  max-height: 10000px !important;
  overflow: visible;
}
.navi .cb-toggle {
  position: absolute;
  right: 0;
  top: 0;
  height: 36px;
  width: 36px;
  background: url(/images/sub3-open.svg) no-repeat 50% 50%;
}
.navi .cb-toggle.cb-toggle-active {
  background-image: url(/images/sub3-close.svg);
}
.navi .cb-toggle:hover {
  cursor: pointer;
}
/*** mobile-navi-multilevel-right-left.less 2014-11-03 ***/
#mobile-navi {
  position: fixed;
  top: 0;
  width: 210px;
  height: 100%;
  z-index: 210;
  overflow: scroll;
  background: #668fcd;
  transition: all 0.3s ease-in;
}
.togglenavigation {
  position: absolute;
  top: 27px;
  display: block;
  z-index: 210;
  cursor: pointer;
  color: #505050 !important;
  -webkit-tap-highlight-color: transparent;
  transition: all 0.5s cubic-bezier(0.89, -0.4, 0.53, 1.56);
  text-transform: uppercase;
  line-height: 16px;
  font-size: 11px;
  padding-right: 38px;
}
.cb-layout2 .togglenavigation {
  position: relative;
  top: 0;
  float: right;
  margin: 27px 0;
}
#edit .togglenavigation {
  display: none !important;
}
.togglenavigation:active > span {
  background: #3c3c3c !important;
}
.togglenavigation > span {
  right: 0;
  top: 50%;
  position: absolute;
  display: block;
  height: 2px;
  width: 26px;
  margin-top: -1px;
  background: currentColor;
}
.togglenavigation > .tline-1 {
  margin-top: -6px;
}
.togglenavigation > .tline-4 {
  margin-top: 4px;
}
.togglenavigation.cb-toggle-active > .tline-1,
.togglenavigation.cb-toggle-active > .tline-4 {
  opacity: 0;
}
.togglenavigation.cb-toggle-active > .tline-2,
.togglenavigation.cb-toggle-active > .tline-3 {
  transition: transform 0.218s cubic-bezier(0.64, -0.39, 0.67, 1.5);
}
.togglenavigation.cb-toggle-active > .tline-2 {
  transform: rotate(-45deg);
}
.togglenavigation.cb-toggle-active > .tline-3 {
  opacity: 1;
  transform: rotate(45deg);
}
@media (max-width: 1023px) {
  .cb-layout8 .togglenavigation {
    font-size: 0;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    top: 23px;
  }
  .cb-layout8 .togglenavigation > span {
    background: #fff;
    transition: background 0.218s;
  }
  .cb-layout8 .togglenavigation.cb-toggle-active > span {
    background: #505050;
  }
}
body.cb-toggle-target-active #mobile-navi {
  transition: all 0.218s ease-out;
}
body.cb-toggle-target-active .togglenavigation {
  transition: all 0.4s cubic-bezier(0.21, 0.53, 0.44, 1.24);
}
/* RIGHT */
#mobile-navi {
  right: -210px;
}
.togglenavigation {
  right: 10px;
}
body.cb-toggle-target-active #mobile-navi {
  right: 0;
}
/* LEFT */
#mobile-navi .navi {
  float: left;
  display: block;
  width: 100%;
}
#mobile-navi .navi .item {
  width: 100%;
  float: left;
  position: relative;
  border-bottom: 1px solid #799dd3;
}
#mobile-navi .navi .item.init {
  border-top: 1px solid #799dd3;
}
#mobile-navi .navi .item.cb-toggle-target-active {
  border: none;
}
#mobile-navi .navi .item .menu {
  display: block;
  color: #fff;
  padding: 5px 15px;
  padding-right: 37px;
  font-size: 16px;
}
#mobile-navi .navi .item .menu.path {
  background: #4073c0;
}
#mobile-navi .navi.sub2 {
  max-height: 0;
  overflow: hidden;
}
#mobile-navi .navi.sub2 .item .menu {
  font-size: 14px;
  padding-left: 30px;
}
#mobile-navi .navi.sub3 {
  max-height: 0;
  overflow: hidden;
}
#mobile-navi .navi.sub3 .item .menu {
  font-size: 13px;
  padding-left: 45px;
}
#mobile-navi div.navi > .item.cb-toggle-target-active > div.navi {
  max-height: 1000px;
  transition: all 2s;
}
#mobile-navi .cb-toggle {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  width: 37px;
  height: 37px;
  background: #ffffff;
}
#mobile-navi .cb-toggle:hover,
#mobile-navi .cb-toggle:focus {
  cursor: pointer;
}
#mobile-navi .cb-toggle.cb-toggle-active {
  transition: all 0.218s;
}
#mobile-navi div.sub2 .cb-toggle {
  height: 34px;
}
#mobile-navi .navi > .cb-toggle,
#mobile-navi .navi .item-empty > .cb-toggle {
  display: none;
}
/******* layout-small.less 2013-1-16 *******/
@media only screen and (max-width: 719px) {
  .cb-layout2 #expo,
  .cb-layout3 #expo {
    padding-bottom: 0;
    height: 161px;
  }
  .cb-layout2 #slides,
  .cb-layout3 #slides {
    height: 161px !important;
  }
  .cb-layout2 #slides .slide,
  .cb-layout3 #slides .slide {
    width: 689px;
    height: 161px !important;
    left: 50%;
  }
  .cb-layout2 #slides .slide img,
  .cb-layout3 #slides .slide img {
    margin-left: -344.5px;
  }
}
.service_himmelblau {
  right: 5%;
}
.pfad.mobile-pfad {
  display: block;
}
@media only screen and (max-width: 719px) {
  .downlink {
    display: none;
  }
  #home {
    height: 72px;
    top: 20px;
    margin-left: -46px;
  }
  #head {
    width: 100%;
  }
  .cb-layout1 #head {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
  .colorhome {
    width: 50px;
    left: 26px;
    padding: 30px 8px 8px;
  }
  .cb-layout2 h1 {
    letter-spacing: 0 !important;
  }
  .claim {
    width: 90%;
    padding: 62px 5% 28px;
  }
  #newsletter {
    width: 90%;
    padding: 50px 5%;
  }
  #footer {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
  }
  .socialwidth {
    margin-top: 30px;
  }
  .vcard {
    margin-bottom: 30px;
  }
  #cmsbox {
    display: none;
  }
  div.form div.ctrl .sign {
    max-width: 92%;
  }
}
.cb-layout3 #head {
  margin-top: 30px;
}
@media only screen and (max-width: 1023px) {
  div.sub2 {
    width: 100%;
    margin-left: 0;
  }
  .sub2 > .item {
    width: 100%;
    margin: 0;
    position: relative;
  }
  #root .sub2 > .item > .cb-toggle {
    display: block !important;
    width: 40px;
    height: 62px;
    background: url(/images/sub2.svg) no-repeat 50% 50%;
  }
  #root .sub2 > .item > .cb-toggle.cb-toggle-active {
    background-image: url(/images/sub2-close.svg);
  }
  div.sub2 .menu {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  div.sub3 {
    margin-top: 0;
    max-height: 0;
    overflow: hidden;
  }
  .sub3 > .item.init {
    padding-top: 5px;
  }
  .sub3 > .item.exit {
    padding-bottom: 14px;
  }
  div.sub3 .menu {
    padding-top: 12px;
    padding-bottom: 6px;
  }
  div.sub2 > .item.cb-toggle-target-active div.sub3 {
    max-height: 10000px;
    transition: all 4s;
  }
}
@media only screen and (max-width: 719px) {
  #navitop {
    width: 100%;
    margin-left: 0;
  }
  .navipart {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  #mainnavi {
    margin-top: 26px;
    margin-bottom: 40px;
  }
  #find {
    margin-top: 25px;
    margin-bottom: 0;
  }
  div.sub1 {
    margin-top: 7px;
    margin-bottom: 0;
  }
  .logodesk div.sub1 {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .cb-jsmood-wrapper {
    height: auto;
  }
  .cb-jsmood {
    float: left;
    position: static;
    height: auto;
    display: none;
    opacity: 1;
  }
  .cb-jsmood.cb-jsmood--active {
    display: block;
  }
  .jsmood-image {
    position: static;
    float: left;
    width: 100%;
  }
  .jsmood-content {
    width: 100%;
    float: left;
  }
  .jsmood-skip {
    top: 0;
    height: 0;
    padding-bottom: 56.25%;
    margin-top: 0;
  }
}
@media only screen and (max-width: 719px) {
  .jsmood-content {
    padding: 30px 0 15px;
  }
  .jsmood-logo {
    height: 100px;
  }
  .jsmood-text {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 719px) {
  .cb-layout1 #expo {
    height: 332px;
  }
  .cb-layout1 #slides img {
    width: 295px !important;
    height: 332px !important;
  }
  .cb-layout1 #slides .slide {
    width: 295px !important;
    height: 332px !important;
  }
}
.cb-layout3 #multimood {
  margin-top: 67px;
}
@media only screen and (max-width: 719px) {
  #root #disp.srch {
    padding: 0 30px 0 50px !important;
  }
  #root #disp.srch div.body #cb-results {
    padding: 0 10px;
  }
  #root #disp.srch div.body #cb-results table {
    font-size: 13px;
    padding: 30px 0;
  }
  #root #disp.srch div.body #cb-results table td {
    padding-right: 0;
    padding-bottom: 20px;
  }
}
.area {
  width: 100%;
}
.area > .unit {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.area h2,
.area .foot {
  margin-right: 0%;
  margin-left: 0%;
}
.area .part,
.area > .grid table {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.area > .slim .part,
.area > .slim.grid table {
  width: 100%;
}
@media only screen and (max-width: 719px) {
  .cb-layout1 .main {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
  div.side {
    margin-top: 40px;
  }
  div.base {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  div.area div.fold div.foot {
    width: 100%;
  }
  div.area div.seam div.head h2,
  div.area div.seam div.part {
    margin-left: 5%;
    margin-right: 5%;
  }
  div.area div.seam div.part {
    width: 90%;
  }
  div.farnorth {
    float: left;
    width: 90%;
    position: static;
    margin: 24px 5%;
  }
  div.farnorth div.head h2 br {
    display: none;
  }
}
.cb-layout3 .main {
  margin-top: 13px;
}
/*
pure: blog
edge: shop
*/
.south .unit,
.cb-layout2 .side > .flat {
  font-size: 12px;
  font-size: 1.2rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 28em) {
  .south {
    width: 103.44827586%;
    margin-left: -1.72413793%;
  }
  .south > .unit {
    width: 46.66666667%;
  }
}
.south .part,
.cb-layout2 .side > .flat .part {
  width: 85.86206897%;
  margin-right: 7.06896552%;
  margin-left: 7.06896552%;
}
.south .lead,
.cb-layout2 .side > .flat .lead {
  margin-top: 1.3em;
}
.south h3,
.cb-layout2 .side > .flat h3 {
  font-size: 15px;
  font-size: 1.5rem;
}
.south .pale,
.cb-layout2 .side > .flat .pale {
  font-size: 10px;
  font-size: 1rem;
}
.south .lead + .text > .pale,
.cb-layout2 .side > .flat .lead + .text > .pale {
  margin-top: 1.2em;
}
.south .text + .text,
.cb-layout2 .side > .flat .text + .text {
  margin-top: 0.8em;
}
.south .cb-share,
.cb-layout2 .side > .flat .cb-share,
.cb-layout2 .main .cb-share {
  margin-top: 28px;
  margin-bottom: 20px;
}
.south > .edge .part.payp .ctrl {
  font-size: 15px;
  font-size: 1.5rem;
}
#disp {
  left: 3%;
  margin-left: 0;
  width: 94%;
  font-size: 13px;
  font-size: 1.3rem;
  top: 90px !important;
}
#disp.site li,
div.cb-sitemap li {
  font-size: 14px;
  font-size: 1.4rem;
}
#disp.cb-shoppingcart {
  left: 5%;
  margin-left: 0;
  width: 90%;
  min-width: 340px;
}
h1,
h2 {
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
}
/* scan.less 2013-1-16 */
.scan .cb-hybrid {
  color: #505050;
  text-decoration: none;
}
.scan .cb-hybrid:hover,
.scan .cb-hybrid:focus {
  color: #1d1d1d;
}
.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(80, 80, 80, 0.3);
}
.unit.cb-batch .same {
  background-color: #4073c0;
  color: #505050;
}
/******* 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-small.less 2013-1-16 *******/
.cb-mobile-filter {
  font-size: 18px;
  font-size: 1.8rem;
  z-index: 20;
  display: inline-block;
  width: 100%;
  background: #668fcd;
  color: #555;
}
.cb-mobile-filter-link {
  width: inherit;
}
.cb-icon-filter:before {
  display: inline-block;
  width: 100%;
  text-align: center;
  text-decoration: inherit;
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  font-family: 'cbfont';
  line-height: 1em;
  speak: none;
  padding: 0 0.2em 0 0.6em;
  width: 1.2em;
  content: '\f0c9';
}
.cb-mobile-filter-items {
  padding-bottom: 1em;
  width: 100%;
  font-size: 16px;
  line-height: 1.2;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}
.cb-mobile-filter-items .cb-hybrid {
  display: block;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  color: #fff;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.4);
}
.cb-mobile-filter-items .cb-hybrid:hover,
.cb-mobile-filter-items .cb-hybrid:focus,
.cb-mobile-filter-items .cb-hybrid:active {
  background: #5381c7;
  color: #ffffff;
  text-decoration: none;
}
.cb-mobile-filter-items .mese td > span,
.cb-mobile-filter-items li > span {
  display: block;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
}
.cb-mobile-filter-items > .cb-filter {
  margin: 0 !important;
  width: 100% !important;
}
.scan li > .cb-hybrid,
.scan span,
.same > .cb-hybrid,
.epoc td > .cb-hybrid,
.year td > .cb-hybrid,
.mese td > .cb-hybrid,
.week td > .cb-hybrid,
.days td > .cb-hybrid {
  padding-right: 2%;
  padding-left: 2%;
}
.cb-mobile-filter-items li {
  display: inline-block;
  overflow: hidden;
  width: 50%;
  text-overflow: ellipsis;
}
.cb-mobile-filter-items li > .cb-hybrid {
  position: relative;
  overflow: hidden;
  padding-right: 4%;
  padding-left: 4%;
  text-overflow: ellipsis;
}
.mese tbody th,
.mese td > .cb-hybrid,
.mese td > span {
  padding-right: 0.4em;
  padding-left: 0.4em;
}
.cb-mobile-filter-items > .beta {
  text-align: center;
}
.cb-mobile-filter-items > .beta > span {
  float: left;
  padding: 0;
  width: 20%;
  line-height: 3em;
}
.cb-mobile-filter-items > .beta > span > .cb-hybrid {
  padding: 0;
}
.cb-mobile-filter-items > .scan > p > span > .cb-hybrid {
  display: inline-block;
  overflow: hidden;
  max-width: 9em;
  vertical-align: middle;
  text-overflow: ellipsis;
}
.font9 {
  font-size: 12px;
  font-size: 1.2rem;
}
.font12 {
  font-size: 16px;
  font-size: 1.6rem;
}
.font15 {
  font-size: 21px;
  font-size: 2.1rem;
}
.font18 {
  font-size: 25px;
  font-size: 2.5rem;
}
.font21 {
  font-size: 29px;
  font-size: 2.9rem;
}
.font24 {
  font-size: 33px;
  font-size: 3.3rem;
}
.font27 {
  font-size: 37px;
  font-size: 3.7rem;
}
.font30 {
  font-size: 42px;
  font-size: 4.2rem;
}
.font32 {
  font-size: 44px;
  font-size: 4.4rem;
}
.cb-mobile-filter-items .cb-count,
.cb-mobile-filter-items .days td > span,
.cb-mobile-filter-items .week td > span,
.cb-mobile-filter-items .year td > span {
  display: none;
}
.cb-mobile-filter-items .same > span:first-child {
  display: block;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
}
.keys input {
  display: table;
  margin: 0.3em auto;
  width: 86%;
  appearance: searchfield;
}
.keys input + .cb-hybrid {
  display: none;
}
.scan select {
  margin: 0.4em 2%;
  width: 96%;
}
.same,
.this .same,
.same > .cb-hybrid {
  background: #5381c7;
  color: #fff;
  text-decoration: none;
}
/******* module-shop.less 2013-1-16 *******/
input.prix {
  float: left;
  margin-right: 2px;
  width: 45px;
}
.cury {
  /* was div.payp span.cury, check shop lightbox */
  margin-left: 4px;
}
.payp input.numb {
  font-size: 15px;
  font-size: 1.5rem;
  float: left;
  margin-right: 5px;
  width: 2em !important;
  text-align: right;
}
.payp .ctrl > div,
.ctrl > .payp {
  display: inline-block;
  vertical-align: middle;
}
.ctrl > .payp {
  top: 0.1em;
  position: relative;
  padding: 0 0.5em;
}
.payp .name,
.payp .ctrl {
  padding-bottom: 0.5em;
}
.payp .name {
  box-sizing: border-box;
  *behavior: url(/objects/boxsizing/boxsizing.htc);
}
.payp.tile,
.payp.tile .papc {
  position: relative;
}
.payp.tile .papc {
  padding-bottom: 2em;
  margin-bottom: -2em;
}
.payp.tile input.numb {
  bottom: 0.4em;
  position: absolute;
}
.payp .ctrl {
  float: right;
  text-align: right;
}
.payp input.payp {
  padding: 0;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('/images/cart.png') no-repeat;
}
.payp input.payp:hover {
  background-position: 0px -30px;
  background-color: transparent;
}
.payp input.success {
  background-position: 0px -60px;
}
.payp input.success:hover {
  background-position: 0px -90px;
}
.payp input.fade,
.payp input.fade:hover {
  background-position: 0px -120px;
}
#root div.payp textarea {
  resize: none;
}
.cb-price-comment,
.cb-price-file,
.cb-price-file input {
  float: left;
  margin-top: 0.2em;
  width: 100%;
}
.cb-price-comment > textarea {
  width: 100%;
}
.cb-price-comment > .hint {
  color: #909090;
}
#disp.shop .name,
a.agbs,
.cb-shoppingcart .cb-shop-country > label {
  float: left;
  padding-right: 1%;
}
.cb-shop-country {
  padding-bottom: 2em;
}
.cb-shop-country > label {
  width: 31%;
}
#disp .cb-shop-country > select {
  width: 68%;
}
#disp.shop textarea {
  height: inherit;
}
a.agbs {
  overflow: hidden;
  margin-bottom: 5px;
  background: url('/icon-small/pdf.gif') no-repeat 2px 4px;
  text-indent: 15px;
  text-overflow: ellipsis;
}
.cb-agb > fieldset {
  float: left;
  margin-bottom: 10px;
}
.cb-shop-tab-contents h3,
.cb-shoppingcart h3 {
  clear: both;
  margin: 14px 0 5px;
  padding: 0.2em 5px;
  border-bottom: 1px solid #aaa;
  background-color: #f5f5f5;
  color: #333;
  letter-spacing: 0.02em;
  font-size: 1.1em;
  line-height: 1.25;
}
#disp.shop .foot {
  padding: 10px 0;
  border-top: 1px solid #aaa;
}
.cb-shop-tabs {
  margin: 10px 0 -14px;
  border-bottom: 1px solid #aaa;
}
.cb-shop-tabs > li {
  display: block;
}
.cb-shop-tab {
  display: block;
  padding: 0.3em 0.4em;
  border: 1px solid #aaa;
  border-bottom-width: 0;
  background: #ddd;
  text-decoration: none;
}
.cb-shop-tab.selected {
  background-color: #f5f5f5;
}
.cb-shop-tab-contents > .cb-shop-tab-contents {
  display: none;
}
.cb-shop-tab-contents > .selected {
  display: block;
}
#disp.shop .name,
a.agbs,
.cb-shop-country > label {
  min-height: 1px;
}
#disp.shop .name,
a.agbs {
  width: 59%;
  width: 100%;
}
#disp.shop textarea {
  width: 100%;
}
.shop .file,
.cb-shoppingcart .file,
.shop select,
.cb-shoppingcart select {
  float: left;
}
.cb-shop-exchange-rate-equal {
  float: left;
}
.cb-shop-exchange-rate {
  margin-bottom: 8px;
}
.cb-shop-currency,
.cb-shop-countries,
.cb-shop-regions {
  position: relative;
}
.cb-shop-currency + fieldset > .name + a,
.cb-shop-vat + fieldset > .name + a,
.cb-shop-countries + fieldset > .name + a,
.cb-shop-regions + fieldset > .name + a {
  display: inline-block;
  text-decoration: underline;
}
.cb-shop-vat > .cury {
  float: left;
}
#disp.shop .zip {
  float: left;
  clear: left;
  margin-right: 1%;
  width: 18%;
  text-align: right;
}
#disp.shop .cb-shop-currency > select,
#disp.shop .cb-shop-countries > select,
#disp.shop .cb-shop-regions > select {
  width: 90%;
}
#disp.shop input.city {
  width: 80%;
}
.cb-shop-currency + fieldset > .name + a,
.cb-shop-vat + fieldset > .name + a,
.cb-shop-countries + fieldset > .name + a,
.cb-shop-regions + fieldset > .name + a {
  clear: left;
}
#cb-footnotes {
  margin: 10px 0;
  color: #808080;
  text-align: center;
}
.cb-shoppingcart table {
  border-collapse: collapse;
}
.cb-shoppingcart th,
.cb-shoppingcart td {
  padding: 4px 3px;
}
.cb-shoppingcart th {
  border-bottom: 2px solid #666;
  color: #222;
  text-align: left;
}
.cb-shoppingcart .hdpr {
  text-align: right;
}
td.hdpr,
.cb-cart-subtotal-vat-incl > .cb-cart-label,
.cb-cart-subtotal-vat-excl > .cb-cart-label {
  white-space: nowrap;
}
#items > .odd {
  background: none;
}
.cb-shoppingcart td {
  border-bottom: 1px solid #aaa;
  vertical-align: middle;
}
.cb-total-without-vat > td,
.cb-total-with-vat > td {
  font-weight: bold;
  border: 2px solid #666;
  border-style: solid none;
  background-color: #f5f5f5;
  color: #222;
}
.cost {
  text-align: right;
}
.remo {
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: 0.142em;
  background: url('/icons/cross.png') no-repeat;
  position: relative;
  top: 5px;
}
.remo:hover,
.remo:focus {
  background-position: 0 -22px;
}
.remo:active {
  background-position: 0 -47px;
}
div.cb-payment .radio {
  margin-right: 4px;
}
div.cb-payment div.fail {
  float: none;
}
div.cb-shoppingcart div.ship {
  margin-right: 0;
}
#disp .cb-additional-information textarea {
  overflow: scroll;
  /* module shop */
  height: auto;
}
#disp fieldset.last {
  margin: 0;
}
.cb-address,
.cb-additional-information,
.cb-payment,
.cb-order,
.cb-sandbox,
.cb-agb,
.cb-shop-country {
  float: left;
  width: 100%;
}
.cb-shoppingcart .horz {
  float: left;
  width: 100%;
}
.cb-shoppingcart .cb-shipping-address-option {
  font-weight: bold;
  clear: both;
  margin: 10px 0;
  padding: 2px 0;
  border: 1px solid #808080;
  background-color: #ddd;
  color: #222;
}
div.cb-shoppingcart div.cb-address p.cb-notice {
  margin-top: 7px;
  color: #808080;
}
.cb-address > a {
  font-size: 15px;
  font-size: 1.5rem;
  display: inline-block;
  padding: 0.1em 1em;
  min-height: 1.42em;
  border: 1px solid;
  border-color: #5381c7 #3967ae #3967ae #5381c7;
  border-radius: 2px;
  background-color: #668fcd;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(50, 92, 155, 0.75);
  line-height: 1.42em;
  float: left;
  clear: left;
  margin: 20px 0;
}
.cb-address > a:hover,
.cb-address > a:focus {
  border-color: #5381c7 #3967ae #3967ae #5381c7;
  background-color: #7297d1;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.cb-address > a:active {
  outline: none;
  border-color: #5381c7 #3967ae #3967ae #5381c7;
  background-color: #4073c0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  color: #fff;
  text-shadow: none;
}
#disp.cb-shoppingcart input.numb {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0;
  width: 30px;
  text-align: right;
}
div.cb-shoppingcart a.agbs {
  margin-right: 10px;
}
.cb-shoppingcart fieldset > .fail {
  /* overwrites div.fail */
  float: none;
}
div.cb-shoppingcart input.cb-hybrid {
  margin-left: 5px;
}
div.cb-payment input.cb-hybrid {
  margin: 7px 0 0 0;
}
#disp.shop input.conf,
.cb-shoppingcart .next {
  float: right;
}
.cb-shoppingcart .next {
  font-weight: bold;
}
.foot > fieldset > form {
  float: left;
}
.foot > fieldset > form + form {
  float: right;
}
.cb-payment-prepay-info {
  margin: 0.7em 0;
  list-style: none;
}
.cb-payment-prepay-info-line {
  padding-left: 1em;
  min-height: 0.75em;
}
label.tiny,
label.tall {
  font-weight: bold;
}
#disp label.tiny {
  float: left;
  width: 20%;
}
#disp p.tiny {
  float: left;
  width: 80%;
}
#disp select.tiny {
  float: left;
  width: 80px !important;
}
#disp.shop .cb-shop-exchange-rate > .tiny {
  float: left;
  margin: 0 5px 0 10px;
  width: 4em !important;
  text-align: right;
}
#disp .tiny > label.name {
  width: 100%;
}
#disp.shop input.tiny {
  float: left;
  width: 5em;
  text-align: right;
}
.cb-shop-shipping-definition a {
  float: left;
}
.cb-shop-shipping-definition .remo {
  margin-top: 5px;
}
.cb-shop-shipping-definition-details {
  float: left;
  width: 100% !important;
}
.cb-shipping-definitions-tabs {
  float: left;
  clear: left;
  margin: 0 0 1em;
  width: 32%;
  background: #c6c6c6;
}
.cb-shipping-definitions-tabs > li {
  list-style: none;
}
.cb-shipping-definition-tab {
  display: block;
  padding: 0.5em 0.8em;
  border-right: 1px solid #aaa;
  text-decoration: none;
  font-size: 0.9em;
  line-height: 1.2;
}
.cb-shipping-definition-tab:hover,
.cb-shipping-definition-tab:focus {
  border-color: #c6c6c6;
  background: #f5f5f5;
}
.cb-shipping-definition-selected > .cb-shipping-definition-tab {
  border-color: #fff;
  background: #fff;
}
.cb-shipping-definitions-tab-contents {
  float: right;
  width: 67%;
  list-style: none;
}
.cb-shipping-ranges {
  width: 100%;
  table-layout: fixed;
}
.cb-shipping-range > th {
  text-align: left;
}
.cb-shipping-range-label,
.cb-shipping-range-value {
  width: 40%;
}
.cb-shipping-range-action {
  width: 20%;
}
.cb-shipping-definition-contents {
  display: none;
}
.cb-shipping-definition-selected > .cb-shipping-definition-contents {
  display: block;
}
.cb-shipping-definition-contents td {
  padding: 1px;
  vertical-align: middle;
}
@media screen and (max-width: 720px) {
  .cb-shoppingcart table,
  .cb-shoppingcart thead,
  .cb-shoppingcart tbody,
  .cb-shoppingcart th,
  .cb-shoppingcart td,
  .cb-shoppingcart tr {
    display: block;
  }
  .cb-shoppingcart thead {
    font-size: 0;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
  }
  .cb-shoppingcart th {
    border: 0;
    padding: 0;
  }
  .cb-shoppingcart .cb-cart-item {
    margin-bottom: 2em;
  }
  .cb-shoppingcart td {
    *zoom: 1;
    position: relative;
    padding-left: 38%;
  }
  .cb-shoppingcart td:before,
  .cb-shoppingcart td:after {
    display: table;
    content: '';
  }
  .cb-shoppingcart td:after {
    clear: both;
  }
  .cb-shoppingcart td:before {
    font-weight: bold;
    position: absolute;
    top: 4px;
    left: 3px;
    white-space: nowrap;
    padding-right: 1em;
    width: 36%;
    text-align: left;
    content: attr(data-title);
  }
  .cb-shoppingcart #cb-footnotes {
    text-align: right;
    padding-left: 38%;
    line-height: 1.4;
  }
  .cb-cart-empty {
    display: none !important;
  }
  .cb-shoppingcart .cb-price-comment,
  .cb-shoppingcart .cb-price-file {
    float: none;
    display: block;
    padding-top: 0.2em;
    border-top: 1px dashed #ccc;
  }
  .cb-shoppingcart .cb-cart-item-action {
    padding-right: 0;
    border: 0;
  }
  .cb-shoppingcart .remo {
    *zoom: 1;
    display: block;
    float: right;
    padding-right: 0 !important;
    padding-left: 0 !important;
    width: 6em;
    background-image: none;
    color: #fff !important;
    text-indent: 0;
    font-size: 15px;
    font-size: 1.5rem;
    display: inline-block;
    padding: 0.1em 1em;
    min-height: 1.42em;
    border: 1px solid;
    border-color: #d81d21;
    border-radius: 2px;
    background-color: #e64246;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(171, 23, 26, 0.75);
    line-height: 1.42em;
  }
  .cb-shoppingcart .remo:before,
  .cb-shoppingcart .remo:after {
    display: table;
    content: '';
  }
  .cb-shoppingcart .remo:after {
    clear: both;
  }
  .cb-shoppingcart .remo:hover,
  .cb-shoppingcart .remo:focus {
    border-color: #ab171a;
    background-color: #e32b30;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
  }
  .cb-shoppingcart .remo:active {
    outline: none;
    border-color: #7e1113;
    background-color: #d81d21;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    color: #fff;
    text-shadow: none;
  }
  .cb-cart-subtotals {
    position: relative;
  }
  .cb-cart-subtotal-shipping {
    position: relative;
  }
  .cb-cart-subtotal-shipping > .cb-cart-label {
    padding: 0;
    position: absolute;
    top: 4px;
    left: 3px;
    white-space: nowrap;
    padding-right: 1em;
    width: 36%;
    border: 0;
  }
  .cb-cart-subtotal-shipping > .cb-cart-value {
    border: 0;
  }
  .cb-total-without-vat {
    background: #f5f5f5;
    position: relative;
  }
  .cb-total-without-vat > td {
    background: none;
  }
  .cb-total-without-vat > .cb-cart-label {
    font-weight: bold;
    position: absolute;
    top: 4px;
    left: 3px;
    margin-top: 2px;
    padding: 0;
    padding-right: 1em;
    width: 36%;
    border: 0;
    white-space: nowrap;
  }
  .cb-cart-subtotal-vat-excl,
  .cb-cart-subtotal-vat-incl {
    position: relative;
  }
  .cb-cart-subtotal-vat-excl > td,
  .cb-cart-subtotal-vat-incl > td {
    background: none;
  }
  .cb-cart-subtotal-vat-excl > .cb-cart-label,
  .cb-cart-subtotal-vat-incl > .cb-cart-label {
    position: absolute;
    top: 4px;
    left: 3px;
    padding: 0;
    padding-right: 1em;
    width: 36%;
    border: 0;
    white-space: nowrap;
  }
  .cb-cart-totals {
    display: block;
  }
  .cb-total-with-vat {
    position: relative;
    background: #f5f5f5;
  }
  .cb-total-with-vat > td {
    background: none;
  }
  .cb-total-with-vat > .cb-cart-label {
    font-weight: bold;
    position: absolute;
    top: 4px;
    left: 3px;
    padding: 0;
    margin-top: 2px;
    padding-right: 1em;
    width: 36%;
    border: 0;
    white-space: nowrap;
  }
  .cb-shoppingcart #cb-footnotes {
    float: left;
    text-align: left;
    margin-top: 0.4em;
    padding: 0;
  }
}
/******* 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 */