.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: transparent;
  border: 1px solid #7c7c7b;
  line-height: 1.42857143;
  cursor: pointer;
  color: #7c7c7b;
  padding: 6px 40px 3px;
  font-size: 18px;
  line-height: 1.33333333;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background 250ms;
  -o-transition: background 250ms;
  transition: background 250ms;
}
@media only screen and (max-width: 767px) {
  .button {
    padding: 0 20px;
    font-size: 14px;
    line-height: 1.07142857;
    letter-spacing: 0.09em;
  }
}
.button:hover,
.button:focus {
  color: #7c7c7b;
  background-color: #f2f2f2;
}
.button:active {
  background-color: #f2f2f2;
}
/* mulish-300 - latin */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 300;
  src: url('/extras/fonts/mulish-v12-latin-300.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/extras/fonts/mulish-v12-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/extras/fonts/mulish-v12-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('/extras/fonts/mulish-v12-latin-300.woff') format('woff'), /* Modern Browsers */ url('/extras/fonts/mulish-v12-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('/extras/fonts/mulish-v12-latin-300.svg#Mulish') format('svg');
  /* Legacy iOS */
}
/* mulish-regular - latin */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400;
  src: url('/extras/fonts/mulish-v12-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/extras/fonts/mulish-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/extras/fonts/mulish-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('/extras/fonts/mulish-v12-latin-regular.woff') format('woff'), /* Modern Browsers */ url('/extras/fonts/mulish-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('/extras/fonts/mulish-v12-latin-regular.svg#Mulish') format('svg');
  /* Legacy iOS */
}
/* mulish-600 - latin */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 600;
  src: url('/extras/fonts/mulish-v12-latin-600.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/extras/fonts/mulish-v12-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/extras/fonts/mulish-v12-latin-600.woff2') format('woff2'), /* Super Modern Browsers */ url('/extras/fonts/mulish-v12-latin-600.woff') format('woff'), /* Modern Browsers */ url('/extras/fonts/mulish-v12-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('/extras/fonts/mulish-v12-latin-600.svg#Mulish') format('svg');
  /* Legacy iOS */
}
/* mulish-700 - latin */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  src: url('/extras/fonts/mulish-v12-latin-700.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/extras/fonts/mulish-v12-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/extras/fonts/mulish-v12-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('/extras/fonts/mulish-v12-latin-700.woff') format('woff'), /* Modern Browsers */ url('/extras/fonts/mulish-v12-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('/extras/fonts/mulish-v12-latin-700.svg#Mulish') format('svg');
  /* Legacy iOS */
}
/* roboto-slab-300 - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  src: url('/extras/fonts/roboto-slab-v24-latin-300.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/extras/fonts/roboto-slab-v24-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/extras/fonts/roboto-slab-v24-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('/extras/fonts/roboto-slab-v24-latin-300.woff') format('woff'), /* Modern Browsers */ url('/extras/fonts/roboto-slab-v24-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('/extras/fonts/roboto-slab-v24-latin-300.svg#RobotoSlab') format('svg');
  /* Legacy iOS */
}
/* roboto-slab-700 - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: url('/extras/fonts/roboto-slab-v24-latin-700.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/extras/fonts/roboto-slab-v24-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/extras/fonts/roboto-slab-v24-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('/extras/fonts/roboto-slab-v24-latin-700.woff') format('woff'), /* Modern Browsers */ url('/extras/fonts/roboto-slab-v24-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('/extras/fonts/roboto-slab-v24-latin-700.svg#RobotoSlab') format('svg');
  /* Legacy iOS */
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  background: none;
  font-size: 100%;
}
*::-moz-selection {
  background: #865970;
  color: #fff;
}
*::selection {
  background: #865970;
  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: #865970;
  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: 5px;
  margin-bottom: 5px;
  position: relative;
}
.unit .head,
.unit .body,
.unit .foot {
  float: left;
  width: 100%;
}
.part {
  float: left;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}
