.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: transparent;
  line-height: 1.375;
  cursor: pointer;
  color: #FD0166;
  padding: 8px 40px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 2px solid #FD0166;
  font-size: 13px;
  line-height: 1.53846154;
  padding: 5px 40px 5px 16px;
  background-size: 5px 10px;
  background-position: right 17px center;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-pink.svg);
  font-weight: normal;
  font-family: 'EuclidFlexBold', helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.button:hover {
  background-image: url(/images/arrow-right-beige.svg);
  background-color: #FD0166;
  color: #E9E6E2;
}
@font-face {
  font-family: "EuclidFlexBold";
  src: url("/extras/fonts/EuclidFlex-Bold-WebXL.eot?#iefix");
  src: url("/extras/fonts/EuclidFlex-Bold-WebXL.eot?#iefix") format("eot"), url("/extras/fonts/EuclidFlex-Bold-WebXL.woff2") format("woff2"), url("/extras/fonts/EuclidFlex-Bold-WebXL.woff") format("woff"), url("/extras/fonts/EuclidFlex-Bold-WebXL.ttf") format("truetype"), url("/extras/fonts/EuclidFlex-Bold-WebXL.svg#EuclidFlex-Bold-WebXL") format("svg");
}
@font-face {
  font-family: "EuclidFlexLight";
  src: url("/extras/fonts/EuclidFlex-Light-WebXL.eot?#iefix");
  src: url("/extras/fonts/EuclidFlex-Light-WebXL.eot?#iefix") format("eot"), url("/extras/fonts/EuclidFlex-Light-WebXL.woff2") format("woff2"), url("/extras/fonts/EuclidFlex-Light-WebXL.woff") format("woff"), url("/extras/fonts/EuclidFlex-Light-WebXL.ttf") format("truetype"), url("/extras/fonts/EuclidFlex-Light-WebXL.svg#EuclidFlex-Light-WebXL") format("svg");
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  background: none;
  font-size: 100%;
}
*::-moz-selection {
  background: #2E2C2A;
  color: #fff;
}
*::selection {
  background: #2E2C2A;
  color: #fff;
}
.hidden,
.cb-invisible {
  display: none !important;
}
li {
  list-style-position: inside;
}
img,
audio,
video,
iframe {
  float: left;
  width: 100%;
}
strong {
  font-weight: normal;
  font-family: 'EuclidFlexBold', helvetica, sans-serif;
}
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: 'EuclidFlexLight', helvetica, sans-serif;
  line-height: 1.375;
}
.unit caption {
  display: none;
}
.flag {
  background: #2E2C2A;
  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: 30px;
  margin-bottom: 30px;
  position: relative;
}
.unit .head,
.unit .body,
.unit .foot {
  float: left;
  width: 100%;
}
.part {
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}
.pict a {
  float: left;
  width: 100%;
}
#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%;
}
#expo .cb-image-figure {
  height: 100%;
}
#expo .cb-image-container {
  height: 100% !important;
}
#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-caption {
  display: none;
}
div.load {
  background: none !important;
}
div.load a.load {
  display: inline-block;
  padding-left: 26px;
  background-size: 16px 16px;
  background-position: 0 3px;
  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 #E9E6E2;
}
.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: normal;
  font-family: 'EuclidFlexBold', helvetica, sans-serif;
  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;
  margin-top: 8px;
}
.list--bullet li:first-child {
  margin-top: 0;
}
.list--bullet li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 5px;
  height: 5px;
  background-color: #DDD9D5;
}
.list--numbered li {
  margin-left: 20px;
  list-style-position: outside;
}
#expo {
  float: left;
  width: 100%;
  position: relative;
}
#expo:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(46, 44, 42, 0.75);
}
.cb-layout2 #expo:after {
  display: none;
}
#slides {
  float: left;
  width: 100%;
  height: 0 !important;
  max-width: 100% !important;
  max-height: 100% !important;
  padding-bottom: 36.40625%;
  position: relative;
}
@media (max-width: 1648px) {
  #slides {
    padding-bottom: 600px;
  }
}
.cb-layout2 #slides {
  padding-bottom: 54.84375%;
}
@media (max-width: 675px) {
  .cb-layout2 #slides {
    padding-bottom: 370px;
  }
}
#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: left center;
     object-position: left 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: #2E2C2A;
  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;
  transition: all 0.4s;
}
.cb-index-all td.this a {
  background: #2E2C2A;
}
.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: 'EuclidFlexLight', helvetica, sans-serif;
  line-height: 1.42857143;
  color: #2E2C2A;
}
@media (max-width: 1023px) {
  #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: 1023px) {
  .disp-wrapper {
    padding: 15px;
  }
}
#disp form {
  float: left;
}
.disp-wrapper > form {
  width: 100%;
}
@media (max-width: 1023px) {
  #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: #2E2C2A;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 30px;
}
#disp h3 {
  color: #2E2C2A;
  font-size: 16px;
  font-weight: normal;
  font-family: 'EuclidFlexBold', helvetica, sans-serif;
  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;
  line-height: 1.375;
  cursor: pointer;
  color: #FD0166;
  padding: 8px 40px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 2px solid #FD0166;
  font-size: 13px;
  line-height: 1.53846154;
  padding: 5px 40px 5px 16px;
  background-size: 5px 10px;
  background-position: right 17px center;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-pink.svg);
  font-weight: normal;
  font-family: 'EuclidFlexBold', helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  line-height: 1.42857143;
}
#disp .foot input:hover,
#disp .foot a:hover {
  background-image: url(/images/arrow-right-beige.svg);
  background-color: #FD0166;
  color: #E9E6E2;
}
#disp .foot input.next,
#disp .foot a.next {
  float: right;
}
#disp.mail .foot input {
  float: right;
}
@media (max-width: 1023px) {
  #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: 1023px) {
  #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: 1023px) {
  #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: 1023px) {
  #disp input.text,
  #disp textarea {
    width: 100%;
  }
}
#disp select {
  float: right;
  width: 66%;
  background-color: #F0F0F0;
  height: 26px;
}
@media (max-width: 1023px) {
  #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: 1023px) {
  #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);
          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: 1023px) {
  #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: 'EuclidFlexLight', 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: 1023px) {
  #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: 1023px) {
  .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: 1024px) {
  .unit.form .tile div.ctrl {
    float: right;
    width: 66%;
  }
}
.unit.form .name {
  float: left;
  width: 100%;
  padding-bottom: 8px;
  font-weight: normal;
  font-family: 'EuclidFlexBold', helvetica, sans-serif;
}
@media (min-width: 1024px) {
  .unit.form .tile .name {
    width: 30%;
    min-height: 50px;
    padding-top: 14px;
    padding-bottom: 14px;
    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: #fff;
  min-height: 50px;
  padding: 5px 10px;
  -webkit-appearance: none;
  border: 2px solid #E9E6E2;
}
.unit.form input.text.fail,
.unit.form textarea.fail {
  background-color: #e7bcbc;
}
.unit.form textarea {
  padding: 10px;
}
@media (min-width: 1024px) {
  .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: 1024px) {
  .unit.form div.tick.tile div.ctrl > div {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.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: 18px;
  margin-right: 6px;
  height: 22px;
  vertical-align: top;
}
@media (min-width: 1024px) {
  .unit.form div.tick.tile input {
    top: 14px;
  }
}
.unit.form select {
  float: left;
  width: 100%;
  background: #fff;
  height: 50px;
  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: 1024px) {
  .unit.form .ship.tile fieldset > div {
    float: right;
    width: 66%;
    min-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.unit.form input.submit {
  float: right;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: transparent;
  line-height: 1.375;
  cursor: pointer;
  color: #FD0166;
  padding: 8px 40px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 2px solid #FD0166;
  font-size: 13px;
  line-height: 1.53846154;
  padding: 5px 40px 5px 16px;
  background-size: 5px 10px;
  background-position: right 17px center;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-pink.svg);
  font-weight: normal;
  font-family: 'EuclidFlexBold', helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.unit.form input.submit:hover {
  background-image: url(/images/arrow-right-beige.svg);
  background-color: #FD0166;
  color: #E9E6E2;
}
.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: #2E2C2A;
  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: 20px;
  margin-bottom: 20px;
}
.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;
  line-height: 1.375;
  cursor: pointer;
  color: #FD0166;
  padding: 8px 40px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 2px solid #FD0166;
  font-size: 13px;
  line-height: 1.53846154;
  padding: 5px 40px 5px 16px;
  background-size: 5px 10px;
  background-position: right 17px center;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-pink.svg);
  font-weight: normal;
  font-family: 'EuclidFlexBold', helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.two-step-verification-container a:hover {
  background-image: url(/images/arrow-right-beige.svg);
  background-color: #FD0166;
  color: #E9E6E2;
}
.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-layout-fixed .table td.init {
  width: 21.875%;
}
@media (max-width: 1023px) {
  .table-layout-fixed .table td.init {
    width: 110px;
  }
}
.table tr {
  border-top: 1px solid #E9E6E2;
  border-bottom: 1px solid #E9E6E2;
}
.table-head tr {
  border-top: none;
}
.table th {
  font-weight: normal;
  padding: 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: normal;
  font-family: 'EuclidFlexBold', helvetica, sans-serif;
}
.table td {
  padding: 10px;
}
.table td.init {
  padding-left: 0;
}
.table td.exit {
  padding-right: 0;
}
.table td.align-left {
  text-align: left;
}
.table td.align-center {
  text-align: center;
}
.table td.align-right {
  text-align: right;
}
#edit .table td {
  border-left: 1px dashed #e0e0e0;
  border-right: 1px dashed #e0e0e0;
}
.table--footer .table-foot td {
  font-weight: normal;
  font-family: 'EuclidFlexBold', helvetica, sans-serif;
}
@media (max-width: 1023px) {
}
html,
body {
  float: left;
  width: 100%;
  min-height: 100vh;
}
body.cb-toggle-target-active {
  overflow: hidden;
}
.homelink {
  z-index: 1990;
}
.logo {
  float: left;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/logo-beige-2023-02-01.svg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.logo.logo--brown {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background-image: url(/images/logo-brown-2023-02-01.svg);
}
#head {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 50px;
  max-width: 700px;
}
.wrapper {
  float: left;
  width: 100%;
  min-height: 100vh;
  background-color: #fff;
  font-size: 16px;
  font-family: 'EuclidFlexLight', helvetica, sans-serif;
  line-height: 1.375;
  color: #2E2C2A;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
}
.desk {
  *zoom: 1;
  margin: 0 auto;
  max-width: 100%;
  width: 960px;
  position: relative;
}
.desk:before,
.desk:after {
  display: table;
  content: '';
}
.desk:after {
  clear: both;
}
.desk.desk--wide {
  width: 1160px;
}
.navbar {
  position: fixed;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 10px;
  background-color: transparent;
  -webkit-transition: all 250ms;
  transition: all 250ms;
}
.section {
  float: left;
  width: 100%;
  position: relative;
}
.section--navigation {
  background-color: #2E2C2A;
  color: #E9E6E2;
}
.section--navigation a {
  color: #E9E6E2;
}
.cb-layout2 .section--content {
  background-color: #2E2C2A;
}
.section--south {
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
  margin-top: 65px;
}
.section--south .desk {
  z-index: 2;
}
.section--footer {
  background-color: #2E2C2A;
  color: #E9E6E2;
}
.section--footer a {
  color: #E9E6E2;
}
.footcontent {
  float: left;
  width: 100%;
}
.foothome {
  float: left;
  height: 60px;
  margin-top: 90px;
}
.foothome img {
  width: auto;
  height: 100%;
}
.footarea {
  float: left;
  width: 100%;
  margin-top: 30px;
  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;
}
.footpart {
  float: left;
  width: 260px;
}
.footcontent .vcard {
  float: left;
  width: 100%;
}
.footcontent .vcard .org {
  font-weight: normal;
  font-family: 'EuclidFlexBold', helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.03em;
}
.footcontent .vcard a {
  color: #E9E6E2;
  text-decoration: none;
  border-bottom: 1px solid #E9E6E2;
}
.footcontent .vcard a:hover,
.footcontent .vcard a:focus {
  color: rgba(233, 230, 226, 0.8);
  border-color: rgba(233, 230, 226, 0.8);
}
.foottitle {
  float: left;
  width: 100%;
  font-weight: normal;
  font-family: 'EuclidFlexBold', helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.03em;
  margin-bottom: 15px;
}
.foottext {
  float: left;
  width: 100%;
}
.footcontent div.sub2 {
  float: left;
  width: 100%;
}
.footcontent div.sub2 > .item {
  width: 100%;
  display: block;
  border-top: 1px solid rgba(233, 230, 226, 0.1);
}
.footcontent div.sub2 > .item.exit {
  border-bottom: 1px solid rgba(233, 230, 226, 0.1);
}
.footcontent div.sub2 > .item > .menu {
  display: block;
  text-decoration: none;
  padding: 15px 25px 15px 0;
  background-size: 5px 10px;
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-beige.svg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.footcontent div.sub2 > .item > .menu:hover,
.footcontent div.sub2 > .item > .menu:focus {
  padding-left: 10px;
  background-position: right center;
}
.footcontent div.sub2 > .item > .menu.path {
  font-weight: normal;
  font-family: 'EuclidFlexBold', helvetica, sans-serif;
  background-position: right 10px center;
  padding-left: 0;
}
#social2 {
  float: left;
  margin-top: 30px;
}
#social2 .meta {
  float: left;
  display: block;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  width: 36px;
  height: 36px;
  margin: 0 8px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/social-facebook.svg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#social2 .meta:first-child {
  margin-left: 0;
}
#social2 .meta:last-child {
  margin-right: 0;
}
#social2 .meta:hover,
#social2 .meta:focus {
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
#social2 .meta.service_instagram {
  background-image: url(/images/social-instagram.svg);
}
#social2 .meta.service_linkedin {
  background-image: url(/images/social-linkedin.svg);
}
#social2 .meta.service_twitter {
  background-image: url(/images/social-twitter.svg);
}
.footlinks {
  float: left;
  width: 100%;
  border-top: 1px solid rgba(233, 230, 226, 0.1);
  margin-top: 80px;
  position: relative;
}
.copyright {
  float: left;
  margin: 29px 0;
}
#services {
  float: right;
  margin: 29px 0;
  position: relative;
}
#services .meta {
  float: left;
  margin-left: 26px;
  text-decoration: none;
}
#services .meta:first-child {
  margin-left: 0;
}
#services .meta:hover,
#services .meta:focus {
  color: rgba(233, 230, 226, 0.8);
}
.service_augenweide {
  position: absolute;
  right: 0;
  bottom: 100%;
  z-index: 2;
  margin-bottom: 29px;
  text-decoration: none;
}
.service_augenweide:hover,
.service_augenweide:focus {
  color: rgba(233, 230, 226, 0.8);
}
.rootcontent {
  float: left;
  width: 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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dog-training {
  float: left;
  width: 100%;
  height: auto;
  margin-top: 96px;
}
#quicklinks {
  float: left;
  width: 100%;
  margin-top: 96px;
  counter-reset: quicklink;
}
#quicklinks .meta {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: block;
  float: left;
  width: 100%;
  margin-bottom: -1px;
  border-top: 1px solid #E9E6E2;
  border-bottom: 1px solid #E9E6E2;
  padding: 23px 76px 23px 60px;
  background-size: 18px 36px;
  background-position: right 29px center;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-beige.svg);
  font-size: 50px;
  line-height: 1.2;
  font-weight: normal;
  font-family: 'EuclidFlexBold', helvetica, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s, background-image 0s;
  transition: all 0.3s, background-image 0s;
  -webkit-font-smoothing: antialiased;
}
#quicklinks .meta:before {
  counter-increment: quicklink;
  /* Erhöht den Abschnittszähler */
  content: "0" counter(quicklink);
  /* Zeigt den Zähler an */
  position: absolute;
  left: 0;
  top: 28px;
  z-index: 2;
  pointer-events: none;
  font-size: 20px;
  line-height: 1.5;
}
#quicklinks .meta:hover,
#quicklinks .meta:focus {
  background-position: right center;
  padding-left: 80px;
  background-image: url(/images/arrow-right-brown.svg);
  color: #2E2C2A;
}
#quicklinks .meta:hover:before,
#quicklinks .meta:focus:before {
  color: #2E2C2A;
}
.portraitcontent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.portraitcontent .desk {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.quotes {
  float: left;
  width: 100%;
  margin-top: 150px;
  display: none;
}
.cb-layout2 .quotes {
  display: block;
}
a {
  color: #2E2C2A;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #E9E6E2;
}
.norm a {
  position: relative;
  border-bottom: 1px solid #E9E6E2;
}
.norm a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: #000;
  -webkit-transition: width 250ms;
  transition: width 250ms;
}
.norm a:hover,
.norm a:focus {
  color: #2E2C2A;
}
.norm a:hover:after,
.norm a:focus:after {
  width: 100%;
}
h1 {
  font-size: 24px;
  line-height: 1.33333333;
  font-weight: normal;
  color: #E9E6E2;
}
h1 strong {
  font-size: 70px;
  line-height: 1.14285714;
  font-weight: normal;
  font-family: 'EuclidFlexBold', helvetica, sans-serif;
  text-transform: uppercase;
}
h2 {
  font-size: 70px;
  line-height: 1.14285714;
  font-weight: normal;
  font-family: 'EuclidFlexBold', helvetica, sans-serif;
  text-transform: uppercase;
}
h3 {
  font-size: 50px;
  line-height: 1.2;
  font-weight: normal;
  font-family: 'EuclidFlexBold', helvetica, sans-serif;
  text-transform: uppercase;
}
h4 {
  font-size: 40px;
  line-height: 1.25;
  font-weight: normal;
  font-family: 'EuclidFlexBold', helvetica, sans-serif;
  text-transform: uppercase;
}
h5 {
  font-size: 30px;
  line-height: 1.33333333;
  font-weight: normal;
  font-family: 'EuclidFlexBold', helvetica, sans-serif;
  text-transform: uppercase;
}
h6 {
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'EuclidFlexBold', helvetica, sans-serif;
}
.loud {
  font-size: 24px;
  line-height: 1.33333333;
}
.pale {
  font-size: 14px;
  line-height: 1.28571429;
}
.skew {
  font-size: 20px;
  line-height: 2;
  font-weight: normal;
  font-family: 'EuclidFlexBold', helvetica, sans-serif;
  text-transform: uppercase;
}
.cb-layout2 .main {
  text-align: center;
  color: #E9E6E2;
}
.cb-layout2 .main a {
  color: #E9E6E2;
}
.farnorth {
  position: absolute;
  left: 0;
  bottom: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 8%;
  z-index: 4;
}
#edit .farnorth {
  min-height: 34px;
}
@media (max-width: 1023px) {
  .farnorth {
    display: none;
  }
}
.south {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .south {
    margin-top: 15px;
    margin-bottom: 0;
  }
}
.area.east {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  height: 100%;
  width: auto;
}
@media (max-width: 1023px) {
  .area.east {
    position: relative;
    width: 100%;
    height: auto;
  }
}
.area.east .unit,
.area.east .part {
  margin-top: 0;
  margin-bottom: 0;
}
#edit .east {
  min-width: 200px;
}
.base {
  text-align: center;
  max-width: 560px;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 1023px) {
  .base {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.farwest {
  text-align: right;
  color: #fff;
}
.quotes .area {
  margin-top: -20px;
  margin-bottom: -20px;
}
.main .seam .skew {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.main .seam h5 {
  padding-left: 60px;
}
@media (max-width: 1023px) {
  .main .seam h5 {
    padding-left: 30px;
  }
}
.main .flat {
  position: relative;
}
.main .flat div.pict {
  margin-left: -50vw;
  margin-right: 0;
  position: relative;
  left: 50%;
  width: 100vw;
}
.farnorth .unit {
  margin: 0;
}
.farnorth .unit .body {
  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;
  margin: -15px 0;
}
.farnorth .unit .part {
  margin: 15px;
  width: auto;
}
.quotes .unit {
  background-color: #2E2C2A;
  color: #E9E6E2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 110px 35px 35px;
  text-align: center;
  min-height: 600px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin: 20px 0;
  background-size: 36px 30px;
  background-position: 50% 60px;
  background-repeat: no-repeat;
  background-image: url(/images/quote-beige.svg);
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.quotes .unit .part {
  margin: 0;
}
.show-content .quotes .unit {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.unit.fold {
  margin-top: 50px;
}
.unit.fold + .unit.fold {
  margin-top: -31px;
}
.unit.fold .more,
.unit.fold .less {
  float: left;
  width: 100%;
}
.unit.fold .less .part {
  margin-top: 0;
  margin-bottom: 0;
}
.unit.fold .less .part:first-child {
  border-top: 1px solid #E9E6E2;
}
.unit.fold .less .part:last-child {
  border-bottom: 1px solid #E9E6E2;
}
.unit.fold .more .part {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 60px;
  padding-right: 76px;
}
.unit.fold .more .part:first-child {
  margin-top: 0;
}
.unit.fold .more .part:last-child {
  margin-bottom: 0;
  border-bottom: 1px solid #E9E6E2;
  padding-bottom: 30px;
}
.unit.fold .skew {
  position: absolute;
  left: 0;
  top: 35px;
  z-index: 2;
}
#view .unit.fold .skew {
  pointer-events: none;
}
.unit.fold .fold-toggle {
  display: block;
  text-decoration: none;
  padding: 35px 76px 35px 60px;
  background-size: 36px 18px;
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-down-beige.svg);
}
.unit.fold .fold-toggle:hover,
.unit.fold .fold-toggle:focus {
  color: #2E2C2A;
}
.unit.fold .fold-toggle.fold-toggle--open {
  background-image: url(/images/arrow-up-beige.svg);
}
.unit.fold .foot {
  display: none;
}
.unit.fold.fold--open .less .part:last-child {
  border-bottom: none;
}
div.text + div.part--table {
  margin-top: 0;
}
div.link a.open {
  display: inline-block;
  background-color: transparent;
  line-height: 1.375;
  cursor: pointer;
  color: #FD0166;
  padding: 8px 40px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 2px solid #FD0166;
  font-size: 13px;
  line-height: 1.53846154;
  padding: 5px 40px 5px 16px;
  background-size: 5px 10px;
  background-position: right 17px center;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-pink.svg);
  font-weight: normal;
  font-family: 'EuclidFlexBold', helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
div.link a.open:hover {
  background-image: url(/images/arrow-right-beige.svg);
  background-color: #FD0166;
  color: #E9E6E2;
}
div.link.elem a.open {
  background-size: 10px 5px;
  background-position: right 15px center;
  background-image: url(/images/arrow-down-pink.svg);
}
div.link.elem a.open:hover {
  background-image: url(/images/arrow-down-beige.svg);
}
.farnorth div.link a.open {
  color: #E9E6E2;
  border-color: #E9E6E2;
  background-image: url(/images/arrow-right-beige.svg);
}
.farnorth div.link a.open:hover {
  background-image: url(/images/arrow-right-brown.svg);
  background-color: #E9E6E2;
  color: #2E2C2A;
}
.farnorth div.link.elem a.open {
  background-image: url(/images/arrow-down-beige.svg);
}
.farnorth div.link.elem a.open:hover {
  background-image: url(/images/arrow-down-brown.svg);
}
div.line {
  margin-top: 60px;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  div.line {
    margin-top: 30px;
  }
}
.togglenavigation {
  position: fixed;
  top: 50px;
  right: 50px;
  z-index: 2001;
  height: 22px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.375;
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'EuclidFlexBold', helvetica, sans-serif;
  color: #E9E6E2;
  padding-right: 40px;
  text-decoration: none;
  -webkit-transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.togglenavigation.cb-scroll-triggered--active,
.cb-layout2 .togglenavigation {
  color: #2E2C2A;
}
body.cb-toggle-target-active .togglenavigation {
  color: transparent !important;
}
@media (max-width: 1023px) {
  .togglenavigation {
    right: 8%;
    top: 30px;
  }
}
@media (max-width: 1729px) {
  .cb-layout1 .wrapper.cb-scroll-triggered--active .togglenavigation,
  .cb-layout2 .togglenavigation {
    color: #2E2C2A;
  }
  .cb-layout1 .wrapper.cb-scroll-triggered--active .togglenavigation:hover,
  .cb-layout2 .togglenavigation:hover,
  .cb-layout1 .wrapper.cb-scroll-triggered--active .togglenavigation:focus,
  .cb-layout2 .togglenavigation:focus {
    color: #2E2C2A;
  }
}
.tline {
  position: absolute;
  top: 0;
  right: 0;
  width: 26px;
  height: 4px;
  background-color: #E9E6E2;
  -webkit-transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.togglenavigation.cb-scroll-triggered--active .tline,
.cb-layout2 .tline {
  background-color: #2E2C2A;
}
body.cb-toggle-target-active .tline {
  background-color: #E9E6E2 !important;
}
@media (max-width: 1729px) {
  .cb-layout1 .wrapper.cb-scroll-triggered--active .tline,
  .cb-layout2 .tline {
    background-color: #2E2C2A;
  }
}
.tline--2,
.tline--3 {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tline--4 {
  top: unset;
  bottom: 0;
  right: 8px;
  width: 18px;
}
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: rotate(-45deg);
          transform: rotate(-45deg);
}
body.cb-toggle-target-active .tline--3 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
body.cb-toggle-target-active .tline--4 {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  background-color: #2E2C2A;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  overflow-y: auto;
  color: #E9E6E2;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
body.cb-toggle-target-active .navigation {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.navicontent {
  float: left;
  width: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
body.cb-toggle-target-active .navicontent {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.navi-navigation {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  width: 100%;
  min-height: 100%;
  padding: 0 5%;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navi-homelink {
  display: block;
  position: absolute;
  width: 187px;
  height: 46px;
  left: 8%;
  top: 30px;
}
.navi-homelink .logo {
  opacity: 1 !important;
}
@media (min-width: 1024px) {
  .navi-homelink {
    top: 50px;
    left: 50px;
    width: 244px;
    height: 60px;
  }
}
.navilinks {
  float: left;
  margin-top: 150px;
  margin-bottom: 60px;
  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;
}
@media (max-width: 1023px) {
  .navilinks {
    margin-top: 130px;
    margin-bottom: 30px;
  }
}
#social {
  float: left;
}
#social .meta {
  float: left;
  display: block;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  width: 36px;
  height: 36px;
  margin: 0 8px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/social-facebook.svg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#social .meta:first-child {
  margin-left: 0;
}
#social .meta:last-child {
  margin-right: 0;
}
#social .meta:hover,
#social .meta:focus {
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
#social .meta.service_instagram {
  background-image: url(/images/social-instagram.svg);
}
#social .meta.service_linkedin {
  background-image: url(/images/social-linkedin.svg);
}
#social .meta.service_twitter {
  background-image: url(/images/social-twitter.svg);
}
.navigation .vcard {
  float: left;
  text-align: center;
  margin-top: 24px;
}
.navigation .vcard .org {
  font-weight: normal;
  font-family: 'EuclidFlexBold', helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.03em;
}
.navigation .vcard a {
  color: #E9E6E2;
  text-decoration: none;
}
.navigation .vcard a:hover,
.navigation .vcard a:focus {
  text-decoration: underline;
}
@media (max-width: 1023px) {
  .navigation .vcard .adr .sep {
    display: block;
    font-size: 0;
  }
}
.navigation div.navi {
  float: left;
}
.navigation div.navi > .item {
  float: left;
}
.navigation div.navi > .item > .menu {
  display: block;
  color: #E9E6E2;
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'EuclidFlexBold', helvetica, sans-serif;
  text-decoration: none;
}
.navigation div.sub1 {
  margin-top: 60px;
}
.navigation div.sub1 > .item > .menu {
  font-size: 13px;
  line-height: 1.38461538;
  border: 2px solid #E9E6E2;
  display: block;
  min-width: 42px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 42px;
  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;
}
.navigation div.sub1 > .item > .menu:hover,
.navigation div.sub1 > .item > .menu:focus,
.navigation div.sub1 > .item > .menu.path {
  background-color: #E9E6E2;
  color: #2E2C2A;
}
@media (max-width: 1023px) {
  .navigation div.sub1 {
    margin-top: 120px;
  }
}
.navigation div.sub2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 90px;
}
.navigation div.sub2 > .item {
  margin: 7px 0;
}
.navigation div.sub2 > .item.init {
  margin-top: 0;
}
.navigation div.sub2 > .item.exit {
  margin-bottom: 0;
}
.navigation div.sub2 > .item > .menu {
  font-size: 50px;
  line-height: 1.32;
  position: relative;
}
.navigation div.sub2 > .item > .menu:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 4px;
  background-color: #E9E6E2;
  -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);
}
.navigation div.sub2 > .item > .menu:hover:after,
.navigation div.sub2 > .item > .menu:focus:after,
.navigation div.sub2 > .item > .menu.path:after {
  content: '';
  width: 100%;
  left: 0;
}
@media (max-width: 1023px) {
  .navigation div.sub2 {
    margin-top: 70px;
  }
  .navigation div.sub2 > .item {
    margin: 10px 0;
  }
  .navigation div.sub2 > .item > .menu {
    font-size: 30px;
    line-height: 1.33333333;
  }
  .navigation div.sub2 > .item > .menu:after {
    height: 3px;
  }
}
.cb-album {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
.cb-album .body-mobile {
  display: none !important;
}
.cb-album h2 {
  display: none;
}
.cb-album .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;
}
.cb-album .part {
  width: 100% !important;
  margin: 0 !important;
}
.cb-album .part.desc {
  display: none;
}
.cb-album .cb-image-container {
  position: static;
}
#root.ie11 .cb-album img {
  height: auto !important;
  max-height: 1000000000px !important;
}
.cb-album.cb-album .scan {
  margin-top: 40px !important;
}
.cb-album.cb-album .scan:first-child {
  margin-top: 0 !important;
  margin-bottom: 40px !important;
}
.cb-album .scan table,
.cb-album .scan tbody,
.cb-album .scan tr {
  float: left;
  display: block;
  width: 100%;
}
.cb-matrix .body {
  margin-top: -0.5%;
  margin-bottom: -0.5%;
}
.cb-matrix .part {
  margin-top: 0.5% !important;
  margin-bottom: 0.5% !important;
}
.cb-matrix .part.foto {
  height: auto !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cb-matrix .part.foto a.foto,
.cb-matrix .part.foto span.foto {
  display: block;
  height: 0;
  padding-bottom: 60%;
  position: relative;
  overflow: hidden;
}
.cb-matrix .part.foto img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -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);
  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);
}
.cb-matrix .part.foto a.foto.zoom img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.cb-matrix.cb-matrix-columns-1 .part.foto {
  width: 100% !important;
}
.cb-matrix.cb-matrix-columns-2 .part.foto {
  width: 49.5% !important;
}
.cb-matrix.cb-matrix-columns-3 .part.foto {
  width: 32.66666667% !important;
}
.cb-matrix.cb-matrix-columns-4 .part.foto {
  width: 24.25% !important;
}
.cb-matrix.cb-matrix-columns-5 .part.foto {
  width: 19.2% !important;
}
.cb-matrix.cb-matrix-columns-6 .part.foto {
  width: 15.83333333% !important;
}
.cb-matrix.cb-matrix-columns-7 .part.foto {
  width: 13.42857143% !important;
}
.cb-matrix.cb-matrix-columns-8 .part.foto {
  width: 11.625% !important;
}
.cb-matrix .scan tr {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cb-matrix .scan td {
  float: left;
  display: block;
  margin: 0 10px;
  font-size: 16px;
  line-height: 1.25;
}
.cb-matrix .scan td:first-child {
  margin-left: 0;
}
.cb-matrix .scan td:last-child {
  margin-right: 0;
}
.cb-matrix .scan td.prev,
.cb-matrix .scan td.next {
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  width: 20px;
  height: 20px;
}
.cb-matrix .scan td.prev a,
.cb-matrix .scan td.next a {
  float: left;
  display: block;
  width: 100%;
  height: 100%;
  background-size: 16px 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-arrow-left-black.svg);
}
.cb-matrix .scan td.prev:empty,
.cb-matrix .scan td.next:empty {
  opacity: 0.5;
  pointer-events: none;
}
.cb-matrix .scan td.next a {
  background-image: url(/images/cb-default/cb-arrow-right-black.svg);
}
.cb-matrix .scan td a {
  color: #2E2C2A;
}
.cb-matrix .scan td .same {
  color: #2E2C2A;
}
.cb-strips .part.foto {
  height: auto !important;
  max-height: 1000000000px !important;
}
.cb-strips-images {
  float: left;
  width: 100%;
  height: 0 !important;
  padding-bottom: 56.25%;
  position: relative;
}
.cb-strips-images a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: scale(0.96);
          transform: scale(0.96);
  z-index: 2;
  -webkit-transition: opacity 1s cubic-bezier(0.05, 0.8, 0.5, 1), -webkit-transform 1s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: opacity 1s cubic-bezier(0.05, 0.8, 0.5, 1), -webkit-transform 1s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: opacity 1s cubic-bezier(0.05, 0.8, 0.5, 1), transform 1s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: opacity 1s cubic-bezier(0.05, 0.8, 0.5, 1), transform 1s cubic-bezier(0.05, 0.8, 0.5, 1), -webkit-transform 1s cubic-bezier(0.05, 0.8, 0.5, 1);
  overflow: hidden;
}
.cb-strips-images a.is-active {
  z-index: 3;
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.cb-strips-images img {
  opacity: 1 !important;
  display: block !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.cb-strips .scan tbody > tr {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cb-strips .scan tbody > tr > td {
  float: left;
  width: 100%;
  display: block;
}
.cb-strips .scan td.prev,
.cb-strips .scan td.next {
  margin-right: 1.25%;
  width: 6.25%;
}
.cb-strips .scan td.next {
  margin-right: 0;
  margin-left: 1.25%;
}
.cb-strips .scan div.prev,
.cb-strips .scan div.next {
  float: left;
  width: 100%;
  height: 100%;
}
.cb-strips .scan div.prev a,
.cb-strips .scan div.next a {
  float: left;
  display: block;
  width: 100%;
  height: 100%;
  background-size: 16px 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-arrow-left-black.svg);
  -webkit-transition: background 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: background 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.cb-strips .scan div.prev a:hover,
.cb-strips .scan div.next a:hover {
  background-position: 40% 50%;
}
.cb-strips .scan div.next a {
  background-image: url(/images/cb-default/cb-arrow-right-black.svg);
}
.cb-strips .scan div.next a:hover {
  background-position: 60% 50%;
}
.cb-strips .scan td.cb-strips-thumbs {
  width: 85%;
}
.cb-strips-container {
  float: left;
  width: 100%;
}
.cb-strips-container .body {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cb-strips-container .part.foto {
  position: relative;
}
.cb-strips-container .part.foto a.foto,
.cb-strips-container .part.foto span.foto {
  float: left;
  width: 100%;
  display: block;
  height: 0;
  position: relative;
  padding-bottom: 60%;
  opacity: 0.4;
  -webkit-transition: opacity 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: opacity 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  overflow: hidden;
}
.cb-strips-container .part.foto a.foto:hover,
.cb-strips-container .part.foto span.foto:hover,
.cb-strips-container .part.foto a.foto.is-active,
.cb-strips-container .part.foto span.foto.is-active {
  opacity: 1;
}
.cb-strips-container .part.foto img {
  opacity: 1 !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -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);
  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);
}
.cb-strips-container .part.foto a.foto:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.cb-strips-4 .cb-strips-container .part.foto {
  width: 23.95833333% !important;
}
.cb-strips-6 .cb-strips-container .part.foto {
  width: 15.50925926% !important;
}
.cb-strips-8 .cb-strips-container .part.foto {
  width: 11.28472222% !important;
}
.cb-strips-10 .cb-strips-container .part.foto {
  width: 8.75% !important;
}
.cb-slideshow-images {
  float: left;
  width: 100%;
}
.cb-slideshow .part.foto,
.cb-slideshow .part.crossslideContainer {
  max-height: 1000000000px !important;
  max-width: 100% !important;
  height: 0 !important;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.cb-slideshow a.foto {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 1s cubic-bezier(0.05, 0.8, 0.5, 1);
  transition: opacity 1s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.cb-slideshow a.foto.is-activated {
  z-index: 2;
  pointer-events: auto;
  opacity: 1;
}
.cb-slideshow img {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  border: none !important;
  z-index: 1;
}
.cb-slideshow img.is-activated {
  z-index: 2;
}
#view .cb-slideshow.cb-manual img {
  -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: scale(1.05);
          transform: scale(1.05);
}
#view .cb-slideshow.cb-manual a.foto.is-activated img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
#view .cb-slideshow.cb-fading img {
  opacity: 0 !important;
  -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: scale(1.05);
          transform: scale(1.05);
}
#view .cb-slideshow.cb-fading img.is-activated,
#view .cb-slideshow.cb-fading .cb-image-figure.is-activated img {
  opacity: 1 !important;
  -webkit-transform: scale(1);
          transform: scale(1);
}
#view .cb-slideshow.cb-sliding img {
  opacity: 0 !important;
  width: 110% !important;
  max-width: 110% !important;
  -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-animation-name: SlideshowSlide;
          animation-name: SlideshowSlide;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
#view .cb-slideshow.cb-sliding img.is-activated,
#view .cb-slideshow.cb-sliding .cb-image-figure.is-activated img {
  opacity: 1 !important;
}
@-webkit-keyframes SlideshowSlide {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -10%;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes SlideshowSlide {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -10%;
  }
  100% {
    margin-left: 0;
  }
}
#view .cb-slideshow.cb-moving img {
  opacity: 0 !important;
  -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-animation-name: SlideshowMove;
          animation-name: SlideshowMove;
  -webkit-animation-duration: 16s;
          animation-duration: 16s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
