.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  display: inline-block;
  background-color: #fff;
  border: 2px solid #8D3E6B;
  line-height: 1.25;
  cursor: pointer;
  color: #8D3E6B;
  padding: 6px 25px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  font-weight: 700;
}
.button:hover,
.button:focus {
  color: #fff;
  background-color: #8D3E6B;
  border-color: #8D3E6B;
}
.button:active {
  color: #fff;
  background-color: #8D3E6B;
  border-color: #8D3E6B;
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  background: none;
  font-size: 100%;
}
*::selection {
  background: #8D3E6B;
  color: #fff;
}
.hidden,
.cb-invisible {
  display: none !important;
}
li {
  list-style-position: inside;
}
img,
audio,
video,
iframe {
  float: left;
  width: 100%;
}
strong {
  font-weight: 700;
}
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: 20px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.25;
}
.unit caption {
  display: none;
}
.flag {
  background: #8D3E6B;
  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: 34px;
  margin-bottom: 34px;
  position: relative;
}
@media (max-width: 1279px) {
  .unit {
    margin-top: 34px;
  }
}
@media (max-width: 767px) {
  .unit {
    margin-top: 14px;
  }
}
@media (max-width: 1279px) {
  .unit {
    margin-bottom: 34px;
  }
}
@media (max-width: 767px) {
  .unit {
    margin-bottom: 14px;
  }
}
.unit .head,
.unit .body,
.unit .foot {
  float: left;
  width: 100%;
}
.unit.fold .less,
.unit.fold .more {
  float: left;
  width: 100%;
}
.part {
  float: left;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
  position: relative;
}
@media (max-width: 1279px) {
  .part {
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .part {
    margin-top: 16px;
  }
}
@media (max-width: 1279px) {
  .part {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .part {
    margin-bottom: 16px;
  }
}
.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%;
}
#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: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: 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 {
  display: inline-block;
  padding-left: 26px;
  background-size: 16px 16px;
  background-position: 0 4.5px;
  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-top: 5px;
  padding-bottom: 5px;
}
.line hr {
  float: left;
  width: 100%;
  border-bottom: 1px solid #212121;
}
.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: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background: #aaa;
  opacity: 0.6;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.2em;
  padding: 0 20px;
}
.cb-code-executable {
  float: left;
  width: 100%;
}
.cb-service {
  float: left;
  width: 100%;
  margin: 5px 0;
}
.cb-service:first-child {
  margin-top: 0;
}
.cb-service:last-child {
  margin-bottom: 0;
}
.cb-youtube iframe,
.cb-vimeo iframe {
  height: 100%;
  background-color: #fff;
}
.text-section {
  float: left;
  width: 100%;
}
.list {
  float: left;
  width: 100%;
}
.list--bullet li {
  list-style: none;
  padding-left: 20px;
  position: relative;
}
.list--bullet li:before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
}
.list--numbered li {
  margin-left: 20px;
  list-style-position: outside;
}
#expo {
  float: left;
  width: 100%;
  position: relative;
}
#slides {
  float: left;
  width: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  height: 25.078125vw !important;
  min-height: 340px;
  position: relative;
}
#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;
}
.cb-slides .cb-image-figure {
  height: 100%;
}
.cb-slides .cb-image-container {
  height: 100% !important;
}
#slides img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  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;
  transform: translateY(-50%);
  background: #8D3E6B;
  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: flex;
  flex-wrap: wrap;
  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;
  transition: all 0.4s;
}
.cb-index-all td.this a {
  background: #8D3E6B;
}
.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;
  transform: translateX(-50%);
  width: 1000px !important;
  max-width: 90%;
  min-height: 100vh;
  display: flex !important;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  margin: 0 !important;
  box-sizing: border-box;
  padding: 80px 0 !important;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.42857143;
  color: #212121;
}
@media (max-width: 767px) {
  #disp {
    padding: 20px 0 !important;
  }
}
.disp-wrapper {
  float: left;
  width: 100%;
  background-color: #fff;
  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: #E32626;
}
#disp .part {
  margin-top: 4px;
  margin-bottom: 4px;
}
#disp a.mail {
  float: left;
  min-height: 26px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  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: #8D3E6B;
  width: 100%;
  box-sizing: border-box;
  padding-right: 30px;
}
#disp h3 {
  color: #8D3E6B;
  font-size: 16px;
  font-weight: 700;
  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;
  display: inline-block;
  background-color: #fff;
  border: 2px solid #8D3E6B;
  line-height: 1.25;
  cursor: pointer;
  color: #8D3E6B;
  padding: 6px 25px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  font-weight: 700;
  line-height: 1.42857143;
}
#disp .foot input:hover,
#disp .foot a:hover,
#disp .foot input:focus,
#disp .foot a:focus {
  color: #fff;
  background-color: #8D3E6B;
  border-color: #8D3E6B;
}
#disp .foot input:active,
#disp .foot a:active {
  color: #fff;
  background-color: #8D3E6B;
  border-color: #8D3E6B;
}
#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: flex;
  flex-wrap: wrap;
  flex-direction: column;
  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;
  box-sizing: border-box;
  padding: 2px 10px;
}
#disp input.text.fail,
#disp textarea.fail {
  border: 2px solid #E32626;
}
#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: #E32626;
}
.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: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  background-size: 18px 18px;
  background-position: right 25px bottom 25px;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-zoom-white.svg);
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
}
a.zoom .cb-zoom-indicator {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 1279px) {
  .cb-zoom-indicator {
    right: 10px;
    bottom: 10px;
    width: 24px;
    height: 24px;
    background-size: 12px 12px;
    opacity: 1;
    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;
  transform: none;
}
#disp.zoom .disp-wrapper {
  padding: 0;
  background: none;
  height: 100%;
}
#disp.zoom div.head {
  position: static;
}
#disp.zoom div.head h2 {
  display: none;
}
#disp.zoom div.head div.ctrl {
  position: static;
}
#disp.zoom div.head div.ctrl > div {
  float: left;
}
#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: 46px;
  height: 25px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-left-white.svg);
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
}
@media (max-width: 767px) {
  #disp.zoom div.head div.ctrl a {
    width: 30.66666667px;
    height: 16.66666667px;
  }
}
#disp.zoom div.head div.ctrl div.next,
#disp.zoom div.head div.ctrl div.prev,
#disp.zoom div.head div.ctrl div.quit {
  position: absolute;
  z-index: 2;
  width: 46px;
  height: 25px;
}
@media (max-width: 767px) {
  #disp.zoom div.head div.ctrl div.next,
  #disp.zoom div.head div.ctrl div.prev,
  #disp.zoom div.head div.ctrl div.quit {
    width: 30.66666667px;
    height: 16.66666667px;
  }
}
#disp.zoom div.head div.ctrl div.prev {
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1279px) {
  #disp.zoom div.head div.ctrl div.prev {
    left: 10px;
  }
}
#disp.zoom div.head div.ctrl div.next {
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1279px) {
  #disp.zoom div.head div.ctrl div.next {
    right: 10px;
  }
}
#disp.zoom div.head div.ctrl .next a {
  background-image: url(/images/arrow-right-white.svg);
}
#disp.zoom div.head div.ctrl div.quit {
  right: 33px;
  top: 33px;
  z-index: 2;
  width: 25px;
}
@media (max-width: 767px) {
  #disp.zoom div.head div.ctrl div.quit {
    width: 16.66666667px;
    top: 20px;
    right: 20px;
  }
}
#disp.zoom div.head div.ctrl .quit a {
  width: 25px;
  background-image: url(/images/cross-white.svg);
}
@media (max-width: 767px) {
  #disp.zoom div.head div.ctrl .quit a {
    width: 16.66666667px;
  }
}
#disp.zoom div.head div.ctrl a:hover {
  transform: scale(1.1);
}
#disp.zoom div.head div.ctrl a:active {
  transform: scale(1);
}
#disp.zoom div.body {
  float: left;
  width: 100%;
  height: 100%;
  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: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#disp.zoom div.body a {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#disp.zoom div.body img {
  float: left;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
  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: 'Roboto', sans-serif;
  background-color: transparent;
  margin-top: 40px;
  width: 100%;
  color: #fff;
  font-size: 50px;
  line-height: 1;
  border-bottom: 1px solid #fff;
  padding: 20px 0;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
}
@media (max-width: 767px) {
  #disp.srch input.text {
    font-size: 18px;
  }
}
.cb-result {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 18px;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}
.cb-result p {
  margin-top: 40px;
}
.cb-result a {
  color: #fff;
  text-decoration: none;
}
.cb-result a:hover {
  color: #fff;
  text-decoration: underline;
}
.cb-result table {
  float: left;
  width: 100%;
  border-collapse: collapse;
}
.cb-result tbody {
  width: 100%;
}
.cb-result th {
  padding-top: 20px;
  font-size: 24px;
  line-height: 1;
  text-align: left;
}
.cb-result th:first-child {
  padding-right: 40px;
  width: 80px;
}
.cb-result td {
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.cb-result th,
.cb-result td {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .cb-result {
    font-size: 14px;
  }
  .cb-result th {
    padding-top: 10px;
    font-size: 18px;
  }
  .cb-result th:first-child {
    padding-right: 10px;
    width: 54px;
  }
  .cb-result td {
    padding-bottom: 10px;
    padding-top: 5px;
  }
}
.unit.form form {
  float: left;
  width: 100%;
}
.cb-form-required {
  float: left;
  width: 100%;
}
.unit.form fieldset {
  float: left;
  width: 100%;
  position: relative;
}
.unit.form div.ctrl {
  float: left;
  width: 100%;
}
.unit.form div.ctrl.fail {
  box-sizing: border-box;
  padding: 5px;
  border: 2px solid #E32626;
}
@media (min-width: 768px) {
  .unit.form .tile div.ctrl {
    float: right;
    width: 66%;
  }
}
.unit.form .name {
  float: left;
  width: 100%;
  padding-bottom: 5px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .unit.form .tile .name {
    width: 30%;
    min-height: 40px;
    padding-top: 7.5px;
    padding-bottom: 7.5px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
  }
}
.unit.form input.text,
.unit.form textarea {
  float: left;
  width: 100%;
  box-sizing: border-box;
  background: #F0F0F0;
  min-height: 40px;
  padding: 5px 10px;
  border: 2px solid #F0F0F0;
  -webkit-appearance: none;
}
.unit.form input.text.fail,
.unit.form textarea.fail {
  border-color: #E32626;
}
.unit.form input.text:focus,
.unit.form textarea:focus {
  border-color: #8D3E6B;
}
.unit.form textarea {
  padding: 10px;
}
@media (min-width: 768px) {
  .unit.form .tile input.text,
  .unit.form .tile textarea {
    float: right;
    width: 66%;
  }
}
.unit.form div.tick div.ctrl > div {
  float: left;
  width: 100%;
  position: relative;
  padding: 4px 0;
}
@media (min-width: 768px) {
  .unit.form div.tick.tile div.ctrl > div {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
  }
}
.unit.form div.tick label {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding-left: 26px;
}
.unit.form div.tick input {
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  margin-right: 6px;
  height: 25px;
  vertical-align: top;
}
@media (min-width: 768px) {
  .unit.form div.tick.tile input {
    top: 7.5px;
  }
}
.unit.form select {
  float: left;
  width: 100%;
  background: #F0F0F0;
  height: 40px;
  border: 1px solid #212121;
  padding: 5px;
}
.unit.form .ship fieldset > div {
  float: left;
  width: 100%;
}
.unit.form .ship fieldset > div.fail {
  box-sizing: border-box;
  padding: 5px;
  background-color: #f7bebe;
}
.unit.form .ship div.chop {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.unit.form .ship div.chop input {
  float: left;
  display: block;
  font-size: 12px;
}
.unit.form .ship div.chop span {
  float: left;
}
.unit.form .ship div.chop a {
  float: left;
  display: block;
  margin-left: 10px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  width: 12px;
  height: 12px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-cross-black.svg);
}
@media (min-width: 768px) {
  .unit.form .ship.tile fieldset > div {
    float: right;
    width: 66%;
    min-height: 40px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
}
.unit.form input.submit {
  float: right;
  margin-top: 16px;
  margin-bottom: 16px;
  display: inline-block;
  background-color: #fff;
  border: 2px solid #8D3E6B;
  line-height: 1.25;
  cursor: pointer;
  color: #8D3E6B;
  padding: 6px 25px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 1279px) {
  .unit.form input.submit {
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .unit.form input.submit {
    margin-top: 16px;
  }
}
@media (max-width: 1279px) {
  .unit.form input.submit {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .unit.form input.submit {
    margin-bottom: 16px;
  }
}
.unit.form input.submit:hover,
.unit.form input.submit:focus {
  color: #fff;
  background-color: #8D3E6B;
  border-color: #8D3E6B;
}
.unit.form input.submit:active {
  color: #fff;
  background-color: #8D3E6B;
  border-color: #8D3E6B;
}
.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;
  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: #212121;
  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 #E32626;
  box-sizing: border-box;
  padding: 20px;
  background-color: #f7bebe;
  color: #E32626;
}
.unit.form div.cb-form-sent {
  float: left;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
}
@media (max-width: 1279px) {
  .unit.form div.cb-form-sent {
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .unit.form div.cb-form-sent {
    margin-top: 16px;
  }
}
@media (max-width: 1279px) {
  .unit.form div.cb-form-sent {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .unit.form div.cb-form-sent {
    margin-bottom: 16px;
  }
}
.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 {
  display: inline-block;
  background-color: #fff;
  border: 2px solid #8D3E6B;
  line-height: 1.25;
  cursor: pointer;
  color: #8D3E6B;
  padding: 6px 25px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  font-weight: 700;
}
.two-step-verification-container a:hover,
.two-step-verification-container a:focus {
  color: #fff;
  background-color: #8D3E6B;
  border-color: #8D3E6B;
}
.two-step-verification-container a:active {
  color: #fff;
  background-color: #8D3E6B;
  border-color: #8D3E6B;
}
.two-step-verification__div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #fff;
  background-size: 100px 100px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-loader-black.svg);
}
.two-step-verification-container.loaded .two-step-verification__div {
  background-image: none;
}
.table {
  float: left;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.table-layout-fixed .table {
  table-layout: fixed;
}
.table tr {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.table-head tr {
  border-top: none;
}
.table th {
  font-weight: normal;
  padding: 5px 10px;
}
.table th.init {
  padding-left: 0;
}
.table th.exit {
  padding-right: 0;
}
.table th.align-left {
  text-align: left;
}
.table th.align-center {
  text-align: center;
}
.table th.align-right {
  text-align: right;
}
.table--headline th {
  font-weight: 700;
}
.table td {
  padding: 5px 10px;
}
.table td.init {
  padding-left: 0;
}
.table td.exit {
  padding-right: 0;
}
.table td.align-left {
  text-align: left;
}
.table td.align-center {
  text-align: center;
}
.table td.align-right {
  text-align: right;
}
#edit .table td {
  border-left: 1px dashed #e0e0e0;
  border-right: 1px dashed #e0e0e0;
}
.table--footer .table-foot td {
  font-weight: 700;
}
@media (max-width: 767px) {
  .part--table .table {
    font-size: 2.60756193vw;
  }
}
html,
body {
  float: left;
  width: 100%;
  min-height: 100vh;
}
#home {
  position: relative;
  z-index: 2002;
  float: left;
  height: 81px;
}
.logo {
  width: auto;
  height: 100%;
}
#head {
  float: left;
  width: 100%;
}
.wrapper {
  float: left;
  width: 100%;
  min-height: 100vh;
  background-color: #fff;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.25;
  color: #212121;
  overflow: hidden;
  -webkit-hyphens: auto;
          hyphens: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.desk {
  *zoom: 1;
  margin: 0 auto;
  max-width: 100%;
  width: 1558px;
  position: relative;
}
.desk:before,
.desk:after {
  display: table;
  content: '';
}
.desk:after {
  clear: both;
}
.cb-layout2 .section--main .desk {
  width: 654px;
}
.section--side .desk {
  width: 1340px;
}
.section--base .desk {
  max-width: 100%;
  width: 100%;
}
.section {
  float: left;
  width: 100%;
  position: relative;
}
.section--slider {
  display: none;
}
.c2 .section--slider {
  display: block;
}
.navbar {
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  background-color: #fff;
}
.section--footer {
  margin-top: 50px;
  background-color: #F0F0F0;
  font-weight: 500;
}
@media (max-width: 1279px) {
  .section--footer {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .section--footer {
    margin-top: 30px;
  }
}
.section--footer a {
  color: #212121;
  text-decoration: underline;
}
.section--footer a:hover,
.section--footer a:focus {
  color: #212121;
}
.section--footer .footunit {
  float: left;
  width: 100%;
  margin-top: 34px;
  margin-bottom: 34px;
}
@media (max-width: 1279px) {
  .section--footer .footunit {
    margin-top: 34px;
  }
}
@media (max-width: 767px) {
  .section--footer .footunit {
    margin-top: 14px;
  }
}
@media (max-width: 1279px) {
  .section--footer .footunit {
    margin-bottom: 34px;
  }
}
@media (max-width: 767px) {
  .section--footer .footunit {
    margin-bottom: 14px;
  }
}
.section--footer .footpart {
  float: left;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
}
@media (max-width: 1279px) {
  .section--footer .footpart {
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .section--footer .footpart {
    margin-top: 16px;
  }
}
@media (max-width: 1279px) {
  .section--footer .footpart {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .section--footer .footpart {
    margin-bottom: 16px;
  }
}
.section--footer .logo--eichenweg {
  height: 54px;
}
.section--footer .logo--tilia {
  height: 52px;
  margin-right: 60px;
}
.section--footer .logo--atria {
  height: 60px;
}
.section--footer .vcard h5 {
  margin-bottom: 16px;
}
@media (max-width: 1279px) {
  .section--footer .vcard h5 {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .section--footer .vcard h5 {
    margin-bottom: 16px;
  }
}
#cmsbox {
  float: left;
  width: 100%;
  margin-bottom: 16px;
  text-align: right;
}
@media (max-width: 1279px) {
  #cmsbox {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  #cmsbox {
    margin-bottom: 16px;
  }
}
#cmsbox .meta {
  font-size: 14px;
  text-decoration: none;
  font-weight: 400;
}
#cb-cookie-warning {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 2100;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 1.46666667;
  color: #212121;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(120, 120, 120, 0.4);
}
#cb-cookie-warning a {
  text-decoration: underline;
}
#cb-cookie-warning.cb-cookie-warning--hidden {
  display: none;
}
.cb-cookie-warning--container {
  float: left;
  width: 1130px;
  max-width: calc(100% - 80px);
  padding: 18px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px 100px;
}
@media (max-width: 1279px) {
  .cb-cookie-warning--container {
    flex-direction: column;
  }
}
.cb-cookie-warning--text {
  float: left;
  width: 55%;
  box-sizing: border-box;
}
@media (max-width: 1279px) {
  .cb-cookie-warning--text {
    width: 100%;
  }
}
.cb-cookie-warning--actions {
  float: left;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  gap: 11px;
}
@media (max-width: 1279px) {
  .cb-cookie-warning--actions {
    justify-content: flex-end;
  }
}
.cb-cookie-warning__button {
  float: left;
  display: inline-block;
  background-color: #fff;
  border: 2px solid #8D3E6B;
  line-height: 1.25;
  cursor: pointer;
  color: #8D3E6B;
  padding: 6px 25px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  font-weight: 700;
}
.cb-cookie-warning__button:hover,
.cb-cookie-warning__button:focus {
  color: #fff;
  background-color: #8D3E6B;
  border-color: #8D3E6B;
}
.cb-cookie-warning__button:active {
  color: #fff;
  background-color: #8D3E6B;
  border-color: #8D3E6B;
}
a {
  color: #8D3E6B;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #8D3E6B;
}
h1 {
  color: #8D3E6B;
  font-weight: 700;
  letter-spacing: 0;
  -webkit-hyphens: manual;
          hyphens: manual;
}
h2 {
  font-weight: 700;
}
#edit .area {
  border-top: 2px dashed #ccc;
}
.cb-layout1 .area.main {
  display: flex;
  flex-wrap: wrap;
}
.cb-layout1 .area.main .unit.seam,
.cb-layout1 .area.main .unit.flat,
.cb-layout1 .area.main .unit.edge {
  padding-bottom: 16px;
  margin-top: 50px;
  margin-bottom: 50px;
  border-radius: 8px;
  border: 1px solid #f0f0f0;
  box-shadow: 0px 8px 12px rgba(25, 25, 25, 0.16);
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
@media (max-width: 1279px) {
  .cb-layout1 .area.main .unit.seam,
  .cb-layout1 .area.main .unit.flat,
  .cb-layout1 .area.main .unit.edge {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cb-layout1 .area.main .unit.seam,
  .cb-layout1 .area.main .unit.flat,
  .cb-layout1 .area.main .unit.edge {
    margin-top: 30px;
  }
}
@media (max-width: 1279px) {
  .cb-layout1 .area.main .unit.seam,
  .cb-layout1 .area.main .unit.flat,
  .cb-layout1 .area.main .unit.edge {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cb-layout1 .area.main .unit.seam,
  .cb-layout1 .area.main .unit.flat,
  .cb-layout1 .area.main .unit.edge {
    margin-bottom: 30px;
  }
}
.cb-layout1 .area.main .unit.seam .part.pict,
.cb-layout1 .area.main .unit.flat .part.pict,
.cb-layout1 .area.main .unit.edge .part.pict {
  margin-top: 0;
  margin-bottom: 0;
}
.cb-layout1 .area.main .unit.seam .part.pict + .part.text,
.cb-layout1 .area.main .unit.flat .part.pict + .part.text,
.cb-layout1 .area.main .unit.edge .part.pict + .part.text {
  margin-top: 0;
}
.cb-layout1 .area.main .unit.seam .loud,
.cb-layout1 .area.main .unit.flat .loud,
.cb-layout1 .area.main .unit.edge .loud {
  display: inline-block;
  background-color: #fff;
  border: 2px solid #8D3E6B;
  line-height: 1.25;
  cursor: pointer;
  color: #8D3E6B;
  padding: 6px 25px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  font-weight: 700;
}
.cb-layout1 .area.main .unit.seam .loud:hover,
.cb-layout1 .area.main .unit.flat .loud:hover,
.cb-layout1 .area.main .unit.edge .loud:hover,
.cb-layout1 .area.main .unit.seam .loud:focus,
.cb-layout1 .area.main .unit.flat .loud:focus,
.cb-layout1 .area.main .unit.edge .loud:focus {
  color: #fff;
  background-color: #8D3E6B;
  border-color: #8D3E6B;
}
.cb-layout1 .area.main .unit.seam .loud:active,
.cb-layout1 .area.main .unit.flat .loud:active,
.cb-layout1 .area.main .unit.edge .loud:active {
  color: #fff;
  background-color: #8D3E6B;
  border-color: #8D3E6B;
}
.cb-layout1 .area.main .unit.seam .loud:hover,
.cb-layout1 .area.main .unit.flat .loud:hover,
.cb-layout1 .area.main .unit.edge .loud:hover,
.cb-layout1 .area.main .unit.seam .loud:focus,
.cb-layout1 .area.main .unit.flat .loud:focus,
.cb-layout1 .area.main .unit.edge .loud:focus {
  background-color: transparent;
  color: #7A3E7C;
}
#view.cb-layout1 .area.main .unit.seam .link,
#view.cb-layout1 .area.main .unit.flat .link,
#view.cb-layout1 .area.main .unit.edge .link {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
#view.cb-layout1 .area.main .unit.seam .link a.open,
#view.cb-layout1 .area.main .unit.flat .link a.open,
#view.cb-layout1 .area.main .unit.edge .link a.open {
  width: 100%;
  height: 100%;
  border: none;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  background: none;
  padding: 0;
}
.cb-layout1 .area.main .unit.seam .text-section--h2,
.cb-layout1 .area.main .unit.seam .text-section--h3 {
  background-color: #7A3E7C;
  color: #fff;
}
.cb-layout1 .area.main .unit.seam div.link a.open {
  color: #7A3E7C;
  background-color: #fff;
  border-color: #7A3E7C;
}
.cb-layout1 .area.main .unit.seam div.link a.open:hover,
.cb-layout1 .area.main .unit.seam div.link a.open:focus {
  color: #fff;
  background-color: #7A3E7C;
  border-color: #7A3E7C;
}
.cb-layout1 .area.main .unit.flat .text-section--h2,
.cb-layout1 .area.main .unit.flat .text-section--h3 {
  background-color: #A9C33E;
  color: #fff;
}
.cb-layout1 .area.main .unit.flat .loud {
  border-color: #A9C33E;
  color: #A9C33E;
}
.cb-layout1 .area.main .unit.flat .loud:hover,
.cb-layout1 .area.main .unit.flat .loud:focus {
  color: #A9C33E;
  border-color: #A9C33E;
}
.cb-layout1 .area.main .unit.flat div.link a.open {
  color: #A9C33E;
  background-color: #fff;
  border-color: #A9C33E;
}
.cb-layout1 .area.main .unit.flat div.link a.open:hover,
.cb-layout1 .area.main .unit.flat div.link a.open:focus {
  color: #fff;
  background-color: #A9C33E;
  border-color: #A9C33E;
}
.cb-layout1 .area.main .unit.edge .text-section--h2,
.cb-layout1 .area.main .unit.edge .text-section--h3 {
  background-color: #00A9AF;
  color: #fff;
}
.cb-layout1 .area.main .unit.edge .loud {
  border-color: #00A9AF;
  color: #00A9AF;
}
.cb-layout1 .area.main .unit.edge .loud:hover,
.cb-layout1 .area.main .unit.edge .loud:focus {
  color: #00A9AF;
  border-color: #00A9AF;
}
.cb-layout1 .area.main .unit.edge div.link a.open {
  color: #00A9AF;
  background-color: #fff;
  border-color: #00A9AF;
}
.cb-layout1 .area.main .unit.edge div.link a.open:hover,
.cb-layout1 .area.main .unit.edge div.link a.open:focus {
  color: #fff;
  background-color: #00A9AF;
  border-color: #00A9AF;
}
.area.side .unit {
  margin-top: 0;
  margin-bottom: 0;
}
.unit {
  box-sizing: border-box;
}
.part {
  box-sizing: border-box;
}
div.link a.open {
  display: inline-block;
  background-color: #fff;
  border: 2px solid #8D3E6B;
  line-height: 1.25;
  cursor: pointer;
  color: #8D3E6B;
  padding: 6px 25px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  font-weight: 700;
}
div.link a.open:hover,
div.link a.open:focus {
  color: #fff;
  background-color: #8D3E6B;
  border-color: #8D3E6B;
}
div.link a.open:active {
  color: #fff;
  background-color: #8D3E6B;
  border-color: #8D3E6B;
}
.cb-layout2 .side div.link a.open {
  display: block;
  width: 100%;
  padding: 84px 40px 25px;
  background: #8D3E6B url(/images/icon_virtual_tour.svg) no-repeat center top 35px;
  background-size: 52px 36px;
  color: #fff;
  font-size: 24px;
  line-height: 1.25;
}
.cb-layout2 .side div.link a.open:hover,
.cb-layout2 .side div.link a.open:focus {
  background-color: #6A3152;
}
div.load a.load {
  display: inline-block;
  background-color: #fff;
  border: 2px solid #8D3E6B;
  line-height: 1.25;
  cursor: pointer;
  color: #8D3E6B;
  padding: 6px 25px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  font-weight: 700;
  padding-left: 55px;
  background: url(/images/icon_download_violett.svg) no-repeat left 25px center;
  background-size: 18px 20px;
}
div.load a.load:hover,
div.load a.load:focus {
  color: #fff;
  background-color: #8D3E6B;
  border-color: #8D3E6B;
}
div.load a.load:active {
  color: #fff;
  background-color: #8D3E6B;
  border-color: #8D3E6B;
}
div.load a.load:hover,
div.load a.load:focus {
  background-image: url(/images/icon_download_white.svg);
}
.cb-googlemaps {
  height: 600px;
}
.cb-googlemaps .cb-googlemapscontainer {
  height: 100% !important;
}
.cb-googlemaps .cb-googlemapscontainer > div {
  height: 100% !important;
}
.base .part.pict img {
  width: 100%;
  max-width: none !important;
  max-height: none !important;
  height: auto;
}
.text-section {
  box-sizing: border-box;
}
@media (max-width: 1279px) {
  body.cb-toggle-target-active {
    overflow: hidden;
  }
  .section {
    transition: transform 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
  }
  body.cb-toggle-target-active .section {
    transform: translateY(200px);
  }
  .navi {
    display: none;
  }
}
.togglenavigation {
  position: absolute;
  top: 29px;
  right: 20px;
  z-index: 2001;
  width: 42px;
  height: 23px;
  cursor: pointer;
  text-align: right;
}
body.cb-toggle-target-active .togglenavigation {
  width: 80px;
}
.ttext {
  position: absolute;
  top: 0;
  right: 0;
  border-bottom: 2px solid #8D3E6B;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4375;
  text-align: right;
}
.ttext.ttext--menu {
  opacity: 1;
  visibility: visible;
}
.ttext.ttext--schliessen {
  opacity: 0;
  visibility: hidden;
}
body.cb-toggle-target-active .ttext.ttext--menu {
  opacity: 0;
  visibility: hidden;
}
body.cb-toggle-target-active .ttext.ttext--schliessen {
  opacity: 1;
  visibility: visible;
}
.mobile-navigation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow-y: scroll;
  transform: translateY(-100%);
  transition: all 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
}
body.cb-toggle-target-active .mobile-navigation {
  transform: translateY(0);
}
.mobile-navi-animation {
  float: left;
  width: 100%;
  opacity: 0;
  transform: translateY(-100vh);
  transition: all 0s 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
}
body.cb-toggle-target-active .mobile-navi-animation {
  transition: all 1s cubic-bezier(0.05, 0.8, 0.5, 1);
  transform: translateY(0);
  opacity: 1;
}
.mobile-navigation div.navi {
  float: left;
  width: 100%;
  display: block;
  position: relative;
}
.mobile-navigation div.navi > .cb-toggle {
  display: none;
}
.mobile-navigation div.navi > .item {
  float: left;
  width: 100%;
  position: relative;
}
.mobile-navigation div.navi > .item.item-empty > .cb-toggle {
  display: none;
}
.mobile-navigation div.navi > .item > .menu {
  display: inline-block;
  color: #8D3E6B;
}
.mobile-navigation div.navi > .item > .menu.path {
  color: #8D3E6B;
  border-bottom: 2px solid #8D3E6B;
}
.mobile-navigation div.sub1 {
  box-sizing: border-box;
  padding: 0 5vw;
  margin: 190px 0 30px;
}
.mobile-navigation div.sub1 > .item {
  display: flex;
  justify-content: center;
  margin: 25px 0;
}
.mobile-navigation div.sub1 > .item > .menu {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.31818182;
  text-transform: uppercase;
  text-align: center;
}
.mobile-navigation div.sub2 {
  overflow: hidden;
  max-height: 0;
}
.mobile-navigation div.sub2 > .item {
  opacity: 0;
  transform: scale(0.8);
}
.mobile-navigation div.navi > .item.cb-toggle-target-active > div.navi {
  transition: none;
  max-height: 1000px;
  transition: max-height 2s;
}
.mobile-navigation div.navi > .item.cb-toggle-target-active > div.navi > .item {
  transform: scale(1);
  opacity: 1;
  transition: all 0.3s;
}
.mobile-navigation .cb-toggle {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  cursor: pointer;
  width: 80px;
  height: 24px;
  background-size: 14px 14px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-arrow-down-black.svg);
  transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.mobile-navigation .cb-toggle.cb-toggle-active {
  transform: rotate(-180deg);
}
#head {
  margin-top: 70px;
}
.cb-layout1 #head {
  margin-top: 134px;
}
@media (max-width: 767px) {
  .cb-layout1 .navbar .desk {
    box-sizing: border-box;
    padding: 0 20px;
  }
  .cb-layout1 #head {
    box-sizing: border-box;
    padding: 0 20px;
  }
  .cb-layout2 .desk {
    max-width: calc(100% - 40px);
  }
  .cb-layout1 .section--footer {
    box-sizing: border-box;
    padding: 0 20px;
  }
}
@media (max-width: 1279px) {
  .wrapper {
    font-size: 18px;
    line-height: 1.33333333;
  }
}
.section--mood {
  margin-top: 60px;
}
h1 {
  font-size: 30px;
  line-height: 1.33333333;
}
h2 {
  font-size: 18px;
  line-height: 1.38888889;
}
.cb-layout1 h2 {
  font-size: 24px;
  line-height: 1.25;
}
.cb-layout1 .area.main {
  margin-top: 20px;
}
.cb-layout1 .area.main .unit.seam .text-section,
.cb-layout1 .area.main .unit.flat .text-section,
.cb-layout1 .area.main .unit.edge .text-section {
  padding: 0 20px;
}
.cb-layout1 .area.main .unit.seam .text-section--h2,
.cb-layout1 .area.main .unit.flat .text-section--h2,
.cb-layout1 .area.main .unit.edge .text-section--h2 {
  padding-top: 27px;
  padding-bottom: 22px;
}
.cb-layout1 .area.main .unit.seam .text-section--h2 + .text-section--p,
.cb-layout1 .area.main .unit.flat .text-section--h2 + .text-section--p,
.cb-layout1 .area.main .unit.edge .text-section--h2 + .text-section--p {
  margin-top: 15px;
}
.cb-layout1 .area.main .unit.seam .text-section--h3,
.cb-layout1 .area.main .unit.flat .text-section--h3,
.cb-layout1 .area.main .unit.edge .text-section--h3 {
  padding-top: 3px;
  padding-bottom: 22px;
}
.cb-layout1 .area.main .unit.seam .text-section--h3 + .text-section--p,
.cb-layout1 .area.main .unit.flat .text-section--h3 + .text-section--p,
.cb-layout1 .area.main .unit.edge .text-section--h3 + .text-section--p {
  margin-top: 15px;
}
.cb-layout1 .area.main .unit.seam .part.link,
.cb-layout1 .area.main .unit.flat .part.link,
.cb-layout1 .area.main .unit.edge .part.link {
  padding: 0 20px;
}
@media (max-width: 1279px) {
  .cb-layout1 .area.main .unit.pure .part.pict img {
    min-height: 500px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
  }
}
.js-slider {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-bottom: 24.47916667%;
}
@media (max-width: 1279px) {
  .js-slider {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .js-slider {
    margin-top: 30px;
  }
}
@media (max-width: 1279px) {
  .js-slider {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .js-slider {
    margin-bottom: 30px;
  }
}
.js-slider__width {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100000px;
  left: 50%;
  margin-left: -50000px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  overflow: hidden;
}
.slider-image {
  float: left;
  height: 100%;
  width: 40.625vw;
  transition: all 0.8s ease-in-out;
}
.slider-image.slider-image--collapsed {
  width: 0;
}
.slider-image img {
  display: block;
  height: auto;
  width: 100%;
  padding: 0 4.48717949%;
  box-sizing: border-box;
}
.js-slider__link {
  position: absolute;
  z-index: 10;
  top: 50%;
  width: 50px;
  height: 80px;
  margin-top: -40px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.js-slider__link--prev {
  left: 1.04166667%;
  background-image: url(/images/arrow-left-white.svg);
}
.js-slider__link--next {
  right: 1.04166667%;
  background-image: url(/images/arrow-right-white.svg);
}
.js-slider__link:hover {
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .js-slider__wrapper {
    padding-bottom: 53.4375%;
  }
  .slider-image {
    width: 90.625vw;
  }
  .slider-image img {
    padding: 0 5px;
  }
  .js-slider__link {
    width: 33.33333333px;
    height: 53.33333333px;
    margin-top: -26.66666667px;
  }
  .js-slider__link--prev {
    left: 9.375%;
  }
  .js-slider__link--next {
    right: 9.375%;
  }
}
.realestate {
  float: left;
  width: 100%;
  color: #212121;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 40px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .realestate {
    font-size: 15px;
    line-height: 1.33333333;
  }
}
.realestate__section {
  float: left;
  width: 100%;
  margin-top: 40px;
}
.realestate__section--svg {
  margin-top: 0;
  display: flex;
  justify-content: center;
}
.realestate__section--actions,
.realestate__section--filter {
  margin-top: 20px;
}
.realestate__section--info--top,
.realestate__section--actions--bottom {
  display: none;
}
@media only screen and (max-width: 767px) {
  .realestate {
    margin-top: 0;
  }
  .realestate__section--svg {
    display: none !important;
  }
  .realestate__section--filter {
    margin-top: 0;
  }
  .realestate__section--info--top,
  .realestate__section--actions--bottom {
    display: block;
  }
  .realestate__section--info--bottom,
  .realestate__section--actions--top {
    display: none;
  }
}
.filter-section {
  float: left;
  width: 100%;
}
.filter-section:empty {
  margin-top: 0;
}
.filter-section--selectors {
  position: relative;
  z-index: 2;
}
.filter-section--sliders {
  margin-top: 20px;
}
.filter {
  float: left;
  width: 360px;
  margin-right: 20px;
  margin-top: 20px;
}
.filter:last-child {
  margin-right: 0;
}
.filter.is-disabled {
  opacity: 0.4;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .filter {
    width: 100%;
    margin-right: 0;
  }
  .filter--selector:first-child {
    margin-top: 0;
  }
}
.realestate .o-label {
  display: block;
  padding-bottom: 10px;
}
.realestate .o-form-group {
  float: left;
  width: 100%;
}
.realestate .o-form-input {
  float: left;
  width: 100%;
}
.realestate .o-dropdown {
  float: left;
  width: 100%;
  position: relative;
  background-color: #F0F0F0;
}
.realestate .o-dropdown__selected {
  float: left;
  width: 100%;
  position: relative;
}
.realestate .o-dropdown__link {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background-color: #8D3E6B;
  background-image: url(/images/realestate-arrow-down.svg);
  background-size: 18px 18px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 2;
}
.realestate .o-dropdown__link:hover {
  cursor: pointer;
}
.realestate .o-dropdown.is-open .o-dropdown__link {
  background-image: url(/images/realestate-arrow-up.svg);
}
.realestate .o-dropdown__results {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #F0F0F0;
  z-index: 3;
  display: none;
  border-top: 1px solid #fff;
}
.realestate .o-dropdown.is-open .o-dropdown__results {
  display: block;
}
.realestate .o-dropdown__item {
  padding: 4px 10px;
  min-height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.realestate .o-dropdown__item:hover {
  cursor: pointer;
  background-color: #d7d7d7;
}
.realestate .o-dropdown__selected .o-dropdown__item {
  padding-right: 50px;
}
.realestate .o-dropdown__item.is-active {
  color: #8D3E6B;
}
.o-slider {
  float: left;
  width: 100%;
}
.o-slider__bar {
  float: left;
  width: 100%;
  margin: 7px 0;
  position: relative;
  height: 1px;
  background-color: #212121;
}
.o-slider-handler {
  position: absolute;
  top: -7px;
  width: 15px;
  height: 15px;
  background-color: #8D3E6B;
  border-radius: 15px;
}
.o-slider-handler:hover {
  cursor: pointer;
}
.o-slider-handler--min {
  left: 0;
}
.o-slider-handler--max {
  left: 100%;
}
.o-slider__values {
  float: left;
  width: 100%;
  margin-top: 5px;
}
.o-slider-value--min {
  float: left;
}
.o-slider-value--max {
  float: right;
}
.realestate-button {
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #212121;
  background-color: #F0F0F0;
  font-weight: 700;
  min-height: 40px;
  padding: 5px 20px;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 20px 20px 0;
}
.realestate-button:first-child {
  margin-left: 0;
}
.realestate-button:last-child {
  margin-right: 0;
}
.realestate-button:hover {
  cursor: pointer;
  color: #fff;
  background-color: #8D3E6B;
}
.realestate-button.is-disabled {
  opacity: 0.6;
  pointer-events: none;
  color: #212121;
  background-color: #F0F0F0;
}
@media only screen and (max-width: 767px) {
  .realestate-button {
    width: 100%;
    text-align: center;
  }
}
.table--realestate {
  float: left;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
.table--realestate a {
  text-decoration: none;
}
.table--realestate a:hover,
.table--realestate a:focus {
  text-decoration: underline;
}
.table-appartment.is-hovered a,
.table-appartment.is-active a {
  color: #fff;
}
.table--realestate tr {
  border-top: 10px solid #fff;
  border-bottom: 10px solid #fff;
}
.table--realestate .table-appartment {
  background-color: #F0F0F0;
  transition: all 0.218s;
  display: none;
}
.table--realestate .table-appartment.is-visible {
  display: table-row;
}
.table--realestate .table-appartment.is-hovered,
.table--realestate .table-appartment.is-active {
  background-color: #8D3E6B;
  color: #fff;
  cursor: pointer;
}
.table--realestate .table-appartment.is-disabled {
  opacity: 0.5;
  pointer-events: none;
  background-color: #F0F0F0 !important;
  color: #212121 !important;
  display: none;
}
.table--realestate th {
  height: 40px;
  font-weight: 700;
  padding: 0 10px;
  vertical-align: middle;
  white-space: nowrap;
}
.table--realestate td {
  padding: 0 10px;
  height: 40px;
  vertical-align: middle;
}
.table--realestate .heading--mobile {
  display: none;
}
.table-anchor {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .table--realestate thead {
    display: none;
  }
  .table--realestate .table-appartment {
    padding: 5px 0;
    color: #212121 !important;
    background-color: #F0F0F0 !important;
    border-width: 5px 0;
  }
  .table--realestate .table-appartment.is-visible {
    display: block !important;
  }
  .table--realestate .table-appartment.is-disabled {
    display: none !important;
  }
  .table--realestate td {
    display: block;
    text-align: right !important;
    height: auto;
    padding: 5px 3%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .table--realestate .heading--mobile {
    display: inline;
    width: 50%;
    text-align: left !important;
  }
}
.realestate-information {
  display: block;
}
.realestate-download {
  color: #212121;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid #212121;
  transition: all 0.218s;
}
tr.is-hovered .realestate-download,
tr.is-active .realestate-download {
  color: #fff;
  border-color: #fff;
}
.realestate-download:hover,
.realestate-download:focus {
  border: none;
}
@media only screen and (max-width: 767px) {
  tr.is-hovered .realestate-download,
  tr.is-active .realestate-download {
    color: #212121;
    border-color: #212121;
  }
}
.realestate svg {
  float: left;
  width: 100%;
  max-width: 800px;
  overflow: visible;
}
.floor {
  transition: all 0.3s ease-out;
  transform-origin: 0 100%;
}
.floor.is-open {
  transform: translateY(-200px);
}
.appartment:hover {
  cursor: pointer;
}
.appartment polygon,
.appartment path,
.appartment line,
.appartment polyline {
  transition: all 0.218s;
  fill: #fff;
  stroke: #000;
  stroke-width: 0.5;
}
.building.is-hovered polygon,
.building.is-hovered path,
.building.is-hovered line,
.building.is-hovered polyline,
.building.is-active .floor.is-active .appartment polygon,
.building.is-active .floor.is-active .appartment path,
.building.is-active .floor.is-active .appartment line,
.building.is-active .floor.is-active .appartment polyline,
.building.is-active.is-hovered--table .floor.is-active.is-hovered--table .appartment polygon,
.building.is-active.is-hovered--table .floor.is-active.is-hovered--table .appartment path,
.building.is-active.is-hovered--table .floor.is-active.is-hovered--table .appartment line,
.building.is-active.is-hovered--table .floor.is-active.is-hovered--table .appartment polyline,
.building.is-hovered.is-active .floor.is-hovered polygon,
.building.is-hovered.is-active .floor.is-hovered path,
.building.is-hovered.is-active .floor.is-hovered line,
.building.is-hovered.is-active .floor.is-hovered polyline {
  fill: #F0F0F0;
}
.building.is-hovered.is-active polygon,
.building.is-hovered.is-active path,
.building.is-hovered.is-active line,
.building.is-hovered.is-active polyline,
.building.is-hovered.is-hovered--table polygon,
.building.is-hovered.is-hovered--table path,
.building.is-hovered.is-hovered--table line,
.building.is-hovered.is-hovered--table polyline,
.building.is-hovered.is-hovered--table .floor.is-hovered--table polygon,
.building.is-hovered.is-hovered--table .floor.is-hovered--table path,
.building.is-hovered.is-hovered--table .floor.is-hovered--table line,
.building.is-hovered.is-hovered--table .floor.is-hovered--table polyline {
  fill: #fff;
}
.building.is-active .floor.is-active .appartment.is-hovered polygon,
.building.is-active .floor.is-active .appartment.is-hovered path,
.building.is-active .floor.is-active .appartment.is-hovered line,
.building.is-active .floor.is-active .appartment.is-hovered polyline,
.building.is-active .floor.is-active .appartment.is-active polygon,
.building.is-active .floor.is-active .appartment.is-active path,
.building.is-active .floor.is-active .appartment.is-active line,
.building.is-active .floor.is-active .appartment.is-active polyline,
.building.is-active.is-hovered--table .floor.is-active.is-hovered--table .appartment.is-active polygon,
.building.is-active.is-hovered--table .floor.is-active.is-hovered--table .appartment.is-active path,
.building.is-active.is-hovered--table .floor.is-active.is-hovered--table .appartment.is-active line,
.building.is-active.is-hovered--table .floor.is-active.is-hovered--table .appartment.is-active polyline,
.building.is-active.is-hovered--table .floor.is-active.is-hovered--table .appartment.is-hovered polygon,
.building.is-active.is-hovered--table .floor.is-active.is-hovered--table .appartment.is-hovered path,
.building.is-active.is-hovered--table .floor.is-active.is-hovered--table .appartment.is-hovered line,
.building.is-active.is-hovered--table .floor.is-active.is-hovered--table .appartment.is-hovered polyline,
.buildings .building .floor .appartment.is-hovered--table polygon,
.buildings .building .floor .appartment.is-hovered--table path,
.buildings .building .floor .appartment.is-hovered--table line,
.buildings .building .floor .appartment.is-hovered--table polyline {
  fill: #8D3E6B;
}
.building.is-active .appartment.is-disabled polygon,
.building.is-active .appartment.is-disabled path,
.building.is-active .appartment.is-disabled line,
.building.is-active .appartment.is-disabled polyline,
.building.is-active .appartment.is-disabled.is-hovered polygon,
.building.is-active .appartment.is-disabled.is-hovered path,
.building.is-active .appartment.is-disabled.is-hovered line,
.building.is-active .appartment.is-disabled.is-hovered polyline,
.building.is-active .appartment.is-disabled.is-active polygon,
.building.is-active .appartment.is-disabled.is-active path,
.building.is-active .appartment.is-disabled.is-active line,
.building.is-active .appartment.is-disabled.is-active polyline {
  fill: #D8D8D8 !important;
  cursor: default !important;
}
.neutral polygon,
.neutral path,
.neutral line,
.neutral polyline,
.neutral.is-hovered polygon,
.neutral.is-hovered path,
.neutral.is-hovered line,
.neutral.is-hovered polyline,
.neutral.is-active polygon,
.neutral.is-active path,
.neutral.is-active line,
.neutral.is-active polyline {
  fill: #D8D8D8 !important;
  cursor: default !important;
  stroke: #000;
  stroke-width: 0.5;
}
.unit--realestate.disable-transitions .building,
.unit--realestate.disable-transitions .floor {
  transition: none;
}
.mini-building:hover {
  cursor: pointer;
}
.mini-building polygon,
.mini-building path {
  transition: all 0.218s;
  fill: #fff;
}
.mini-building.is-hovered polygon,
.mini-building.is-hovered path {
  fill: #F0F0F0;
}
.mini-building.is-active polygon,
.mini-building.is-active path {
  fill: #8D3E6B;
}
.realestate--manage {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  font-size: 14px;
  line-height: 1.2;
  font-family: 'Roboto', sans-serif;
  color: #333;
}
.realestate--manage input,
.realestate--manage textarea,
.realestate--manage select {
  display: block;
  border: 1px solid #000;
  border-radius: 2px;
  padding: 3px;
  background-color: #fff;
}
.realestate--manage * {
  font-size: 14px;
  line-height: 1.2;
  font-family: helvetica;
  color: #333;
}
.realestate--manage a:hover {
  color: #555;
}
.realestate--manage .hidden {
  display: none !important;
}
.manage-section {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.realestate-configuration .realestate-form-group--file {
  width: 100%;
  margin-top: 10px;
}
.realestate-configuration .realestate-form-group--file .realestate-form-input {
  margin-left: 0;
}
.realestate-heading {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}
.realestate-form-group {
  float: left;
  margin-right: 40px;
}
.realestate-form-group:last-child {
  margin-left: 0;
}
.realestate-label,
.realestate-form-label {
  float: left;
  min-height: 32px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.realestate-form-input {
  float: left;
  margin-left: 10px;
  min-height: 32px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.manage-button {
  float: left;
  display: block;
  background-color: #333;
  color: #fff;
  line-height: 32px;
  border-radius: 0;
}
.manage-button:hover {
  background-color: #444;
  cursor: pointer;
}
.manage-button--upload {
  padding: 0 10px;
  font-weight: 300;
}
.manage-button--delete {
  width: 32px;
  height: 32px;
  background-image: url(/icons/realestate/realestate-trash-white.svg);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: 50% 50%;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
}
.manage-button--download {
  width: 32px;
  height: 32px;
  background-image: url(/icons/realestate/realestate-download-white.svg);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: 50% 50%;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
}
.manage-button--delete,
.manage-button--download,
.manage-button--upload,
.manage-button--save,
.manage-button--edit,
.manage-button--abort {
  width: 32px;
  height: 32px;
  padding: 0;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: 50% 50%;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
}
.manage-button--delete {
  background-image: url(/icons/realestate/realestate-trash-white.svg);
}
.manage-button--download {
  background-image: url(/icons/realestate/realestate-download-white.svg);
}
.manage-button--upload {
  background-image: url(/icons/realestate/realestate-upload-white.svg);
}
.manage-button--save {
  background-image: url(/icons/realestate/realestate-save-white.svg);
}
.manage-button--edit {
  background-image: url(/icons/realestate/realestate-edit-white.svg);
}
.manage-button--abort {
  background-image: url(/icons/realestate/realestate-abort-white.svg);
}
.manage-section--report table {
  width: 100%;
  margin-bottom: 40px;
  border-collapse: collapse;
}
.manage-section--report table tr {
  min-height: 36px;
}
.manage-section--report table tr.odd {
  background: #eee;
}
.manage-section--report table th,
.manage-section--report table td {
  text-align: left;
  vertical-align: middle;
  padding: 5px 10px;
  white-space: nowrap;
}
.manage-section--report table th .button-width,
.manage-section--report table td .button-width {
  float: left;
  min-width: 156px;
}
.manage-section--report table th .manage-button,
.manage-section--report table td .manage-button {
  margin: 5px;
}
.manage-section--report table th .manage-button:first-child,
.manage-section--report table td .manage-button:first-child {
  margin-left: 0;
}
.manage-section--report table th .manage-button:last-child,
.manage-section--report table td .manage-button:last-child {
  margin-right: 0;
}
.manage-section--report table th {
  padding: 20px 10px;
  background: #333;
  color: #fff;
}
.manage-section--report table th a {
  color: #fff;
}
.manage-section--report table th a:hover,
.manage-section--report table th a:focus {
  color: #ccc;
}
.manage-section--report table .report-sort--desc,
.manage-section--report table .report-sort--asc {
  padding-right: 20px;
  background-image: url(/icons/realestate/realestate-sort-white.svg);
  background-size: 10px 10px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
}
.realestate-definition {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
}
.realestate-definition:nth-child(even) {
  background: #eee;
}
.realestate-definition .realestate-definition-actions {
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}
.realestate-definition h4 {
  font-size: 16px;
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
}
.realestate-definition a {
  text-decoration: underline;
  margin-right: 10px;
}
.definition label {
  width: 100%;
  display: block;
  margin-top: 20px;
}
.definition textarea {
  width: 50%;
  min-height: 200px;
  margin-bottom: 20px;
}
.realestate-definition-add {
  text-decoration: underline;
}
.hausnummer path {
  fill: #8D3E6B !important;
}
.cb-navi-sticky {
  float: left;
  width: 100%;
  padding-top: 150px;
  margin-top: -150px;
}
.cb-navi-sticky.cb-navi-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 200;
  box-shadow: 0 0 4px rgba(120, 120, 120, 0.6);
  margin-top: 0;
  padding-bottom: 30px;
}
.cb-navi-sticky.cb-navi-sticky-clone {
  visibility: hidden;
  opacity: 0;
}
.realestate-desk {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  *zoom: 1;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.realestate-desk:before,
.realestate-desk:after {
  display: table;
  content: '';
}
.realestate-desk:after {
  clear: both;
}
.cb-navi-fixed .realestate-desk {
  width: 1580px;
  max-width: 91.796875%;
}
@media only screen and (max-width: 767px) {
  .cb-navi-sticky {
    display: none !important;
  }
}
/*# sourceMappingURL=./screen-small.css.map */