/******* screen-small.less *******/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
/******* 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;
}
address {
  font-style: normal;
}
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;
}
video {
  float: left;
  width: 100%;
}
.stop,
.unit > .foot {
  clear: both;
}
#head,
.area,
.unit,
.unit > .body,
.unit > form > .body,
.part {
  float: left;
}
.cbdModule {
  float: left;
  width: 100%;
}
.cbdModule.is-empty {
  display: none !important;
}
.cbDynamicContent__element {
  float: left;
  width: 100%;
}
.unit {
  margin-top: 15px;
  margin-bottom: 15px;
}
.unit > .body,
.unit > form > .body {
  width: 100%;
}
.fold > .body {
  min-height: 0;
}
.part,
.grid table {
  margin-top: 15px;
  margin-bottom: 15px;
}
.lead {
  margin-bottom: 0 !important;
}
#edit .line {
  padding: 4px 0;
}
.line > hr {
  overflow: hidden;
  height: 1px;
  border-color: #3f3f3f;
  color: #3f3f3f;
  font-size: 0;
  line-height: 0;
}
.hair {
  border-bottom-style: solid;
}
.dash {
  border-bottom-style: dashed;
}
.spot {
  border-bottom-style: dotted;
}
.fine {
  border-bottom-width: 1px;
}
.bold {
  border-bottom-width: 2px;
}
.link > .open,
.load > .load {
  display: block;
}
a.load {
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
a.link {
  background: none;
}
.null,
.null:hover,
.null:focus {
  color: #3f3f3f !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%;
  height: auto;
}
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;
}
a.plug {
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  display: block;
  width: 100%;
  height: 100%;
  background: url('/objects/flashplayer/images/adobe.png') no-repeat 50%;
  background-color: rgba(255, 255, 255, 0.5);
}
img.cb-loading {
  overflow: hidden;
  background: #111 url(/icons/load.gif) no-repeat 50%;
  opacity: 0.35;
}
.hidden,
.fake,
.read {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
}
.cb-invisible {
  display: none !important;
}
.cb-access {
  display: inline;
  float: left;
  overflow: hidden;
  width: 0;
  height: 0;
}
caption {
  display: none;
}
#over {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
  /* .mark in edit mode z-index: 200 */
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
}
#disp {
  position: absolute;
  z-index: 3001;
  color: #3f3f3f;
  font-family: 'Open Sans', helvetica, sans-serif;
  line-height: 1.45;
  font-size: 18px;
}
#disp .head,
#disp h2,
#disp .head a.quit {
  color: #fff;
  line-height: 24px;
}
#disp .head {
  position: relative;
  overflow: hidden;
}
#disp h2 {
  font-size: 21px;
  font-size: 2.1rem;
  margin: 0 10px;
  padding-right: 30px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  letter-spacing: 0.025em;
  font-weight: 300;
}
#disp.zoom h2 {
  padding-right: 80px;
}
#disp .head .ctrl {
  position: absolute;
  top: 2px;
  right: 8px;
  width: 74px;
}
#disp .head .cb-hybrid,
#disp a.quit {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  float: left;
  width: 22px;
  height: 24px;
  background: url('/icon-lightbox/lb-ctr.png') no-repeat;
  font-size: 0;
}
#disp .head .cb-hybrid:hover,
#disp a.quit:hover,
#disp .head .cb-hybrid:focus,
#disp a.quit:focus {
  opacity: 0.75;
}
#disp .head .cb-hybrid:active,
#disp a.quit:active {
  opacity: 0.5;
}
#disp .prev > .cb-hybrid {
  background-position: 3px 50%;
}
#disp .next > .cb-hybrid {
  background-position: -15px 50%;
}
#disp a.quit {
  float: right;
  background-position: -50px 50%;
}
/* DISP BODY */
#disp .body {
  overflow: hidden;
  margin: 10px 10px 0;
  padding: 15px;
  border-radius: 2px 2px 0 0;
  background: #fff;
}
#disp.mail .body,
#disp.resp .body {
  padding-bottom: 0;
}
#disp.mail .foot,
#disp.resp .foot,
#disp.auth .foot {
  padding-bottom: 10px;
  text-align: right;
}
.mail p + fieldset + fieldset {
  min-height: 2.8em;
  /* no jumping after recipient address renders */
}
#disp a {
  color: #404040;
}
.cb-disp-sent,
.cb-disp-sent:hover {
  display: block;
  padding: 0.4em 14px;
  text-align: left;
  text-decoration: none;
}
#disp fieldset,
#disp .part.recaptcha-info {
  padding: 0.2em 0 0.5em;
}
#disp .part.recaptcha-info {
  width: 100%;
  margin: 0;
}
#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: 0 15px 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 {
  float: right;
}
a.capt {
  float: left;
  margin-bottom: 0.5em;
  padding: 0.3em 0;
  background: #000;
}
#disp a.capt {
  width: 100%;
}
img.capt {
  margin: 0 auto;
}
#disp.zoom .foot,
#disp.zoom .foot > fieldset {
  padding-bottom: 0;
}
.zoom fieldset > p {
  padding: 0 15px 25px;
  color: #404040;
}
#disp > .body > .part {
  margin: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