.pict a {
  float: left;
  width: 100%;
}
#root#root#root img.zoom {
  display: none !important;
}
div.load {
  background: none !important;
}
a.load {
  display: inline-block;
  padding-left: 26px;
  background-size: 16px 16px;
  background-position: 0 2px;
  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;
}
#expo {
  float: left;
  width: 100%;
  position: relative;
}
#slides {
  float: left;
  width: 100%;
  height: 0 !important;
  max-width: 100% !important;
  max-height: 100% !important;
  padding-bottom: 22.1875%;
  position: relative;
}
.cb-layout1 #slides {
  padding-bottom: 40%;
}
@media only screen and (max-width: 560px) {
  .cb-layout1 #slides {
    padding-bottom: 224px;
  }
}
#slides .slide {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}
#slides a {
  display: block;
  width: 100%;
  height: 100%;
}
#slides a.null {
  cursor: default;
}
#slides img {
  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;
}
#expo div.link {
  display: none;
  float: left;
  width: 100%;
  height: 0;
}
#expo a.link {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 30px;
  height: 50px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #865970;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
}
#expo a.link.prev {
  left: 20px;
}
#expo a.link.next {
  right: 20px;
}
table.link,
table.link tbody {
  float: left;
  display: block;
  width: 100%;
  height: 0;
}
.cb-index-all {
  display: block;
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 2;
  width: 100%;
  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-index-all td {
  float: left;
  display: block;
  margin: 0 10px;
}
.cb-index-all td.init {
  margin-left: 0;
}
.cb-index-all td.exit {
  margin-right: 0;
}
.cb-index-all a {
  display: block;
  width: 16px;
  height: 16px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  background: #fff;
  border-radius: 16px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.cb-index-all td.this a {
  background: #865970;
}
.cb-index-some {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
}
.cb-index-some td {
  float: left;
  display: block;
  color: #fff;
}
.cb-index-some td:first-child:after {
  display: inline-block;
  content: '/';
  margin: 0 5px;
}
.cb-index-some a {
  color: #fff;
}
.cb-index-some a:hover,
.cb-index-some a:focus {
  color: #fff;
}
#over {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  width: 100%;
  height: 100% !important;
  background-color: rgba(0, 0, 0, 0.8);
}
#disp {
  position: absolute;
  z-index: 5001;
  top: 0 !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1000px !important;
  max-width: 90%;
  min-height: 100vh;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -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;
  margin: 0 !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0 !important;
  font-size: 14px;
  font-family: 'Mulish', helvetica, sans-serif;
  line-height: 1.42857143;
  color: #000;
}
@media (max-width: 767px) {
  #disp {
    padding: 20px 0 !important;
  }
}
.disp-wrapper {
  float: left;
  width: 100%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px;
}
@media (max-width: 767px) {
  .disp-wrapper {
    padding: 15px;
  }
}
#disp form {
  float: left;
}
.disp-wrapper > form {
  width: 100%;
}
@media (max-width: 767px) {
  #disp form {
    width: 100%;
  }
}
#disp .fail {
  color: #ae2121;
}
#disp .part {
  margin-top: 4px;
  margin-bottom: 4px;
}
#disp a.mail {
  float: left;
  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;
}
#disp .head,
#disp .body,
#disp .foot {
  float: left;
  width: 100%;
  position: relative;
}
#disp .body {
  margin: 20px 0;
}
#disp .foot form + form {
  float: right;
}
#disp h2 {
  font-size: 14px;
  line-height: 1.71428571;
  font-weight: normal;
  text-transform: uppercase;
  color: #865970;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 30px;
}
#disp h3 {
  color: #865970;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 0;
  width: 100%;
}
#disp .head .ctrl {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
#disp .head .ctrl > div {
  float: left;
}
#disp .head .ctrl a {
  float: left;
  display: block;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  width: 16px;
  height: 24px;
  background-size: 16px 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-cross-black.svg);
}
#disp .foot input,
#disp .foot a {
  float: left;
  background-color: transparent;
  border: 1px solid #7c7c7b;
  cursor: pointer;
  color: #7c7c7b;
  padding: 6px 40px 3px;
  font-size: 18px;
  line-height: 1.33333333;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background 250ms;
  -o-transition: background 250ms;
  transition: background 250ms;
  line-height: 1.42857143;
}
@media only screen and (max-width: 767px) {
  #disp .foot input,
  #disp .foot a {
    padding: 0 20px;
    font-size: 14px;
    line-height: 1.07142857;
    letter-spacing: 0.09em;
  }
}
#disp .foot input:hover,
#disp .foot a:hover,
#disp .foot input:focus,
#disp .foot a:focus {
  color: #7c7c7b;
  background-color: #f2f2f2;
}
#disp .foot input:active,
#disp .foot a:active {
  background-color: #f2f2f2;
}
#disp .foot input.next,
#disp .foot a.next {
  float: right;
}
#disp.mail .foot input {
  float: right;
}
@media (max-width: 767px) {
  #disp .foot input,
  #disp .foot a {
    width: 100%;
    margin: 5px 0;
  }
  #disp .foot input:first-child,
  #disp .foot a:first-child {
    margin-top: 0;
  }
  #disp .foot input:last-child,
  #disp .foot a:last-child {
    margin-bottom: 0;
  }
}
#disp fieldset {
  float: left;
  width: 100%;
  position: relative;
  margin: 4px 0;
}
#disp fieldset.tiny {
  width: 48%;
}
#disp .head fieldset,
#disp .foot fieldset {
  margin: 0;
}
@media (max-width: 767px) {
  #disp fieldset.tiny {
    width: 100%;
  }
}
#disp label.name {
  float: left;
  width: 30%;
  margin-right: 4%;
  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;
}
@media (max-width: 767px) {
  #disp label.name {
    width: 100%;
    margin-right: 0;
  }
}
#disp input.text,
#disp textarea {
  float: right;
  width: 66%;
  background-color: #f2f2f2;
  min-height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2px 10px;
}
#disp input.text.fail,
#disp textarea.fail {
  border: 2px solid #ae2121;
}
#disp textarea {
  min-height: 100px;
  padding: 6px 10px;
}
@media (max-width: 767px) {
  #disp input.text,
  #disp textarea {
    width: 100%;
  }
}
#disp select {
  float: right;
  width: 66%;
  background-color: #f2f2f2;
  height: 40px;
}
@media (max-width: 767px) {
  #disp select {
    width: 100%;
  }
}
#disp input + label,
#disp input + label {
  display: block;
  padding-left: 30px;
}
#disp input.radio,
#disp input.checkbox {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  height: 20px;
  width: 20px;
}
.cb-sitemap-target {
  float: left;
  margin-bottom: 20px;
  color: #fff;
  padding: 5px 10px;
  background-color: #ae2121;
}
.cb-sitemap-contents {
  float: left;
  width: 100%;
}
.cb-sitemap-contents li {
  list-style: none;
  padding-left: 20px;
  position: relative;
}
.cb-sitemap-contents li:before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
}
.cb-zoom-indicator {
  position: absolute;
  z-index: 2;
  right: 15px;
  bottom: 15px;
  width: 36px;
  height: 36px;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: 18px 18px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-zoom-white.svg);
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
  -o-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);
}
a.zoom .cb-zoom-indicator {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
@media (max-width: 1279px) {
  .cb-zoom-indicator {
    right: 10px;
    bottom: 10px;
    width: 24px;
    height: 24px;
    background-size: 12px 12px;
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}
#disp.zoom {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  max-width: 100%;
  height: 100%;
  background: none;
  padding: 0 !important;
  display: block !important;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
#disp.zoom .disp-wrapper {
  padding: 0;
  background: none;
  height: 100%;
}
#disp.zoom div.head h2 {
  display: none;
}
#disp.zoom div.head div.ctrl {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 2;
}
@media (max-width: 767px) {
  #disp.zoom div.head div.ctrl {
    top: 20px;
    right: 20px;
  }
}
#disp.zoom div.head div.ctrl > div {
  float: left;
  margin: 0 10px;
}
#disp.zoom div.head div.ctrl > div:first-child {
  margin-left: 0;
}
#disp.zoom div.head div.ctrl > div:last-child {
  margin-right: 0;
}
#disp.zoom div.head div.ctrl a {
  float: left;
  display: block;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-arrow-left-white.svg);
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
}
#disp.zoom div.head div.ctrl .next a {
  background-image: url(/images/cb-default/cb-arrow-right-white.svg);
}
#disp.zoom div.head div.ctrl .quit a {
  background-image: url(/images/cb-default/cb-cross-white.svg);
  background-size: 16px 16px;
}
#disp.zoom div.head div.ctrl a:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
#disp.zoom div.head div.ctrl a:active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
#disp.zoom div.body {
  float: left;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 30px;
  margin: 0;
}
@media (max-width: 767px) {
  #disp.zoom div.body {
    padding: 60px 20px;
  }
}
#disp.zoom div.body > div {
  float: left;
  width: 100% !important;
  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;
}
#disp.zoom div.body a {
  float: left;
  width: 100%;
  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;
}
#disp.zoom div.body img {
  float: left;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
