/******* screen-small.less *******/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
/* montserrat-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('/extras/fonts/montserrat-v26-latin-500.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('/extras/fonts/montserrat-v26-latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/******* reset.less 2013-1-16 *******/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
abbr,
code,
em,
hr,
img,
strong,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
input,
textarea,
button,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
audio,
video {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0 #fff;
  /* color for input.file */
  background: transparent;
  vertical-align: baseline;
  font-size: 100%;
}
ul {
  list-style: none;
}
a:active,
a:focus {
  outline: none;
}
address {
  font-style: normal;
}
img {
  display: block;
  /* risky, was #root div.show img, cut at #disp .body img, */
  border: none;
  -ms-interpolation-mode: bicubic;
}
/******* cmsbox.less 2014-08-26 *******/
#desk,
.unit,
.part {
  position: relative;
}
.stop,
.unit > .foot {
  clear: both;
}
#head,
.area,
.unit,
.unit > .body,
.unit > form > .body,
.part {
  float: left;
}
.unit {
  margin-top: 20px;
  margin-bottom: 20px;
}
.unit > .body,
.unit > form > .body {
  width: 100%;
}
.fold > .body {
  min-height: 0;
}
.part,
.grid table {
  margin-top: 20px;
  margin-bottom: 20px;
}
.lead {
  margin-bottom: 0 !important;
}
#edit .line {
  padding: 4px 0;
}
video {
  float: left;
  width: 100%;
}
.line > hr {
  overflow: hidden;
  height: 1px;
  border-color: #3B370A;
  color: #3B370A;
  font-size: 0;
  line-height: 0;
}
.hair {
  border-bottom-style: solid;
}
.dash {
  border-bottom-style: dashed;
}
.spot {
  border-bottom-style: dotted;
}
.fine {
  border-bottom-width: 1px;
}
.bold {
  border-bottom-width: 2px;
}
.link > .open,
.load > .load {
  display: block;
}
a.load {
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
a.link {
  background: none;
}
.null,
.null:hover,
.null:focus {
  color: #3B370A !important;
  text-decoration: none !important;
  cursor: default;
}
.pict > img,
.pict > a > img,
.file > img,
.file > a > img,
.film > img,
.film > a > img,
.play > img,
.cb-googlemapscontainer,
.cb-zoom-image {
  width: 100%;
  height: auto;
}
a.zoom {
  position: relative;
  display: block;
}
img.zoom {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -18px 0 0 -17px !important;
  width: 35px !important;
  height: 35px;
}
.cb-zoom-image {
  overflow: hidden;
  margin: 0 auto;
  color: #ccc;
  font-size: 12px;
  font-family: monaco, 'courier new', courier, monospace;
  line-height: 1.2;
}
.crop {
  position: relative;
  overflow: hidden;
  height: 320px;
}
.crop > img {
  position: absolute;
  width: auto;
}
.plug {
  overflow: hidden;
  background-position: 50%;
  background-repeat: no-repeat;
}
p.plug {
  max-width: 100%;
  background-size: contain;
}
.flash,
.flash embed,
.flash object,
.crossslide {
  overflow: hidden;
  width: 100%;
}
div.flash > div {
  width: 100%;
  height: 100%;
}
.cb-youtube > .flash,
.cb-youtube > .null {
  background: url('/icons/youtube_logo.png') no-repeat 50%;
}
.cb-vimeo > .flash,
.cb-vimeo > .null {
  background: url('/icons/vimeo_logo.png') no-repeat 50%;
}
.cb-youtube > .cb-youtube,
.cb-vimeo > .cb-vimeo {
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
}
.cb-vimeo iframe,
.cb-youtube iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
  /* iframe borderframe */
}
.cb-statistics .cb-loading {
  margin: 10px auto 25px;
  width: 32px;
  height: 32px;
  border-radius: 5px;
  background: #111 url(/icons/load.gif) no-repeat 50%;
}
.cb-service > a {
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  float: left;
  margin-top: 2px;
  margin-right: 10px;
  padding-bottom: 4px;
  width: 16px;
  height: 16px;
  background: url('/icons/email.png') no-repeat;
}
.cb-service > a:hover {
  background-position: 0px -20px;
}
.cb-service > a:active {
  background-position: 0px -40px;
}
.cb-service > .cb-delicious {
  background-image: url('/icons/delicious.png');
}
.cb-service > .cb-digg {
  background-image: url('/icons/digg.png');
}
.cb-service > .cb-twitter {
  background-image: url('/icons/twitter.png');
}
.cb-service > .cb-facebook {
  background-image: url('/icons/facebook.png');
}
.cb-service > .cb-service {
  position: relative;
  float: left;
  margin-bottom: 8px;
  padding: 2px 5px 2px 0;
  height: 24px;
  background: red;
}
.code pre {
  font-family: monaco, 'courier new', courier, monospace;
}
a.plug {
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  display: block;
  width: 100%;
  height: 100%;
  background: url('/objects/flashplayer/images/adobe.png') no-repeat 50%;
  background-color: rgba(255, 255, 255, 0.5);
}
img.cb-loading {
  overflow: hidden;
  background: #111 url(/icons/load.gif) no-repeat 50%;
  opacity: 0.35;
}
.hidden,
.fake,
.read {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
}
.cb-invisible {
  display: none !important;
}
.cb-access {
  display: inline;
  float: left;
  overflow: hidden;
  width: 0;
  height: 0;
}
caption {
  display: none;
}
#over {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
  /* .mark in edit mode z-index: 200 */
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
}
#disp {
  position: absolute;
  z-index: 3001;
  color: #3B370A;
  font-family: 'Montserrat', helvetica, sans-serif;
  line-height: 1.64705882;
  font-size: 17px;
}
#disp .head,
#disp h2,
#disp .head a.quit {
  color: #fff;
  line-height: 24px;
}
#disp .head {
  position: relative;
  overflow: hidden;
}
#disp h2 {
  font-size: 21px;
  font-size: 2.1rem;
  margin: 0 10px;
  padding-right: 30px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  letter-spacing: 0.025em;
  font-weight: 300;
}
#disp.zoom h2 {
  padding-right: 80px;
}
#disp .head .ctrl {
  position: absolute;
  top: 2px;
  right: 8px;
  width: 74px;
}
#disp .head .cb-hybrid,
#disp a.quit {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  float: left;
  width: 22px;
  height: 24px;
  background: url('/icon-lightbox/lb-ctr.png') no-repeat;
  font-size: 0;
}
#disp .head .cb-hybrid:hover,
#disp a.quit:hover,
#disp .head .cb-hybrid:focus,
#disp a.quit:focus {
  opacity: 0.75;
}
#disp .head .cb-hybrid:active,
#disp a.quit:active {
  opacity: 0.5;
}
#disp .prev > .cb-hybrid {
  background-position: 3px 50%;
}
#disp .next > .cb-hybrid {
  background-position: -15px 50%;
}
#disp a.quit {
  float: right;
  background-position: -50px 50%;
}
/* DISP BODY */
#disp .body {
  overflow: hidden;
  margin: 10px 10px 0;
  padding: 15px;
  border-radius: 2px 2px 0 0;
  background: #fff;
}
#disp.mail .body,
#disp.resp .body {
  padding-bottom: 0;
}
#disp.mail .foot,
#disp.resp .foot,
#disp.auth .foot {
  padding-bottom: 10px;
  text-align: right;
}
.mail p + fieldset + fieldset {
  min-height: 2.8em;
  /* no jumping after recipient address renders */
}
#disp a {
  color: #404040;
}
.cb-disp-sent,
.cb-disp-sent:hover {
  display: block;
  padding: 0.4em 14px;
  text-align: left;
  text-decoration: none;
}
#disp fieldset,
#disp .part.recaptcha-info {
  padding: 0.2em 0 0.5em;
}
#disp .part.recaptcha-info {
  width: 100%;
  margin: 0;
}
#disp .mail,
#disp select,
#disp textarea,
#disp .tick,
#disp .text,
#disp .file,
#disp .password {
  display: block;
  width: 100%;
}
#disp textarea {
  height: 160px;
}
#disp label.name {
  font-weight: bold;
  display: block;
  padding-bottom: 0.2em;
  width: 100%;
}
#disp label.sign {
  float: right;
  /* used where ? */
  width: 278px;
}
#disp div.tack {
  float: right;
  width: 20px;
}
/* DISP FOOT */
#disp .foot {
  overflow: hidden;
  margin: 0 10px;
  padding: 0 15px 0.5em;
  border-radius: 0 0 2px 2px;
  background: #fff;
  text-align: left;
}
#disp .foot p.prev,
#disp .foot p.next {
  float: left;
  /* used where ? */
  width: 40%;
}
#disp .foot p.next {
  /* used where ? */
  float: right;
  text-align: right;
}
#disp .foot input.prev,
#disp .canc,
#disp .foot .button {
  margin-left: 15px;
}
#disp .submit,
#disp .foot input.next,
#disp .conf,
#disp .foot .button,
#disp.message .submit {
  float: right;
}
a.capt {
  float: left;
  margin-bottom: 0.5em;
  padding: 0.3em 0;
  background: #000;
}
#disp a.capt {
  width: 100%;
}
img.capt {
  margin: 0 auto;
}
#disp.zoom .foot,
#disp.zoom .foot > fieldset {
  padding-bottom: 0;
}
.zoom fieldset > p {
  padding: 0 15px 25px;
  color: #404040;
}
#disp > .body > .part {
  margin: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