#disp.film p.plug {
  width: 100%;
  height: 100%;
}
#disp .part > .flash {
  max-width: 100%;
}
/* CODE */
#disp.cb-lightbox-code textarea {
  height: 400px;
  font-family: monaco, 'courier new', courier, monospace;
}
/* DISP SITEMAP */
.cb-sitemap-target {
  font-size: 12px;
  font-size: 1.2rem;
  overflow: hidden;
  padding-bottom: 1em;
  color: #e64246;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  line-height: 1.2;
}
#disp.site li,
.cb-sitemap li {
  font-size: 15px;
  font-size: 1.5rem;
  margin: 5px 0 0 16px;
  list-style: url('/icon-lightbox/list-sitemap.png');
}
.srch a,
#disp.site li > a,
.cb-sitemap a {
  display: block;
  text-decoration: none;
}
.srch a:hover,
#disp.site li > a:hover,
.cb-sitemap a:hover,
.srch a:focus,
#disp.site li > a:focus,
.cb-sitemap a:focus {
  text-decoration: underline;
}
.srch .text {
  -webkit-appearance: searchfield;
     -moz-appearance: searchfield;
          appearance: searchfield;
}
.srch th,
.srch td {
  padding-right: 0.4em;
  text-align: left;
}
.srch th:first-child {
  color: #bfbfbf;
  text-align: right;
  line-height: 2;
  font-size: 0.9em;
  font-weight: normal;
}
.srch td {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  padding-bottom: 0.8em;
}
#disp.two-step-verification {
  width: 320px;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: 0;
}
#disp.two-step-verification .two-step-verification-container {
  position: relative;
  width: 300px;
  height: 350px;
  margin-left: -15px;
  background: #fff;
}
#disp.two-step-verification .two-step-verification__div {
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  width: 100%;
  height: 100%;
}
#disp.two-step-verification .two-step-verification__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  min-height: 40px;
  border-radius: 0;
  background-color: #ec3957;
  padding: 0 20px;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  opacity: 0;
}
#disp.two-step-verification .loaded .two-step-verification__a {
  opacity: 1;
  -webkit-transition: opacity 200ms ease-out 150ms;
  transition: opacity 200ms ease-out 150ms;
}
#disp.two-step-verification .two-step-verification-container:before {
  content: "";
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 15%;
  display: block;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid rgba(113, 113, 113, 0.3);
  border-radius: 50%;
  border-top-color: #ec3957;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  opacity: 1;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
