.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: #312E27;
  line-height: 1.77777778;
  cursor: pointer;
  color: #fff;
  padding: 8px 40px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
}
.button:hover,
.button:focus {
  color: #fff;
  background-color: #23211c;
}
.button:active {
  background-color: #060605;
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  background: none;
  font-size: 100%;
}
*::-moz-selection {
  background: #312E27;
  color: #fff;
}
*::selection {
  background: #312E27;
  color: #fff;
}
.hidden,
.cb-invisible {
  display: none !important;
}
li {
  list-style-position: inside;
}
img,
audio,
video,
iframe {
  float: left;
  width: 100%;
}
strong {
  font-weight: bold;
}
address {
  font-style: normal;
}
input,
textarea {
  border-radius: 0;
}
.unit caption {
  display: none;
}
.flag {
  background: #312E27;
  color: #fff;
}
img.cb-loading {
  background-size: 30px 30px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-loader.svg);
}
.area {
  float: left;
  width: 100%;
}
#view .area:empty {
  display: none;
}
.unit {
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}
.unit .head,
.unit .body,
.unit .foot {
  float: left;
  width: 100%;
}
.part {
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}
.pict a {
  float: left;
  width: 100%;
}
#root#root#root img.zoom {
  display: none !important;
}
.cb-image-figure {
  float: left;
  width: 100%;
}
#expo .cb-image-figure {
  height: 100%;
}
.cb-image-container {
  float: left;
  width: 100%;
  position: relative;
}
#expo .cb-image-container {
  height: 100% !important;
}
.cb-image-caption {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 1.21428571;
  font-family: 'Barlow', helvetica, sans-serif;
  font-weight: 500;
  margin-top: 5px;
}
#disp.zoom .cb-image-caption {
  display: none;
}
#disp.zoom .cb-image-figure {
  height: 100%;
}
#disp.zoom .cb-image-container {
  height: 100%;
  position: relative;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