#view .cb-slideshow.cb-moving img.is-activated,
#view .cb-slideshow.cb-moving .cb-image-figure.is-activated img {
  opacity: 1 !important;
}
@-webkit-keyframes SlideshowMove {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes SlideshowMove {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.cb-slideshow .head {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 4;
  height: 0;
}
.cb-slideshow .ctrl {
  float: left;
  width: 100%;
}
.cb-slideshow .ctrl a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 22px;
  height: 46px;
  background-color: #ffffff;
  background-size: 10px 20px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-left-beige.svg);
}
.cb-slideshow .ctrl a:hover {
  background-image: url(/images/arrow-left-brown.svg);
}
.cb-slideshow .ctrl a.fade {
  opacity: 0.5;
  cursor: default;
}
.cb-slideshow .ctrl a.fade:hover {
  background-image: url(/images/arrow-left-beige.svg);
}
@media (min-width: 1024px) {
  .cb-slideshow .ctrl a {
    height: 70px;
    width: 35px;
    background-size: 19px 38px;
  }
}
.cb-slideshow .ctrl .next a {
  left: unset;
  right: 0;
  background-image: url(/images/arrow-right-beige.svg);
  background-position: 100% 50%;
}
.cb-slideshow .ctrl .next a:hover {
  background-image: url(/images/arrow-right-brown.svg);
}
.crossslide {
  float: left;
  width: 100%;
  max-width: 100% !important;
  position: static !important;
  padding: 0 !important;
}
.desk {
  max-width: 84%;
}
.homelink {
  display: block;
  position: relative;
  width: 187px;
  height: 46px;
  margin-left: 8%;
}
@media (max-width: 1729px) {
  .cb-scroll-triggered--active .navbar {
    background-color: #fff;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  }
  .logo {
    opacity: 1;
  }
  .logo.logo--brown {
    opacity: 0;
  }
  .cb-layout1 .cb-scroll-triggered--active .navbar .logo,
  .cb-layout2 .logo {
    opacity: 0;
  }
  .cb-layout1 .cb-scroll-triggered--active .navbar .logo.logo--brown,
  .cb-layout2 .logo.logo--brown {
    opacity: 1;
  }
}
@media (min-width: 1730px) {
  .logo {
    opacity: 1;
  }
  .logo.logo--brown {
    opacity: 0;
  }
  .homelink.cb-scroll-triggered--active .logo,
  .cb-layout2 .logo {
    opacity: 0;
  }
  .homelink.cb-scroll-triggered--active .logo.logo--brown,
  .cb-layout2 .logo.logo--brown {
    opacity: 1;
  }
  body.cb-toggle-target-active  .logo {
    opacity: 1 !important;
  }
  body.cb-toggle-target-active  .logo.logo--brown {
    opacity: 0 !important;
  }
}
#head {
  top: 140px;
}
@media (max-width: 1023px) {
  .dog-training {
    margin-top: 132px;
  }
  #quicklinks {
    margin-top: 70px;
  }
  #quicklinks .meta {
    font-size: 30px;
    line-height: 1.33333333;
    padding: 18px 20px 18px 30px;
    background-size: 10px 20px;
    background-position: right center;
  }
  #quicklinks .meta:before {
    top: 18px;
    font-size: 12px;
    line-height: 3.33333333;
  }
  #quicklinks .meta:hover,
  #quicklinks .meta:focus {
    padding-left: 30px;
  }
}
@media (max-width: 1023px) {
  .portraitcontent {
    float: left;
    position: relative;
    height: auto;
    background-color: #E9E6E2;
  }
  .farwest {
    color: #2E2C2A;
    text-align: left;
    margin: 25px 0;
  }
}
@media (max-width: 1023px) {
  .quotes {
    margin-top: 55px;
  }
  #view .quotes {
    width: 100vw;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #view .area.fareast {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow-x: scroll;
    width: 100%;
    padding: 0 8%;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    scroll-padding: 0 8%;
  }
  #view .area.fareast .unit {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    scroll-snap-align: start;
    width: 70.66666667vw;
    max-width: 320px;
    margin-right: 30px;
  }
  .quotes .unit {
    min-height: 0;
    padding: 110px 30px 30px;
    padding-bottom: 50px;
  }
}
@media (max-width: 1023px) {
  .footcontent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .foothome {
    height: 46px;
    margin-top: 50px;
  }
  .footarea {
    text-align: center;
    margin: 0;
  }
  .footpart {
    width: 100%;
    margin-top: 50px;
  }
  .footpart.footpart--navigation {
    display: none;
  }
  #social2 {
    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;
  }
  .footlinks {
    margin-top: 110px;
  }
  .copyright {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
  }
  .copyright strong {
    display: block;
  }
  #services {
    width: 100%;
    margin-top: 20px;
    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;
    margin-bottom: 20px;
  }
  .service_augenweide {
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    white-space: nowrap;
    margin-bottom: 20px;
  }
}
@media (max-width: 1023px) {
  h1 {
    font-size: 20px;
    line-height: 1.4;
  }
  h1 strong {
    font-size: 35px;
    line-height: 1.28571429;
  }
  h2 {
    font-size: 35px;
    line-height: 1.28571429;
  }
  h3 {
    font-size: 30px;
    line-height: 1.33333333;
  }
  h4 {
    font-size: 25px;
    line-height: 1.4;
  }
  h5 {
    font-size: 20px;
    line-height: 1.5;
  }
  .loud {
    font-size: 20px;
    line-height: 1.4;
  }
  .skew {
    font-size: 12px;
    line-height: 2.5;
  }
}
.main {
  margin-top: 15px;
}
.cb-layout2 .main {
  margin-top: 35px;
  margin-bottom: 35px;
}
@media (max-width: 1023px) {
  .unit {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .unit.fold + .unit.fold {
    margin-top: -16px;
  }
  .unit.fold .more .part {
    padding-left: 30px;
    padding-right: 0;
  }
  .unit.fold .skew {
    top: 18px;
  }
  .unit.fold .fold-toggle {
    padding: 18px 30px;
    background-size: 20px 10px;
    background-position: right center;
  }
}
/*# sourceMappingURL=screen-small.css.map */