#disp.two-step-verification .two-step-verification-container.loaded:before {
  opacity: 0;
}
.ie9 #disp .two-step-verification__a {
  display: block;
  line-height: 40px;
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
.flag {
  background-color: #fd0;
  color: #333;
  text-shadow: none;
}
::-moz-selection {
  background-color: #004664;
  color: #fff;
  text-shadow: none;
}
::selection {
  background-color: #004664;
  color: #fff;
  text-shadow: none;
}
/* NEWSLETTER */
div.prog p,
div.prog img {
  float: left;
  margin-bottom: 10px;
  margin-left: 10px;
}
.grow {
  text-transform: none !important;
}
.table {
  float: left;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.table-layout-fixed .table {
  table-layout: fixed;
}
.table tr {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.table-head tr {
  border-top: none;
}
.table th {
  font-weight: normal;
  padding: 5px 0;
}
.table--headline th {
  font-weight: bold;
}
.table td {
  padding: 5px 0;
}
.table td.align-left {
  text-align: left;
}
.table td.align-center {
  text-align: center;
}
.table td.align-right {
  text-align: right;
}
#edit .table td {
  border-left: 1px dashed #e0e0e0;
  border-right: 1px dashed #e0e0e0;
}
.table--footer .table-foot td {
  font-weight: bold;
}
@media (max-width: 639px) {
  .table {
    font-size: 2.81690141vw;
  }
}
/******* hide-non-mobile.less 2013-1-16 *******/
.body-mobile,
.cb-mobile .cb-mobile-invisible,
.cb-mobile .body-non-mobile {
  display: none;
}
.cb-mobile .body-mobile {
  display: block;
}
html,
body {
  min-height: 100%;
  height: 100%;
  background: #fff;
}
html {
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(236, 57, 87, 0.4);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  width: 100%;
  background-color: transparent;
}
body.cb-toggle-target-active {
  overflow: hidden;
}
.desk {
  *zoom: 1;
  margin: 0 auto;
  max-width: 90%;
  width: 1200px;
  position: relative;
}
.desk:before,
.desk:after {
  display: table;
  content: '';
}
.desk:after {
  clear: both;
}
.homelink {
  float: left;
  width: 216px;
  height: 144px;
  margin: 40px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.logo {
  float: left;
  width: auto;
  -webkit-transition: all 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: all 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.logo--top {
  height: 74px;
}
.logo--bottom {
  height: 54px;
}
#head {
  float: left;
  width: 100%;
}
#over {
  background: rgba(236, 57, 87, 0.85);
}
.mc-modal-bg {
  z-index: 100000001 !important;
}
.fd-modal,
.mc-modal {
  z-index: 100000002 !important;
}
.wrapper {
  float: left;
  width: 100%;
  min-height: 100vh;
  color: #3f3f3f;
  font-family: 'Open Sans', helvetica, sans-serif;
  line-height: 1.45;
  font-size: 18px;
  font-weight: 300;
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.show-content .wrapper {
  opacity: 1;
}
.section {
  float: left;
  width: 100%;
  position: relative;
}
.section--header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000000;
  background: #fff;
}
.section--multimood {
  margin-top: 224px;
}
.cb-layout2 .section--multimood {
  display: none;
}
.cb-layout2 .section--content {
  margin-top: 224px;
}
.section--footer {
  margin-top: 90px;
  background-color: #ececec;
  z-index: 1991;
}
#services {
  position: absolute;
  right: 0;
  top: 32px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#services .meta {
  float: left;
  width: 18px;
  height: 18px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  margin: 0 9px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 0.2;
  background-image: url(/images/service-facebook-gray-2019-03-18.svg);
}
#services .meta:first-child {
  margin-left: 0;
}
#services .meta:hover {
  opacity: 1;
}
#services .meta.service_instagram {
  background-image: url(/images/service-instagram-gray-2019-03-18.svg);
}
#services .meta.service_linkedin {
  background-image: url(/images/service-linkedin-gray-2019-03-18.svg);
}
#services .meta.service_newsletter {
  background-image: url(/images/service-newsletter-gray-2019-03-18.svg);
}
#services .meta.service_pinterest {
  background-image: url(/images/service-pinterest-gray-2020-03-31.svg);
}
#services .cb-cart-icon-holder {
  float: left;
}
#services .cb-cart-icon-holder .meta {
  margin-right: 0;
  margin-left: 9px;
  width: 30px;
  height: 30px;
  background-image: url(/images/service-cart-gray-light-2019-03-18.svg);
  position: relative;
  text-indent: 0;
  overflow: visible;
  opacity: 1;
}
#services .cb-cart-icon-holder .meta:hover {
  background-image: url(/images/service-cart-gray-2019-03-18.svg);
}
#services .cb-cart-icon-holder .meta:active {
  background-image: url(/images/service-cart-red-2019-03-18.svg);
}
#services .cb-cart-icon-holder .meta .cb-cart-icon-count {
  position: absolute;
  right: -8px;
  top: 8px;
  z-index: 2;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background: #ec3957;
  -webkit-font-smoothing: antialiased;
  border: 2px solid #fff;
  color: #fff;
  font-size: 11px;
  text-align: center;
  font-weight: bold;
}
#services .cb-cart-icon-link-empty .cb-cart-icon-count {
  display: none;
}
#socialmobile {
  position: absolute;
  right: 5% ;
  bottom: 67px;
  z-index: 2;
  width: 18px;
  display: none;
}
@media (max-width: 1023px) {
  #socialmobile {
    display: block;
  }
}
#socialmobile .meta {
  float: left;
  width: 100%;
  height: 18px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  margin: 10px 0;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/service-facebook-gray-2019-03-18.svg);
  opacity: 0.2;
}
#socialmobile .meta:first-child {
  margin-top: 0;
}
#socialmobile .meta:last-child {
  margin-bottom: 0;
}
#socialmobile .meta.service_instagram {
  background-image: url(/images/service-instagram-gray-2019-03-18.svg);
}
#socialmobile .meta.service_linkedin {
  background-image: url(/images/service-linkedin-gray-2019-03-18.svg);
}
#socialmobile .meta.service_newsletter {
  background-image: url(/images/service-newsletter-gray-2019-03-18.svg);
}
#socialmobile .meta.service_pinterest {
  background-image: url(/images/service-pinterest-gray-2020-03-31.svg);
}
#cb-cookie-warning {
  float: left;
  background: #ececec;
  position: fixed;
  z-index: 50;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 30px 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#cb-cookie-warning.cb-cookie-warning--hidden {
  display: none!important;
}
.cb-cookie-warning--container {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1200px;
  max-width: 90%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023px) {
  .cb-cookie-warning--container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.cb-cookie-warning--text {
  font-size: 18px;
  font-family: 'Open Sans', helvetica, sans-serif;
  line-height: 1.45;
  color: #3f3f3f;
  font-weight: 300;
  margin-right: 10px;
  width: 49%;
}
@media (max-width: 1023px) {
  .cb-cookie-warning--text {
    width: 100%;
    text-align: center;
  }
}
.cb-cookie-warning--actions {
  float: left;
  width: 49%;
}
@media (max-width: 1023px) {
  .cb-cookie-warning--actions {
    margin-top: 10px;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.cb-cookie-warning--actions .cb-cookie-warning__button {
  float: left;
  display: block;
  background-color: #ec3957;
  color: #fff;
  text-align: center;
  text-decoration: none;
  min-height: 50px;
  border-radius: 0;
  padding: 0 60px;
  -webkit-appearance: none;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.25;
  padding: 10px 25px;
  margin-left: 30px;
}
.cb-cookie-warning--actions .cb-cookie-warning__button:hover,
.cb-cookie-warning--actions .cb-cookie-warning__button:focus {
  color: #fff;
  background-color: #f0687e;
  text-decoration: none;
  cursor: pointer;
}
.cb-cookie-warning--actions .cb-cookie-warning__button:active {
  outline: none;
  background-color: #dd1537;
}
@media (max-width: 1023px) {
  .cb-cookie-warning--actions .cb-cookie-warning__button {
    margin: 5px 20px;
  }
}
.multimood {
  float: left;
  width: 100%;
}
.moodcontent {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
}
.moodspickel {
  float: left;
  width: 100%;
}
.maincontent {
  float: left;
  width: 100%;
  position: relative;
}
.basecontent {
  float: left;
  width: 100%;
  border-top: 2px solid #d9d9d9;
  margin-top: 30px;
  padding-top: 30px;
}
#view.main--empty .basecontent,
#view.base--empty .basecontent {
  border: none;
  margin-top: 0;
  padding-top: 0;
}
.farnorthcontent {
  float: left;
  width: 100%;
  color: #fff;
}
.farnorthcontent a {
  color: #fff;
}
.footcontent {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 0;
}
.footcontent a {
  color: #3f3f3f;
}
.footcontent a:hover,
.footcontent a:focus {
  color: #ec3957;
}
.footpart {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.foothome {
  float: left;
  width: 88px;
}
@media (max-width: 1023px) {
  .foothome {
    width: 216px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footlogo {
  float: left;
  width: 100%;
  height: auto;
}
@media (max-width: 1023px) {
  .footlogo--top {
    width: 88px;
    margin-bottom: 16px;
  }
}
.footlogo--bottom {
  display: none;
}
@media (max-width: 1023px) {
  .footlogo--bottom {
    display: block;
  }
}
.vcard {
  float: left;
  width: 100%;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.vcard .org strong {
  text-transform: uppercase;
}
.vcardpart {
  float: left;
  width: 100%;
}
#cmsbox {
  float: left;
  margin-top: 50px;
}
#cmsbox .meta {
  display: block;
}
@media (max-width: 1023px) {
  #cmsbox {
    margin-top: 20px;
  }
}
.toplink {
  position: absolute;
  right: 0;
  bottom: 100%;
  margin-bottom: 20px;
  z-index: 2;
  width: 30px;
  height: 14px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/toplink.svg);
  cursor: pointer;
}
.pager {
  position: absolute;
  z-index: 0;
  right: -11px;
  z-index: 2;
  display: none;
}
.cb-dynamic-page--blogEntry .pager {
  display: block;
}
.pager__link {
  float: left;
  margin: 0 10px;
  width: 24px;
  height: 30px;
  background-size: 24px 30px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/pager-back.svg);
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.pager__link:hover,
.pager__link:focus {
  background-image: url(/images/pager-back-red.svg);
}
.pager__link:first-child {
  margin-left: 0;
}
.pager__link:last-child {
  margin-right: 0;
}
.pager__link.pager__link--prev {
  background-size: 13px 30px;
  background-position: 100% 50%;
  background-image: url(/images/pager-prev.svg);
}
.pager__link.pager__link--prev:hover,
.pager__link.pager__link--prev:focus {
  background-position: 0 50%;
  background-image: url(/images/pager-prev-red.svg);
}
.pager__link.pager__link--next {
  background-size: 13px 30px;
  background-position: 0 50%;
  background-image: url(/images/pager-next.svg);
}
.pager__link.pager__link--next:hover,
.pager__link.pager__link--next:focus {
  background-position: 100% 50%;
  background-image: url(/images/pager-next-red.svg);
}
.service_designheit {
  position: absolute;
  bottom: 22px;
  right: 25px;
  width: 25px;
  height: 25px;
  z-index: 20;
  background: url(/images/Designheit-Icon.svg) no-repeat right bottom;
  opacity: 0.2;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}
.service_designheit:hover,
.service_designheit:focus {
  opacity: 1;
}
@media (max-width: 1023px) {
  .service_designheit {
    right: 5%;
  }
}
.stoerer {
  float: left;
}
.stoerer--desktop {
  width: 180px;
  position: fixed;
  right: 80px;
  bottom: 80px;
  z-index: 1990;
  display: none;
}
.c3 .stoerer--desktop {
  display: block;
}
@media (max-width: 1399px) {
  .stoerer--desktop {
    right: 20px;
    bottom: 20px;
  }
}
@media (max-width: 1023px) {
  .stoerer--desktop {
    display: none !important;
  }
}
.stoerer--mobile {
  float: left;
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 160px;
  margin-top: auto;
  margin-bottom: 40px;
}
#disp.cb-shoppingcart {
  background: #fff;
}
#disp.cb-shoppingcart div.head {
  margin-top: 20px;
  position: relative;
}
#disp.cb-shoppingcart div.head div.ctrl {
  right: 25px;
  top: 0;
  width: auto;
}
#disp.cb-shoppingcart div.head div.ctrl div.quit {
  float: left;
}
#disp.cb-shoppingcart div.head div.ctrl div.quit a {
  float: left;
  display: block;
  width: 30px;
  height: 30px;
  background-size: 24px 30px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/close-cart.svg);
}
#disp.cb-shoppingcart div.head div.ctrl div.quit a:hover,
#disp.cb-shoppingcart div.head div.ctrl div.quit a:focus {
  opacity: 1;
  background-image: url(/images/close-cart-red.svg);
}
#disp.cb-shoppingcart div.head h2 {
  margin-left: 25px;
  margin-right: 25px;
  font-size: 22px;
  line-height: 1.36363636;
  font-family: 'Open Sans', helvetica, sans-serif;
  color: #ec3957;
  text-shadow: none;
  padding: 0;
}
#disp.cb-shoppingcart div.head h2:after {
  display: none;
}
@media (min-width: 640px) {
  #disp.cb-shoppingcart th,
  #disp.cb-shoppingcart td {
    padding: 8px 4px;
  }
}
#disp.cb-shoppingcart a.remo {
  float: right;
  display: block;
  width: 14px;
  height: 14px;
  margin: 0;
  position: static;
  background-size: 11px 14px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/close-cart.svg);
  background-color: transparent;
}
#disp.cb-shoppingcart a.remo:hover,
#disp.cb-shoppingcart a.remo:focus {
  background-image: url(/images/close-cart-red.svg);
}
#disp.cb-shoppingcart div.foot input.submit {
  float: left;
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
  background: #b2b2b2;
  font-weight: normal;
}
#disp.cb-shoppingcart div.foot input.submit:hover,
#disp.cb-shoppingcart div.foot input.submit:focus {
  background: #ec3957;
}
#disp.cb-shoppingcart div.foot input.submit.next {
  float: right;
}
@media (max-width: 639px) {
  #disp.cb-shoppingcart div.foot input.submit {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 10px;
  }
}
#disp.cb-shoppingcart h3 {
  background: none;
  padding: 0;
  border: none;
  margin: 20px 0;
  text-transform: uppercase;
  color: #ec3957;
}
#disp.cb-shoppingcart fieldset {
  width: 100%;
  margin: 5px 0;
}
#disp.cb-shoppingcart fieldset label.name {
  font-weight: normal;
  padding-bottom: 6px;
}
#disp.cb-shoppingcart fieldset input.text,
#disp.cb-shoppingcart fieldset textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  min-height: 0;
  padding: 0;
  border: none;
  border-bottom: 2px solid #b2b2b2;
  padding-bottom: 5px;
}
#disp.cb-shoppingcart fieldset input.text:focus,
#disp.cb-shoppingcart fieldset textarea:focus {
  border-color: #ec3957;
}
#expo {
  float: left;
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 53.33333333%;
}
#slides {
  overflow: hidden;
  position: relative;
  max-width: 100% !important;
  max-height: 10000px !important;
  z-index: 1;
}
#slides .slide {
  width: 100%;
}
#slides img {
  display: block;
  width: 100%;
  max-width: 100% !important;
  max-height: 10000px !important;
}
#expo div.link {
  display: none;
}
h1,
h2 {
  font-size: 48px;
  line-height: 1.20833333;
  text-transform: uppercase;
  font-family: 'caecilia', helvetica, sans-serif;
  font-weight: 300;
  position: relative;
  color: #fff;
  display: inline-block;
  padding-bottom: 10px;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: normal;
  word-wrap: normal;
  -webkit-hyphens: manual;
      -ms-hyphens: manual;
          hyphens: manual;
}
h1:after,
h2:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 6px;
  width: 100%;
  background: #fff;
}
.cb-layout2 h1 {
  color: #ec3957;
  padding-bottom: 0;
}
.cb-layout2 h1:after {
  display: none;
}
h2 {
  color: #ec3957;
}
h2:after {
  background: #ec3957;
}
.farnorth h2 {
  font-size: 24px;
  line-height: 1.33333333;
  padding: 0;
  display: block;
  font-weight: 300;
  color: #fff;
  font-family: 'Open Sans', helvetica, sans-serif;
  text-transform: none;
  -webkit-font-smoothing: initial;
}
.farnorth h2:after {
  display: none;
}
h3 {
  font-size: 24px;
  line-height: 1.33333333;
  font-weight: 300;
}
h4 {
  font-size: 22px;
  line-height: 1.36363636;
  font-weight: 300;
  color: #ec3957;
  text-transform: uppercase;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
.farnorth h4 {
  color: #fff;
}
h5 {
  text-transform: uppercase;
  font-weight: 300;
  color: #ec3957;
}
.farnorth h5 {
  color: #fff;
}
strong {
  font-weight: bold;
}
.text {
  overflow-wrap: normal;
  word-wrap: normal;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
}
.open,
.load {
  overflow-wrap: normal;
  word-wrap: normal;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
}
a {
  color: #ec3957;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #3f3f3f;
  text-decoration: underline;
}
.cb-layout1 div.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cb-layout1 div.base {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#view div.area:empty {
  display: none;
}
div.farnorth {
  width: 100%;
}
div.farnorth div.unit {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
div.farnorth div.unit div.part {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
div.base div.seam {
  margin-top: 30px;
  margin-bottom: 30px;
}
div.base div.seam div.body {
  margin: -15px 0;
}
div.base div.seam div.part {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
div.form label.name {
  padding-bottom: 10px;
}
div.form input.text,
div.form textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  min-height: 0;
  padding: 0;
  border: none;
  border-bottom: 2px solid #b2b2b2;
  padding-bottom: 5px;
}
div.form input.text:focus,
div.form textarea:focus {
  border-color: #ec3957;
}
div.form div.foot {
  padding: 0;
}
div.form input.submit {
  float: right;
  margin: 15px 0;
}
.unit.fold .less,
.unit.fold .more {
  float: left;
  width: 100%;
}
#view .unit.fold .fold-toggle {
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}
#view .unit.fold .fold-toggle:before {
  content: 'mehr';
  font-size: 16px;
  line-height: 1.375;
}
#view .unit.fold .fold-toggle.fold-toggle--open:before {
  content: 'weniger';
}
.unit.fold .foot {
  display: none;
}
.text-section {
  float: left;
  width: 100%;
}
.list--bullet {
  padding-left: 0;
  list-style-type: none;
}
.list--bullet li {
  padding-left: 20px;
  position: relative;
}
.list--bullet li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 2px;
  background: #ec3957;
}
.list--numbered li {
  margin-left: 16px;
}
div.load {
  background: none !important;
}
div.load a.load {
  padding-left: 20px;
  position: relative;
  text-transform: uppercase;
}
div.load a.load:before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 2px;
  background: #ec3957;
}
div.link.tall {
  text-align: right;
  margin-top: 0;
}
div.link.tall a.open {
  color: #3f3f3f;
  padding-right: 24px;
  background-size: 8px 14px;
  background-position: 100% 4px;
  background-repeat: no-repeat;
  background-image: url(/images/link-black.svg);
  -webkit-transition: padding 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: padding 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  border-bottom: 2px solid #ec3957;
  padding-bottom: 5px;
  position: relative;
}
div.link.tall a.open:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background: #fff;
  z-index: 2;
  -webkit-transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