#disp.film p.plug {
  width: 100%;
  height: 100%;
}
#disp .part > .flash {
  max-width: 100%;
}
/* CODE */
#disp.cb-lightbox-code textarea {
  height: 400px;
  font-family: monaco, 'courier new', courier, monospace;
}
/* DISP SITEMAP */
.cb-sitemap-target {
  font-size: 12px;
  font-size: 1.2rem;
  overflow: hidden;
  padding-bottom: 1em;
  color: #e64246;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  line-height: 1.2;
}
#disp.site li,
.cb-sitemap li {
  font-size: 15px;
  font-size: 1.5rem;
  margin: 5px 0 0 16px;
  list-style: url('/icon-lightbox/list-sitemap.png');
}
.srch a,
#disp.site li > a,
.cb-sitemap a {
  display: block;
  text-decoration: none;
}
.srch a:hover,
#disp.site li > a:hover,
.cb-sitemap a:hover,
.srch a:focus,
#disp.site li > a:focus,
.cb-sitemap a:focus {
  text-decoration: underline;
}
.srch .text {
  -webkit-appearance: searchfield;
          appearance: searchfield;
}
.srch th,
.srch td {
  padding-right: 0.4em;
  text-align: left;
}
.srch th:first-child {
  color: #bfbfbf;
  text-align: right;
  line-height: 2;
  font-size: 0.9em;
  font-weight: normal;
}
.srch td {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
  padding-bottom: 0.8em;
}
#disp.two-step-verification {
  width: 320px;
  left: 50% !important;
  transform: translateX(-50%);
  margin-left: 0;
}
#disp.two-step-verification .two-step-verification-container {
  position: relative;
  width: 300px;
  height: 350px;
  margin-left: -15px;
  background: #fff;
}
#disp.two-step-verification .two-step-verification__div {
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  width: 100%;
  height: 100%;
}
#disp.two-step-verification .two-step-verification__a {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  height: 40px;
  min-height: 40px;
  border-radius: 0;
  background-color: #BD9342;
  padding: 0 20px;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  opacity: 0;
}
#disp.two-step-verification .loaded .two-step-verification__a {
  opacity: 1;
  transition: opacity 200ms ease-out 150ms;
}
#disp.two-step-verification .two-step-verification-container:before {
  content: "";
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 15%;
  display: block;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid rgba(113, 113, 113, 0.3);
  border-radius: 50%;
  border-top-color: #BD9342;
  animation: spin 1s linear infinite;
  opacity: 1;
  transition: opacity 200ms ease-in;
}
#disp.two-step-verification .two-step-verification-container.loaded:before {
  opacity: 0;
}
.ie9 #disp .two-step-verification__a {
  display: block;
  line-height: 40px;
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
.flag {
  background-color: #fd0;
  color: #333;
  text-shadow: none;
}
::selection {
  background-color: #004664;
  color: #fff;
  text-shadow: none;
}
/* NEWSLETTER */
div.prog p,
div.prog img {
  float: left;
  margin-bottom: 10px;
  margin-left: 10px;
}
.grow {
  text-transform: none !important;
}
.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 0;
}
.table--headline th {
  font-weight: bold;
}
.table td {
  padding: 5px 0;
}
.table td.align-left {
  text-align: left;
}
.table td.align-center {
  text-align: center;
}
.table td.align-right {
  text-align: right;
}
#edit .table td {
  border-left: 1px dashed #e0e0e0;
  border-right: 1px dashed #e0e0e0;
}
.table--footer .table-foot td {
  font-weight: bold;
}
@media (max-width: 639px) {
  .table {
    font-size: 2.66040689vw;
  }
}
/******* hide-non-mobile.less 2013-1-16 *******/
.body-mobile,
.cb-mobile .cb-mobile-invisible,
.cb-mobile .body-non-mobile {
  display: none;
}
.cb-mobile .body-mobile {
  display: block;
}
html,
body {
  min-height: 100%;
  height: 100%;
  background: #fff;
}
html {
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(189, 147, 66, 0.4);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  width: 100%;
  background-color: transparent;
}
body.cb-toggle-target-active {
  overflow: hidden;
}
.desk {
  *zoom: 1;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  width: 780px;
}
.desk:before,
.desk:after {
  display: table;
  content: '';
}
.desk:after {
  clear: both;
}
.section--header .desk,
.section--gamma .desk {
  width: 1420px;
}
.section--delta .desk {
  width: 1264px;
}
#home {
  float: left;
  height: 48px;
  margin: 26px 0;
}
.logo {
  height: 100%;
  width: auto;
}
#head {
  float: left;
  width: 100%;
  margin-top: 40px;
  margin-bottom: -50px;
}
#disp.zoom div.head {
  min-height: 26px;
}
#disp.zoom div.head h2 {
  display: none;
}
.wrapper {
  float: left;
  width: 100%;
  min-height: 100vh;
  color: #3B370A;
  font-family: 'Montserrat', helvetica, sans-serif;
  line-height: 1.64705882;
  font-size: 17px;
  background-repeat: no-repeat;
  background-image: url(/images/lion-large.svg);
  background-size: 300px 378px;
  background-position: right -150px top 131.25vw;
  box-sizing: border-box;
  padding: 0 24px;
}
.section {
  float: left;
  width: 100%;
  position: relative;
}
.section--header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1999;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0 90px;
  transition: all 0.4s;
}
@media (max-width: 1280px) {
  .section--header {
    padding: 0 40px;
  }
}
.section--header.cb-scroll-triggered--active {
  box-shadow: 0 0 4px rgba(120, 120, 120, 0.4);
}
.wave {
  width: 101%;
  height: auto;
  position: absolute;
  left: -0.5%;
  bottom: 0;
  z-index: 2;
}
.wave--mood {
  pointer-events: none;
}
.wave--gamma {
  bottom: 5px;
}
.cb-layout2 .wave--gamma {
  display: none;
}
.cb-layout1 .section--beta--2 .wave,
.cb-layout3 .section--beta--1 .wave,
.cb-layout3 .section--beta--2 .wave {
  display: none;
}
.batch {
  position: absolute;
  bottom: -20px;
  left: 10px;
  z-index: 3;
  width: 120px;
  height: 120px;
  box-sizing: border-box;
  background: #BD9342;
  border-radius: 200px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 10px;
  -webkit-font-smoothing: antialiased;
}
.batch__subtitle {
  font-size: 13px;
  line-height: 2;
}
.batch__title {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.28571429;
}
.navigation {
  float: right;
  margin: 41px 0;
  display: none;
}
@media (max-width: 1280px) {
  .navigation {
    margin: 44px 0;
  }
}
.contactlink {
  float: left;
  margin-left: 36px;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
}
.contactlink:hover,
.contactlink:focus {
  color: #3B370A;
}
@media (max-width: 1280px) {
  .contactlink {
    font-size: 14px;
    line-height: 1.57142857;
    margin-left: 28px;
  }
}
.content {
  float: left;
  width: 100%;
  position: relative;
}
.content--beta,
.content--gamma {
  overflow: hidden;
}
.cb-layout3 .section--beta--2 .content--beta,
.cb-layout3 .section--beta--2 .content--gamma {
  overflow: visible;
}
.footarea {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.footpart {
  float: left;
}
@media (max-width: 639px) {
  .footpart {
    width: 100%;
    text-align: center;
    margin: 40px 0;
  }
  .footpart:first-child {
    margin-top: 0;
  }
  .footpart:last-child {
    margin-bottom: 0;
  }
}
.foottitle {
  width: 100%;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
}
.vcard {
  width: 100%;
}
.vcard .org {
  font-weight: bold;
}
.vcard .org.org--2 {
  font-family: 'Montserrat', helvetica, sans-serif;
}
.vcard .vcardlink {
  font-weight: bold;
}
.vcard .vertretung {
  font-weight: bold;
}
.vcard a {
  color: #3B370A;
}
.vcard a:hover,
.vcard a:focus {
  color: #BD9342;
}
.footlogo.footlogo--verit {
  width: 154px;
  height: 50px;
}
@media (max-width: 639px) {
  .footlogo {
    margin: 0 auto;
  }
}
.footlinks {
  float: left;
  width: 100%;
  margin: 100px 0 50px;
}
@media (max-width: 639px) {
  .footlinks {
    margin-top: 60px;
  }
}
.copyright {
  float: left;
  font-weight: bold;
}
@media (max-width: 1023px) {
  .copyright {
    font-size: 14px;
    line-height: 1.42857143;
  }
}
@media (max-width: 639px) {
  .copyright {
    width: 100%;
    text-align: center;
  }
}
#services {
  float: left;
  font-weight: bold;
}
#services .meta {
  color: #3B370A;
}
#services .meta:hover,
#services .meta:focus {
  color: #BD9342;
}
@media (max-width: 1023px) {
  #services {
    font-size: 14px;
    line-height: 1.42857143;
  }
}
@media (max-width: 639px) {
  #services {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
  }
  #services .meta {
    padding: 0 5px;
  }
}
.southcontent {
  width: 23.4375vw;
  position: absolute;
  right: 40px;
  top: 17.1875vw;
  z-index: 21;
  transition: width 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.southcontent.cb-scroll-triggered--active {
  position: fixed;
  top: 150px;
  right: 130px;
  width: 195px;
}
@media (max-width: 1280px) {
  .southcontent.cb-scroll-triggered--active {
    right: 80px;
  }
}
@media (max-width: 1023px) {
  .southcontent {
    position: fixed;
    top: 120px;
    right: 50px;
    width: 120px;
  }
  .southcontent.cb-scroll-triggered--active {
    right: 50px;
    top: 120px;
    width: 100px;
  }
}
@media (max-width: 639px) {
  .southcontent {
    position: fixed;
    top: 110px;
    right: 34px;
    width: 100px;
  }
  .southcontent.cb-scroll-triggered--active {
    right: 34px;
    top: 110px;
    width: 80px;
  }
}
#social {
  position: absolute;
  right: 0;
  bottom: 12px;
  z-index: 2;
}
#social .meta {
  float: left;
  margin-right: 6px;
  width: 20px;
  height: 20px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/social-facebook.svg);
}
#social .meta:last-child {
  margin-right: 0;
}
#social .meta.service_instagram {
  background-image: url(/images/social-instagram.svg);
}
#social .meta:hover,
#social .meta:focus {
  background-image: url(/images/social-facebook-black.svg);
}
#social .meta:hover.service_instagram,
#social .meta:focus.service_instagram {
  background-image: url(/images/social-instagram-black.svg);
}
@media (max-width: 639px) {
  #social {
    bottom: 9px;
  }
  #social .meta {
    width: 16px;
    height: 16px;
  }
}
h1,
h2 {
  font-size: 35px;
  line-height: 1.37142857;
  font-weight: bold;
  color: #BD9342;
  text-transform: uppercase;
  padding-top: 90px;
  background-size: 92px 86px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(/images/lion-gold.svg);
}
h3 {
  font-size: 20px;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: bold;
}
h4 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
}
strong {
  font-weight: bold;
}
.text {
  overflow-wrap: normal;
  word-wrap: normal;
  -webkit-hyphens: none;
          hyphens: none;
}
.open,
.load {
  overflow-wrap: normal;
  word-wrap: normal;
  -webkit-hyphens: none;
          hyphens: none;
}
a {
  color: #BD9342;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #d7be8e;
}
.content--alpha .area {
  margin-top: 40px;
  margin-bottom: 40px;
}
#view .content--alpha .area:empty {
  margin-top: 0;
  margin-bottom: 0;
}
.content--beta .area {
  width: 100%;
}
.content--beta .area .unit {
  width: 100%;
  margin: 0;
}
.content--beta .area .unit .part {
  width: 100%;
  margin: 0;
}
.content--gamma .area .unit {
  margin-top: 0;
  margin-bottom: 0;
}
.content--gamma .area .unit .part {
  margin-top: 5px;
  margin-bottom: 5px;
}
.south {
  width: 100%;
}
.south .unit {
  margin: 0;
  width: 100%;
}
.south .unit .part {
  margin: 0;
  width: 100%;
}
.content--alpha .area .unit.seam {
  background: #fdfcf9;
  margin-top: 40px;
  margin-bottom: 40px;
}
.unit.flat {
  text-align: right;
}
#view div.form div.text:first-child {
  display: none;
}
div.form .cb-form-required {
  font-size: 14px;
  padding-bottom: 10px;
}
div.form input.text,
div.form textarea {
  background: #eee;
  border-radius: 0;
  border: none;
  box-shadow: none;
  padding: 3px 10px;
  min-height: 34px;
}
div.form label.name {
  padding: 0;
  min-height: 34px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
div.form div.tick.pile span.name {
  display: none;
}
div.form div.tick span.name {
  padding: 0;
  min-height: 32px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
div.form div.tick div.ctrl > div {
  float: left;
  width: 100%;
  position: relative;
  margin: 6px 0;
  display: flex;
  flex-wrap: nowrap;
}
div.form div.tick div.ctrl > div label {
  float: left;
  margin: 0 0 0 10px !important;
}
div.form div.tick div.ctrl > div input {
  float: left;
  margin: 0 !important;
  height: 20px;
  min-height: 0;
}
div.form div.foot {
  padding-bottom: 0;
}
div.form input.submit {
  float: right;
  margin-top: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #3B370A;
  font-size: 18px;
  line-height: 1.33333333;
  font-weight: bold;
  background-size: 26px 18px;
  background-position: 100% 3px;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-black.svg);
  padding: 0 44px 0 0;
  background-color: transparent;
  min-height: 0;
}
div.form input.submit:hover,
div.form input.submit:focus {
  color: #BD9342;
  background-image: url(/images/arrow-right-gold.svg);
}
.part.show.film {
  position: relative;
  z-index: 10;
}
.text-section {
  float: left;
  width: 100%;
}
.list--bullet {
  padding-left: 0;
  list-style-type: none;
}
.list--bullet li {
  padding-left: 40px;
  position: relative;
  margin: 7px 0;
}
.list--bullet li:first-child {
  margin-top: 0;
}
.list--bullet li:last-child {
  margin-bottom: 0;
}
.list--bullet li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 23px;
  height: 26px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/list.svg);
}
.list--numbered li {
  margin-left: 16px;
}
div.link a.open,
div.load a.open,
div.link a.load,
div.load a.load {
  display: inline-block;
  text-transform: uppercase;
  color: #3B370A;
  font-size: 18px;
  line-height: 1.33333333;
  font-weight: bold;
  padding-right: 44px;
  background-size: 26px 18px;
  background-position: 100% 3px;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-black.svg);
}
div.link a.open:hover,
div.load a.open:hover,
div.link a.load:hover,
div.load a.load:hover,
div.link a.open:focus,
div.load a.open:focus,
div.link a.load:focus,
div.load a.load:focus {
  color: #BD9342;
  background-image: url(/images/arrow-right-gold.svg);
}
div.load {
  background: none !important;
}
/******* forms.less 2014-10-16 *******/
/* Changelog

2014-10-16
Checkboxes & Radiobuttons:
no float for inputs, no display block for labels

*/
fieldset {
  line-height: 1.64705882em;
}
fieldset .name,
label.sign {
  line-height: 1.2em;
  margin-top: 0px;
}
.form .name {
  padding-bottom: 0.2em;
}
input,
button,
select,
textarea {
  box-sizing: border-box;
  *behavior: url(/objects/boxsizing/boxsizing.htc);
}
input::-ms-clear {
  /* delete input IE 10+ */
  width: 0;
  height: 0;
}
input,
textarea {
  color: #404040;
  background-color: #fff;
  font-weight: normal;
  font-family: 'Montserrat', helvetica, sans-serif;
  font-size: 17px;
  font-size: 1.7pxrem;
}
input.text,
input.sign,
input.password,
textarea,
input.hint,
textarea.hint,
input.capt {
  padding: 0.1em 3px;
  min-height: 1.64705882em;
  border: 1px solid #bfbfbf;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}
select {
  font-size: 17px;
  font-size: 1.7pxrem;
  color: #444;
  font-weight: normal;
  font-family: 'Montserrat', helvetica, sans-serif;
  line-height: 16px;
}
textarea {
  overflow: auto;
  resize: vertical;
}
input.hint,
textarea.hint {
  color: #8c8c8c;
}
input.text[disabled],
textarea[disabled] {
  border-color: #cccccc;
  box-shadow: none;
}
textarea:focus,
input.text:focus,
input.sign:focus,
input.password:focus {
  outline: none;
  border-color: #99b5de;
  box-shadow: 0 0 3px rgba(153, 181, 222, 0.7);
  transition: box-shadow 0.218s;
}
textarea::selection,
input.text::selection,
input.sign::selection,
input.password::selection {
  background-color: #c7d7ed;
}
input.submit,
button.cb-hybrid {
  float: left;
  display: block;
  background-color: #BD9342;
  color: #fff;
  text-align: center;
  text-decoration: none;
  min-height: 40px;
  border-radius: 0;
  padding: 0 20px;
  -webkit-appearance: none;
}
input.submit:hover,
button.cb-hybrid:hover,
input.submit:focus,
button.cb-hybrid:focus {
  color: #fff;
  background-color: #c1994d;
  text-decoration: none;
  cursor: pointer;
}
input.submit:active,
button.cb-hybrid:active {
  outline: none;
  background-color: #977635;
}
.form .foot,
.auth .foot {
  padding-bottom: 1em;
  text-align: right;
}
.form select,
.form textarea,
.form input.text,
.form input.file,
.form .name,
.form a.capt {
  display: block;
  width: 100%;
}
.form select,
.form .chop > input.file {
  float: right;
  width: 100.3%;
}
.form textarea {
  overflow: auto;
  resize: vertical;
}
.form .pile .ctrl,
.form .pile .chop {
  width: 100%;
}
.ship .chop {
  overflow: visible;
  margin-top: 0.1em;
}
.ship .chop > a {
  margin-left: 8px;
}
input.radio,
input.checkbox {
  /* add tag .unit if .unit .fade reactivated */
  margin: -3px 0.3em 0 0;
  min-height: 1.64705882em;
  background: none !important;
  /* IEs */
  vertical-align: middle;
}
.tick .ctrl > div,
.tick .ctrl > div {
  clear: left;
}
.form .ctrl .sign {
  min-width: 4em;
  display: inline-block;
  margin-left: 0.2em;
}
div.cb-form-sent {
  float: left;
  width: 100%;
  padding: 4px 0;
  border: solid #218823;
  border-width: 1px 0;
  background: #baeebb;
  text-align: center;
}
.cb-form-sent > .cb-form-sent {
  color: #218823;
}
input.fail,
textarea.fail {
  box-sizing: border-box;
  *behavior: url(/objects/boxsizing/boxsizing.htc);
  background: #fef6f6 url('/icons/warning.png') no-repeat 99% !important;
  padding-right: 30px !important;
  border-color: #e64246;
  color: #e64246 !important;
}
div.fail {
  background: #fef6f6 url('/icons/warning.png') no-repeat 99% !important;
  float: right;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  border: 1px #e64246;
  border-style: solid none;
  color: #e64246;
}
div.cb-lightbox-table ul.fail {
  background: #fef6f6 url('/icons/warning.png') no-repeat 99% !important;
  color: #e64246;
}
.cb-lightbox-table textarea.fail {
  background-image: none !important;
}
.fail > p,
.fail > li,
div.cb-lightbox-table ul.fail li {
  margin: 2px 5px;
}
.fail > p {
  font-weight: 600;
}
.fail > li,
div.cb-lightbox-table ul.fail li {
  margin-left: 1em;
  list-style: square outside;
}
.fail .sign {
  width: 90%;
}
.calendar {
  position: absolute;
  z-index: 100;
  border: 1px solid #666;
  background: #333;
  text-align: right;
  line-height: 2;
  color: #fff !important;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.calendar > table {
  margin: 3px;
  border-spacing: 0;
  border-collapse: collapse;
}
.calendar th {
  color: #eee;
  text-align: center;
  font-weight: 700;
}
.calendar tbody {
  border-radius: 0 0 8px 8px;
  border-top: 1px solid #666;
}
td.published {
  color: #7be;
  font-weight: 700;
}
td.show {
  background: #7be;
  color: #fff;
  font-weight: 700;
}
.calendar th > a,
.calendar td > a {
  display: block;
  padding: 0 6px 1px 6px;
  color: inherit;
  text-decoration: none;
}
.calendar th > a:hover,
.calendar td > a:hover {
  background: #666;
  color: #fff;
}
.calendar td.show {
  background: #87004e;
}
.calendar td.show a:hover {
  background: none;
}
#expo {
  float: left;
  width: 100%;
  position: relative;
}
#slides {
  float: left;
  width: 100%;
  height: 0 !important;
  max-width: 100% !important;
  max-height: 100% !important;
  padding-bottom: 42.96875%;
  position: relative;
}
@media only screen and (max-width: 779px) {
  #slides {
    padding-bottom: 300px;
  }
}
#slides .slide {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}
#slides a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#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;
  transform: scale(1.2);
  animation-name: moodscale;
  animation-duration: 10s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}
