:root {
  --spacePart: 15px;
}
@media (max-width: 1023px) {
  :root {
    --spacePart: 15px;
  }
}
@media (max-width: 767px) {
  :root {
    --spacePart: 10px;
  }
}
:root {
  --spaceUnit: 45px;
}
@media (max-width: 1023px) {
  :root {
    --spaceUnit: 45px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceUnit: 20px;
  }
}
:root {
  --spaceTotal: 60px;
}
@media (max-width: 1023px) {
  :root {
    --spaceTotal: 60px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceTotal: 30px;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: #fff;
  line-height: 1.5;
  border: 2px solid #2A6AB2;
  cursor: pointer;
  color: #2A6AB2;
  padding: 13px 40px;
  width: 100%;
  max-width: 260px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  -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);
  font-weight: 500;
}
.button:hover,
.button:focus {
  color: #fff;
  background-color: #2A6AB2;
  border-color: #fff;
}
.button:active {
  background-color: #2A6AB2;
}
.button-neg {
  background-color: #2A6AB2;
  line-height: 1.5;
  border: 2px solid #fff;
  cursor: pointer;
  color: #fff;
  padding: 13px 13px;
  width: 260px;
  max-width: 260px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  -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);
  font-weight: 500;
}
.button-neg:hover,
.button-neg:focus {
  color: #2A6AB2;
  background-color: #fff;
  border-color: #2A6AB2;
}
.button-neg:active {
  background-color: #fff;
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  background: none;
  font-size: 100%;
}
*::-moz-selection {
  background: #2A6AB2;
  color: #fff;
}
*::selection {
  background: #2A6AB2;
  color: #fff;
}
.hidden,
.cb-invisible {
  display: none !important;
}
li {
  list-style-position: inside;
}
img,
audio,
video,
iframe {
  float: left;
  width: 100%;
}
strong {
  font-weight: 500;
}
sup,
sub {
  position: relative;
  vertical-align: baseline;
  top: -0.8em;
  font-size: 70%;
}
sub {
  top: 0.4em;
}
address {
  font-style: normal;
}
input,
textarea {
  border-radius: 0;
  font-size: 16px;
  font-family: 'Libre Franklin', sans-serif;
  line-height: 1.5;
}
.unit caption {
  display: none;
}
.flag {
  background: #2A6AB2;
  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);
}
.cbdModule {
  float: left;
  width: 100%;
}
#view .cbdModule.is-empty {
  display: none;
}
.cbDynamicContent__element {
  float: left;
  width: 100%;
}
.area {
  float: left;
  width: 100%;
}
#view .area:empty {
  display: none;
}
.unit {
  float: left;
  width: 100%;
  margin-top: var(--spaceUnit);
  margin-bottom: var(--spaceUnit);
  position: relative;
}
.unit .head,
.unit .body,
.unit .foot {
  float: left;
  width: 100%;
}
.unit.fold div.less,
.unit.fold div.more {
  float: left;
  width: 100%;
}
.unit.fold .ctrl {
  float: left;
  width: 100%;
}
.part {
  float: left;
  width: 100%;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
  position: relative;
}
.pict a {
  float: left;
  width: 100%;
}
.pict img {
  width: 100%;
}
.pict img:not(.svg) {
  width: auto;
  max-width: 100% !important;
}
#root#root#root img.zoom {
  display: none !important;
}
.cb-image-figure {
  float: left;
  width: 100%;
}
.cb-image-container {
  float: left;
  width: 100%;
  position: relative;
}
.cb-image-caption {
  float: left;
  width: 100%;
}
#disp.zoom .cb-image-figure {
  height: 100%;
}
#disp.zoom .cb-image-container {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#disp.zoom .cb-image-caption {
  display: none;
}
.cb-album .cb-image-figure {
  opacity: 1 !important;
  display: block !important;
}
.cb-album .cb-image-container {
  position: static;
}
.cb-album .cb-image-caption {
  display: none;
}
div.load {
  background: none !important;
}
div.load a.load {
  color: #2A6AB2;
  cursor: pointer;
  padding: 4px 0 4px 25px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  font-weight: 500;
  background-size: 16px;
  background-position: 0% 10px;
  background-repeat: no-repeat;
  background-image: url('/images/arrow-bottom-blue.svg');
  -webkit-transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
div.load a.load:hover,
div.load a.load:focus {
  background-image: url('/images/arrow-bottom-blue.svg');
  color: #2A6AB2;
  background-size: 16px;
  background-position: 0% 13px;
}
.section--blue div.load a.load,
.section--darkblue div.load a.load {
  color: #fff;
  cursor: pointer;
  padding: 4px 0 4px 25px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  font-weight: 500;
  background-size: 16px;
  background-position: 0% 10px;
  background-repeat: no-repeat;
  background-image: url('/images/arrow-bottom-white.svg');
  -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);
}
.section--blue div.load a.load:hover,
.section--darkblue div.load a.load:hover,
.section--blue div.load a.load:focus,
.section--darkblue div.load a.load:focus {
  background-image: url('/images/arrow-bottom-white.svg');
  color: #fff;
  background-size: 16px;
  background-position: 0% 13px;
}
.show a {
  float: left;
  width: 100%;
  display: block;
}
#edit .line {
  padding-top: 5px;
  padding-bottom: 5px;
}
.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: 500;
  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%;
}
.section--blue .list li,
.section--darkblue .list li {
  color: #fff;
}
.list--bullet li {
  list-style: none;
  padding-left: 24px;
  position: relative;
}
.list--bullet li:before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
}
.list--numbered {
  counter-reset: numberedList;
}
.list--numbered li {
  list-style: none;
  padding-left: 24px;
  position: relative;
}
.list--numbered li:before {
  content: counter(numberedList) ".";
  counter-increment: numberedList;
  position: absolute;
  left: 0;
  top: 0;
}
.cb-multimood,
.cb-expo {
  float: left;
  width: 100%;
  position: relative;
  height: 100%;
}
.cb-slides {
  float: left;
  width: 100%;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  padding-bottom: 0;
  position: relative;
}
.cb-slides .slide {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}
.cb-slides a {
  display: block;
  width: 100%;
  height: 100%;
}
.cb-slides a.null {
  cursor: default;
}
.cb-slides .cb-image-figure {
  height: 100%;
}
.cb-slides .cb-image-container {
  height: 100% !important;
}
.cb-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%);
          transform: translateY(-50%);
  background: #2A6AB2;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
}
#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%;
  color: transparent;
  background: #fff;
  border-radius: 16px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cb-index-all td.this a {
  background: #2A6AB2;
}
.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%);
          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: 'Libre Franklin', 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: 26px;
  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: #2A6AB2;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 30px;
}
#disp h3 {
  color: #2A6AB2;
  font-size: 16px;
  font-weight: 500;
  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%;
  color: transparent;
  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: #fff;
  line-height: 1.5;
  border: 2px solid #2A6AB2;
  cursor: pointer;
  color: #2A6AB2;
  padding: 13px 40px;
  width: 100%;
  max-width: 260px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  -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);
  font-weight: 500;
  line-height: 1.42857143;
}
#disp .foot input:hover,
#disp .foot a:hover,
#disp .foot input:focus,
#disp .foot a:focus {
  color: #fff;
  background-color: #2A6AB2;
  border-color: #fff;
}
#disp .foot input:active,
#disp .foot a:active {
  background-color: #2A6AB2;
}
#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: 26px;
  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: #F0F0F0;
  min-height: 26px;
  -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: #F0F0F0;
  height: 26px;
}
@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);
          transform: scale(0);
  -webkit-transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
}
a.zoom .cb-zoom-indicator {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media (max-width: 1023px) {
  .cb-zoom-indicator {
    right: 10px;
    bottom: 10px;
    width: 24px;
    height: 24px;
    background-size: 12px 12px;
    opacity: 1;
    -webkit-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;
          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%;
  color: transparent;
}
#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);
          transform: scale(1.1);
}
#disp.zoom div.head div.ctrl a:active {
  -webkit-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: 'Libre Franklin', 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%;
}
.section--blue .cb-form-required {
  color: #fff;
}
.section--darkblue .cb-form-required {
  color: #fff;
}
.unit.form fieldset {
  float: left;
  width: 100%;
  position: relative;
}
.unit.form .part.word fieldset {
  background-color: #fff;
  border: 1px solid #2A6AB2;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
}
.section--blue .unit.form .part.word fieldset {
  background-color: #2A6AB2;
  border-color: #fff;
}
.section--darkblue .unit.form .part.word fieldset {
  background-color: #203556;
  border-color: #fff;
}
.unit.form .part {
  margin-top: 20px;
  margin-bottom: 20px;
}
.unit.form div.ctrl {
  float: left;
  width: 100%;
}
.section--blue .unit.form div.ctrl {
  color: #fff;
}
.section--darkblue .unit.form div.ctrl {
  color: #fff;
}
.section--blue .unit.form div.ctrl a {
  color: #fff;
}
.section--darkblue .unit.form div.ctrl a {
  color: #fff;
}
.unit.form div.ctrl.fail {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  background-color: #e7bcbc;
}
.unit.form .name {
  float: left;
  color: #2A6AB2;
  padding: 3px 5px;
}
.section--blue .unit.form .name {
  color: #fff;
}
.section--darkblue .unit.form .name {
  color: #fff;
}
.unit.form .part.word .name {
  margin-top: -18px;
  margin-left: 5px;
  background-color: #fff;
}
.section--blue .unit.form .part.word .name {
  background-color: #2A6AB2;
  color: #fff;
}
.section--darkblue .unit.form .part.word .name {
  background-color: #203556;
  color: #fff;
}
.unit.form .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.unit.form .word.tile {
  width: calc(50% - 15px);
}
@media (max-width: 767px) {
  .unit.form .word.tile {
    width: 100%;
  }
}
.unit.form input.text,
.unit.form textarea {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 30px;
  padding: 5px 10px;
  -webkit-appearance: none;
}
.unit.form input.text.fail,
.unit.form textarea.fail {
  background-color: #e7bcbc;
}
.section--blue .unit.form input.text,
.section--blue .unit.form textarea {
  color: #fff;
}
.section--darkblue .unit.form input.text,
.section--darkblue .unit.form textarea {
  color: #fff;
}
.unit.form textarea {
  padding: 10px;
}
.section--blue .unit.form textarea {
  color: #fff;
}
.section--darkblue .unit.form textarea {
  color: #fff;
}
.unit.form div.tick div.ctrl > div {
  float: left;
  width: 100%;
  position: relative;
  padding: 4px 0;
}
.unit.form div.tick label {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 26px;
  font-size: 16px;
  line-height: 1.4375;
}
.unit.form div.tick input {
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  margin-right: 6px;
  height: 24px;
  vertical-align: top;
}
@media (min-width: 768px) {
  .unit.form div.tick.tile input {
    top: 3px;
  }
}
.unit.form select {
  float: left;
  width: 100%;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  background: #F0F0F0;
  height: 30px;
  border: 1px solid #000;
  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%;
  color: transparent;
  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: 30px;
    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 .foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .unit.form .foot {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.unit.form input.submit {
  float: left;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
  background-color: #fff;
  line-height: 1.5;
  border: 2px solid #2A6AB2;
  cursor: pointer;
  color: #2A6AB2;
  padding: 13px 40px;
  width: 100%;
  max-width: 260px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  -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);
  font-weight: 500;
}
.unit.form input.submit:hover,
.unit.form input.submit:focus {
  color: #fff;
  background-color: #2A6AB2;
  border-color: #fff;
}
.unit.form input.submit:active {
  background-color: #2A6AB2;
}
.section--blue .unit.form input.submit,
.section--darkblue .unit.form input.submit {
  background-color: #2A6AB2;
  line-height: 1.5;
  border: 2px solid #fff;
  cursor: pointer;
  color: #fff;
  padding: 13px 13px;
  width: 260px;
  max-width: 260px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  -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);
  font-weight: 500;
}
.section--blue .unit.form input.submit:hover,
.section--darkblue .unit.form input.submit:hover,
.section--blue .unit.form input.submit:focus,
.section--darkblue .unit.form input.submit:focus {
  color: #2A6AB2;
  background-color: #fff;
  border-color: #2A6AB2;
}
.section--blue .unit.form input.submit:active,
.section--darkblue .unit.form input.submit:active {
  background-color: #fff;
}
.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%;
  color: transparent;
  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: var(--spacePart);
  margin-bottom: var(--spacePart);
}
.unit.form div.cb-form-sent a {
  float: right;
  color: #5abb55;
  font-size: 25px;
}
#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: #fff;
  line-height: 1.5;
  border: 2px solid #2A6AB2;
  cursor: pointer;
  color: #2A6AB2;
  padding: 13px 40px;
  width: 100%;
  max-width: 260px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  -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);
  font-weight: 500;
}
.two-step-verification-container a:hover,
.two-step-verification-container a:focus {
  color: #fff;
  background-color: #2A6AB2;
  border-color: #fff;
}
.two-step-verification-container a:active {
  background-color: #2A6AB2;
}
.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;
}
.section--blue .table tr,
.section--darkblue .table tr {
  border-color: #fff;
}
.table-head tr {
  border-top: none;
}
.table th {
  font-weight: normal;
  padding: 5px 10px;
  vertical-align: top;
}
.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: 500;
}
.table td {
  padding: 5px 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-left: 1px dashed #e0e0e0;
  border-right: 1px dashed #e0e0e0;
}
.table--footer .table-foot td {
  font-weight: 500;
}
@media (max-width: 767px) {
  .part--table .table {
    font-size: 2.08604954vw;
  }
}
html,
body {
  float: left;
  width: 100%;
  min-height: 100vh;
}
.cb-home,
#home {
  float: left;
  height: 53px;
  margin-top: 14px;
  margin-bottom: 14px;
}
@media (max-width: 1299px) {
  body.cb-toggle-target-active .cb-home,
  body.cb-toggle-target-active #home {
    content: url(/images/logo-vonkaenel-white.svg);
  }
}
.logo {
  width: auto;
  height: 100%;
}
.cb-page-title,
#head {
  float: left;
  width: 100%;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
}
.wrapper {
  float: left;
  width: 100%;
  min-height: 100vh;
  background-color: #fff;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  color: #000;
  overflow: hidden;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-font-smoothing: antialiased;
  padding-top: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cb-layout5 .wrapper {
  background-color: rgba(32, 53, 86, 0.67);
}
.desk {
  *zoom: 1;
  margin: 0 auto;
  max-width: 88%;
  width: 1640px;
  position: relative;
}
.desk:before,
.desk:after {
  display: table;
  content: '';
}
.desk:after {
  clear: both;
}
.section--three .desk {
  width: 812px;
}
.section,
.cb-page {
  float: left;
  width: 100%;
  position: relative;
}
.section--header {
  position: fixed;
  top: 0;
  z-index: 1999;
  background-color: #fff;
}
.cb-scroll-triggered--active .section--header {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
}
@media (max-width: 1299px) {
  body.cb-toggle-target-active .section--header {
    background-color: #203556;
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }
}
.container {
  float: left;
  width: 100%;
  position: relative;
}
.container--head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search {
  float: right;
  position: relative;
  opacity: 1;
  -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);
}
.cb-scroll-triggered--active .search {
  opacity: 0;
  pointer-events: none;
}
.search .search__input {
  width: 420px;
  height: 52px;
  padding-left: 68px;
  padding-right: 38px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #2A6AB2;
}
@media (max-width: 1450px) {
  .search .search__input {
    width: 360px;
    padding-left: 40px;
  }
}
.search .search__input[type="search"]::-webkit-search-decoration,
.search .search__input[type="search"]::-webkit-search-cancel-button,
.search .search__input[type="search"]::-webkit-search-results-button,
.search .search__input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  height: 16px;
  width: 16px;
  border-radius: 10px;
  position: absolute;
  left: 10px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/icon-close-grey.svg);
}
.search .search__submit {
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  position: absolute;
  right: 10px;
  top: 13px;
  width: 27px;
  height: 27px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/icon-search-darkblue.svg);
}
.services {
  float: right;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1299px) {
  .services {
    display: none;
  }
}
.section--header #toplinks {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -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);
}
.section--header #toplinks .meta {
  float: left;
  margin-right: 40px;
}
@media (max-width: 1450px) {
  .section--header #toplinks .meta {
    margin-right: 20px;
  }
}
.section--header #toplinks .meta:last-child {
  margin-right: 0;
}
.section--header #toplinks .meta.find {
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  width: 27px;
  height: 27px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/icon-search-blue.svg);
}
.mobile-navigation #toplinks {
  width: 100%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 6vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mobile-navigation #toplinks .meta {
  float: left;
  margin-right: 30px;
  color: #fff;
}
.mobile-navigation #toplinks .meta:last-child {
  margin-right: 0;
}
.mobile-navigation #toplinks .meta.find {
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  width: 27px;
  height: 27px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/icon-search-white.svg);
}
.mobile-navigation .steuer {
  float: left;
  padding: 9vw 6vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mobile-navigation .steuer p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #2A6AB2;
}
.service_termin {
  color: #2A6AB2;
  cursor: pointer;
  padding: 4px 0 4px 25px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  font-weight: 500;
  background-size: 10px;
  background-position: 0% 9px;
  background-repeat: no-repeat;
  background-image: url('/images/arrow-right-blue.svg');
  -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);
}
.service_termin:hover,
.service_termin:focus {
  background-image: url('/images/arrowfat-right-blue.svg');
  color: #2A6AB2;
  background-size: 11px;
}
.service_newsletter {
  background-color: #fff;
  line-height: 1.5;
  border: 2px solid #2A6AB2;
  cursor: pointer;
  color: #2A6AB2;
  padding: 13px 40px;
  width: 100%;
  max-width: 260px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  -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);
  font-weight: 500;
  margin-top: var(--spaceTotal);
}
.service_newsletter:hover,
.service_newsletter:focus {
  color: #fff;
  background-color: #2A6AB2;
  border-color: #fff;
}
.service_newsletter:active {
  background-color: #2A6AB2;
}
main {
  float: left;
  width: 100%;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.section--white {
  background-color: #fff;
}
.section--darkblue {
  background-color: #203556;
  margin-top: var(--spaceTotal);
}
.section--darkblue #view.base--empty {
  margin: 0;
}
.section--darkblue #view.farwest--empty {
  margin-bottom: var(--spaceTotal);
}
.section--blue {
  background-color: #2A6AB2;
  margin-bottom: var(--spaceTotal);
}
.section--blue #view.farwest--empty {
  margin: 0;
}
.section--blue #view.base--empty {
  margin-top: var(--spaceTotal);
}
.container--mood {
  min-height: calc(50vh - 80px);
  /* Use vh as a fallback for browsers that do not support Custom Properties */
  min-height: calc((var(--vh, 1vh) * 50) - 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  isolation: isolate;
}
.container--mood .content {
  float: left;
  width: 100%;
  position: relative;
}
#view .container--mood .content {
  pointer-events: none;
}
@media (max-width: 1023px) {
  .container--mood .content {
    padding: 0 6vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: var(--spacePart);
    margin-bottom: calc(var(--spaceTotal) * 2);
  }
}
.container--mood .multimood {
  position: relative;
  width: 100%;
  height: calc(50vh - 80px);
  height: calc((var(--vh, 1vh) * 50) - 80px);
}
@media (max-width: 1023px) {
  .container--mood .quicklinks {
    display: none;
  }
}
.downlink {
  width: 25px;
  height: 41px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: pointer;
  z-index: 1000;
}
@media (max-width: 1023px) {
  .downlink {
    display: none;
  }
}
.downlink:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 14px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-bottom-white.svg);
  -webkit-transition: all 0.4s 0.01s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: all 0.4s 0.01s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.downlink:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 10px;
  width: 5px;
  opacity: 0;
  background-color: #fff;
  -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);
}
.downlink:hover:after,
.downlink:focus:after {
  top: calc(100% - 14px);
}
.downlink:hover:before,
.downlink:focus:before {
  height: calc(100% - 4px);
  opacity: 1;
}
.toplink {
  width: 25px;
  height: 41px;
  position: absolute;
  top: -78px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg);
  cursor: pointer;
  z-index: 1000;
}
@media (max-width: 1023px) {
  .toplink {
    display: none;
  }
}
.toplink:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 14px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-bottom-blue.svg);
  -webkit-transition: all 0.4s 0.01s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: all 0.4s 0.01s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.toplink:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 10px;
  width: 5px;
  opacity: 0;
  background-color: #2A6AB2;
  -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);
}
.toplink:hover:after,
.toplink:focus:after {
  top: calc(100% - 14px);
}
.toplink:hover:before,
.toplink:focus:before {
  height: calc(100% - 4px);
  opacity: 1;
}
.backlink {
  color: #2A6AB2;
  cursor: pointer;
  padding: 4px 0 4px 25px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-weight: 500;
  background-size: 10px;
  background-position: 5px 50%;
  background-repeat: no-repeat;
  background-image: url('/images/arrow-left-blue.svg');
  -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);
}
.backlink:hover,
.backlink:focus {
  background-image: url('/images/arrowfat-left-blue.svg');
  color: #2A6AB2;
  background-size: 11px;
  background-position: 0 50%;
}
.closelink {
  float: right;
  position: absolute;
  cursor: pointer;
  right: 30px;
  top: 30px;
  width: 24px;
  height: 24px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/icon-close-darkblue.svg);
}
.overlay {
  float: left;
  width: 100%;
  position: relative;
  background-color: #fff;
  padding: 80px 30px 30px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section--footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #DEDEDE;
}
.footlogo {
  float: left;
  width: 155px;
}
.footarea {
  float: left;
  position: relative;
  width: calc(100% + 10px);
  margin-left: -5px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footpart {
  float: left;
  position: relative;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.footpart--slim {
  width: calc(50% - 10px);
  margin-left: 5px;
  margin-right: 5px;
}
.footstripe {
  background-color: #203556;
  float: left;
  width: 100%;
}
.foottitle {
  float: left;
  width: 100%;
  font-weight: 500;
}
#legal {
  float: right;
  margin-top: 15px;
  margin-bottom: 15px;
}
#legal .meta {
  color: #fff;
  margin-right: 40px;
}
#legal .meta:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  #legal .meta {
    font-size: 14px;
    line-height: 1.64285714;
  }
}
#members {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#members .meta {
  float: left;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  width: 112px;
  height: 33px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#members .meta.service_treuhandsuisse {
  background-image: url(/images/treuhandsuisse-ohneclaim.svg);
}
#members .meta.service_swissquality {
  background-image: url(/images/swissquality.png);
  mix-blend-mode: multiply;
}
.vcard {
  float: left;
}
@media (max-width: 767px) {
  .vcard {
    font-size: 14px;
    line-height: 1.64285714;
  }
}
.contact {
  margin-top: 20px;
}
.contact a {
  color: #000;
}
.newslettertext {
  float: left;
}
@media (max-width: 767px) {
  .newslettertext {
    font-size: 14px;
    line-height: 1.64285714;
  }
}
.section--footer .south .unit {
  margin: 0 ;
}
.section--footer .south .part {
  margin-top: 11px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .section--footer .south .part.text {
    font-size: 14px;
    line-height: 1.64285714;
  }
}
.breadcrump {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.breadcrump a {
  display: inline-block;
}
.breadcrump .here {
  color: #2A6AB2;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .breadcrump {
    display: none;
  }
}
.breadcrump--arrow {
  float: none;
  width: 8px;
  margin-right: 13px;
  margin-left: 15px;
}
a {
  color: #2A6AB2;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #1b4574;
}
.part.text a.open {
  text-decoration: underline;
  text-underline-position: under;
}
.part.link.tall .open {
  background-color: #fff;
  line-height: 1.5;
  border: 2px solid #2A6AB2;
  cursor: pointer;
  color: #2A6AB2;
  padding: 13px 40px;
  width: 100%;
  max-width: 260px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  -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);
  font-weight: 500;
}
.part.link.tall .open:hover,
.part.link.tall .open:focus {
  color: #fff;
  background-color: #2A6AB2;
  border-color: #fff;
}
.part.link.tall .open:active {
  background-color: #2A6AB2;
}
.section--blue .part.link.tall .open,
.section--darkblue .part.link.tall .open {
  background-color: #2A6AB2;
  line-height: 1.5;
  border: 2px solid #fff;
  cursor: pointer;
  color: #fff;
  padding: 13px 13px;
  width: 260px;
  max-width: 260px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  -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);
  font-weight: 500;
}
.section--blue .part.link.tall .open:hover,
.section--darkblue .part.link.tall .open:hover,
.section--blue .part.link.tall .open:focus,
.section--darkblue .part.link.tall .open:focus {
  color: #2A6AB2;
  background-color: #fff;
  border-color: #2A6AB2;
}
.section--blue .part.link.tall .open:active,
.section--darkblue .part.link.tall .open:active {
  background-color: #fff;
}
.part.link.tiny .open {
  color: #2A6AB2;
  cursor: pointer;
  padding: 4px 0 4px 25px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  font-weight: 500;
  background-size: 10px;
  background-position: 0% 9px;
  background-repeat: no-repeat;
  background-image: url('/images/arrow-right-blue.svg');
  -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);
}
.part.link.tiny .open:hover,
.part.link.tiny .open:focus {
  background-image: url('/images/arrowfat-right-blue.svg');
  color: #2A6AB2;
  background-size: 11px;
}
.section--blue .part.link.tiny .open,
.section--darkblue .part.link.tiny .open {
  color: #fff;
  cursor: pointer;
  padding: 4px 0 4px 25px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  font-weight: 500;
  background-size: 10px;
  background-position: 0% 9px;
  background-repeat: no-repeat;
  background-image: url('/images/arrow-right-white.svg');
  -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);
}
.section--blue .part.link.tiny .open:hover,
.section--darkblue .part.link.tiny .open:hover,
.section--blue .part.link.tiny .open:focus,
.section--darkblue .part.link.tiny .open:focus {
  background-image: url('/images/arrowfat-right-white.svg');
  color: #fff;
  background-size: 11px;
}
h1 {
  font-size: 18px;
  line-height: 1.44444444;
  font-weight: normal;
}
h1 strong {
  font-weight: normal;
}
.cb-layout4 h1,
.cb-layout6 h1 {
  font-size: 20px;
  line-height: 1.4;
}
h2 {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.36363636;
}
h3 {
  color: #2A6AB2;
  font-size: 18px;
  line-height: 1.33333333;
  font-weight: 500;
}
h4 {
  color: #2A6AB2;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.33333333;
}
p.loud {
  color: #203556;
  font-size: 20px;
  line-height: 1.4;
}
p.pale {
  padding-left: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
p.pale:before {
  content: 'P';
  position: absolute;
  left: -2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 28px;
  font-weight: 700;
  color: #2A6AB2;
}
.section--blue h1,
.section--blue h2,
.section--blue h3,
.section--blue h4,
.section--blue p.loud,
.section--blue p.norm,
.section--blue .part.text a.open,
.section--darkblue h1,
.section--darkblue h2,
.section--darkblue h3,
.section--darkblue h4,
.section--darkblue p.loud,
.section--darkblue p.norm,
.section--darkblue .part.text a.open {
  color: #fff;
}
.section--one .area {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cb-layout4 .section--one .area.main,
.cb-layout6 .section--one .area.main {
  margin-top: 0;
}
.section--two .area {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#view.cb-layout1 .section--two .area.fareast {
  margin-bottom: calc(var(--spaceTotal) * -1.5);
}
.section--one .area .pure.wide,
.section--one .area .seam.wide {
  padding-top: 405px;
  isolation: isolate;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
@media (max-width: 767px) {
  .section--one .area .pure.wide,
  .section--one .area .seam.wide {
    padding-top: 205px;
  }
}
.section--one .area .pure.wide .body,
.section--one .area .seam.wide .body {
  background-color: #fff;
  padding: 14px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#view .section--one .area .pure.wide p.loud a,
#view .section--one .area .seam.wide p.loud a {
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  width: 25px;
  height: 41px;
  float: left;
  margin-left: 10px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  cursor: pointer;
  z-index: 1000;
}
#view .section--one .area .pure.wide p.loud a:after,
#view .section--one .area .seam.wide p.loud a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 14px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-bottom-blue.svg);
  -webkit-transition: all 0.4s 0.01s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: all 0.4s 0.01s cubic-bezier(0.05, 0.8, 0.5, 1);
}
#view .section--one .area .pure.wide p.loud a:before,
#view .section--one .area .seam.wide p.loud a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 10px;
  width: 5px;
  opacity: 0;
  background-color: #2A6AB2;
  -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);
}
#view .section--one .area .pure.wide p.loud a:hover:after,
#view .section--one .area .seam.wide p.loud a:hover:after,
#view .section--one .area .pure.wide p.loud a:focus:after,
#view .section--one .area .seam.wide p.loud a:focus:after {
  top: calc(100% - 14px);
}
#view .section--one .area .pure.wide p.loud a:hover:before,
#view .section--one .area .seam.wide p.loud a:hover:before,
#view .section--one .area .pure.wide p.loud a:focus:before,
#view .section--one .area .seam.wide p.loud a:focus:before {
  height: calc(100% - 4px);
  opacity: 1;
}
.section--one .area .pure.wide .part.pict.tall:first-child,
.section--one .area .seam.wide .part.pict.tall:first-child {
  margin: 0;
  position: absolute;
  top: 0;
  left: -6vw;
  right: -6vw;
  width: 112vw;
  height: 440px;
  z-index: -1;
}
.section--one .area .pure.wide .part.pict.tall:first-child *,
.section--one .area .seam.wide .part.pict.tall:first-child * {
  height: 100%;
}
.section--one .area .pure.wide .part.pict.tall:first-child img,
.section--one .area .seam.wide .part.pict.tall:first-child 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;
}
@media (max-width: 767px) {
  .section--one .area .pure.wide .part.pict.tall:first-child,
  .section--one .area .seam.wide .part.pict.tall:first-child {
    height: 240px;
  }
}
#view .section--blue.section--one .area .pure.wide p.loud a:after,
#view .section--darkblue.section--one .area .pure.wide p.loud a:after,
#view .section--blue.section--one .area .seam.wide p.loud a:after,
#view .section--darkblue.section--one .area .seam.wide p.loud a:after {
  background-image: url(/images/arrow-bottom-white.svg);
}
#view .section--blue.section--one .area .pure.wide p.loud a:before,
#view .section--darkblue.section--one .area .pure.wide p.loud a:before,
#view .section--blue.section--one .area .seam.wide p.loud a:before,
#view .section--darkblue.section--one .area .seam.wide p.loud a:before {
  background-color: #fff;
}
.section--one.section--darkblue .area .pure.wide .body,
.section--one.section--darkblue .area .seam.wide .body {
  background-color: #203556;
}
.section--one.section--blue .area .pure.wide .body,
.section--one.section--blue .area .seam.wide .body {
  background-color: #2A6AB2;
}
.section--one .area .flat.slim {
  padding-top: calc(88vw - 40px);
  padding-left: 20px;
  padding-right: 20px;
  isolation: isolate;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
.section--one .area .flat.slim .body {
  background-color: #fff;
  padding: 14px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section--one .area .flat.slim .part.pict.tall:first-child {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 88vw;
  z-index: -1;
}
.section--one .area .flat.slim .part.pict.tall:first-child * {
  height: 100%;
}
.section--one .area .flat.slim .part.pict.tall:first-child 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;
}
.section--one .area .flat.slim .part.pict.tiny .cb-image-container {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.section--two .area .wide {
  width: 100vw !important;
  left: 50%;
  margin-left: -50vw !important;
  margin-right: 0 !important;
  margin-bottom: 0;
}
.section--two .area .wide .part.pict.tall * {
  height: 100%;
}
.section--two .area .wide .part.pict.tall 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;
}
.section--multimood .north .unit {
  margin: 0;
}
.section--multimood .north .part {
  margin: 0;
}
.scroll-animated {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.05, 0.8, 0.5, 1), -webkit-transform 0.6s !important;
  transition: opacity 0.6s cubic-bezier(0.05, 0.8, 0.5, 1), -webkit-transform 0.6s !important;
  transition: transform 0.6s, opacity 0.6s cubic-bezier(0.05, 0.8, 0.5, 1) !important;
  transition: transform 0.6s, opacity 0.6s cubic-bezier(0.05, 0.8, 0.5, 1), -webkit-transform 0.6s !important;
}
.scroll-animated.scroll-animated--active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.section:not(.scroll-animated) {
  opacity: 0;
}
.show-content .section:not(.scroll-animated) {
  -webkit-animation-name: notScrollAnimated;
          animation-name: notScrollAnimated;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.05, 0.8, 0.5, 1);
          animation-timing-function: cubic-bezier(0.05, 0.8, 0.5, 1);
  opacity: 1;
}
@-webkit-keyframes notScrollAnimated {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  60%,
  100% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes notScrollAnimated {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  60%,
  100% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fold .fold-toggle {
  padding-left: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  text-decoration: none !important;
  font-size: 18px;
  font-weight: 500;
  float: left;
}
.fold .fold-toggle:after {
  content: '';
  width: 24px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 10px;
  background-color: #2A6AB2;
  -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);
}
.fold .fold-toggle:before {
  content: '';
  width: 4px;
  height: 24px;
  position: absolute;
  left: 10px;
  top: 0;
  background-color: #2A6AB2;
  -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);
}
.fold .fold-toggle.fold-toggle--open {
  color: #2A6AB2;
}
.fold .fold-toggle.fold-toggle--open:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.fold .ctrl {
  display: none;
}
@media (max-width: 1299px) {
  body.cb-toggle-target-active {
    overflow: hidden;
  }
  .navi {
    display: none;
  }
}
.togglenavigation {
  position: fixed;
  top: 31px;
  right: 6%;
  z-index: 2001;
  width: 30px;
  height: 20px;
  cursor: pointer;
}
.tline {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: #2A6AB2;
  border-radius: 3px;
  -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);
}
body.cb-toggle-target-active .tline {
  background-color: #fff;
}
.tline--2,
.tline--3 {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tline--4 {
  top: unset;
  bottom: 0;
}
body.cb-toggle-target-active .tline--1 {
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
body.cb-toggle-target-active .tline--2 {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
body.cb-toggle-target-active .tline--3 {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
body.cb-toggle-target-active .tline--4 {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.mobile-navigation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1998;
  width: 100%;
  height: 100%;
  background-color: #203556;
  overflow-y: scroll;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: all 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
}
body.cb-toggle-target-active .mobile-navigation {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.mobile-navi-animation {
  float: left;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(-100vh);
          transform: translateY(-100vh);
  -webkit-transition: all 0s 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: all 0s 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);
  transition: all 1s cubic-bezier(0.05, 0.8, 0.5, 1);
  -webkit-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 {
  font-size: 20px;
  line-height: 1.4;
  display: block;
  color: #fff;
}
.mobile-navigation div.navi > .item > .menu.path {
  color: #2A6AB2;
}
.mobile-navigation div.sub1 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 6vw;
  margin: 140px 0 30px;
}
.mobile-navigation div.sub1 > .item {
  margin-bottom: 15px;
  margin-top: 15px;
}
.mobile-navigation div.sub1 > .item > .menu {
  font-weight: 500;
}
.mobile-navigation div.sub2 > .item {
  margin-bottom: 13px;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mobile-navigation div.sub2 > .item.init {
  margin-top: 16px;
}
.mobile-navigation div.sub2 > .item.exit {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .section--one .area {
    width: calc(100% + 10px);
    margin-left: -5px;
  }
  .section--one .area .unit {
    width: calc(100% - 10px);
    margin-left: 5px;
    margin-right: 5px;
  }
  .section--one .area .slim.pure {
    width: calc(50% - 10px);
    margin-left: 5px;
    margin-right: 5px;
  }
  .section--one .area .flat.slim .body {
    width: calc(100% - 10px);
    margin-left: -5px;
    margin-right: -5px;
  }
  .section--one .area .flat.slim .part {
    margin-left: 5px;
    margin-right: 5px;
  }
  .section--one .area .flat.slim .part.tall {
    width: calc(100% - 10px);
  }
  .section--one .area .flat.slim .part.tiny {
    width: calc(50% - 10px);
  }
  .section--one .area .flat.slim .part.tiny .svg {
    margin-top: -3px;
  }
}
/*# sourceMappingURL=screen-small.css.map */