div.link.tall a.open:hover,
div.link.tall a.open:focus {
  text-decoration: none;
  color: #ec3957;
  background-image: url(/images/link-red.svg);
  padding-right: 14px;
}
div.link.tall a.open:hover:after,
div.link.tall a.open:focus:after {
  width: 50%;
}
div.link.tiny {
  text-align: right;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
div.link.tiny a.open {
  float: left;
  display: block;
  background-color: #ec3957;
  color: #fff;
  text-align: center;
  text-decoration: none;
  min-height: 50px;
  border-radius: 0;
  padding: 0 60px;
  -webkit-appearance: none;
  text-transform: uppercase;
  min-height: unset;
  font-size: 16px;
  line-height: 1.25;
  padding: 15px 25px;
  font-weight: 400;
}
div.link.tiny a.open:hover,
div.link.tiny a.open:focus {
  color: #fff;
  background-color: #f0687e;
  text-decoration: none;
  cursor: pointer;
}
div.link.tiny a.open:active {
  outline: none;
  background-color: #dd1537;
}
div.link.mail a.open {
  padding: 0;
  font-size: 0;
  line-height: 0;
}
div.link.mail a.open:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 15px;
  width: 24px;
  height: 18px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/icon-mail-gray.svg);
}
div.link.mail a.open:hover:before,
div.link.mail a.open:focus:before {
  background-image: url(/images/icon-mail-red.svg);
}
#root div.payp div.papc input {
  display: none;
}
#root div.payp div.ctrl {
  float: left;
  width: 100%;
  padding: 0;
  border-bottom: 2px solid #ec3957;
  padding-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#root div.payp div.ctrl > div {
  float: left;
  font-size: 22px;
  line-height: 1.36363636;
  color: #ec3957;
}
#root div.payp div.ctrl > input.payp {
  display: none;
}
#root div.payp div.ctrl form.payp {
  float: right;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#root div.payp div.ctrl form.payp fieldset {
  float: left;
  line-height: unset;
  position: relative;
}
#root div.payp div.ctrl form.payp fieldset:before {
  content: 'Anmelden';
  padding-right: 24px;
  background-size: 8px 14px;
  background-position: 100% 4px;
  background-repeat: no-repeat;
  background-image: url(/images/link-black.svg);
  -webkit-transition: padding 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: padding 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
