/******* screen-small.less *******/
/******* mixins.less 2013-1-16 *******/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
/******* fontface.less 2013-1-16 *******/
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'SimplonNormBold';
  font-style: normal;
  font-weight: 700;
  src: url('/extras/fonts/new/SimplonNorm-Bold-WebS.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'SimplonNormBold';
  font-style: italic;
  font-weight: 700;
  src: url('/extras/fonts/new/SimplonNorm-BoldItalic-WebS.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'SimplonNormLight';
  font-style: normal;
  font-weight: 700;
  src: url('/extras/fonts/new/SimplonNorm-Light-WebS.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'SimplonNormLight';
  font-style: italic;
  font-weight: 700;
  src: url('/extras/fonts/new/SimplonNorm-LightItalic-WebS.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'SimplonNormMedium';
  font-style: normal;
  font-weight: 700;
  src: url('/extras/fonts/new/SimplonNorm-Medium-WebS.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'SimplonNormMedium';
  font-style: italic;
  font-weight: 700;
  src: url('/extras/fonts/new/SimplonNorm-MediumItalic-WebS.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/******* reset.less 2013-1-16 *******/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
abbr,
code,
em,
hr,
img,
strong,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
input,
textarea,
button,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
audio,
video {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0 #fff;
  /* color for input.file */
  background: transparent;
  vertical-align: baseline;
  font-size: 100%;
}
ul {
  list-style: none;
}
a:active,
a:focus {
  outline: none;
}
img {
  display: block;
  /* risky, was #root div.show img, cut at #disp .body img, */
  border: none;
  -ms-interpolation-mode: bicubic;
}
/******* cmsbox.less 2014-08-26 *******/
#desk,
.unit,
.part {
  position: relative;
}
.stop,
.unit > .foot {
  clear: both;
}
#head,
.area,
.unit,
.unit > .body,
.unit > form > .body,
.part {
  float: left;
}
.unit {
  margin-top: 10px;
  margin-bottom: 10px;
}
.unit > .body,
.unit > form > .body {
  margin: 0.4em 0;
  width: 100%;
}
.cb-part-body {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}
.fold > .body {
  min-height: 0;
}
.part,
.grid table {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}
.lead {
  margin-bottom: 0 !important;
}
.list {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.gist,
.dent {
  display: list-item;
  list-style-position: outside;
}
.gist {
  margin-left: 16px;
}
.dent {
  margin-left: 32px;
}
.line {
  margin-top: 0;
  margin-bottom: 0;
  padding: 2px 0;
  font-size: 0;
  line-height: 0;
}
.line > hr {
  overflow: hidden;
  height: 1px;
  border-color: #6d86c3;
  color: #6d86c3;
  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: #2c3e6b !important;
  text-decoration: none !important;
  cursor: default;
}
.pict > img,
.pict > a > img,
.file > img,
.file > a > img,
.film > img,
.film > a > img,
.play > img,
.cb-googlemapscontainer,
.cb-zoom-image {
  width: 100%;
}
a.zoom {
  position: relative;
  display: block;
}
img.zoom {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -18px 0 0 -17px !important;
  width: 35px !important;
  height: 35px;
}
.cb-zoom-image {
  overflow: hidden;
  margin: 0 auto;
  color: #ccc;
  font-size: 12px;
  font-family: monaco, 'courier new', courier, monospace;
  line-height: 1.2;
}
.crop {
  position: relative;
  overflow: hidden;
  height: 320px;
}
.crop > img {
  position: absolute;
  width: auto;
}
.plug {
  overflow: hidden;
  background-position: 50%;
  background-repeat: no-repeat;
}
p.plug {
  max-width: 100%;
  background-size: contain;
}
.flash,
.flash embed,
.flash object,
.crossslide {
  overflow: hidden;
  width: 100%;
}
div.flash > div {
  width: 100%;
  height: 100%;
}
.cb-youtube > .flash,
.cb-youtube > .null {
  background: url('/icons/youtube_logo.png') no-repeat 50%;
}
.cb-vimeo > .flash,
.cb-vimeo > .null {
  background: url('/icons/vimeo_logo.png') no-repeat 50%;
}
.cb-youtube > .cb-youtube,
.cb-vimeo > .cb-vimeo {
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
}
.cb-vimeo iframe,
.cb-youtube iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
  /* iframe borderframe */
}
.cb-statistics .cb-loading {
  margin: 10px auto 25px;
  width: 32px;
  height: 32px;
  border-radius: 5px;
  background: #111 url(/icons/load.gif) no-repeat 50%;
}
.cb-service > a {
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  float: left;
  margin-top: 2px;
  margin-right: 10px;
  padding-bottom: 4px;
  width: 16px;
  height: 16px;
  background: url('/icons/email.png') no-repeat;
}
.cb-service > a:hover {
  background-position: 0px -20px;
}
.cb-service > a:active {
  background-position: 0px -40px;
}
.cb-service > .cb-delicious {
  background-image: url('/icons/delicious.png');
}
.cb-service > .cb-digg {
  background-image: url('/icons/digg.png');
}
.cb-service > .cb-twitter {
  background-image: url('/icons/twitter.png');
}
.cb-service > .cb-facebook {
  background-image: url('/icons/facebook.png');
}
.cb-service > .cb-service {
  position: relative;
  float: left;
  margin-bottom: 8px;
  padding: 2px 5px 2px 0;
  height: 24px;
  background: red;
}
.code pre {
  font-family: monaco, 'courier new', courier, monospace;
}
.grid table {
  border-collapse: collapse;
}
.cb-table-layout-fixed {
  table-layout: fixed;
}
.grid td,
.grid th {
  border-width: 0;
  border-style: solid;
  border-color: #b3b3b3;
  vertical-align: top;
}
.horz td,
.horz th {
  padding: 1px;
}
.vert td,
.vert th {
  padding: 1px 4px;
}
.horz .trim td,
.horz .trim th {
  border-width: 1px 0;
}
.vert .trim td,
.vert .trim th {
  border-width: 0 1px;
}
.grid th {
  font-weight: normal;
  font-family: 'SimplonNormBold';
  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: #435061;
}
#disp .head,
#disp h2,
#disp .head a.quit {
  color: #fff;
  line-height: 24px;
}
#disp .head {
  position: relative;
  overflow: hidden;
}
#disp h2 {
  font-size: 21px;
  font-size: 2.1rem;
  margin: 0 10px;
  padding-right: 30px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  letter-spacing: 0.025em;
  font-weight: 300;
}
#disp.zoom h2 {
  padding-right: 80px;
}
#disp .head .ctrl {
  position: absolute;
  top: 2px;
  right: 8px;
  width: 74px;
}
#disp .head .cb-hybrid,
#disp a.quit {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  float: left;
  width: 22px;
  height: 24px;
  background: url('/icon-lightbox/lb-ctr.png') no-repeat;
  font-size: 0;
}
#disp .head .cb-hybrid:hover,
#disp a.quit:hover,
#disp .head .cb-hybrid:focus,
#disp a.quit:focus {
  opacity: 0.75;
}
#disp .head .cb-hybrid:active,
#disp a.quit:active {
  opacity: 0.5;
}
#disp .prev > .cb-hybrid {
  background-position: 3px 50%;
}
#disp .next > .cb-hybrid {
  background-position: -15px 50%;
}
#disp a.quit {
  float: right;
  background-position: -50px 50%;
}
/* DISP BODY */
#disp .body {
  overflow: hidden;
  margin: 10px 10px 0;
  padding: 15px;
  border-radius: 2px 2px 0 0;
  background: #fff;
}
#disp.mail .body,
#disp.resp .body {
  padding-bottom: 0;
}
#disp.mail .foot,
#disp.resp .foot,
#disp.auth .foot {
  padding-bottom: 10px;
  text-align: right;
}
.mail p + fieldset + fieldset {
  min-height: 2.8em;
  /* no jumping after recipient address renders */
}
#disp a {
  color: #435061;
}
.cb-disp-sent,
.cb-disp-sent:hover {
  display: block;
  padding: 0.4em 14px;
  text-align: left;
  text-decoration: none;
}
#disp fieldset {
  padding: 0.2em 0 0.5em;
}
#disp .mail,
#disp select,
#disp textarea,
#disp .tick,
#disp .text,
#disp .file,
#disp .password {
  display: block;
  width: 100%;
}
#disp textarea {
  height: 160px;
}
#disp label.name {
  font-weight: normal;
  font-family: 'SimplonNormBold';
  display: block;
  padding-bottom: 0.2em;
  width: 100%;
}
#disp label.sign {
  float: right;
  /* used where ? */
  width: 278px;
}
#disp div.tack {
  float: right;
  width: 20px;
}
/* DISP FOOT */
#disp .foot {
  overflow: hidden;
  margin: 0 10px;
  padding-bottom: 0.5em;
  border-radius: 0 0 2px 2px;
  background: #fff;
  text-align: left;
}
#disp .foot p.prev,
#disp .foot p.next {
  float: left;
  /* used where ? */
  width: 40%;
}
#disp .foot p.next {
  /* used where ? */
  float: right;
  text-align: right;
}
#disp .foot input.prev,
#disp .canc,
#disp .foot .button {
  margin-left: 15px;
}
#disp .submit,
#disp .foot input.next,
#disp .conf,
#disp .foot .button,
#disp.message .submit {
  margin-right: 15px;
}
a.capt {
  float: left;
  margin-bottom: 0.5em;
  padding: 0.3em 0;
  background: #000;
}
#disp a.capt {
  width: 100%;
}
img.capt {
  margin: 0 auto;
}
#disp.zoom .foot,
#disp.zoom .foot > fieldset {
  padding-bottom: 0;
}
.zoom fieldset > p {
  padding: 0 15px 25px;
  color: #435061;
}
#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: #9e3b71;
}
.srch .text {
  -webkit-appearance: searchfield;
  appearance: searchfield;
}
.srch th,
.srch td {
  padding-right: 0.4em;
  text-align: left;
}
.srch th:first-child {
  color: #c9d0da;
  text-align: right;
  line-height: 2;
  font-size: 0.9em;
  font-weight: normal;
}
.srch td {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
  padding-bottom: 0.8em;
}
.flag {
  background-color: #fd0;
  color: #333;
  text-shadow: none;
}
::selection {
  background-color: #004664;
  color: #fff;
  text-shadow: none;
}
/* NEWSLETTER */
div.prog p,
div.prog img {
  float: left;
  margin-bottom: 10px;
  margin-left: 10px;
}
#disp.two-step-verification {
  z-index: 3100;
  width: 320px;
  left: 50% !important;
  transform: translateX(-50%);
  margin-left: 0;
}
#disp.two-step-verification .two-step-verification-container {
  position: relative;
  width: 300px;
  height: 350px;
  margin-left: -15px;
  background: #fff;
}
#disp.two-step-verification .two-step-verification__div {
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  width: 100%;
  height: 100%;
}
#disp.two-step-verification .two-step-verification__a {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  height: 40px;
  min-height: 40px;
  border-radius: 0;
  background-color: #2c3e6b;
  padding: 0 20px;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  opacity: 0;
}
#disp.two-step-verification .loaded .two-step-verification__a {
  opacity: 1;
  transition: opacity 200ms ease-out 150ms;
}
#disp.two-step-verification .two-step-verification-container:before {
  content: "";
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 15%;
  display: block;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid rgba(113, 113, 113, 0.3);
  border-radius: 50%;
  border-top-color: #2c3e6b;
  animation: spin 1s linear infinite;
  opacity: 1;
  transition: opacity 200ms ease-in;
}
#disp.two-step-verification .two-step-verification-container.loaded:before {
  opacity: 0;
}
.ie9 #disp .two-step-verification__a {
  display: block;
  line-height: 40px;
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@media screen and (max-width: 768px) {
  .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: normal;
    font-family: 'SimplonNormBold';
    position: absolute;
    top: 0;
    overflow: hidden;
    padding: 1px 4px;
    width: 35%;
    border: 0;
    content: attr(data-title);
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    *behavior: url(/objects/boxsizing/boxsizing.htc);
  }
  .cb-table-head.cb-table-no-foot .cb-table-3up.horz td {
    padding-left: 38%;
  }
  .cb-table-head.cb-table-no-foot .cb-table-3up.horz td:after {
    left: 0;
    padding-right: 1%;
  }
  .cb-table-foot.cb-table-no-head .cb-table-3up.horz td {
    padding-right: 38%;
  }
  .cb-table-foot.cb-table-no-head .cb-table-3up.horz td:after {
    right: 0;
    padding-left: 1%;
  }
  .cb-table-none .cb-table-3up.horz {
    display: block;
    border: 0;
  }
  .cb-table-none .cb-table-3up.horz tbody,
  .cb-table-none .cb-table-3up.horz th,
  .cb-table-none .cb-table-3up.horz tr,
  .cb-table-none .cb-table-3up.horz td {
    display: block;
  }
  .cb-table-none .cb-table-3up.horz tr {
    border: 1px solid #b3b3b3;
    margin-bottom: 4px;
  }
  .cb-table-none .cb-table-3up.horz td {
    padding: 1px 4px;
    border: 0;
  }
  .cb-table-columns-3 tr {
    min-width: 50%;
  }
}
/******* hide-non-mobile.less 2013-1-16 *******/
.body-mobile,
.cb-mobile .cb-mobile-invisible,
.cb-mobile .body-non-mobile {
  display: none;
}
.cb-mobile .body-mobile {
  display: block;
}
/******* site.less 2013-1-16 *******/
html,
body {
  min-height: 100%;
  height: 100%;
  background: #fff;
}
html {
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(44, 62, 107, 0.4);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  float: left;
  font-size: 16px;
  font-size: 1.6rem;
  width: 100%;
  background-color: #f2f2f2;
  color: #2c3e6b;
  font-family: 'SimplonNormLight';
  line-height: 1.7;
}
#home {
  float: left;
}
.logo {
  width: 100%;
  height: auto;
}
#head {
  width: 100%;
}
#over {
  z-index: 2100;
}
#disp {
  z-index: 2101;
}
.navigation-wrapper .desk {
  position: relative;
}
.header {
  float: left;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  background-color: #f7f8fc;
}
@media (max-width: 767px) {
  .header {
    position: relative;
  }
}
.header__section {
  float: left;
  width: 100%;
}
@media (max-width: 1023px) {
  .header__section--logo {
    margin-top: 54px;
  }
}
.header__section--navi {
  background: #2c3e6b;
  border-top: 1px solid #2c3e6b;
  border-bottom: 1px solid #2c3e6b;
}
.pfad {
  position: absolute;
  left: 0;
  bottom: 100%;
  z-index: 2;
  color: #2c3e6b;
  font-size: 14px;
  margin-bottom: 40px;
}
.pfad a {
  color: #2c3e6b;
  text-decoration: none;
}
.cb-layout1 .pfad {
  display: none;
}
@media (max-width: 767px) {
  .pfad {
    margin-bottom: 20px;
  }
}
.newsletter {
  float: left;
  width: 100%;
  padding: 40px 0;
}
.newsletter__title {
  float: left;
  width: 100%;
  margin-bottom: 14px;
}
.newsletter__h2 {
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.22222222;
  font-weight: normal;
  font-family: 'SimplonNormBold';
}
.newsletter__inputs {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#mce-responses {
  float: left;
  width: 100%;
}
.newsletter__label {
  display: none;
}
.mc-field-group {
  float: left;
  width: 21%;
}
@media (max-width: 767px) {
  .mc-field-group {
    width: 100%;
    margin-bottom: 10px;
  }
}
.newletter__button {
  float: left;
  width: 11%;
}
@media (max-width: 767px) {
  .newletter__button {
    width: 100%;
  }
}
.like-cb-text {
  float: left;
  width: 100%;
  padding: 10px 14px 6px;
  box-sizing: border-box;
  min-height: 46px;
  border: 1px solid #bfbfbf;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}
.newsletter__submit {
  float: left;
  width: 100%;
  background: #b1427e;
  border-radius: 2px;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 14px 6px;
  box-sizing: border-box;
  min-height: 46px;
  font-family: 'SimplonNormMedium';
  cursor: pointer;
}
.newsletter__submit:hover {
  background: #aa3f79;
}
.newsletter__submit:active {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.6) inset;
}
.newsletter___select {
  float: left;
  width: 100%;
  position: relative;
}
.select__label {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  font-size: 14px;
}
.select__input {
  float: right;
  width: calc(100% - 60px);
  padding-left: 50px;
  height: 46px;
  box-sizing: border-box;
}
.desk {
  *zoom: 1;
  margin: 0 auto;
  position: relative;
}
.desk:before,
.desk:after {
  display: table;
  content: '';
}
.desk:after {
  clear: both;
}
.meta {
  text-decoration: none;
  line-height: 1.7;
}
.service_cta {
  float: right;
  color: #b1427e;
  background: #fff;
  text-transform: uppercase;
  font-family: 'SimplonNormBold';
  border-radius: 4px;
  border: 1px solid #b1427e;
}
.service_cta:hover,
.service_cta:focus {
  color: #9e3b71;
  border-color: #9e3b71;
}
.service_cta:active {
  color: #fff;
  background-color: #9b3a6e !important;
  box-shadow: 0 0 2px rgba(28, 11, 20, 0.4) inset;
}
.service_cta-2,
.service_jumptonewsletter {
  float: right;
  color: #1c2e55;
  background: #fff;
  text-transform: uppercase;
  font-family: 'SimplonNormBold';
  border-radius: 4px;
  border: 1px solid #1c2e55;
}
.service_cta-2:hover,
.service_jumptonewsletter:hover,
.service_cta-2:focus,
.service_jumptonewsletter:focus {
  color: #fff;
  background: #1c2e55;
}
.service_cta-2:active,
.service_jumptonewsletter:active {
  color: #fff;
  background: #2c3e6b;
  border-color: #0087a9;
}
.en .service_jumptonewsletter,
.fr .service_jumptonewsletter {
  display: none !important;
}
.service_cta {
  background: #b1427e;
  color: #fff !important;
}
.service_cta:hover,
.service_cta:focus {
  background-color: #aa3f79;
}
.cb-cart-icon-link {
  position: relative;
  float: right;
  width: 48px;
  height: 48px;
  background: url(/images/cb-cart-icon-link-96.png) no-repeat 50% 100%;
  background-size: 37px;
}
.cb-cart-icon-link-empty {
  background-image: url(/images/cb-cart-icon-link-empty-96.png);
}
.cb-cart-icon-link-empty > .cb-cart-icon-count {
  display: none;
}
.cb-cart-icon-count {
  line-height: 1.3;
  position: absolute;
  right: 5px;
  bottom: -1px;
  width: 1em;
  height: 1em;
  padding: 3px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background: #fc2945;
  font-weight: normal;
  font-family: 'SimplonNormBold';
  font-size: 12px;
  font-size: 1.2rem;
}
.navigation-wrapper {
  background: #2c3e6b;
}
#edit #external {
  display: none;
}
#external > .meta {
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50%;
  background-color: #2c3e6b;
}
.service_twitter {
  background-image: url(/images/service_twitter.svg);
}
.service_facebook {
  background-image: url(/images/facebook.svg);
  background-size: 25px;
}
.service_youtube {
  background-image: url(/images/service_youtube.svg);
}
.service_instagram {
  background-image: url(/images/service_instagram.svg);
}
.service_linkedin {
  background-image: url(/images/service_linkedin.svg);
  background-size: 21px auto;
}
#expo {
  height: 0;
  position: relative;
  width: 100%;
  overflow: hidden;
}
#slides,
.slide {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
}
#expo .cb-landscape {
  position: absolute;
  bottom: 0;
  max-width: none !important;
  height: 100%;
  max-height: none !important;
  left: -50%;
}
#expo a.link,
.cb-index-some,
.cb-index-all {
  display: none;
}
.content {
  background-color: #f7f8fc;
  padding-bottom: 50px;
}
.aside {
  float: left;
  width: 100%;
  color: #fff;
  background: #2c3e6b;
}
.fr .aside,
.en .aside {
  display: none;
}
.footer {
  font-size: 14px;
  font-size: 1.4rem;
  float: left;
  width: 100%;
  color: #2c3e6b;
  background: #f6e4b6;
  line-height: 1.57142857;
}
.footer a {
  color: #2c3e6b;
  text-decoration: none;
}
.footer a:hover,
.footer a:focus {
  color: #2c3e6b;
}
.whi {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'SimplonNormMedium';
  line-height: 1.75;
}
.adr,
.street-address,
.tel,
.vcardemail,
.vcard__account,
.vcard__iban {
  display: block;
}
.tel,
.vcard__account {
  margin-top: 1.8em;
}
.contentinfo {
  float: left;
  width: 100%;
}
.copyright {
  font-family: 'SimplonNormMedium';
  padding: 24px 0;
}
abbr {
  border: 0;
  text-decoration: none;
}
.u-nowrap {
  white-space: nowrap;
}
.navi,
.navi > .item {
  float: left;
}
.menu {
  text-decoration: none;
  color: #fff;
  display: block;
  text-transform: uppercase;
  font-family: 'SimplonNormMedium';
  line-height: 1.1;
}
.item > .cb-toggle {
  cursor: pointer;
  font-size: 18px;
  font-size: 1.8rem;
  /*
not used in sub2 large but sub3 inherits from this (sub3 toggles used in large)
*/
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  height: 1.6em;
  background-repeat: no-repeat;
  background-position: 50%;
}
.item-empty > .cb-toggle,
div.sub4 .cb-toggle {
  display: none;
}
div.sub3,
.sub3 > .item,
div.sub4,
.sub4 > .item {
  width: 100%;
}
div.sub3 {
  background: #e2f3fb;
}
.exit > .sub3 {
  border-bottom: 1px solid #7f90a8;
}
.sub3 > .item {
  position: relative;
}
div.sub3 .menu {
  color: #2c3e6b;
}
div.sub3 .menu.menu {
  border: solid #7f90a8;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  div.sub3 a.path,
  .sub3 > .cb-toggle-target-active > .menu {
    background: #2c3e6b;
    color: #fff;
  }
}
/*
assuming sub4 has to be toggled and does not open automatically
*/
.sub3 > .cb-toggle-target-active > .cb-toggle {
  background-image: url(/images/cb-toggle-active--blue.svg);
}
@media (min-width: 768px) {
  .sub3 > .cb-toggle-target-active > .cb-toggle {
    background-image: url(/images/cb-toggle-active--white.svg);
  }
}
div.sub4 {
  display: none;
}
.cb-toggle-target-active > .sub4 {
  display: block;
}
div.sub4 .menu {
  background: none;
  text-transform: none;
  font-family: 'SimplonNormLight';
}
div.sub4 .menu.menu {
  border: 0;
}
div.sub4 .menu:hover,
div.sub4 .menu:focus {
  background: #ddeef7;
}
div.sub4 a.path.path {
  color: #2c3e6b;
}
h1,
.unit h2 {
  font-weight: normal;
  font-family: 'SimplonNormBold';
  line-height: 1.2;
}
h1 {
  color: #2c3e6b;
  font-family: 'SimplonNormBold';
  line-height: 1.21428571;
}
h3 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  font-family: 'SimplonNormBold';
  text-transform: uppercase;
}
h4 {
  /*
Layout 3 "Informationen zur Patenschaft"
*/
  font-weight: normal;
  font-family: 'SimplonNormBold';
  font-size: 1em;
}
strong {
  font-weight: normal;
  font-family: 'SimplonNormBold';
}
.cb-layout2 .main > .wide strong,
.cb-layout3 .main > .wide strong {
  font-family: 'SimplonNormMedium';
}
.pale {
  color: #6d86c3;
}
.main .skew,
.side .skew,
.south .skew {
  color: #fff !important;
  background: #747ca2;
  font-style: italic;
  font-family: 'SimplonNormBold';
}
.main .skew > .open,
.side .skew > .open,
.south .skew > .open {
  color: #fff;
}
.text {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.open,
.load {
  overflow-wrap: normal;
  word-wrap: normal;
  -webkit-hyphens: none;
  hyphens: none;
}
.gist {
  list-style: disc;
}
.slim .list {
  /*
layout3 slim unit, another design of Layout3 has it at font-medium, 
too complicated for user, therefore automatic in slim thinner (book)
*/
  font-family: 'SimplonNormLight';
}
.slim .list strong {
  font-family: 'SimplonNormMedium';
}
.list + .text {
  margin-top: 1.2em;
}
a {
  color: #b1427e;
  text-decoration: underline;
}
a:hover,
a:focus {
  color: #2c3e6b;
}
.open,
.load {
  color: #2c3e6b;
}
.link > .open,
.load > .load {
  text-decoration: none;
}
.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.2em;
}
.rss {
  background-image: url('/icon-link/rss_small.gif');
}
#edit.cb-layout1 .side {
  border: dashed #ccc;
  border-width: 2px 0;
}
.south {
  margin-top: 20px;
}
.north {
  position: relative;
  z-index: 2;
  max-width: 460px;
}
.link + .link,
.load + .load {
  margin-top: -0.4em;
}
.load[href$=".pdf"] {
  margin-left: 55px;
}
a.agbs {
  /*
shop
*/
  text-indent: 55px !important;
}
.cb-layout1 .unit .link,
.cb-layout2 .main .link,
.cb-layout3 .main .link,
.base > .flat .link,
.base > .seam .link {
  background: none;
}
.cb-layout1 .unit .link > .open,
.base > .flat .link > .open,
.base > .seam .link > .open,
.cb-layout2 .main .unit .link .open,
.cb-layout3 .main .unit .link .open {
  text-decoration: none;
  margin-left: 0;
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 2px;
  color: #2c3e6b;
  padding: 0.7em 2.2em 0.5em;
  border: 1px solid #2c3e6b;
  margin-top: 1.8em;
}
.cb-layout1 .unit .link > .open:hover,
.base > .flat .link > .open:hover,
.base > .seam .link > .open:hover,
.cb-layout2 .main .unit .link .open:hover,
.cb-layout3 .main .unit .link .open:hover,
.cb-layout1 .unit .link > .open:focus,
.base > .flat .link > .open:focus,
.base > .seam .link > .open:focus,
.cb-layout2 .main .unit .link .open:focus,
.cb-layout3 .main .unit .link .open:focus {
  color: #fff;
  background: #2c3e6b;
}
.cb-layout1 .unit .link > .open:active,
.base > .flat .link > .open:active,
.base > .seam .link > .open:active,
.cb-layout2 .main .unit .link .open:active,
.cb-layout3 .main .unit .link .open:active {
  background: #2c3e6b !important;
  border-color: #253459;
}
.base > .flat .link > .open {
  padding: 0.7em 0.8em 0.5em;
}
.cb-layout1 .main > .unit {
  color: #2c3e6b;
  line-height: 1.45454545;
}
.side > .unit {
  color: #2c3e6b;
  font-family: 'SimplonNormMedium';
  line-height: 1.6;
  font-size: 15px;
  font-size: 1.5rem;
}
.side .lead {
  margin-top: 0.8em;
  margin-bottom: 0.4em !important;
}
.south > .unit {
  font-family: 'SimplonNormMedium';
  line-height: 1.44444444;
  margin-top: 24px;
  color: #2c3e6b;
  font-size: 18px;
  font-size: 1.8rem;
}
.south .body,
.south .show:first-child {
  margin-top: 0;
}
.south .show {
  width: 100% !important;
  margin-top: 0;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.south .show + .lead {
  margin-top: 1.2em;
}
.south > .wide {
  text-align: center;
}
.south > .slim {
  color: #2c3e6b;
  padding-bottom: 10px;
  background: #747ca2;
}
.south > .seam {
  background: #cccee0;
}
.south > .flat {
  background: #9ea3c1;
}
.cb-layout1 .south > .slim,
.cb-layout1 .south > .seam,
.cb-layout1 .south > .flat {
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.cb-layout1 .south > .slim .pict,
.cb-layout1 .south > .seam .pict,
.cb-layout1 .south > .flat .pict {
  overflow: hidden;
}
.cb-layout1 .south > .slim .pict img,
.cb-layout1 .south > .seam .pict img,
.cb-layout1 .south > .flat .pict img {
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  transform: scale(1);
}
.cb-layout1 .south > .slim .loud,
.cb-layout1 .south > .seam .loud,
.cb-layout1 .south > .flat .loud {
  text-decoration: none;
  margin-left: 0;
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 2px;
  color: #2c3e6b;
  padding: 0.7em 2.2em 0.5em;
  border: 1px solid #2c3e6b;
  margin-top: 1.8em;
}
.cb-layout1 .south > .slim:hover,
.cb-layout1 .south > .seam:hover,
.cb-layout1 .south > .flat:hover,
.cb-layout1 .south > .slim:focus,
.cb-layout1 .south > .seam:focus,
.cb-layout1 .south > .flat:focus {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}
.cb-layout1 .south > .slim:hover .pict img,
.cb-layout1 .south > .seam:hover .pict img,
.cb-layout1 .south > .flat:hover .pict img,
.cb-layout1 .south > .slim:focus .pict img,
.cb-layout1 .south > .seam:focus .pict img,
.cb-layout1 .south > .flat:focus .pict img {
  transform: scale(1.1);
}
.cb-layout1 .south > .slim:hover .loud,
.cb-layout1 .south > .seam:hover .loud,
.cb-layout1 .south > .flat:hover .loud,
.cb-layout1 .south > .slim:focus .loud,
.cb-layout1 .south > .seam:focus .loud,
.cb-layout1 .south > .flat:focus .loud {
  color: #fff;
  background: #2c3e6b;
}
#view.cb-layout1 .south > .slim .part.link,
#view.cb-layout1 .south > .seam .part.link,
#view.cb-layout1 .south > .flat .part.link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
#view.cb-layout1 .south > .slim .part.link .open,
#view.cb-layout1 .south > .seam .part.link .open,
#view.cb-layout1 .south > .flat .part.link .open {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  border: none;
  padding: 0;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}
#view.cb-layout1 .south > .slim .part.link .open:hover,
#view.cb-layout1 .south > .seam .part.link .open:hover,
#view.cb-layout1 .south > .flat .part.link .open:hover,
#view.cb-layout1 .south > .slim .part.link .open:focus,
#view.cb-layout1 .south > .seam .part.link .open:focus,
#view.cb-layout1 .south > .flat .part.link .open:focus {
  background: transparent;
}
.south h2,
.south h3 {
  font-size: 24px;
  font-size: 2.4rem;
}
.south h3 {
  line-height: 1;
  text-transform: uppercase;
}
.cb-layout2 .main > .wide,
.cb-layout3 .main > .wide {
  line-height: 1.44444444;
}
.cb-layout2 .main > .wide h2,
.cb-layout3 .main > .wide h2,
.cb-layout2 .main > .wide .part,
.cb-layout3 .main > .wide .part,
.cb-layout2 .main > .wide .foot,
.cb-layout3 .main > .wide .foot {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.cb-layout2 .main > .wide .part,
.cb-layout3 .main > .wide .part {
  width: 100% !important;
}
.cb-layout2 .main > .slim {
  font-family: 'SimplonNormMedium';
  line-height: 1.6;
  margin-top: 20px;
  padding-bottom: 10px;
  color: #2c3e6b;
  background: #fff;
  font-size: 15px;
  font-size: 1.5rem;
}
.cb-layout2 .main > .slim h2 {
  padding-top: 0.6em;
}
.cb-layout2 .main > .slim .body,
.cb-layout2 .main > .slim .show:first-child {
  margin-top: 0;
}
.cb-layout2 .main > .slim .head + .body {
  margin-top: 0.4em;
}
.cb-layout2 .main > .slim .head + .body .show:first-child {
  margin-top: 0.4em;
}
.cb-layout2 .main > .slim .show {
  width: 100% !important;
  margin-top: 0;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.cb-layout2 .main > .slim .show + .lead {
  margin-top: 2em;
  margin-bottom: 0.56em !important;
}
.base > .unit,
.cb-layout2 .main > .seam.slim {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
  background: #f6e4b6;
  padding: 16px 0 10px;
  margin-top: 20px;
}
.cb-layout2 .main > .seam.slim {
  padding: 0;
}
.base h2 {
  font-size: 20px;
  font-size: 2rem;
  font-family: 'SimplonNormMedium';
}
.base > .pure h2 {
  color: #2c3e6b;
}
.base .skew {
  /*
exception:
– different font than other units
– different size than other units
Layout 3
*/
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.33333333;
  font-family: 'SimplonNormMedium';
}
.base .edge {
  /*
this is only to make text underneath skew bigger and medium
*/
  font-family: 'SimplonNormMedium';
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.44444444;
}
.base > .flat,
.cb-layout2 .main > .flat.slim {
  color: #fff;
  background: #2c3e6b;
}
.base > .flat ::selection,
.cb-layout2 .main > .flat.slim ::selection {
  /* has to stay separate */
  color: #111;
  background: #fd0;
}
.base > .flat .open,
.base > .flat .load,
.base > .flat .link > .open,
.cb-layout2 .main > .flat.slim .open,
.cb-layout2 .main > .flat.slim .load,
.cb-layout2 .main > .flat.slim .link > .open {
  color: #fff;
  border-color: #fff;
}
.base > .flat .link > .open:hover,
.base > .flat .link > .open:focus,
.cb-layout2 .main > .flat.slim .link > .open:hover,
.cb-layout2 .main > .flat.slim .link > .open:focus {
  background: #fff;
  color: #2c3e6b;
}
.base > .seam {
  font-family: 'SimplonNormMedium';
  color: #2c3e6b;
  font-size: 20px;
  font-size: 2rem;
  box-sizing: border-box;
  *behavior: url(/objects/boxsizing/boxsizing.htc);
  background: #fff;
  border: 4px solid #b1427e;
  padding-top: 0;
}
.base > .seam .head {
  color: #fff;
  background: #b1427e;
  padding: 4px 0;
}
.base > .seam .link > .open {
  padding: 0.7em 0.8em 0.5em;
  color: #fff;
  border-color: #b1427e;
  background: #b1427e;
}
.base > .seam .link > .open:hover,
.base > .seam .link > .open:focus {
  background-color: #b1427e;
  border-color: #9e3b71;
}
.base > .seam .link > .open:active {
  background-color: #9e3b71 !important;
}
.part.payp .name {
  padding-bottom: 0;
}
.payp .ctrl > div,
.ctrl > .payp {
  /*
overwrite default styles
*/
  vertical-align: top !important;
}
.ctrl > .payp.payp {
  top: -0.3em;
}
.cb-layout3 .main {
  font-family: 'SimplonNormMedium';
}
.cb-layout3 .main > .wide.pure {
  font-family: 'SimplonNormLight';
}
.cb-layout3 .main h2 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: normal;
  font-family: 'SimplonNormBold';
}
.cb-layout3 .main > .seam h2 {
  color: #2c3e6b;
}
.cb-layout3 .main > .slim.seam {
  margin-top: -10px;
}
.north > .unit {
  color: #b1427e;
  font-size: 18px;
  font-size: 1.8rem;
  background: #2c3e6b;
  line-height: 1.33333333;
  padding: 25px 0 13px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.north h2 {
  font-family: 'SimplonNormBold';
  display: inline-block;
  text-transform: uppercase;
  border-radius: 2px;
  background: #fff;
  color: #2c3e6b;
  padding: 0.4em 0.8em 0.35em 0.7em;
  font-size: 14px;
  font-size: 1.4rem;
}
.north .lead {
  margin-top: 0.8em;
  margin-bottom: 0.8em !important;
}
.north h3 {
  font-family: 'SimplonNormBold';
  line-height: 1.14285714;
  text-transform: none;
  font-size: 28px;
  font-size: 2.8rem;
}
.north .link > .open.open {
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  padding: 0.75em 1.9em 0.5em;
  font-family: 'SimplonNormBold';
  background: #2c3e6b;
}
.north .link > .open.open:hover,
.north .link > .open.open:focus {
  color: #2c3e6b;
  background: #fff;
  border-color: #fff;
}
.north .link > .open.open:active {
  background: #fff !important;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
}
.payp.tile input.numb {
  position: static !important;
}
.form input.text,
.form textarea {
  font-size: 1em;
}
.grow {
  text-transform: none !important;
}
#cb-cookie-warning {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 475px;
  max-width: 100%;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 1990;
}
#cb-cookie-warning.cb-cookie-warning--hidden {
  display: none !important;
}
@media (max-width: 767px) {
  #cb-cookie-warning {
    padding: 4vw;
  }
}
.cb-cookie-warning--container {
  float: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
  width: 100%;
  background-color: #fff;
  font-family: 'SimplonNormLight';
  font-size: 16px;
  line-height: 1.375;
  transform: translateY(200%);
  transition: all 0.5s 0.5s cubic-bezier(0, 0.61, 0.17, 1.3);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  padding: 20px 20px;
  text-align: center;
}
.show-content .cb-cookie-warning--container {
  transform: translateY(0);
}
.cb-cookie-warning--text {
  float: left;
}
.cb-cookie-warning--text .cookie--link {
  display: inline-block;
}
.cb-cookie-warning--actions {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.cb-cookie-warning__button {
  float: left;
  background: #b1427e;
  border-radius: 2px;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 14px 6px;
  box-sizing: border-box;
  min-height: 46px;
  font-family: 'SimplonNormMedium';
  cursor: pointer;
}
.cb-cookie-warning__button:hover {
  background: #aa3f79;
}
.cb-cookie-warning__button:active {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.6) inset;
}
/******* forms.less 2016-01-05 *******/
/* Changelog

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

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

*/
fieldset {
  line-height: 2.2em;
}
fieldset .name,
label.sign {
  line-height: 1.2em;
  margin-top: 0.5em;
}
.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: #435061;
  background-color: #fff;
  font-weight: normal;
  font-family: 'SimplonNormLight';
  font-size: 12px;
  font-size: 1.2rem;
}
input.text,
input.sign,
input.password,
textarea,
input.hint,
textarea.hint,
input.capt {
  padding: 0.13333333em 3px;
  min-height: 2.2em;
  border: 1px solid #bfbfbf;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}
select {
  font-size: 12px;
  font-size: 1.2rem;
  color: #444;
  font-weight: normal;
  font-family: 'SimplonNormLight';
  line-height: 16px;
}
textarea {
  overflow: auto;
  resize: vertical;
}
input.hint,
textarea.hint {
  color: #8d9cb0;
}
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: 12px;
  font-size: 1.2rem;
  display: inline-block;
  padding: 0.13333333em 1em;
  min-height: 2.2em;
  border: 1px solid;
  border-color: #253459 #161f35 #161f35 #253459;
  border-radius: 2px;
  background-color: #2c3e6b;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(14, 20, 35, 0.75);
  line-height: 2.2em;
}
input.submit:hover,
button.cb-hybrid:hover,
input.submit:focus,
button.cb-hybrid:focus {
  border-color: #253459 #161f35 #161f35 #253459;
  background-color: #304476;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
input.submit:active,
button.cb-hybrid:active {
  outline: none;
  border-color: #253459 #161f35 #161f35 #253459;
  background-color: #1d2947;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  color: #fff;
  text-shadow: none;
}
.calendar {
  line-height: 1.5;
  position: absolute;
  z-index: 100;
  text-align: right;
  border: 3px solid #666;
  background: #999;
}
.calendar > table {
  margin: 3px;
  border-spacing: 0;
  border-collapse: collapse;
}
.calendar th {
  font-weight: 700;
  text-align: center;
  color: #eee;
}
.calendar tbody {
  color: #999;
  background-color: #eee;
}
td.show {
  font-weight: 700;
  color: #fff;
  background: #7be;
}
.calendar th > a,
.calendar td > a {
  display: block;
  padding: 0 6px;
  text-decoration: none;
  color: inherit;
}
.calendar th > a:hover,
.calendar td > a:hover,
.calendar th > a:focus,
.calendar td > a:focus {
  color: #fff;
  background: #ccc;
}
.form .foot,
.auth .foot {
  padding-bottom: 1em;
  text-align: right;
}
.form select,
.form textarea,
.form input.text,
.form input.file,
.form .name,
.form a.capt {
  display: block;
  width: 100%;
}
.form select,
.form .chop > input.file {
  float: right;
  width: 100.3%;
}
.form textarea {
  overflow: auto;
  resize: vertical;
}
.form .pile .ctrl,
.form .pile .chop {
  width: 100%;
}
.ship .chop {
  overflow: visible;
  margin-top: 0.1em;
}
.ship .chop > a {
  margin-left: 8px;
}
input.radio,
input.checkbox {
  /* add tag .unit if .unit .fade reactivated */
  margin: -3px 0.3em 0 0;
  min-height: 2.2em;
  background: none !important;
  /* IEs */
  vertical-align: middle;
}
.tick .ctrl > div,
.tick .ctrl > div {
  clear: left;
}
.form .ctrl .sign {
  min-width: 4em;
  display: inline-block;
  margin-left: 0.2em;
}
div.cb-form-sent {
  padding: 4px 0;
  border: solid #218823;
  border-width: 1px 0;
  background: #baeebb;
  text-align: center;
}
.cb-form-sent > .cb-form-sent {
  color: #218823;
}
input.fail,
textarea.fail {
  box-sizing: border-box;
  *behavior: url(/objects/boxsizing/boxsizing.htc);
  background: #fef6f6 url('/icons/warning.png') no-repeat 99% !important;
  padding-right: 30px !important;
  border-color: #e64246;
  color: #e64246 !important;
}
div.fail {
  background: #fef6f6 url('/icons/warning.png') no-repeat 99% !important;
  float: right;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  border: 1px #e64246;
  border-style: solid none;
  color: #e64246;
}
div.cb-lightbox-table ul.fail {
  background: #fef6f6 url('/icons/warning.png') no-repeat 99% !important;
  color: #e64246;
}
.cb-lightbox-table textarea.fail {
  background-image: none !important;
}
.fail > p,
.fail > li,
div.cb-lightbox-table ul.fail li {
  margin: 2px 5px;
}
.fail > p {
  font-weight: 600;
}
.fail > li,
div.cb-lightbox-table ul.fail li {
  margin-left: 1em;
  list-style: square outside;
}
.fail .sign {
  width: 90%;
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.togglenavigation {
  padding: 5px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.togglenavigation__outer {
  width: 31px;
  height: 28px;
  display: inline-block;
  position: relative;
}
.togglenavigation__inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.togglenavigation__inner,
.togglenavigation__inner::before,
.togglenavigation__inner::after {
  width: 31px;
  height: 5px;
  background-color: #fff;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.14s;
  transition-timing-function: ease;
}
.togglenavigation__inner::before,
.togglenavigation__inner::after {
  content: "";
  display: block;
}
.togglenavigation__inner::before {
  top: -10px;
}
.togglenavigation__inner::after {
  bottom: -10px;
}
/*
 * Squeeze
 */
.togglenavigation--squeeze .togglenavigation__inner {
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.togglenavigation--squeeze .togglenavigation__inner::before {
  transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}
.togglenavigation--squeeze .togglenavigation__inner::after {
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.togglenavigation--squeeze.cb-toggle-active .togglenavigation__inner {
  transform: rotate(45deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.togglenavigation--squeeze.cb-toggle-active .togglenavigation__inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}
.togglenavigation--squeeze.cb-toggle-active .togglenavigation__inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/******* layout-small.less 2013-1-16 *******/
#home {
  width: 84.24657534%;
  max-width: 290px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.cb-toggle,
.service_cta,
#external > .meta {
  -webkit-tap-highlight-color: transparent;
}
.desk {
  width: 91.25%;
  max-width: 520px;
}
.service_cta {
  font-size: 13px;
  font-size: 1.3rem;
  position: absolute;
  left: 4.79452055%;
  top: 8px;
  padding: 0.6em 1.3em 0.4em;
}
.service_cta-2,
.service_jumptonewsletter {
  display: none;
}
.service_zewo {
  display: none;
}
.navigation-wrapper {
  min-height: 3.4em;
}
.navigation-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
}
@media (max-width: 767px) {
  body.cb-toggle-target-active {
    height: 100%;
    overflow: hidden;
  }
}
div.sub1.sub1 {
  position: fixed;
  z-index: 3;
}
.togglenavigation.togglenavigation {
  position: fixed;
  z-index: 10;
}
.service_cta.service_cta {
  position: fixed;
  z-index: 2001;
}
.navigation.navigation.navigation {
  margin-top: 3.4em;
}
@media (max-width: 1023px) {
  .cb-toggle-target-active .navigation-wrapper > .desk,
  .cbe--edit-navigation .navigation-wrapper > .desk {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 3;
    width: 100%;
  }
}
.navigation {
  *zoom: 1;
  background: #2c3e6b;
  display: none;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.28);
}
.navigation:before,
.navigation:after {
  display: table;
  content: '';
}
.navigation:after {
  clear: both;
}
@media (max-width: 1023px) {
  .cb-toggle-target-active .navigation,
  .cbe--edit-navigation .navigation {
    display: block;
  }
}
.togglenavigation {
  position: absolute;
  right: 4.10958904%;
  top: 5px;
  z-index: 3;
}
#external {
  width: 100%;
  float: left;
  font-size: 0;
  position: relative;
  z-index: 1;
  margin-top: -1px;
}
#external > .meta {
  width: 25%;
  height: 40px;
}
.cb-mobile #external > .meta {
  height: 48px;
}
@media (max-width: 1023px) {
  .service_twitter:hover,
  .service_twitter:focus {
    background-color: #3ea1ec;
  }
  .service_facebook:hover,
  .service_facebook:focus {
    background-color: #344e86;
  }
  .service_youtube:hover,
  .service_youtube:focus {
    background-color: #b71d1c;
  }
}
.moodwrapper {
  margin-top: 14px;
}
#expo {
  padding-bottom: 53.125%;
}
@media (max-width: 1023px) {
  /*
hide north but on layout 1
*/
  .north {
    display: none;
  }
  .cb-layout1 .north {
    display: block;
  }
  .cb-layout1 #expo {
    padding-bottom: 68.75%;
  }
  .cb-layout1 .north {
    margin-top: -24%;
  }
  .cb-layout1 .north > .unit {
    background: rgba(44, 62, 107, 0.85);
  }
}
.content {
  padding-top: 60px;
}
h1 {
  font-size: 22px;
  font-size: 2.2rem;
}
.subnavigation {
  display: none;
}
.footer {
  padding-bottom: 40px;
}
.whi {
  margin-top: 28px;
}
.footer__part {
  display: none;
}
.contentinfo {
  background: #3b4756;
  padding-bottom: 4em;
}
.copyright {
  color: #c4c4c4;
  font-size: 15px;
  font-size: 1.5rem;
}
.copyright > .meta {
  color: #c4c4c4;
}
.copyright > .meta:hover,
.copyright > .meta:focus {
  color: #ababab;
}
.sep {
  font-size: 0;
  display: block;
}
.menu {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0.68em 4.375% 0.44em;
}
.item > .cb-toggle {
  /*
declaration a little broad, but no other toggle shave backgrounds (until now );)
*/
  width: 37px;
  margin-right: 12px;
  border-left: 3em solid transparent;
  height: 2.22em;
  background-size: 8px;
}
.cb-toggle-target-active > .cb-toggle {
  background-size: 14px;
}
div.sub1 {
  right: 7.53424658%;
  margin-right: 30px;
  top: 2px;
  max-width: 73px;
  position: absolute;
  max-height: 2em;
  background: #2c3e6b;
  border-radius: 0 0 2px 2px;
  text-align: center;
}
.cbe--edit-navigation .sub1 {
  margin-top: 50px;
}
#view .sub1 {
  overflow: hidden;
}
.sub1.cb-toggle-clicked {
  max-height: none;
}
.sub1 > .item {
  min-width: 100%;
}
div.sub1 .menu {
  /* 
no fontweight light, therefore book and a little less opacity
*/
  color: #fff;
  font-family: 'SimplonNormLight';
  padding: 0.8em 0.4em;
}
.sub1 > .cb-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -20px;
}
.sub1.cb-toggle-clicked > .cb-toggle {
  display: none;
}
.sub2 > .item {
  min-width: 100%;
  position: relative;
}
div.sub2 .menu ::selection {
  /* has to stay separate */
  color: #111;
  background: #fd0;
}
div.sub2 .menu {
  border-bottom: 1px solid #8a95ab;
}
.sub2 > .item > .menu {
  /*
redo this without .item to have leaner layout large
*/
  color: #fff;
}
.sub2 > .item > .cb-toggle {
  background-image: url(/images/cb-toggle--white.svg);
}
.sub2 > .cb-toggle-target-active > .cb-toggle {
  background-image: url(/images/cb-toggle-active--white.svg);
  background-size: 14px;
}
@media (max-width: 767px) {
  .navigation {
    overflow: hidden;
    padding-bottom: 40px;
  }
  div.sub2 {
    height: calc(100vh - 40px - 3.4em);
    overflow-y: scroll;
  }
  #external {
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    position: absolute;
  }
  div.sub2 {
    /*
prevent lock-out
*/
  }
}
div.sub3 .cb-toggle {
  background-image: url(/images/cb-toggle--blue.svg);
}
.item > .sub3 {
  display: none;
  margin-bottom: -1px;
}
.cb-toggle-target-active > .sub3 {
  display: block;
}
.sub3 > .cb-toggle-target-active > .menu.menu {
  border-bottom: 0;
}
.sub3 > .item-empty.cb-toggle-target-active > .menu.menu {
  border-bottom: 1px solid #7f90a8;
}
/*
assuming sub4 has to be toggled and does not open automatically
*/
div.sub4 a.path.path {
  background: #d0e1ed;
}
/* @end */
.main,
.side {
  width: 100%;
}
.main > .unit,
.side > .unit {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.main h2,
.side h2,
.main .foot,
.side .foot {
  margin-right: 1.65562914%;
  margin-left: 1.65562914%;
}
.main .part,
.side .part,
.main > .grid table,
.side > .grid table {
  margin-right: 1.65562914%;
  margin-left: 1.65562914%;
  width: 96.68874172%;
}
.main > .slim .part,
.side > .slim .part,
.main > .slim.grid table,
.side > .slim.grid table {
  width: 96.68874172%;
}
.main > .slim .tiny,
.side > .slim .tiny {
  width: 46.68874172%;
}
.cb-layout2 .main,
.base,
.south {
  width: 100%;
}
.cb-layout2 .main > .unit,
.base > .unit,
.south > .unit {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.cb-layout2 .main h2,
.base h2,
.south h2,
.cb-layout2 .main .foot,
.base .foot,
.south .foot {
  margin-right: 5.47945205%;
  margin-left: 5.47945205%;
}
.cb-layout2 .main .part,
.base .part,
.south .part,
.cb-layout2 .main > .grid table,
.base > .grid table,
.south > .grid table {
  margin-right: 5.47945205%;
  margin-left: 5.47945205%;
  width: 89.04109589%;
}
.cb-layout2 .main > .slim .part,
.base > .slim .part,
.south > .slim .part,
.cb-layout2 .main > .slim.grid table,
.base > .slim.grid table,
.south > .slim.grid table {
  width: 89.04109589%;
}
.north {
  width: 100%;
}
.north > .unit {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.north h2,
.north .foot {
  margin-right: 5%;
  margin-left: 5%;
}
.north .part,
.north > .grid table {
  margin-right: 5%;
  margin-left: 5%;
  width: 90%;
}
.north > .slim .part,
.north > .slim.grid table {
  width: 90%;
}
.main,
.side {
  margin-left: -1.71232877%;
  width: 103.42465753%;
}
.cb-layout1 .main {
  margin-top: -10px;
}
.cb-layout2 .main {
  margin-left: 0;
}
.side {
  margin-top: 20px;
}
.cb-layout3 .loud {
  /*
used in layout 3 as lead after h1
*/
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25;
}
.main .skew,
.side .skew,
.south .skew {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.29411765;
  padding: 1em;
}
.cb-layout3 .main {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.30769231;
}
.cb-layout3 .main > .seam h2 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25;
}
#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: 0%;
  margin-left: 0;
  width: 100%;
  min-width: 340px;
}
h1,
h2 {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}
/******* 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: 16px;
  font-size: 1.6rem;
  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: 31px;
  height: 30px;
  border: 0;
  background: url('/images/cart-2016-05-12.png') no-repeat;
}
.payp input.payp:hover {
  background-position: 0px -32px;
  background-color: transparent;
}
.payp input.success {
  background-position: 0px -64px;
}
.payp input.success:hover {
  background-position: 0px -96px;
}
.payp input.fade,
.payp input.fade:hover {
  background-position: 0px -128px;
}
#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: #7e8fa6;
}
#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: #637285;
  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: normal;
  font-family: 'SimplonNormBold';
  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.22em;
  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: normal;
  font-family: 'SimplonNormBold';
  clear: both;
  margin: 10px 0;
  padding: 2px 0;
  border: 1px solid #637285;
  background-color: #ddd;
  color: #222;
}
div.cb-shoppingcart div.cb-address p.cb-notice {
  margin-top: 7px;
  color: #637285;
}
.cb-address > a {
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  padding: 0.13333333em 1em;
  min-height: 2.2em;
  border: 1px solid;
  border-color: #253459 #161f35 #161f35 #253459;
  border-radius: 2px;
  background-color: #2c3e6b;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(14, 20, 35, 0.75);
  line-height: 2.2em;
  float: left;
  clear: left;
  margin: 20px 0;
}
.cb-address > a:hover,
.cb-address > a:focus {
  border-color: #253459 #161f35 #161f35 #253459;
  background-color: #304476;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.cb-address > a:active {
  outline: none;
  border-color: #253459 #161f35 #161f35 #253459;
  background-color: #1d2947;
  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: normal;
  font-family: 'SimplonNormBold';
}
.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: normal;
  font-family: 'SimplonNormBold';
}
#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: 768px) {
  .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: normal;
    font-family: 'SimplonNormBold';
    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: 12px;
    font-size: 1.2rem;
    display: inline-block;
    padding: 0.13333333em 1em;
    min-height: 2.2em;
    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: 2.2em;
  }
  .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: normal;
    font-family: 'SimplonNormBold';
    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: normal;
    font-family: 'SimplonNormBold';
    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 */