div.load {
  background: none !important;
}
a.load {
  display: inline-block;
  padding-left: 26px;
  background-size: 16px 16px;
  background-position: 0 8px;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-download-black.svg);
}
.show a {
  float: left;
  width: 100%;
  display: block;
}
#edit .line {
  padding: 5px 0;
}
.line hr {
  float: left;
  width: 100%;
  border-bottom: 1px solid #000;
}
.line hr.bold {
  border-bottom-width: 2px;
}
.line hr.dash {
  border-bottom-style: dashed;
}
.line hr.spot {
  border-bottom-style: dotted;
}
#edit div.code {
  position: relative;
  min-height: 30px;
}
#edit div.code:after {
  content: 'Code';
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 100%;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background: #aaa;
  opacity: 0.6;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 0.2em;
  padding: 0 20px;
}
.cb-code-executable {
  float: left;
  width: 100%;
}
.cb-service {
  float: left;
  width: 100%;
  margin: 5px 0;
}
.cb-service:first-child {
  margin-top: 0;
}
.cb-service:last-child {
  margin-bottom: 0;
}
.cb-youtube iframe,
.cb-vimeo iframe {
  height: 100%;
  background-color: #fff;
}
.text-section {
  float: left;
  width: 100%;
}
.list {
  float: left;
  width: 100%;
}
.list--bullet li {
  list-style: none;
  padding-left: 20px;
  position: relative;
}
.list--bullet li:before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
}
.list--numbered li {
  margin-left: 20px;
  list-style-position: outside;
}
.unit.form form {
  float: left;
  width: 100%;
}
.cb-form-required {
  float: left;
  width: 100%;
}
.unit.form fieldset {
  float: left;
  width: 100%;
  position: relative;
}
.unit.form div.ctrl {
  float: left;
  width: 100%;
}
.unit.form div.ctrl.fail {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  background-color: #e7bcbc;
}
@media (min-width: 768px) {
  .unit.form .tile div.ctrl {
    float: right;
    width: 66%;
  }
}
.unit.form .name {
  float: left;
  width: 100%;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .unit.form .tile .name {
    width: 30%;
    min-height: 40px;
    padding-top: 4px;
    padding-bottom: 4px;
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.unit.form input.text,
.unit.form textarea {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #F0F0F0;
  min-height: 40px;
  padding: 5px 10px;
}
.unit.form input.text.fail,
.unit.form textarea.fail {
  background-color: #e7bcbc;
}
.unit.form textarea {
  padding: 10px;
}
@media (min-width: 768px) {
  .unit.form .tile input.text,
  .unit.form .tile textarea {
    float: right;
    width: 66%;
  }
}
.unit.form div.tick div.ctrl > div {
  float: left;
  width: 100%;
  position: relative;
  padding: 4px 0;
}
@media (min-width: 768px) {
  .unit.form div.tick.tile div.ctrl > div {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
.unit.form div.tick label {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 26px;
}
.unit.form div.tick input {
  position: absolute;
  left: 0;
  top: 4px;
  width: 100%;
  width: 18px;
  margin-right: 6px;
  height: 32px;
  vertical-align: top;
}
@media (min-width: 768px) {
  .unit.form div.tick.tile input {
    top: 4px;
  }
}
.unit.form select {
  float: left;
  width: 100%;
  background: #F0F0F0;
  height: 40px;
  padding: 5px;
}
.unit.form .ship fieldset > div {
  float: left;
  width: 100%;
}
.unit.form .ship fieldset > div.fail {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  background-color: #e7bcbc;
}
.unit.form .ship div.chop {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.unit.form .ship div.chop input {
  float: left;
  display: block;
  font-size: 12px;
}
.unit.form .ship div.chop span {
  float: left;
}
.unit.form .ship div.chop a {
  float: left;
  display: block;
  margin-left: 10px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  width: 12px;
  height: 12px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-cross-black.svg);
}
@media (min-width: 768px) {
  .unit.form .ship.tile fieldset > div {
    float: right;
    width: 66%;
    min-height: 40px;
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.unit.form input.submit {
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #312E27;
  line-height: 1.77777778;
  cursor: pointer;
  color: #fff;
  padding: 8px 40px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
}
.unit.form input.submit:hover,
.unit.form input.submit:focus {
  color: #fff;
  background-color: #23211c;
}
.unit.form input.submit:active {
  background-color: #060605;
}
.calendar {
  position: absolute !important;
  z-index: 2;
  left: 34% !important;
  top: 100% !important;
  right: unset !important;
  background: #fff;
  width: 200px;
  margin: 10px 0 0 0 !important;
  -webkit-box-shadow: 0 0 6px rgba(160, 160, 160, 0.4);
          box-shadow: 0 0 6px rgba(160, 160, 160, 0.4);
  font-size: 14px;
  line-height: 1.14285714;
  padding: 20px;
}
.calendar table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.calendar th,
.calendar td {
  text-align: center;
  padding: 2px;
}
.calendar tr.month th {
  padding-bottom: 10px;
}
.calendar tr.month th:first-child a,
.calendar tr.month th:last-child a {
  float: left;
  display: block;
  width: 16px;
  height: 16px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-arrow-left-black.svg);
}
.calendar tr.month th:last-child a {
  float: right;
  background-image: url(/images/cb-default/cb-arrow-right-black.svg);
}
.calendar td.today a {
  color: #000;
  text-decoration: underline;
}
.unit.form .recaptcha-info {
  color: #aaa;
}
.unit.form .recaptcha-info a {
  color: #aaa;
}
.unit.form .recaptcha-info a:hover,
.unit.form .recaptcha-info a:focus {
  text-decoration: underline;
}
.unit.form .part.fail {
  font-size: 16px;
  line-height: 1.25;
  border-left: 4px solid #ae2121;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  background-color: #e7bcbc;
  color: #ae2121;
}
.unit.form div.cb-form-sent {
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.unit.form div.cb-form-sent a {
  float: right;
  color: #5abb55;
  font-size: 14px;
}
#disp.two-step-verification div.body {
  overflow: hidden;
}
#disp.two-step-verification p {
  float: left;
  width: 100%;
}
.two-step-verification-container {
  float: left;
  width: 100%;
  min-width: 300px;
  margin-top: 10px;
  height: 350px;
  position: relative;
}
.two-step-verification-container a {
  background-color: #312E27;
  line-height: 1.77777778;
  cursor: pointer;
  color: #fff;
  padding: 8px 40px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
}
.two-step-verification-container a:hover,
.two-step-verification-container a:focus {
  color: #fff;
  background-color: #23211c;
}
.two-step-verification-container a:active {
  background-color: #060605;
}
.two-step-verification__div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #fff;
  background-size: 100px 100px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-loader-black.svg);
}
.two-step-verification-container.loaded .two-step-verification__div {
  background-image: none;
}
.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 10px;
}
.table th.init {
  padding-left: 0;
}
.table th.exit {
  padding-right: 0;
}
.table th.align-left {
  text-align: left;
}
.table th.align-center {
  text-align: center;
}
.table th.align-right {
  text-align: right;
}
.table--headline th {
  font-weight: bold;
}
.table td {
  padding: 5px 10px;
}
.table td.init {
  padding-left: 0;
}
.table td.exit {
  padding-right: 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: 767px) {
  .part--table .table {
    font-size: 2.34680574vw;
  }
}
html,
body {
  float: left;
  width: 100%;
  min-height: 100vh;
}
#home {
  float: left;
}
.logo {
  width: auto;
  height: 100%;
}
#head {
  float: left;
  width: 100%;
}
.wrapper {
  float: left;
  width: 100%;
  min-height: 100vh;
  background-color: #F1F0ED;
  font-size: 18px;
  font-family: 'museo-slab', helvetica, sans-serif;
  line-height: 1.77777778;
  color: #000;
  font-weight: 100;
  overflow: hidden;
  opacity: 0;
  -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);
}
.show-content .wrapper {
  opacity: 1;
}
.desk {
  *zoom: 1;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  position: relative;
}
.desk:before,
.desk:after {
  display: table;
  content: '';
}
.desk:after {
  clear: both;
}
.section {
  float: left;
  width: 100%;
  position: relative;
}
.section--header {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 2000;
  border-bottom: 1px solid #F1F0ED;
}
.section--multimood {
  display: none;
}
.cb-layout3 .section--multimood {
  display: block;
}
.cb-layout3 .section--content {
  margin-top: 0;
}
.section--teaser {
  margin-top: 200px;
  display: none;
}
.cb-layout1 .section--teaser {
  display: block;
}
.section--footer {
  background: #312E27;
  color: #fff;
  font-size: 14px;
  line-height: 1.42857143;
  margin-top: 38px;
}
.cb-layout1 .section--footer,
.cb-layout4 .section--footer,
.cb-layout5 .section--footer {
  margin-top: 50px;
}
.section--footer a {
  float: left;
  display: block;
  font-family: 'Barlow', helvetica, sans-serif;
  font-weight: 300;
  color: #fff;
  background: #4F4D47;
  padding: 0 5px;
  text-decoration: none;
}
.section--footer a:hover,
.section--footer a:focus {
  background: #fff;
  color: #312E27;
}
.headerlinks {
  float: right;
  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;
}
.searchlink {
  float: left;
  width: 20px;
  height: 20px;
  display: block;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/search-gray.svg);
}
.searchlink:hover,
.searchlink:focus {
  background-image: url(/images/search-black.svg);
}
.content {
  float: left;
  width: 100%;
}
.footcontent {
  float: left;
  width: 100%;
  margin: 80px 0;
}
.footpart {
  float: left;
  width: 100%;
}
.foottitle {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  display: block;
  font-family: 'Barlow', helvetica, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.77777778;
}
.footpart .dock {
  float: left;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footpart .dock .meta {
  margin: 5px 0;
}
.footpart .dock .meta:first-child {
  margin-top: 0;
}
.footpart .dock .meta:last-child {
  margin-bottom: 0;
}
#links2 {
  margin-left: 120px;
}
#root .deza {
  width: 172px;
  background: none;
  padding: 0;
}
#root .deza img {
  float: left;
  width: 100%;
  height: auto;
}
#root .service_youtube {
  margin-left: 50px;
  padding-right: 26px;
  background-size: 16px 13px;
  background-position: right 5px center;
  background-repeat: no-repeat;
  background-image: url(/images/youtube-white.png);
}
#root .service_youtube:hover,
#root .service_youtube:focus {
  background-image: url(/images/youtube-brown.png);
}
.ew-tags {
  float: left;
  width: 100%;
  width: calc(100% + 10px);
  margin: -5px;
}
.ew-tags--title,
.ew-tags--footer {
  display: none;
}
.cb-layout1 .ew-tags--title,
.cb-layout1 .ew-tags--footer {
  display: block;
}
.ew-tag {
  float: left;
  margin: 5px;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.42857143;
  padding: 0 5px;
  text-decoration: none;
  font-family: 'Barlow', helvetica, sans-serif;
  font-weight: 300;
}
.ew-tags--teaser .ew-tag {
  background-color: #F1F0ED;
}
.ew-tag:hover,
.ew-tag:focus {
  color: #000;
}
.quicklinks {
  float: left;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 6px;
  display: none;
}
.cb-layout1 .quicklinks {
  display: block;
}
.quicklinks.quicklinks--bottom {
  margin-top: 6px;
  margin-bottom: 0;
}
.quicklink {
  float: left;
  margin: 0 5px;
  font-size: 14px;
  line-height: 1.42857143;
  border: 1px solid #000;
  background-color: #fff;
  text-decoration: none;
  font-family: 'Barlow', helvetica, sans-serif;
  font-weight: 300;
  cursor: pointer;
  padding: 0 20px 0 5px;
  background-size: 10px 10px;
  background-position: right 5px center;
  background-repeat: no-repeat;
  background-image: url(/images/print-black.png);
}
@media (max-width: 767px) {
  .quicklink {
    font-size: 12px;
    line-height: 1.33333333;
  }
}
.quicklink:first-child {
  margin-left: 0;
}
.quicklink:last-child {
  margin-right: 0;
}
.quicklink:hover,
.quicklink:focus {
  background-color: #000;
  background-image: url(/images/print-white.png);
}
.quicklink--share {
  background-image: url(/images/share-black.png);
}
.quicklink--share:hover,
.quicklink--share:focus {
  background-image: url(/images/share-white.png);
}
.moodcontent {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.moodlogo-width {
  float: left;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.moodhome {
  float: left;
}
.moodclaim {
  margin-top: 30px;
  display: block;
  color: #fff;
  font-family: 'Barlow', helvetica, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.22222222;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.mood-deza {
  float: right;
}
.mood-deza img {
  float: left;
  width: 100%;
  height: auto;
}
.downlink {
  position: absolute;
  bottom: 25px;
  left: 50%;
  width: 50px;
  height: 25px;
  margin-left: -25px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/downlink.svg);
  cursor: pointer;
}
@media (max-width: 767px) {
  .downlink {
    width: 32px;
    height: 16px;
    margin-left: -16px;
  }
}
.area-fold {
  float: left;
  width: 100%;
  border-bottom: 1px solid #312E27;
  border-top: 1px solid #312E27;
  margin-bottom: -1px;
}
#view .area-fold .area {
  display: none;
}
#view .area-fold.cb-toggle-target-active .area {
  display: block;
}
.area-fold.area-fold--older {
  display: none;
}
.cb-layout5 .area-fold.area-fold--older {
  display: block;
}
#view.main--empty .area-fold--2026 {
  display: none;
}
#view.side--empty .area-fold--2025 {
  display: none;
}
#view.base--empty .area-fold--2024 {
  display: none;
}
#view.farwest--empty .area-fold--2023 {
  display: none;
}
#view.farnorth--empty .area-fold--2022 {
  display: none;
}
#view.fareast--empty .area-fold--2021 {
  display: none;
}
#view.north--empty .area-fold--2020 {
  display: none;
}
#view.east--empty .area-fold--2019 {
  display: none;
}
#view.south--empty .area-fold--2018 {
  display: none;
}
.area-fold__title {
  float: left;
  width: 100%;
  display: block;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 30px;
  line-height: 1;
  font-family: 'Barlow', helvetica, sans-serif;
  font-weight: 500;
  padding: 35px 60px 35px 0;
  background-size: 50px 25px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-down-brown.svg);
}
.area-fold__title.cb-toggle-active {
  background-image: url(/images/arrow-up-brown.svg);
}
.archive-link {
  display: none;
  font-family: 'Barlow', helvetica, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 55px;
}
.area-fold--older.cb-toggle-target-active .archive-link {
  display: inline-block;
}
.teasertitle {
  float: left;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Barlow', helvetica, sans-serif;
  margin-bottom: 50px;
  font-size: 50px;
  line-height: 1;
}
.printlogo {
  display: none;
}
.read-more {
  float: left;
  border: 1px solid #000;
  font-family: 'Barlow', helvetica, sans-serif;
  font-weight: 300;
  padding: 2px 10px;
  font-size: 18px;
  line-height: 1.44444444;
}
.unit:hover .read-more {
  background-color: #000;
  color: #fff;
}
a {
  color: #000;
  text-decoration: underline;
}
a:hover,
a:focus {
  color: #A3A19A;
}
h1 {
  font-family: 'Barlow', helvetica, sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.58823529;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
h1 strong {
  font-weight: 300;
  font-size: 57px;
  line-height: 1;
  text-transform: uppercase;
}
.content--alpha .area .pure h2 {
  font-size: 30px;
  line-height: 1;
  font-family: 'Barlow', helvetica, sans-serif;
  font-weight: 500;
}
.content--alpha .area .seam h2 {
  font-size: 37px;
  line-height: 1;
  font-family: 'Barlow', helvetica, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}
.content--alpha .area .flat h2 {
  font-family: 'Barlow', helvetica, sans-serif;
  font-weight: 500;
}
.content--alpha .area .edge h2 {
  font-family: 'Barlow', helvetica, sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 1.18181818;
}
.content--beta .area .pure h2 {
  font-family: 'Barlow', helvetica, sans-serif;
  font-weight: 500;
}
.content--beta .area .seam.wide h2 {
  font-size: 30px;
  line-height: 1.26666667;
  font-family: 'Barlow', helvetica, sans-serif;
  font-weight: 500;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
.content--beta .area .seam.slim h2 {
  font-family: 'Barlow', helvetica, sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.44444444;
}
.content--gamma .area .pure h2 {
  font-size: 30px;
  line-height: 1;
  font-family: 'Barlow', helvetica, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
.content--delta .area .pure h2 {
  font-size: 30px;
  line-height: 1;
  font-family: 'Barlow', helvetica, sans-serif;
  font-weight: 500;
}
.content--alpha .area .seam h3 {
  font-size: 30px;
  line-height: 1;
  font-family: 'Barlow', helvetica, sans-serif;
  font-weight: 500;
}
.content--gamma .area .pure h3 {
  font-family: 'museo-slab', helvetica, sans-serif;
  font-weight: normal;
}
.content--delta .area .pure h3 {
  font-family: 'museo-slab', helvetica, sans-serif;
  font-weight: normal;
}
.content--delta .area .pure h4 {
  text-transform: uppercase;
  font-weight: 300;
}
.content--alpha .area .pure .loud {
  font-size: 20px;
  line-height: 1.5;
  font-family: 'Barlow', helvetica, sans-serif;
  font-weight: 500;
}
#edit .content--beta .area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.content--beta .area .unit {
  margin-top: 12px;
  margin-bottom: 12px;
}
.content--beta .area .unit:hover,
.content--beta .area .unit:focus {
  color: #000;
}
.content--beta .area .unit a {
  color: #000;
}
.content--beta .area .unit a:hover {
  color: #A3A19A;
}
.content--teaser .area {
  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;
}
.content--gamma .area {
  padding-bottom: 30px;
  margin-top: -30px;
}
.content--delta .area {
  padding-bottom: 30px;
  margin-top: -30px;
}
.content--alpha .area .seam {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #000;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px 0;
}
.content--alpha .area .flat {
  background-color: #fff;
  font-family: 'Barlow', helvetica, sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.44444444;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px 0;
}
.content--alpha .area .edge {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 14px;
  line-height: 1.28571429;
  text-transform: uppercase;
  padding: 20px 0;
  font-family: 'Barlow', helvetica, sans-serif;
  font-weight: 300;
}
@media (max-width: 767px) {
  .content--alpha .area .edge {
    padding: 15px 0;
  }
}
.content--alpha .area .edge:before,
.content--alpha .area .edge:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -60px;
  width: 120px;
  height: 1px;
  background: #000;
}
.content--alpha .area .edge:after {
  top: unset;
  bottom: 0;
}
.content--beta .area .seam {
  background: #fff;
  padding: 10px 0;
  font-size: 18px;
  line-height: 1.44444444;
}
.content--beta .area .seam.wide {
  padding: 30px 0;
}
.content--beta .area .seam.wide .part.pict.tall:first-child {
  margin-left: 0;
  margin-right: 0;
  margin-top: -30px;
  margin-bottom: 30px;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  position: relative;
}
.content--beta .area .seam.wide .part.pict.tall:first-child .cb-image-container {
  position: static;
}
.content--beta .area .seam.wide .part.pict.tall:first-child img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: cover; object-position: 50% 50%;';
}
.content--beta .area .seam.slim {
  font-size: 24px;
  line-height: 1.08333333;
  font-family: 'Barlow', helvetica, sans-serif;
  font-weight: 500;
}
.content--gamma .area .unit {
  font-family: 'Barlow', helvetica, sans-serif;
  font-weight: 300;
}
.content--delta .area .unit {
  font-family: 'Barlow', helvetica, sans-serif;
  font-weight: 300;
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  background: none;
  font-size: 100%;
}
html,
body {
  float: left;
  width: 100%;
  min-height: 100vh;
}
@page {
  size: auto;
  margin: 12mm 8mm;
}
p {
  display: block;
}
.hidden,
.mobile-navigation,
.togglenavigation,
.navioverlay,
.section--multimood,
.section--footer,
.navi,
.headerlinks,
.quicklinks,
.ew-tags--footer,
.body-mobile,
.part.cb-widget,
.share {
  display: none !important;
}
#home {
  height: 92px;
}
.wrapper {
  float: left;
  width: 100%;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.desk {
  width: 576px;
  max-width: 90%;
}
.section {
  position: static !important;
}
.section--content {
  margin-top: 100px;
  margin-bottom: 60px;
}
.printlogo {
  float: left;
  display: block;
}
.printlogo--claim {
  margin-left: 20px;
  margin-top: 63px;
  height: 32px;
  width: auto;
}
.printlogo--deza {
  float: right;
  height: 92px;
  width: auto;
}
.ew-tags--title {
  margin-top: 10px;
}
.content--alpha .area .pure.wide .pict.tall {
  width: 124.30555556%;
  margin-left: -12.15277778%;
}
.content--alpha .area .seam {
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.content--alpha .area .cb-slideshow {
  width: 124.30555556%;
  margin-left: -12.15277778%;
}
.unit.cb-slideshow .part.foto {
  height: auto !important;
}
/*# sourceMappingURL=paper.css.map */