#root div.payp div.ctrl form.payp fieldset input {
  background: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  min-height: 0;
}
#root div.payp div.ctrl form.payp fieldset:hover:before,
#root div.payp div.ctrl form.payp fieldset:focus:before {
  color: #ec3957;
  background-image: url(/images/link-red.svg);
  padding-right: 14px;
  padding-left: 10px;
}
#root #view div.payp div.papc {
  display: none;
}
/******* forms.less 2014-10-16 *******/
/* Changelog

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

*/
fieldset {
  line-height: 1.45em;
}
fieldset .name,
label.sign {
  line-height: 1.2em;
  margin-top: 0px;
}
.form .name {
  padding-bottom: 0.2em;
}
input,
button,
select,
textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  *behavior: url(/objects/boxsizing/boxsizing.htc);
}
input::-ms-clear {
  /* delete input IE 10+ */
  width: 0;
  height: 0;
}
input,
textarea {
  color: #404040;
  background-color: #fff;
  font-weight: normal;
  font-family: 'Open Sans', helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.8pxrem;
}
input.text,
input.sign,
input.password,
textarea,
input.hint,
textarea.hint,
input.capt {
  padding: 0.1em 3px;
  min-height: 1.45em;
  border: 1px solid #bfbfbf;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}
select {
  font-size: 18px;
  font-size: 1.8pxrem;
  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: #8c8c8c;
}
input.text[disabled],
textarea[disabled] {
  border-color: #cccccc;
  -webkit-box-shadow: none;
  box-shadow: none;
}
textarea:focus,
input.text:focus,
input.sign:focus,
input.password:focus {
  outline: none;
  border-color: #99b5de;
  -webkit-box-shadow: 0 0 3px rgba(153, 181, 222, 0.7);
          box-shadow: 0 0 3px rgba(153, 181, 222, 0.7);
  -webkit-transition: -webkit-box-shadow 0.218s;
  transition: -webkit-box-shadow 0.218s;
  transition: box-shadow 0.218s;
  transition: box-shadow 0.218s, -webkit-box-shadow 0.218s;
}
textarea::-moz-selection,
input.text::-moz-selection,
input.sign::-moz-selection,
input.password::-moz-selection {
  background-color: #c7d7ed;
}
textarea::-moz-selection, input.text::-moz-selection, input.sign::-moz-selection, input.password::-moz-selection {
  background-color: #c7d7ed;
}
textarea::selection,
input.text::selection,
input.sign::selection,
input.password::selection {
  background-color: #c7d7ed;
}
input.submit,
button.cb-hybrid {
  float: left;
  display: block;
  background-color: #ec3957;
  color: #fff;
  text-align: center;
  text-decoration: none;
  min-height: 50px;
  border-radius: 0;
  padding: 0 60px;
  -webkit-appearance: none;
  text-transform: uppercase;
}
input.submit:hover,
button.cb-hybrid:hover,
input.submit:focus,
button.cb-hybrid:focus {
  color: #fff;
  background-color: #f0687e;
  text-decoration: none;
  cursor: pointer;
}
input.submit:active,
button.cb-hybrid:active {
  outline: none;
  background-color: #dd1537;
}
.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.45em;
  background: none !important;
  /* IEs */
  vertical-align: middle;
}
.tick .ctrl > div,
.tick .ctrl > div {
  clear: left;
}
.form .ctrl .sign {
  min-width: 4em;
  display: inline-block;
  margin-left: 0.2em;
}
div.cb-form-sent {
  float: left;
  width: 100%;
  padding: 4px 0;
  border: solid #218823;
  border-width: 1px 0;
  background: #baeebb;
  text-align: center;
}
.cb-form-sent > .cb-form-sent {
  color: #218823;
}
input.fail,
textarea.fail {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  *behavior: url(/objects/boxsizing/boxsizing.htc);
  background: #fef6f6 url('/icons/warning.png') no-repeat 99% !important;
  padding-right: 30px !important;
  border-color: #e64246;
  color: #e64246 !important;
}
div.fail {
  background: #fef6f6 url('/icons/warning.png') no-repeat 99% !important;
  float: right;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  border: 1px #e64246;
  border-style: solid none;
  color: #e64246;
}
div.cb-lightbox-table ul.fail {
  background: #fef6f6 url('/icons/warning.png') no-repeat 99% !important;
  color: #e64246;
}
.cb-lightbox-table textarea.fail {
  background-image: none !important;
}
.fail > p,
.fail > li,
div.cb-lightbox-table ul.fail li {
  margin: 2px 5px;
}
.fail > p {
  font-weight: 600;
}
.fail > li,
div.cb-lightbox-table ul.fail li {
  margin-left: 1em;
  list-style: square outside;
}
.fail .sign {
  width: 90%;
}
.calendar {
  position: absolute;
  z-index: 100;
  border: 1px solid #666;
  background: #333;
  text-align: right;
  line-height: 2;
  color: #fff !important;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.calendar > table {
  margin: 3px;
  border-spacing: 0;
  border-collapse: collapse;
}
.calendar th {
  color: #eee;
  text-align: center;
  font-weight: 700;
}
.calendar tbody {
  border-radius: 0 0 8px 8px;
  border-top: 1px solid #666;
}
td.published {
  color: #7be;
  font-weight: 700;
}
td.show {
  background: #7be;
  color: #fff;
  font-weight: 700;
}
.calendar th > a,
.calendar td > a {
  display: block;
  padding: 0 6px 1px 6px;
  color: inherit;
  text-decoration: none;
}
.calendar th > a:hover,
.calendar td > a:hover {
  background: #666;
  color: #fff;
}
.calendar td.show {
  background: #87004e;
}
.calendar td.show a:hover {
  background: none;
}
/*** mobile-navi-multilevel-top.less 2014-11-04 ***/
.navi {
  display: none;
}
#mobile-navi {
  position: fixed;
  left: 0;
  top: 0;
  width: 90%;
  padding-left: 5%;
  padding-right: 5%;
  z-index: 2000000000;
  height: 100%;
  max-height: 0;
  overflow: hidden;
  background: #ec3957;
  -webkit-transition: all 0.8s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: all 0.8s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.naviani {
  float: left;
  width: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.8s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: all 0.8s cubic-bezier(0.05, 0.8, 0.5, 1);
}
body.cb-toggle-target-active .naviani {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.togglenavigation {
  position: fixed;
  top: 33px;
  right: 5%;
  display: block;
  width: 36px;
  height: 24px;
  z-index: 2000000002;
  cursor: pointer;
  color: #000 !important;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.togglenavigation:active > span {
  background: #000000 !important;
}
.togglenavigation > span {
  left: 0;
  top: 50%;
  position: absolute;
  display: block;
  height: 2px;
  width: 36px;
  margin-top: -1px;
  background: currentColor;
}
.togglenavigation > .tline-1,
.togglenavigation > .tline-4 {
  top: 0;
  margin-top: 0;
}
.togglenavigation > .tline-4 {
  top: auto;
  bottom: 0;
}
.cb-toggle-target-active .togglenavigation {
  color: #fff !important;
}
.cb-toggle-target-active .togglenavigation > .tline-1,
.cb-toggle-target-active .togglenavigation > .tline-4 {
  opacity: 0;
}
.cb-toggle-target-active .togglenavigation > .tline-2,
.cb-toggle-target-active .togglenavigation > .tline-3 {
  -webkit-transition: -webkit-transform 0.218s cubic-bezier(0.64, -0.39, 0.67, 1.5);
  transition: -webkit-transform 0.218s cubic-bezier(0.64, -0.39, 0.67, 1.5);
  transition: transform 0.218s cubic-bezier(0.64, -0.39, 0.67, 1.5);
  transition: transform 0.218s cubic-bezier(0.64, -0.39, 0.67, 1.5), -webkit-transform 0.218s cubic-bezier(0.64, -0.39, 0.67, 1.5);
}
.cb-toggle-target-active .togglenavigation > .tline-2 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.cb-toggle-target-active .togglenavigation > .tline-3 {
  opacity: 1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
body.cb-toggle-target-active #mobile-navi {
  max-height: 100%;
  overflow: scroll;
}
#mobile-navi .navi {
  float: left;
  display: block;
  width: 100%;
}
#mobile-navi .navi .item {
  width: 100%;
  float: left;
  position: relative;
  padding: 12px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 36px;
}
#mobile-navi .navi .item .menu {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  border-bottom: 2px solid transparent;
  display: inline-block;
}
#mobile-navi .navi .item .menu.path {
  border-color: #fff;
}
#mobile-navi .navi .item .menu:hover,
#mobile-navi .navi .item .menu:focus {
  text-decoration: none;
}
#mobile-navi .navi.sub1 {
  margin-top: 120px;
  padding-bottom: 30px;
}
#mobile-navi .navi.sub1 .item .menu {
  font-family: 'caecilia', helvetica, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}