@keyframes moodscale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
#expo div.link {
  float: left;
  width: 100%;
  height: 0;
}
#expo a.link {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 32px;
  height: 50px;
  transform: translateY(-50%);
  background-size: 32px 22px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-left-white.svg);
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}
#expo a.link.prev {
  left: 20px;
}
#expo a.link.next {
  right: 20px;
  background-image: url(/images/arrow-right-white.svg);
}
table.link,
table.link tbody {
  float: left;
  display: block;
  width: 100%;
  height: 0;
}
.cb-index-all {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 20;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1023px) {
  .cb-index-all {
    justify-content: flex-end;
  }
}
.cb-index-all td {
  float: left;
  display: block;
  margin: 0 8px;
}
@media (max-width: 1023px) {
  .cb-index-all td {
    margin: 0 6px;
  }
}
@media (max-width: 639px) {
  .cb-index-all td {
    margin: 0 4px;
  }
}
.cb-index-all td.init {
  margin-left: 0;
}
.cb-index-all td.exit {
  margin-right: 0;
}
.cb-index-all a {
  display: block;
  width: 12px;
  height: 12px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background: #f2e9d9;
  border-radius: 16px;
  transition: all 0.4s;
}
@media (max-width: 1023px) {
  .cb-index-all a {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 639px) {
  .cb-index-all a {
    width: 8px;
    height: 8px;
  }
}
.cb-index-all td.this a {
  background: #BD9342;
}
.cb-index-some {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  display: none;
}
.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;
}
.togglenavigation {
  position: fixed;
  top: 42px;
  right: 40px;
  z-index: 2001;
  width: 40px;
  height: 26px;
  cursor: pointer;
  display: none;
}
@media (max-width: 1023px) {
  .togglenavigation {
    display: block;
  }
}
@media (max-width: 639px) {
  .togglenavigation {
    right: 24px;
    top: 37px;
  }
}
.tline {
  position: absolute;
  width: 100%;
  height: 4px;
  background: #BD9342;
  top: 0;
  left: 0;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  border-radius: 4px;
}
.tline--2,
.tline--3 {
  top: 50%;
  margin-top: -2px;
}
.tline--4 {
  top: unset;
  bottom: 0;
}
body.cb-toggle-target-active .tline--1 {
  transform: translateY(-15px);
  opacity: 0;
}
body.cb-toggle-target-active .tline--2 {
  transform: rotate(-45deg);
}
body.cb-toggle-target-active .tline--3 {
  transform: rotate(45deg);
}
body.cb-toggle-target-active .tline--4 {
  transform: translateY(15px);
  opacity: 0;
}
.mobile-navi {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 2000;
  max-height: 0;
  overflow-y: hidden;
  transition: all 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
  display: none;
}
body.cb-toggle-target-active .mobile-navi {
  overflow-y: scroll;
  max-height: 100%;
}
@media (max-width: 1023px) {
  .mobile-navi {
    display: block;
  }
}
.naviani {
  float: left;
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  transform: translateY(-100vh);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
body.cb-toggle-target-active .naviani {
  transition: all 0.8s 0.1s cubic-bezier(0.05, 0.8, 0.5, 1);
  opacity: 1;
  transform: translateY(0);
}
.contact-width {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
.mobile-contactlink {
  display: inline-block;
  font-weight: bold;
  font-size: 35px;
  line-height: 1.37142857;
  color: #BD9342;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 20px;
}
.mobile-contactlink:hover,
.mobile-contactlink:focus {
  color: #BD9342;
}
.mobile-navi div.navi {
  float: left;
  display: block;
}
.mobile-navi div.navi > .item {
  float: left;
}
.mobile-navi div.navi > .item > .menu {
  display: block;
}
.mobile-navi div.sub1 {
  margin-top: 40px;
  width: 100%;
  text-align: center;
  padding-top: 220px;
  background-size: 158px 148px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-image: url(/images/lion-gold.svg);
}
.mobile-navi div.sub1 > .item {
  width: 100%;
  margin: 20px 0;
}
.mobile-navi div.sub1 > .item.init {
  margin-top: 0;
}
.mobile-navi div.sub1 > .item > .menu {
  display: inline-block;
  font-weight: bold;
  font-size: 35px;
  line-height: 1.37142857;
  text-transform: uppercase;
  color: #BD9342;
}
.mobile-navi div.sub1 > .item > .menu:hover,
.mobile-navi div.sub1 > .item > .menu:focus {
  color: #BD9342;
}
.mobile-navi div.sub1 > .item > .menu.path {
  color: #3B370A;
}
@media (max-width: 639px) {
  .mobile-navi div.sub1 {
    padding-top: 140px;
    background-size: 100px 94px;
  }
  .mobile-navi div.sub1 > .item {
    margin: 16px 0;
  }
  .mobile-navi div.sub1 > .item > .menu {
    font-size: 24px;
    line-height: 1.33333333;
  }
  .mobile-contactlink {
    font-size: 24px;
    line-height: 1.33333333;
    margin-top: 16px;
  }
}
@media (max-width: 1023px) {
  .section--header {
    padding: 0 24px;
    transform: translateY(0) !important;
  }
  .section--multimood {
    margin-top: 100px;
  }
}
@media (max-width: 639px) {
  .wrapper {
    font-size: 16px;
  }
  h1,
  h2 {
    font-size: 26px;
    line-height: 1.15384615;
  }
  h3 {
    font-size: 16px;
  }
  div.link a.open,
  div.load a.open,
  div.link a.load,
  div.load a.load {
    font-size: 16px;
    line-height: 1.5;
  }
  div.form input.submit {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 639px) {
  .area {
    width: 100%;
  }
  .area > .unit {
    margin-right: 0%;
    margin-left: 0%;
    width: 100%;
  }
  .area .foot {
    margin-right: 0%;
    margin-left: 0%;
  }
  .area .part {
    margin-right: 0%;
    margin-left: 0%;
    width: 100%;
  }
  .area > .slim .part {
    width: 100%;
  }
}
@media (max-width: 639px) {
  .unit {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .part {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
.content--alpha .area .unit.seam {
  padding: 20px 15px;
  margin-left: -15px;
}
#disp {
  left: 3%;
  margin-left: 0;
  width: 94%;
  font-size: 13px;
  font-size: 1.3rem;
  top: 90px !important;
}
#disp.site li,
div.cb-sitemap li {
  font-size: 14px;
  font-size: 1.4rem;
}
.phases {
  float: left;
  width: 100%;
}
.phase {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 0 50px;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  margin: 15px 0;
}
.phase:first-child {
  margin-top: 0;
}
.phase:last-child {
  margin-bottom: 0;
}
.phase--1 {
  background: #CCA9A2;
}
.phase--2 {
  background: #A5A5A7;
}
.phase--3 {
  background: #9AA882;
}
.phase__section {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 0 50px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin: 60px 0;
}
.phase--2 .phase__section {
  align-items: flex-start;
}
.ie11 .phase__section--image {
  background-size: contain !important;
  background-repeat: no-repeat;
}
.phase__image {
  float: left;
  width: 100%;
  height: auto;
}
.phase-content {
  float: left;
  width: 360px;
  max-width: 100%;
  position: relative;
}
.phase-text {
  float: left;
  width: 100%;
}
.phase-text--title {
  padding: 0;
  padding: 50px 0;
  background: none;
  color: #fff;
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  position: relative;
}
.phase-text--text {
  -webkit-font-smoothing: antialiased;
}
.vollvermietet {
  position: absolute;
  left: -70px;
  top: -50px;
  z-index: 2;
  width: 260px;
}
@media (max-width: 639px) {
  .vollvermietet {
    width: 200px;
    left: -40px;
  }
}
.phase-number {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 120px;
  line-height: 0.8;
  color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 1023px) {
  .phase {
    padding: 20px 40px;
  }
  .phase__section {
    padding: 0;
    width: 100%;
    align-items: center !important;
    margin: 20px 0;
  }
  .phase__section--text {
    order: 1;
  }
  .phase__section--image {
    order: 2;
  }
  .phase-content {
    width: 480px;
  }
}
@media (max-width: 639px) {
  .phase {
    padding: 20px;
    font-size: 16px;
    line-height: 1.25;
  }
}
.realestate {
  float: left;
  width: 100%;
  color: #3B370A;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 56px;
  margin-top: 28px;
}
@media (max-width: 1000px) {
  .realestate {
    font-size: 14px;
  }
}
.realestate__section {
  float: left;
  width: 100%;
  margin-top: 28px;
}
.realestate__section--svg {
  margin-top: 0;
}
.realestate__section--actions,
.realestate__section--filter {
  margin-top: 14px;
}
.realestate__section--info--top,
.realestate__section--actions--bottom {
  display: none;
}
@media only screen and (max-width: 942px) {
  .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 {
  width: auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 942px) {
  .filter-section--selectors {
    width: 100%;
  }
}
.filter-section--sliders {
  width: auto;
  margin-left: 20px;
}
@media (max-width: 942px) {
  .filter-section--sliders {
    width: 100%;
    margin-left: 0;
  }
}
.filter {
  float: left;
  width: 140px;
  margin-right: 20px;
  margin-top: 14px;
}
.filter:last-child {
  margin-right: 0;
}
.filter.is-disabled {
  opacity: 0.4;
  pointer-events: none;
}
.filter.filter--slider {
  width: 220px;
}
@media only screen and (max-width: 942px) {
  .filter {
    width: 100% !important;
    margin-right: 0;
  }
  .filter--selector:first-child {
    margin-top: 0;
  }
}
.o-label {
  display: block;
  padding-bottom: 10px;
}
.o-form-group {
  float: left;
  width: 100%;
}
.o-form-input {
  float: left;
  width: 100%;
}
.realestate .o-dropdown {
  float: left;
  width: 100%;
  position: relative;
  background-color: #f2f2f3;
}
.realestate .o-dropdown__selected {
  float: left;
  width: 100%;
  position: relative;
}
.realestate .o-dropdown__link {
  position: absolute;
  right: 0;
  top: 0;
  width: 36px;
  height: 100%;
  background-color: #BD9342;
  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;
}
.o-dropdown.is-open .realestate .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: #f2f2f3;
  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: 36px;
  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: #d9d9d9;
}
.realestate .o-dropdown__selected .o-dropdown__item {
  padding-right: 46px;
}
.realestate .o-dropdown__item.is-active {
  color: #BD9342;
}
.o-slider {
  float: left;
  width: 100%;
}
.o-slider__bar {
  float: left;
  width: 100%;
  margin: 10px 0;
  position: relative;
  height: 1px;
  background-color: #3B370A;
}
.o-slider-handler {
  position: absolute;
  top: -10px;
  width: 21px;
  height: 21px;
  background-color: #BD9342;
  border-radius: 21px;
}
.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: #3B370A;
  background-color: #f2f2f3;
  font-weight: bold;
  min-height: 36px;
  padding: 5px 20px;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 14px 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: #BD9342;
}
.realestate-button.is-disabled {
  opacity: 0.6;
  pointer-events: none;
  color: #3B370A;
  background-color: #f2f2f3;
}
@media only screen and (max-width: 942px) {
  .realestate-button {
    width: 100%;
    text-align: center;
  }
}
.table--realestate {
  float: left;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
.table--realestate tr {
  border-top: 10px solid #fff;
  border-bottom: 10px solid #fff;
}
.table--realestate tr.status--cbPluginREStatusRentedOut {
  opacity: 0.5;
}
.table--realestate .table-appartment {
  background-color: #f2f2f3;
  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: #BD9342;
  color: #fff;
  cursor: pointer;
}
.table--realestate .table-appartment.is-disabled {
  opacity: 0.5;
  pointer-events: none;
  background-color: #f2f2f3 !important;
  color: #3B370A !important;
}
.table--realestate th {
  height: 26px;
  font-weight: bold;
  padding: 0 10px;
  vertical-align: middle;
}
.table--realestate td {
  padding: 5px 10px;
  height: 26px;
  vertical-align: middle;
  white-space: nowrap;
}
.table--realestate .heading--mobile {
  display: none;
}
.table-anchor {
  text-decoration: none;
}
@media only screen and (max-width: 942px) {
  .table--realestate thead {
    display: none;
  }
  .table--realestate .table-appartment {
    padding: 5px 0;
    color: #3B370A !important;
    background-color: #f2f2f3 !important;
    border-width: 5px 0;
  }
  .table--realestate .table-appartment.is-visible {
    display: block !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;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
}
.realestate-information {
  display: block;
}
.realestate svg {
  float: left;
  width: 100%;
  overflow: visible;
}
.ie11 .realestate svg {
  min-height: 694px;
}
.flaeche {
  fill: #fff;
  stroke: #000;
  stroke-width: 1.1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.linie {
  fill: none;
  stroke: #000;
  stroke-width: 1.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.building--1 .roof .flaeche,
.building--2 .roof .flaeche,
.inactive-building--1 .roof .flaeche,
.inactive-building--2 .roof .flaeche {
  fill: #f5eeec !important;
}
.building--3 .roof .flaeche,
.building--5 .roof .flaeche,
.building--6 .roof .flaeche,
.inactive-building--3 .roof .flaeche,
.inactive-building--5 .roof .flaeche,
.inactive-building--6 .roof .flaeche {
  fill: #ededed !important;
}
.building--7 .roof .flaeche,
.building--8 .roof .flaeche,
.building--9 .roof .flaeche,
.inactive-building--7 .roof .flaeche,
.inactive-building--8 .roof .flaeche,
.inactive-building--9 .roof .flaeche {
  fill: #ebeee6 !important;
}
.building.is-active .floor.is-active .neutral .flaeche {
  fill: #fff !important;
}
.building {
  transition: all 0.6s ease-out;
  transform-box: fill-box;
  cursor: pointer;
}
.building--6,
.building--7,
.building--8,
.building--9 {
  cursor: default;
}
.buildings.is-active .building,
.buildings.is-active .inactive-building {
  opacity: 0;
  pointer-events: none;
}
.buildings.is-active .building.is-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 3;
  transform-origin: 50% 100%;
}
.building--1.is-active {
  transform: translateX(3028px) translateY(969px) scale(2);
}
.building--2.is-active {
  transform: translateX(1228px) translateY(1374px) scale(2);
}
.building--3.is-active {
  transform: translateX(2442px) translateY(0) scale(2);
}
.building--5.is-active {
  transform: translateX(1512px) translateY(486px) scale(2);
}
.building--6.is-active {
  transform: translateX(730px) translateY(864px) scale(2);
}
.building--7.is-active {
  transform: translateX(-540px) translateY(1550px) scale(2);
}
.building--8.is-active {
  transform: translateX(-2140px) translateY(2000px) scale(2);
}
.building--9.is-active {
  transform: translateX(-3440px) translateY(2400px) scale(2);
}
.floor {
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  transform-origin: 0 100%;
}
.floor.is-open {
  transform: translateY(-480px);
}
.appartment {
  cursor: pointer;
}
.building.is-hovered .flaeche,
.building.is-active .flaeche {
  fill: #faf6f6;
}
.building--3.building.is-hovered .flaeche,
.building--3.building.is-active .flaeche,
.building--5.building.is-hovered .flaeche,
.building--5.building.is-active .flaeche,
.building--6.building.is-hovered .flaeche,
.building--6.building.is-active .flaeche {
  fill: #f6f6f6;
}
.building--7.building.is-hovered .flaeche,
.building--7.building.is-active .flaeche,
.building--8.building.is-hovered .flaeche,
.building--8.building.is-active .flaeche,
.building--9.building.is-hovered .flaeche,
.building--9.building.is-active .flaeche {
  fill: #f6f6f6;
}
.building.is-active .floor.is-hovered .flaeche,
.building.is-active .floor.is-active .flaeche {
  fill: #f5eeec;
}
.building--3.building.is-active .floor.is-hovered .flaeche,
.building--3.building.is-active .floor.is-active .flaeche,
.building--5.building.is-active .floor.is-hovered .flaeche,
.building--5.building.is-active .floor.is-active .flaeche,
.building--6.building.is-active .floor.is-hovered .flaeche,
.building--6.building.is-active .floor.is-active .flaeche {
  fill: #ededed;
}
.building--7.building.is-active .floor.is-hovered .flaeche,
.building--7.building.is-active .floor.is-active .flaeche,
.building--8.building.is-active .floor.is-hovered .flaeche,
.building--8.building.is-active .floor.is-active .flaeche,
.building--9.building.is-active .floor.is-hovered .flaeche,
.building--9.building.is-active .floor.is-active .flaeche {
  fill: #ededed;
}
.building--1.is-active .floor.is-active .appartment--type1.is-hovered .flaeche,
.building--2.is-active .floor.is-active .appartment--type1.is-hovered .flaeche {
  fill: #ebddda;
}
.building--1.is-active .floor.is-active .appartment--type1.is-active .flaeche,
.building--2.is-active .floor.is-active .appartment--type1.is-active .flaeche {
  fill: #d6bab5;
}
.building--1.is-active .floor.is-active .appartment--type2.is-hovered .flaeche,
.building--2.is-active .floor.is-active .appartment--type2.is-hovered .flaeche {
  fill: #e0cbc7;
}
.building--1.is-active .floor.is-active .appartment--type2.is-active .flaeche,
.building--2.is-active .floor.is-active .appartment--type2.is-active .flaeche {
  fill: #cca9a2;
}
.building--3.is-active .floor.is-active .appartment--type1.is-hovered .flaeche,
.building--5.is-active .floor.is-active .appartment--type1.is-hovered .flaeche,
.building--6.is-active .floor.is-active .appartment--type1.is-hovered .flaeche {
  fill: #dbdbdc;
}
.building--3.is-active .floor.is-active .appartment--type1.is-active .flaeche,
.building--5.is-active .floor.is-active .appartment--type1.is-active .flaeche,
.building--6.is-active .floor.is-active .appartment--type1.is-active .flaeche {
  fill: #b7b7b9;
}
.building--3.is-active .floor.is-active .appartment--type2.is-hovered .flaeche,
.building--5.is-active .floor.is-active .appartment--type2.is-hovered .flaeche,
.building--6.is-active .floor.is-active .appartment--type2.is-hovered .flaeche {
  fill: #dbdbdc;
}
.building--3.is-active .floor.is-active .appartment--type2.is-active .flaeche,
.building--5.is-active .floor.is-active .appartment--type2.is-active .flaeche,
.building--6.is-active .floor.is-active .appartment--type2.is-active .flaeche {
  fill: #b7b7b9;
}
.building--7.is-active .floor.is-active .appartment--type1.is-hovered .flaeche,
.building--8.is-active .floor.is-active .appartment--type1.is-hovered .flaeche,
.building--9.is-active .floor.is-active .appartment--type1.is-hovered .flaeche {
  fill: #d7dccd;
}
.building--7.is-active .floor.is-active .appartment--type1.is-active .flaeche,
.building--8.is-active .floor.is-active .appartment--type1.is-active .flaeche,
.building--9.is-active .floor.is-active .appartment--type1.is-active .flaeche {
  fill: #aeb99b;
}
.building--7.is-active .floor.is-active .appartment--type2.is-hovered .flaeche,
.building--8.is-active .floor.is-active .appartment--type2.is-hovered .flaeche,
.building--9.is-active .floor.is-active .appartment--type2.is-hovered .flaeche {
  fill: #d7dccd;
}
.building--7.is-active .floor.is-active .appartment--type2.is-active .flaeche,
.building--8.is-active .floor.is-active .appartment--type2.is-active .flaeche,
.building--9.is-active .floor.is-active .appartment--type2.is-active .flaeche {
  fill: #aeb99b;
}
.mini-building--1 .flaeche,
.mini-building--2 .flaeche,
.inactive-mini-building--1 .flaeche,
.inactive-mini-building--2 .flaeche {
  fill: #f5eeec;
  stroke: #CCA9A2;
}
.mini-building--3 .flaeche,
.mini-building--5 .flaeche,
.mini-building--6 .flaeche,
.inactive-mini-building--3 .flaeche,
.inactive-mini-building--5 .flaeche,
.inactive-mini-building--6 .flaeche {
  fill: #ededed;
  stroke: #A5A5A7;
}
.mini-building--7 .flaeche,
.mini-building--8 .flaeche,
.mini-building--9 .flaeche,
.inactive-mini-building--7 .flaeche,
.inactive-mini-building--8 .flaeche,
.inactive-mini-building--9 .flaeche {
  fill: #ebeee6;
  stroke: #9AA882;
}
.mini-building.is-active .flaeche {
  fill: #BD9342;
}
.realestate--manage {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  font-size: 14px;
  line-height: 1.2;
  font-family: 'Montserrat', helvetica, sans-serif;
  color: #333;
}
.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-heading {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
}
.realestate-form-group {
  float: left;
  margin-right: 40px;
}
.realestate-form-group:last-child {
  margin-left: 0;
}
.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%;
  white-space: nowrap;
}
.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%;
  white-space: nowrap;
}
.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;
}
.roof {
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.building.is-active .roof {
  opacity: 0;
  pointer-events: none;
}
.hintergrund {
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.buildings.is-active .hintergrund {
  opacity: 0;
  pointer-events: none;
}
.unit--realestate.disable-transitions .building,
.unit--realestate.disable-transitions .floor {
  transition: none;
}
.table--realestate .table-appartment.type--1.is-hovered,
.table--realestate .table-appartment.type--1.is-active {
  background-color: #aeb99b;
}
.table--realestate .table-appartment.type--2.is-hovered,
.table--realestate .table-appartment.type--2.is-active {
  background-color: #cca9a2;
}
.table--realestate .table-appartment.type--4.is-hovered,
.table--realestate .table-appartment.type--4.is-active {
  background-color: #a5a5a7;
}
.table--realestate td a {
  display: block;
  width: 100%;
  height: 30px;
  text-decoration: none;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background-size: 29px 30px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/icon-bewerben.svg);
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.table--realestate td a:hover,
.table--realestate td a:focus {
  transform: scale(0.8);
}
.table--realestate td a.realestate-download {
  background-image: url(/images/icon-download.svg);
  background-size: 24px 30px;
}
@media (max-width: 942px) {
  .table--realestate td a {
    width: 29px;
    float: right;
  }
}
th:last-child {
  text-align: center;
}
td:last-child {
  font-size: 0;
  line-height: 0;
  text-align: center;
}
.table-appartment.type--1 td:last-child {
  background-color: #aeb99b;
}
.table-appartment.type--2 td:last-child {
  background-color: #cca9a2;
}
.table-appartment.type--4 td:last-child {
  background-color: #a5a5a7;
}
@media (max-width: 942px) {
  td:last-child {
    background: none !important;
    font-size: 14px;
    line-height: 1.2;
  }
}
.stoererWrapper {
  transition: all 0.2s;
}
.minimap.is-active .stoererWrapper {
  opacity: 0;
}
.stoererwrapper #stoererbg,
.stoererWrapper #stoererbg1 {
  fill: #D6BAB5;
}
.stoererWrapper #stoererbg2 {
  fill: #DBDADB;
}
.stoererWrapper .stoererpfote path,
.stoererWrapper .stoerertext path,
.stoererwrapper #stoererpfote path,
.stoererwrapper #stoerertext path {
  fill: #fff;
}
/*# sourceMappingURL=./screen-small.css.map */