#disp.zoom div.foot {
  display: none;
}
.ie11 #disp.zoom {
  position: absolute;
}
.ie11 #disp.zoom div.body,
.ie11 #disp.zoom div.body > div,
.ie11 #disp.zoom div.body a {
  height: auto;
  display: block;
}
.ie11 #disp.zoom div.body img {
  float: none;
  position: relative;
  height: auto;
  display: block;
  margin: 0 auto;
}
#disp.srch {
  display: block !important;
}
#disp.srch h2 {
  display: none;
}
#disp.srch .disp-wrapper {
  background: none;
  padding: 0;
}
#disp.srch .head .ctrl a {
  background-image: url(/images/cb-default/cb-cross-white.svg);
}
#disp.srch div.body {
  margin: 0;
}
#disp.srch fieldset {
  margin: 0;
}
#disp.srch label.name {
  display: none;
}
#disp.srch input.text {
  font-family: 'Mulish', helvetica, sans-serif;
  background-color: transparent;
  margin-top: 40px;
  width: 100%;
  color: #fff;
  font-size: 50px;
  line-height: 1;
  border-bottom: 1px solid #fff;
  padding: 20px 0;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
}
@media (max-width: 767px) {
  #disp.srch input.text {
    font-size: 18px;
  }
}
.cb-result {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 18px;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}
.cb-result p {
  margin-top: 40px;
}
.cb-result a {
  color: #fff;
  text-decoration: none;
}
.cb-result a:hover {
  color: #fff;
  text-decoration: underline;
}
.cb-result table {
  float: left;
  width: 100%;
  border-collapse: collapse;
}
.cb-result tbody {
  width: 100%;
}
.cb-result th {
  padding-top: 20px;
  font-size: 24px;
  line-height: 1;
  text-align: left;
}
.cb-result th:first-child {
  padding-right: 40px;
  width: 80px;
}
.cb-result td {
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.cb-result th,
.cb-result td {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .cb-result {
    font-size: 14px;
  }
  .cb-result th {
    padding-top: 10px;
    font-size: 18px;
  }
  .cb-result th:first-child {
    padding-right: 10px;
    width: 54px;
  }
  .cb-result td {
    padding-bottom: 10px;
    padding-top: 5px;
  }
}
.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;
  font-weight: bold;
}
@media (min-width: 768px) {
  .unit.form .tile .name {
    width: 30%;
    min-height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    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;
  border-bottom: 1px solid #7c7c7b;
  min-height: 40px;
  padding: 6px 15px;
  font-family: 'Mulish', helvetica, sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.4;
}
.unit.form input.text.fail,
.unit.form textarea.fail {
  background-color: #e7bcbc;
}
.part.word:after {
  content: "";
  position: absolute;
  left: -2.5px;
  bottom: -2.5px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #7c7c7b;
}
.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: 10px;
    padding-bottom: 10px;
  }
}
.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: 20px;
  vertical-align: top;
}
@media (min-width: 768px) {
  .unit.form div.tick.tile input {
    top: 12px;
  }
}
@media (min-width: 1280px) {
  .unit.form div.tick.tile input {
    top: 16px;
  }
}
.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: left;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: transparent;
  border: 1px solid #7c7c7b;
  line-height: 1.42857143;
  cursor: pointer;
  color: #7c7c7b;
  padding: 6px 40px 3px;
  font-size: 18px;
  line-height: 1.33333333;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background 250ms;
  -o-transition: background 250ms;
  transition: background 250ms;
}
@media only screen and (max-width: 767px) {
  .unit.form input.submit {
    padding: 0 20px;
    font-size: 14px;
    line-height: 1.07142857;
    letter-spacing: 0.09em;
  }
}
.unit.form input.submit:hover,
.unit.form input.submit:focus {
  color: #7c7c7b;
  background-color: #f2f2f2;
}
.unit.form input.submit:active {
  background-color: #f2f2f2;
}
.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 {
  text-align: left;
  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: 15px;
  margin-bottom: 15px;
}
.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: transparent;
  border: 1px solid #7c7c7b;
  line-height: 1.42857143;
  cursor: pointer;
  color: #7c7c7b;
  padding: 6px 40px 3px;
  font-size: 18px;
  line-height: 1.33333333;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background 250ms;
  -o-transition: background 250ms;
  transition: background 250ms;
}
@media only screen and (max-width: 767px) {
  .two-step-verification-container a {
    padding: 0 20px;
    font-size: 14px;
    line-height: 1.07142857;
    letter-spacing: 0.09em;
  }
}
.two-step-verification-container a:hover,
.two-step-verification-container a:focus {
  color: #7c7c7b;
  background-color: #f2f2f2;
}
.two-step-verification-container a:active {
  background-color: #f2f2f2;
}
.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 td.init {
  width: 150px;
}
.table-head tr {
  border-top: none;
}
.table th {
  font-weight: normal;
  padding: 0 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: 0 10px;
  vertical-align: top;
}
.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: 1px dashed #e0e0e0;
}
.table--footer .table-foot td {
  font-weight: bold;
}
@media (max-width: 767px) {
  .part--table .table {
    display: block;
  }
  .part--table .table .table-head,
  .part--table .table .table-foot {
    display: none;
  }
  .part--table .table .table-body {
    display: block;
    width: 100%;
  }
  .part--table .table tr {
    float: left;
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px 0;
    border: 1px solid #ccc;
    margin-top: 9px;
  }
  .table-body .part--table .table tr:first-child {
    margin-top: 0;
  }
  .part--table .table .table-body tr:first-child {
    margin-top: 0;
  }
  .part--table .table td {
    float: left;
    display: block;
    width: 100%;
  }
  .part--table .table.table--headline td {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 52%;
  }
  .part--table .table.table--headline td:before {
    content: attr(data-title);
    position: absolute;
    left: 0;
    top: 0;
    width: 48%;
    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;
    font-weight: bold;
  }
  .part--table .table tr {
    border: none;
  }
  .table td {
    padding: 0;
  }
  .table-layout-fixed .table td.init {
    width: 100%;
  }
}
html,
body {
  float: left;
  width: 100%;
  min-height: 100vh;
}
#home {
  float: left;
  height: 50px;
}
.logo {
  width: auto;
  height: 100%;
}
#head {
  float: left;
  width: 100%;
}
.wrapper {
  float: left;
  width: 100%;
  min-height: 100vh;
  background-color: #fff;
  font-size: 14px;
  font-family: 'Mulish', helvetica, sans-serif;
  line-height: 1.42857143;
  color: #000;
  overflow: hidden;
  font-weight: 300;
  letter-spacing: 0.06em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.desk {
  *zoom: 1;
  margin: 0 auto;
  max-width: 100%;
  width: 1200px;
  position: relative;
}
.desk:before,
.desk:after {
  display: table;
  content: '';
}
.desk:after {
  clear: both;
}
.section {
  float: left;
  width: 100%;
  position: relative;
}
.section--farwest,
.section--fareast,
.section--south {
  background-color: #f2f2f2;
}
.section--farnorth {
  background-color: #7a6773;
  color: #fff;
}
.section--farnorth a {
  color: #fff;
}
.section--farnorth a:hover,
.section--farnorth a:focus {
  color: #bbacaf;
}
.section--farnorth h2,
.section--farnorth h3,
.section--farnorth h4,
.section--farnorth h5 {
  color: #fff;
}
.section--north {
  background-color: #865970;
  color: #fff;
}
.section--north h2 {
  color: #fff !important;
}
@media (max-width: 767px) {
  .section--north h2 br {
    display: none;
  }
}
.section--north a {
  color: #fff;
  white-space: nowrap;
}
.section--north a:hover,
.section--north a:focus {
  color: #bbacaf;
}
.navbar {
  position: fixed;
  z-index: 2001;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
}
.cb-scroll-triggered--active .navbar {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.cb-toggle-target-active .navbar {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.nav.sub {
  background-color: #7a6773;
  color: #fff;
  font-size: 13px;
  line-height: 1.76923077;
}
.nav.sub a {
  color: #fff;
}
.nav.sub a:hover,
.nav.sub a:focus {
  color: #bbacaf;
}
#navMainLinksMobile {
  float: right;
  margin-right: 30px;
  margin-top: 8px;
  text-align: right;
}
#navMainLinksMobile .meta {
  float: left;
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 10px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
}
#navMainLinksMobile .meta.service_map {
  background: url(/images/map.svg) no-repeat center;
  background-size: 14px 20px;
}
#navMainLinksMobile .meta.service_phone {
  background: url(/images/phone.svg) no-repeat center;
  background-size: 12px 20px;
}
.section--footer {
  background-color: #5a5a5a;
  color: #fff;
}
.section--footer a {
  color: #fff;
}
.section--footer a:hover,
.section--footer a:focus {
  color: #bbacaf;
}
.footer-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  width: 100%;
  margin: 36px 0 21px;
}
.footer-content a {
  border-bottom: 1px solid;
}
.footer-content .vcard,
.footer-content .sitemap,
.footer-content .opening,
.footer-content .diverses,
.footer-content .docmodel {
  float: left;
  width: 100%;
}
.sitemap .navi {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.sitemap .navi > .item {
  margin: 10px 0;
}
.sitemap .navi > .item.init {
  margin-top: 0;
}
.sitemap .navi > .item.exit {
  margin-bottom: 0;
}
.sitemap .navi > .item > .menu {
  display: inline-block;
}
.services {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  width: 100%;
  margin: 15px 0 20px;
  border-top: 1px solid #fff;
  padding-top: 15px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 28px;
}
.services a {
  color: rgba(255, 255, 255, 0.6);
}
.services a:after {
  content: none;
}
.footlinks {
  float: left;
  padding-right: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#services {
  float: right;
}
#services .meta:after {
  content: " ∙ ";
}
#services .meta:last-child {
  margin-right: 0;
}
#services .meta:last-child:after {
  content: none;
}
#social {
  float: left;
  width: 100%;
}
#social .meta {
  float: left;
  display: block;
  width: 26px;
  height: 26px;
  margin-right: 5px;
  border: none;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
}
#social .meta.service_facebook {
  background: url(/images/facebook.svg) no-repeat center;
}
#social .meta.service_twitter {
  background: url(/images/twitter.svg) no-repeat center;
}
#cb-cookie-warning {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 2000;
  border-top: 10px solid #7a6773;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  font-family: 'Mulish', helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.25;
  color: #000;
  font-weight: 300;
  letter-spacing: 0.06em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#cb-cookie-warning.cb-cookie-warning--hidden {
  display: none;
}
@media (max-width: 767px) {
  #cb-cookie-warning {
    font-size: 14px;
    line-height: 1.28571429;
  }
}
.cb-cookie-warning--container {
  float: left;
  width: 1200px;
  max-width: 85.71428571%;
  margin: 20px 0;
}
@media (max-width: 1279px) {
  .cb-cookie-warning--container {
    max-width: 93.75%;
  }
}
.cb-cookie-warning--text {
  float: left;
  width: 100%;
}
.cb-cookie-warning--text strong {
  font-weight: 400;
  font-size: 26px;
  line-height: 1.23076923;
  color: #7a6773;
  display: inline-block;
  padding-bottom: 5px;
}
.cb-cookie-warning--text a {
  display: inline-block;
  margin-top: 20px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cb-cookie-warning--text a:hover,
.cb-cookie-warning--text a:focus {
  color: #000;
}
@media (max-width: 767px) {
  .cb-cookie-warning--text strong {
    font-size: 20px;
    line-height: 1.3;
  }
}
.cb-cookie-warning--actions {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.cb-cookie-warning__button {
  float: left;
  margin-left: 40px;
  background-color: transparent;
  border: 1px solid #7c7c7b;
  line-height: 1.42857143;
  cursor: pointer;
  color: #7c7c7b;
  padding: 6px 40px 3px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background 250ms;
  -o-transition: background 250ms;
  transition: background 250ms;
  font-family: 'Mulish', helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.33333333;
}
@media only screen and (max-width: 767px) {
  .cb-cookie-warning__button {
    padding: 0 20px;
    font-size: 14px;
    line-height: 1.07142857;
    letter-spacing: 0.09em;
  }
}
.cb-cookie-warning__button:hover,
.cb-cookie-warning__button:focus {
  color: #7c7c7b;
  background-color: #f2f2f2;
}
.cb-cookie-warning__button:active {
  background-color: #f2f2f2;
}
.cb-cookie-warning__button:first-child {
  margin-left: 0 !important;
}
@media (max-width: 767px) {
  .cb-cookie-warning__button {
    margin-left: 10px;
  }
}
a {
  color: #865970;
  text-decoration: none;
  -webkit-transition: color 250ms;
  -o-transition: color 250ms;
  transition: color 250ms;
}
a:hover,
a:focus {
  color: #7a6773;
}
.text a.open {
  border-bottom: 1px solid;
}
h1 {
  color: #7c7c7b;
  font-weight: 400;
}
h1 i {
  display: block;
  font-style: normal;
}
h1 i,
h2,
.cb-layout1 .south .seam a.open,
.cb-layout1 .south .flat a.open,
.cb-layout1 .south .edge a.open {
  color: #7c7c7b;
  font-weight: 300;
  letter-spacing: 0.05em;
}
h3 {
  color: #7c7c7b;
  font-family: 'Roboto Slab', times, serif;
  font-weight: 300;
}
h4,
.south .seam a.open,
.south .flat a.open,
.south .edge a.open {
  color: #865970;
  font-weight: 400;
}
h5 {
  color: #7c7c7b;
  font-weight: 300;
}
.pale,
.skew {
  font-family: 'Roboto Slab', times, serif;
}
.area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#edit .area {
  border-top: 2px dashed #ccc;
}
/* Area farnorth - same in every layout
*/
.area.farnorth {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* Area south - same in every layout
*/
.area.south {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.area.south .unit.seam,
.area.south .unit.flat,
.area.south .unit.edge {
  color: #fff;
  text-align: center;
}
.area.south .unit.seam a,
.area.south .unit.flat a,
.area.south .unit.edge a {
  color: #fff;
}
.area.south .unit.seam h2,
.area.south .unit.flat h2,
.area.south .unit.edge h2,
.area.south .unit.seam h3,
.area.south .unit.flat h3,
.area.south .unit.edge h3,
.area.south .unit.seam h4,
.area.south .unit.flat h4,
.area.south .unit.edge h4,
.area.south .unit.seam h5,
.area.south .unit.flat h5,
.area.south .unit.edge h5 {
  color: #fff;
}
.area.south .unit.seam .part.link,
.area.south .unit.flat .part.link,
.area.south .unit.edge .part.link {
  width: 100%;
  margin: 0;
}
.area.south .unit.seam .part.link .open,
.area.south .unit.flat .part.link .open,
.area.south .unit.edge .part.link .open {
  width: 100%;
  border: none;
  background: transparent;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
.area.south .unit.seam .part.link .open:after,
.area.south .unit.flat .part.link .open:after,
.area.south .unit.edge .part.link .open:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
  height: 5px;
  background: url(/images/line-white.svg) no-repeat left center;
  background-size: 550px 5px;
}
.area.south .unit.seam {
  background-color: #bbacaf;
}
.area.south .unit.flat {
  background-color: #865970;
}
.area.south .unit.edge {
  background-color: #7a6773;
}
#view .area.south .unit.seam .part.pict,
#view .area.south .unit.flat .part.pict,
#view .area.south .unit.edge .part.pict {
  position: absolute;
  left: 0;
}
/* Area main

  Layout 4
    pure: normal;
    seam/flat/edge: background-color, special image 
*/
.cb-layout4 .area.main .unit.seam,
.cb-layout4 .area.main .unit.flat,
.cb-layout4 .area.main .unit.edge {
  color: #fff;
}
.cb-layout4 .area.main .unit.seam .body,
.cb-layout4 .area.main .unit.flat .body,
.cb-layout4 .area.main .unit.edge .body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #7a6773;
}
.cb-layout4 .area.main .unit.seam .body:before,
.cb-layout4 .area.main .unit.flat .body:before,
.cb-layout4 .area.main .unit.edge .body:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  bottom: 0;
  width: 100vw;
  background-color: #7a6773;
}
.cb-layout4 .area.main .unit.seam a,
.cb-layout4 .area.main .unit.flat a,
.cb-layout4 .area.main .unit.edge a {
  color: #fff;
}
.cb-layout4 .area.main .unit.seam a:hover,
.cb-layout4 .area.main .unit.flat a:hover,
.cb-layout4 .area.main .unit.edge a:hover,
.cb-layout4 .area.main .unit.seam a:focus,
.cb-layout4 .area.main .unit.flat a:focus,
.cb-layout4 .area.main .unit.edge a:focus {
  color: #bbacaf;
}
.cb-layout4 .area.main .unit.seam h2,
.cb-layout4 .area.main .unit.flat h2,
.cb-layout4 .area.main .unit.edge h2,
.cb-layout4 .area.main .unit.seam h3,
.cb-layout4 .area.main .unit.flat h3,
.cb-layout4 .area.main .unit.edge h3,
.cb-layout4 .area.main .unit.seam h4,
.cb-layout4 .area.main .unit.flat h4,
.cb-layout4 .area.main .unit.edge h4,
.cb-layout4 .area.main .unit.seam h5,
.cb-layout4 .area.main .unit.flat h5,
.cb-layout4 .area.main .unit.edge h5 {
  color: #fff;
}
.cb-layout4 .area.main .unit.flat .body {
  background-color: #bbacaf;
}
.cb-layout4 .area.main .unit.flat .body:before {
  background-color: #bbacaf;
}
.cb-layout4 .area.main .unit.edge .body {
  background-color: #bbacaf;
}
.cb-layout4 .area.main .unit.edge .body:before {
  background-color: #bbacaf;
}
/* Area side

  Layout 1, 3
    pure: width 100%
    seam/flat: background-color, background-image
*/
.cb-layout1 .area.side .unit.seam,
.cb-layout3 .area.side .unit.seam,
.cb-layout1 .area.side .unit.flat,
.cb-layout3 .area.side .unit.flat,
.cb-layout1 .area.side .unit.edge,
.cb-layout3 .area.side .unit.edge {
  background-color: #7a6773;
  color: #fff;
}
.cb-layout1 .area.side .unit.seam a,
.cb-layout3 .area.side .unit.seam a,
.cb-layout1 .area.side .unit.flat a,
.cb-layout3 .area.side .unit.flat a,
.cb-layout1 .area.side .unit.edge a,
.cb-layout3 .area.side .unit.edge a {
  color: #fff;
}
.cb-layout1 .area.side .unit.seam a:hover,
.cb-layout3 .area.side .unit.seam a:hover,
.cb-layout1 .area.side .unit.flat a:hover,
.cb-layout3 .area.side .unit.flat a:hover,
.cb-layout1 .area.side .unit.edge a:hover,
.cb-layout3 .area.side .unit.edge a:hover,
.cb-layout1 .area.side .unit.seam a:focus,
.cb-layout3 .area.side .unit.seam a:focus,
.cb-layout1 .area.side .unit.flat a:focus,
.cb-layout3 .area.side .unit.flat a:focus,
.cb-layout1 .area.side .unit.edge a:focus,
.cb-layout3 .area.side .unit.edge a:focus {
  color: #bbacaf;
}
.cb-layout1 .area.side .unit.seam h2,
.cb-layout3 .area.side .unit.seam h2,
.cb-layout1 .area.side .unit.flat h2,
.cb-layout3 .area.side .unit.flat h2,
.cb-layout1 .area.side .unit.edge h2,
.cb-layout3 .area.side .unit.edge h2,
.cb-layout1 .area.side .unit.seam h3,
.cb-layout3 .area.side .unit.seam h3,
.cb-layout1 .area.side .unit.flat h3,
.cb-layout3 .area.side .unit.flat h3,
.cb-layout1 .area.side .unit.edge h3,
.cb-layout3 .area.side .unit.edge h3,
.cb-layout1 .area.side .unit.seam h4,
.cb-layout3 .area.side .unit.seam h4,
.cb-layout1 .area.side .unit.flat h4,
.cb-layout3 .area.side .unit.flat h4,
.cb-layout1 .area.side .unit.edge h4,
.cb-layout3 .area.side .unit.edge h4,
.cb-layout1 .area.side .unit.seam h5,
.cb-layout3 .area.side .unit.seam h5,
.cb-layout1 .area.side .unit.flat h5,
.cb-layout3 .area.side .unit.flat h5,
.cb-layout1 .area.side .unit.edge h5,
.cb-layout3 .area.side .unit.edge h5 {
  color: #fff;
}
.cb-layout1 .area.side .unit.seam h2,
.cb-layout3 .area.side .unit.seam h2,
.cb-layout1 .area.side .unit.flat h2,
.cb-layout3 .area.side .unit.flat h2,
.cb-layout1 .area.side .unit.edge h2,
.cb-layout3 .area.side .unit.edge h2 {
  text-align: center;
}
.cb-layout1 .area.side .unit.seam:after,
.cb-layout3 .area.side .unit.seam:after,
.cb-layout1 .area.side .unit.flat:after,
.cb-layout3 .area.side .unit.flat:after,
.cb-layout1 .area.side .unit.edge:after,
.cb-layout3 .area.side .unit.edge:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: url(/images/line-white.svg) no-repeat left center;
  background-size: 550px 5px;
}
.cb-layout1 .area.side .unit.flat,
.cb-layout3 .area.side .unit.flat {
  background-color: #865970;
}
.cb-layout1 .area.side .unit.edge,
.cb-layout3 .area.side .unit.edge {
  background-color: #bbacaf;
}
/* Area farwest & fareast

  Layout 1
    pure: 
    seam: background-color white

  Layout 2
    pure: 
    seam: background-color white
    flat: 
    edge: special image background in area
*/
.cb-layout1 .area.farwest .unit.seam,
.cb-layout1 .area.fareast .unit.seam,
.cb-layout3 .area.farwest .unit.seam,
.cb-layout3 .area.fareast .unit.seam {
  background-color: #fff;
}
.cb-layout2 .area.farwest,
.cb-layout2 .area.fareast {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.cb-layout2 .area.farwest .unit.seam,
.cb-layout2 .area.fareast .unit.seam {
  background-color: #fff;
}
.cb-layout2 .area.farwest .unit.edge,
.cb-layout2 .area.fareast .unit.edge {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.cb-layout2 .area.farwest .unit.edge .part.pict,
.cb-layout2 .area.fareast .unit.edge .part.pict {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  width: 100vw;
  height: 100%;
  margin: 0;
}
.cb-layout2 .area.farwest .unit.edge .part.pict img,
.cb-layout2 .area.fareast .unit.edge .part.pict img {
  width: 100%;
  max-width: 100% !important;
  height: 100%;
  max-height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  font-family: 'object-fit: cover; object-position: 50% 50%;';
  -moz-transform: translateY(0);
}
/* Area base

  Layout 1
    pure: 
    seam: seam: line bottom & top, image over top line

  Layout 2, 3
    less spacing between units
*/
.cb-layout1 .area.base {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.cb-layout1 .area.base .unit.seam {
  position: relative;
}
.cb-layout1 .area.base .unit.seam:before,
.cb-layout1 .area.base .unit.seam:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 5px;
  background: url(/images/line-grey-2019-05-15.svg) no-repeat left center;
  background-size: 550px 5px;
}
.cb-layout1 .area.base .unit.seam:before {
  top: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cb-layout1 .area.base .unit.seam:after {
  bottom: 0;
}
.area.north .unit {
  width: 100%;
  margin: 0;
}
.unit {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.part {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.part.part--table {
  margin-top: -15px;
}
@media (max-width: 1279px) {
  .part.part--table {
    margin-top: -5px;
  }
}
@media (max-width: 767px) {
  .part.part--table {
    margin-top: -8px;
  }
}
#view .part.pict + .part.text .text-section--pale {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: -15px;
}
.part.pict img {
  float: none;
  display: block;
  margin: 0 auto;
}
.cb-layout1 .base .part.pict img {
  width: auto;
  height: 100%;
}
.list--bullet li {
  padding-left: 30px;
}
.list--bullet li:before {
  content: "";
  top: 8px;
  height: 5px;
  width: 20px;
  background-image: url(/images/line-grey-2019-05-15.svg);
  background: url(/images/line-grey-2019-05-15.svg) no-repeat left center;
  background-size: 550px 5px;
}
.farnorth .list--bullet li:before {
  background-image: url(/images/line-white.svg);
}
div.link .open {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  background-color: transparent;
  border: 1px solid #aaa;
  color: #7c7c7b;
  text-align: center;
  -webkit-transition: background 250ms;
  -o-transition: background 250ms;
  transition: background 250ms;
}
div.link .open:hover,
div.link .open:focus {
  background-color: #f2f2f2;
}
div.line hr {
  border: none;
  width: 50px;
  height: 5px;
  background: url(/images/line-grey-2019-05-15.svg) no-repeat left center;
  background-size: 550px 5px;
}
div.navi {
  float: left;
}
div.navi > .item {
  float: left;
}
div.navi > .item > .menu {
  display: block;
}
@media (max-width: 1279px) {
  div.navi {
    display: none;
  }
}
body.cb-toggle-target-active {
  overflow: hidden;
}
@media (max-width: 1279px) {
  .section {
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
    -o-transition: transform 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.05, 0.8, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
  }
  body.cb-toggle-target-active .section {
    -webkit-transform: translateY(200px);
        -ms-transform: translateY(200px);
            transform: translateY(200px);
  }
}
.togglenavigation {
  display: none;
  position: absolute;
  top: 11px;
  right: 0;
  z-index: 2002;
  width: 20px;
  height: 15px;
  cursor: pointer;
  -webkit-transition: top 250ms;
  -o-transition: top 250ms;
  transition: top 250ms;
}
.cb-scroll-triggered--active .togglenavigation {
  top: 10px;
}
@media only screen and (min-width: 768px) {
  .togglenavigation {
    width: 30px;
    height: 19px;
    top: 17px;
  }
  .cb-scroll-triggered--active .togglenavigation {
    top: 9px;
  }
}
.tline {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #7a6773;
  border-radius: 1px;
  -webkit-transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  -o-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);
}
.tline--2,
.tline--3 {
  top: 7px;
}
@media only screen and (min-width: 768px) {
  .tline--2,
  .tline--3 {
    top: 9px;
  }
}
.tline--4 {
  top: auto;
  bottom: 0;
}
body.cb-toggle-target-active .tline--1 {
  opacity: 0;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}
body.cb-toggle-target-active .tline--2 {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
body.cb-toggle-target-active .tline--3 {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
body.cb-toggle-target-active .tline--4 {
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
}
.mobile-navigation {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  overflow-y: scroll;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
  -o-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);
}
body.cb-toggle-target-active .mobile-navigation {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
@media only screen and (min-width: 768px) {
  .mobile-navigation {
    width: 93.75%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-100%);
        -ms-transform: translateX(-50%) translateY(-100%);
            transform: translateX(-50%) translateY(-100%);
  }
  body.cb-toggle-target-active .mobile-navigation {
    -webkit-transform: translateX(-50%) translateY(0);
        -ms-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
}
.mobile-navi-animation {
  float: left;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(-100vh);
      -ms-transform: translateY(-100vh);
          transform: translateY(-100vh);
  -webkit-transition: all 0.2s 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
  -o-transition: all 0.2s 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: all 0.2s 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
}
body.cb-toggle-target-active .mobile-navi-animation {
  -webkit-transition: all 1s cubic-bezier(0.05, 0.8, 0.5, 1);
  -o-transition: all 1s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: all 1s cubic-bezier(0.05, 0.8, 0.5, 1);
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.mobile-navigation div.navi {
  float: left;
  width: 100%;
  display: block;
  position: relative;
}
.mobile-navigation div.navi > .cb-toggle {
  display: none;
}
.mobile-navigation div.navi > .item {
  float: left;
  width: 100%;
  position: relative;
}
.mobile-navigation div.navi > .item.item-empty > .cb-toggle {
  display: none;
}
.mobile-navigation div.navi > .item > .menu {
  display: block;
  color: #000;
  letter-spacing: 0.09em;
}
.mobile-navigation div.navi > .item > .menu.path {
  background-color: #fff;
}
.mobile-navigation div.sub1 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 85px 0 30px;
}
.mobile-navigation div.sub1 > .item {
  border-bottom: 1px solid #7c7c7b;
}
.mobile-navigation div.sub1 > .item > .menu {
  margin: 12px 0 0;
  padding: 3px 24px 3px 20px;
  font-size: 20px;
  line-height: 1.2;
}
.mobile-navigation div.sub1 > .item.exit {
  border: none;
}
.mobile-navigation div.sub1 > .item.exit > .menu {
  margin-top: 36px;
  border: 1px solid #aaa;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .mobile-navigation div.sub1 {
    width: 55.55555556%;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-top: 150px;
  }
}
.mobile-navigation div.sub2 > .item > .menu {
  margin: 12px 0 0;
  padding: 5px 30px 5px 20px;
  font-size: 16px;
  line-height: 1.25;
}
.mobile-navigation div.sub2 > .item.exit > .menu {
  margin-bottom: 12px;
}
.mobile-navigation div.sub2 {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0s 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
  -o-transition: max-height 0s 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: max-height 0s 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.mobile-navigation div.sub2 > .item {
  margin-top: -30px;
  opacity: 0;
  -webkit-transition: margin 0.6s cubic-bezier(0.05, 0.8, 0.5, 1), opacity 0.1s cubic-bezier(0.05, 0.8, 0.5, 1);
  -o-transition: margin 0.6s cubic-bezier(0.05, 0.8, 0.5, 1), opacity 0.1s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: margin 0.6s cubic-bezier(0.05, 0.8, 0.5, 1), opacity 0.1s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.mobile-navigation div.navi > .item.cb-toggle-target-active > div.navi {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  max-height: 1000000000px;
}
.mobile-navigation div.navi > .item.cb-toggle-target-active > div.navi > .item {
  margin-top: 0;
  opacity: 1;
  -webkit-transition: margin 0.6s cubic-bezier(0.05, 0.8, 0.5, 1), opacity 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
  -o-transition: margin 0.6s cubic-bezier(0.05, 0.8, 0.5, 1), opacity 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: margin 0.6s cubic-bezier(0.05, 0.8, 0.5, 1), opacity 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.mobile-navigation .cb-toggle {
  position: absolute;
  right: 0;
  top: 12px;
  z-index: 2;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background-size: 8px 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/mnavitoggle.svg);
  -webkit-transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
  -o-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);
}
.mobile-navigation .cb-toggle.cb-toggle-active {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@media (max-width: 1279px) {
  .togglenavigation,
  .mobile-navigation {
    display: block;
  }
}
.desk {
  max-width: 90%;
}
#home {
  height: 36px;
}
#head {
  margin-top: 24px;
}
.section--header {
  padding-top: 61px;
}
.cb-scroll-triggered--active .section--header {
  padding-top: 49px;
}
@media only screen and (max-width: 767px) {
  .cb-toggle-target-active .navbar {
    background: #fff url(/images/bg-navi-mobile.png) no-repeat center bottom;
    background-size: 767px 10px;
  }
}
.nav.main {
  padding: 12px 0;
  border-bottom: 1px solid #865970;
  -webkit-transition: padding 250ms;
  -o-transition: padding 250ms;
  transition: padding 250ms;
}
.cb-scroll-triggered--active .nav.main {
  padding: 6px 0;
}
.nav.sub {
  display: none;
}
.section--footer {
  font-size: 12px;
  line-height: 1.66666667;
  letter-spacing: 0.09em;
}
.footer-content .sitemap,
.footer-content .opening,
.footer-content .docmodel {
  display: none;
}
#social {
  margin-top: 20px;
}
h1 {
  font-size: 25px;
  line-height: 1.28;
}
h1 i {
  padding-top: 4px;
}
h1 i,
h2,
.cb-layout1 .south .seam a.open,
.cb-layout1 .south .flat a.open,
.cb-layout1 .south .edge a.open {
  font-size: 20px;
  line-height: 1.2;
}
h3 {
  font-size: 15px;
  line-height: 1.33333333;
}
h4,
.south .seam a.open,
.south .flat a.open,
.south .edge a.open {
  font-size: 18px;
  line-height: 1.16666667;
  letter-spacing: 0.09em;
}
h5 {
  font-size: 13px;
  line-height: 1.69230769;
  letter-spacing: 0.09em;
}
.pale {
  font-size: 14px;
  line-height: 1.28571429;
  letter-spacing: 0.09em;
}
.skew {
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0.09em;
}
.area {
  margin-top: 20px;
  margin-bottom: 20px;
}
.area.main {
  margin-top: 0;
}
.cb-layout1 .area.side,
.cb-layout3 .area.side {
  margin-top: 10px;
  margin-bottom: 0;
}
/* Area farnorth - same in every layout
  no small styles
*/
/* Area south - same in every layout
*/
.area.south .unit.pure + .seam,
.area.south .unit.pure + .flat,
.area.south .unit.pure + .edge {
  margin-top: 0;
}
.area.south .unit.seam,
.area.south .unit.flat,
.area.south .unit.edge {
  margin-top: 15px;
  margin-bottom: 15px;
}
.area.south .unit.seam .part.link .open,
.area.south .unit.flat .part.link .open,
.area.south .unit.edge .part.link .open {
  padding: 24px 24px 65px;
}
.area.south .unit.seam .part.link .open:after,
.area.south .unit.flat .part.link .open:after,
.area.south .unit.edge .part.link .open:after {
  left: 25px;
  bottom: 30px;
  width: calc(100% - 48px);
}
.area.south .unit.seam .part.pict + .part.link .open,
.area.south .unit.flat .part.pict + .part.link .open,
.area.south .unit.edge .part.pict + .part.link .open {
  padding: 24px 24px 65px;
}
#view .area.south .unit.seam .part.pict,
#view .area.south .unit.flat .part.pict,
#view .area.south .unit.edge .part.pict {
  top: 15px;
}
#view .area.south .unit.seam .part.link .open,
#view .area.south .unit.flat .part.link .open,
#view .area.south .unit.edge .part.link .open {
  padding: 30px 24px 65px 24px;
}
#view .area.south .unit.seam .part.pict + .part.link .open,
#view .area.south .unit.flat .part.pict + .part.link .open,
#view .area.south .unit.edge .part.pict + .part.link .open {
  padding: 120px 24px 65px 24px;
}
/* Area main

  Layout 4
    pure: normal;
    seam/flat/edge: background-color, special image 
*/
.cb-layout4 .area.main .unit.seam,
.cb-layout4 .area.main .unit.flat,
.cb-layout4 .area.main .unit.edge {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 40px 0 0;
}
.cb-layout4 .area.main .unit.seam .body,
.cb-layout4 .area.main .unit.flat .body,
.cb-layout4 .area.main .unit.edge .body {
  padding: 0 0 20px;
}
.cb-layout4 .area.main .unit.seam .body:before,
.cb-layout4 .area.main .unit.flat .body:before,
.cb-layout4 .area.main .unit.edge .body:before {
  top: 40px;
}
.cb-layout4 .area.main .unit.seam .part.pict,
.cb-layout4 .area.main .unit.flat .part.pict,
.cb-layout4 .area.main .unit.edge .part.pict {
  width: 192px;
  margin-top: -55px;
}
.cb-layout4 .area.main .unit.edge {
  text-align: right;
}
.cb-layout4 .area.main .unit.edge .part {
  float: right;
}
/* Area side

  Layout 1, 3
    pure: width 100%
    seam/flat: background-color, background-image
*/
.cb-layout1 .area.side .unit.seam,
.cb-layout3 .area.side .unit.seam,
.cb-layout1 .area.side .unit.flat,
.cb-layout3 .area.side .unit.flat,
.cb-layout1 .area.side .unit.edge,
.cb-layout3 .area.side .unit.edge {
  padding: 15px 24px 50px 24px;
}
.cb-layout1 .area.side .unit.seam:after,
.cb-layout3 .area.side .unit.seam:after,
.cb-layout1 .area.side .unit.flat:after,
.cb-layout3 .area.side .unit.flat:after,
.cb-layout1 .area.side .unit.edge:after,
.cb-layout3 .area.side .unit.edge:after {
  left: 24px;
  bottom: 30px;
  width: calc(100% - 48px);
}
/* Area farwest & fareast

  Layout 1
    pure: 
    seam: background-color white

  Layout 2
    pure: 
    seam: background-color white
*/
.cb-layout1 .area.farwest .unit.seam,
.cb-layout1 .area.fareast .unit.seam,
.cb-layout3 .area.farwest .unit.seam,
.cb-layout3 .area.fareast .unit.seam {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 9px 24px 9px;
}
.cb-layout2 .area.farwest,
.cb-layout2 .area.fareast {
  margin-top: 25px;
  margin-bottom: 25px;
}
.cb-layout2 .area.farwest .unit.seam,
.cb-layout2 .area.fareast .unit.seam {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px 24px 10px;
}
/* Area base

  Layout 1
    pure: 
    seam: seam: line bottom & top, image over top line
    
  Layout 2, 3
    less spacing between units
*/
.cb-layout1 .area.base .unit.seam {
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 0 24px 20px;
}
.cb-layout1 .area.base .unit.seam .part.pict:first-child {
  height: 40px;
  margin-top: -20px;
}
.cb-layout2 .area.base,
.cb-layout3 .area.base {
  width: 103.47222222%;
  margin-left: -1.73611111%;
  margin-top: 25px;
  margin-bottom: 25px;
}
.cb-layout2 .area.base .unit,
.cb-layout3 .area.base .unit {
  width: 96.6442953%;
  margin-left: 1.67785235%;
  margin-right: 1.67785235%;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .cb-layout2 .area.base .part,
  .cb-layout3 .area.base .part {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
div.link {
  margin-top: 5px;
  margin-bottom: 5px;
}
div.link:last-child {
  margin-bottom: 15px;
}
div.link .open {
  padding: 6px 20px 6px;
  font-size: 14px;
  line-height: 1.28571429;
  letter-spacing: 0.09em;
}
.text-section--h2,
.text-section--h3,
.text-section--h4 {
  margin-bottom: 7px;
}
.text-section--h2:last-child,
.text-section--h3:last-child,
.text-section--h4:last-child {
  margin-bottom: 0;
}
/*# sourceMappingURL=screen-small.css.map */