#mobile-navi .navi.sub2 {
  width: 100%;
  max-height: 0;
  overflow: hidden;
}
#mobile-navi .navi.sub2 .item {
  padding: 5px 0;
}
#mobile-navi .navi.sub2 .item.init {
  margin-top: 10px;
}
#mobile-navi .navi.sub2 .item.exit {
  margin-bottom: 20px;
}
#mobile-navi .navi.sub2 .item .menu {
  font-size: 15px;
  font-family: 'Open Sans', helvetica, sans-serif;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
#mobile-navi div.navi > .item.cb-toggle-target-active > div.navi {
  max-height: 1000px;
  -webkit-transition: all 2s;
  transition: all 2s;
}
#mobile-navi .cb-toggle {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  width: 36px;
  height: 54px;
  background-size: 18px 18px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/mnavi.svg);
}
#mobile-navi .cb-toggle:hover,
#mobile-navi .cb-toggle:focus {
  cursor: pointer;
}
#mobile-navi .cb-toggle.cb-toggle-active {
  -webkit-transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
#mobile-navi div.sub2 .cb-toggle {
  height: 34px;
}
#mobile-navi .navi > .cb-toggle,
#mobile-navi .navi .item-empty > .cb-toggle {
  display: none;
}
#head {
  margin-top: 40px;
}
.cb-layout2 #head {
  margin-top: 56px;
}
@media only screen and (max-width: 488px) {
  #expo {
    padding-bottom: 260px;
  }
  #slides {
    height: 260px !important;
  }
  #slides .slide {
    width: 488px;
    height: 260px !important;
    left: 50%;
  }
  #slides .slide img {
    margin-left: -244px;
  }
}
@media (max-width: 1023px) {
  .section--multimood {
    margin-top: 110px;
  }
  .cb-layout2 .section--content {
    margin-top: 90px;
  }
  .homelink {
    height: 50px;
    width: 60px;
    margin: 20px 0;
  }
  .logo--top {
    height: 50px;
  }
  .logo--bottom {
    display: none;
  }
  #services {
    top: 30px;
    right: 60px;
  }
  #services .meta {
    display: none;
  }
  #services .cb-cart-icon-holder .meta {
    display: block;
    margin-left: 0;
  }
}
@media (max-width: 639px) {
  .section--multimood {
    margin-top: 90px;
  }
  .cb-layout2 .section--content {
    margin-top: 90px;
  }
  .cb-layout1 #head {
    position: absolute;
    bottom: 100%;
    left: 14px;
    width: 160px;
    margin-bottom: 14px;
  }
  .moodcontent {
    float: left;
    position: relative;
    margin-top: -240px;
  }
  .moodspickel {
    width: auto;
    height: 240px;
  }
  .farnorthcontent {
    position: relative;
    color: #3f3f3f;
  }
}
@media (max-width: 639px) {
  .wrapper {
    font-size: 14px;
  }
  h1,
  h2 {
    font-size: 24px;
  }
  .farnorth h2 {
    font-size: 20px;
    color: #3f3f3f;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
}
.area {
  width: 100%;
}
.area > .unit {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.area .foot {
  margin-right: 0%;
  margin-left: 0%;
}
.area .part {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.area > .slim .part {
  width: 100%;
}
#disp {
  left: 3%;
  margin-left: 0;
  width: 94%;
  font-size: 13px;
  font-size: 1.3rem;
  top: 90px !important;
}
#disp.site li,
div.cb-sitemap li {
  font-size: 14px;
  font-size: 1.4rem;
}
/* scan.less 2013-1-16 */
.scan .cb-hybrid {
  color: #3f3f3f;
  text-decoration: none;
}
.scan .cb-hybrid:hover,
.scan .cb-hybrid:focus {
  color: #0c0c0c;
}
.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(63, 63, 63, 0.3);
}
.unit.cb-batch .same {
  background-color: #dd1537;
  color: #3f3f3f;
}
/******* 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: 18px;
  font-size: 1.8pxrem;
  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 {
  -webkit-box-sizing: border-box;
          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('/icons/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: #808080;
}
#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 {
  float: left;
  width: 100%;
  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.145em;
  background: url('/icons/cross.png') no-repeat;
  position: relative;
  top: 2px;
}
.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 {
  display: block;
  background-color: #ec3957;
  color: #fff;
  text-align: center;
  text-decoration: none;
  min-height: 50px;
  border-radius: 0;
  padding: 0 60px;
  -webkit-appearance: none;
  text-transform: uppercase;
  float: left;
  clear: left;
  margin: 20px 0;
}
.cb-address > a:hover,
.cb-address > a:focus {
  color: #fff;
  background-color: #f0687e;
  text-decoration: none;
  cursor: pointer;
}
.cb-address > a:active {
  outline: none;
  background-color: #dd1537;
}
#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;
}
#disp.cb-shoppingcart .concession-code-input .form-group {
  float: left;
  width: 100%;
}
#disp.cb-shoppingcart .concession-code-input label.name,
#disp.cb-shoppingcart .concession-code-input .form-input,
#disp.cb-shoppingcart .concession-code-input .submit {
  float: left;
  width: auto;
  margin-right: 7px;
}
#disp.cb-shoppingcart .concession-code-input .form-input .text {
  width: 120px;
  min-height: 28px;
}
#disp.cb-shoppingcart .concession-code-input .submit {
  min-height: 28px;
}
#disp.cb-shoppingcart .concession-code-input + .fail {
  float: left;
  width: 100%;
  color: #e64246;
}
@media screen and (max-width: 640px) {
  .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;
    float: right;
    padding-right: 0 !important;
    padding-left: 0 !important;
    width: 6em;
    background-image: none;
    color: #fff !important;
    text-indent: 0;
    float: left;
    display: block;
    background-color: #ec3957;
    color: #fff;
    text-align: center;
    text-decoration: none;
    min-height: 50px;
    border-radius: 0;
    padding: 0 60px;
    -webkit-appearance: none;
    text-transform: uppercase;
  }
  .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 {
    color: #fff;
    background-color: #f0687e;
    text-decoration: none;
    cursor: pointer;
  }
  .cb-shoppingcart .remo:active {
    outline: none;
    background-color: #dd1537;
  }
  .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;
  }
}
.ns-blogDetailMeta {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.blogLead {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.ns-teaserWrapper {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ns-teaser {
  float: left;
  width: 48.75%;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (max-width: 1023px) {
  .ns-teaser {
    width: 47.91666667%;
  }
}
@media (max-width: 639px) {
  .ns-teaser {
    width: 100%;
  }
}
.ns-teaser__content {
  float: left;
  width: 100%;
}
.ns-teaser__part {
  float: left;
  width: 100%;
  margin: 15px 0;
}
.ns-teaser__part--title {
  margin-bottom: 0;
}
.ns-teaser__part--meta,
.ns-teaser__part--actions {
  margin-top: 0;
}
.ns-teaser__image {
  float: left;
  width: 100%;
}
.ns-teaser__meta {
  float: left;
  width: 100%;
}
.ns-teaser__action {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: right;
  color: #3f3f3f;
  padding-right: 24px;
  background-size: 8px 14px;
  background-position: 100% 4px;
  background-repeat: no-repeat;
  background-image: url(/images/link-black.svg);
  -webkit-transition: padding 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: padding 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  border-bottom: 2px solid #ec3957;
  padding-bottom: 5px;
  position: relative;
}
.ns-teaser__action:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background: #fff;
  z-index: 2;
  -webkit-transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.ns-teaser__action:hover,
.ns-teaser__action:focus {
  text-decoration: none;
  color: #ec3957;
  background-image: url(/images/link-red.svg);
  padding-right: 14px;
}
.ns-teaser__action:hover:after,
.ns-teaser__action:focus:after {
  width: 50%;
}
.ns-unitSlider {
  float: left;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
#view.areaTwenty--empty .ns-unitSlider {
  display: none;
}
.ns-unitSlider__title {
  margin-bottom: 30px;
}
.ns-unitSlider__content {
  float: left;
  width: 100%;
  position: relative;
}
.ns-unitSlider__width {
  float: left;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .ns-unitSlider__width {
    margin-bottom: 60px;
  }
}
.ns-unitSlider .area {
  float: left;
  width: 102.5%;
  margin-left: -1.25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#edit .ns-unitSlider .area {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 1023px) {
  .ns-unitSlider .area {
    width: 93.75vw;
    margin-left: -1.875vw;
  }
}
@media (max-width: 639px) {
  .ns-unitSlider .area {
    width: 96.25vw;
    margin-left: -3.125vw;
  }
}
.ns-unitSlider .area .unit {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  text-align: center;
  width: 380px;
  margin: 0 15px;
  background-color: #ececec;
}
.ns-unitSlider .area .unit.unit--collapsed {
  width: 0;
  margin-left: 0;
  margin-right: 0;
}
.ns-unitSlider .area .unit .body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 30px;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 380px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.ns-unitSlider .area .unit .part {
  width: 100% !important;
  margin: 15px 0 !important;
}
.ns-unitSlider .area .unit .part:last-child {
  margin-top: auto !important;
  padding-top: 15px;
}
#edit .ns-unitSlider .area .unit:nth-child(1n + 4) {
  margin-top: 30px;
}
@media (max-width: 1334px) {
  .ns-unitSlider .area .unit {
    width: 28.48575712vw;
    margin: 0 1.12443778vw;
  }
  .ns-unitSlider .area .unit .body {
    width: 28.48575712vw;
  }
}
@media (max-width: 1023px) {
  .ns-unitSlider .area .unit {
    width: 43.125vw;
    margin: 0 1.875vw;
  }
  .ns-unitSlider .area .unit .body {
    width: 43.125vw;
  }
}
@media (max-width: 639px) {
  .ns-unitSlider .area .unit {
    width: 90vw;
    margin: 0 3.125vw;
  }
  .ns-unitSlider .area .unit .body {
    width: 90vw;
  }
}
.ns-unitSlider__link {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 30px;
  background-size: 13px 30px;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
  cursor: pointer;
}
.no-slider .ns-unitSlider__link,
#edit .ns-unitSlider__link {
  display: none;
}
@media (max-width: 1023px) {
  .ns-unitSlider__link {
    top: initial;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    bottom: 0;
  }
}
.ns-unitSlider__link--prev {
  right: 100%;
  margin-right: 30px;
  background-position: 100% 50%;
  background-image: url(/images/pager-prev.svg);
}
.ns-unitSlider__link--prev:hover,
.ns-unitSlider__link--prev:focus {
  background-position: 0 50%;
  background-image: url(/images/pager-prev-red.svg);
}
@media (max-width: 1023px) {
  .ns-unitSlider__link--prev {
    right: initial;
    margin-right: 0;
    left: 0;
    background-position: 0 50%;
  }
}
.ns-unitSlider__link--next {
  left: 100%;
  margin-left: 30px;
  background-position: 0 50%;
  background-image: url(/images/pager-next.svg);
}
.ns-unitSlider__link--next:hover,
.ns-unitSlider__link--next:focus {
  background-position: 100% 50%;
  background-image: url(/images/pager-next-red.svg);
}
@media (max-width: 1023px) {
  .ns-unitSlider__link--next {
    left: initial;
    margin-left: 0;
    right: 0;
    background-position: 100% 50%;
  }
}
/*# sourceMappingURL=screen-small.css.map */