/******* screen-small.less *******/
.s-button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 181px;
  height: 38px;
  padding: 0 15px;
  border-radius: 3px;
  background-color: #f36523;
  box-shadow: 0px 3px 8px 0px rgba(19, 19, 19, 0.23);
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
  transition: background 250ms;
}
@media only screen and (min-width: 768px) {
  .s-button {
    height: 39px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 39px;
  }
}
@media only screen and (min-width: 1280px) {
  .s-button {
    min-width: 245px;
    padding: 0 30px;
    height: 54px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 54px;
  }
}
.s-button:hover,
.s-button:focus {
  background-color: #c74e1f;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
/**
 * @license
 * MyFonts Webfont Build ID 3601272, 2018-06-27T11:09:32-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: BrixSansBold by HVD Fonts
 * URL: https://www.myfonts.com/fonts/hvdfonts/brix-sans/bold/
 * 
 * Webfont: BrixSansMedium by HVD Fonts
 * URL: https://www.myfonts.com/fonts/hvdfonts/brix-sans/medium/
 * 
 * Webfont: BrixSansRegular by HVD Fonts
 * URL: https://www.myfonts.com/fonts/hvdfonts/brix-sans/regular/
 * 
 * Webfont: BrixSansRegular-Italic by HVD Fonts
 * URL: https://www.myfonts.com/fonts/hvdfonts/brix-sans/italic/
 * 
 * 
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3601272
 * Licensed pageviews: 10,000
 * Webfonts copyright: Copyright (c) 2014 by Hannes von Doehren, Livius Dietzel. All rights reserved.
 * 
 * © 2018 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'Brix Sans';
  font-weight: 700;
  src: url('/extras/fonts/36F378_0_0.eot');
  src: url('/extras/fonts/36F378_0_0.eot?#iefix') format('embedded-opentype'), url('/extras/fonts/36F378_0_0.woff2') format('woff2'), url('/extras/fonts/36F378_0_0.woff') format('woff'), url('/extras/fonts/36F378_0_0.ttf') format('truetype');
}
@font-face {
  font-family: 'Brix Sans';
  font-weight: 500;
  src: url('/extras/fonts/36F378_1_0.eot');
  src: url('/extras/fonts/36F378_1_0.eot?#iefix') format('embedded-opentype'), url('/extras/fonts/36F378_1_0.woff2') format('woff2'), url('/extras/fonts/36F378_1_0.woff') format('woff'), url('/extras/fonts/36F378_1_0.ttf') format('truetype');
}
@font-face {
  font-family: 'Brix Sans';
  font-weight: 400;
  src: url('/extras/fonts/36F378_2_0.eot');
  src: url('/extras/fonts/36F378_2_0.eot?#iefix') format('embedded-opentype'), url('/extras/fonts/36F378_2_0.woff2') format('woff2'), url('/extras/fonts/36F378_2_0.woff') format('woff'), url('/extras/fonts/36F378_2_0.ttf') format('truetype');
}
@font-face {
  font-family: 'Brix Sans';
  font-weight: 400;
  font-style: italic;
  src: url('/extras/fonts/36F378_3_0.eot');
  src: url('/extras/fonts/36F378_3_0.eot?#iefix') format('embedded-opentype'), url('/extras/fonts/36F378_3_0.woff2') format('woff2'), url('/extras/fonts/36F378_3_0.woff') format('woff'), url('/extras/fonts/36F378_3_0.ttf') format('truetype');
}
/******* 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;
}
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: 5px;
  margin-bottom: 5px;
}
.unit > .body,
.unit > form > .body {
  width: 100%;
}
.fold > .body {
  min-height: 0;
}
.part,
.grid table {
  margin-top: 10px;
  margin-bottom: 10px;
}
.lead {
  margin-bottom: 0 !important;
}
.line {
  margin-top: 0;
  margin-bottom: 0;
  padding: 2px 0;
  font-size: 0;
  line-height: 0;
}
.line > hr {
  overflow: hidden;
  height: 1px;
  border-color: #444;
  color: #444;
  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: #444 !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%;
}
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: 210;
  /* .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: 211;
  color: #444;
  font-family: 'Brix Sans', helvetica, sans-serif;
  line-height: 1.2;
  font-size: 15px;
}
#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: #444;
}
.cb-disp-sent,
.cb-disp-sent:hover {
  display: block;
  padding: 0.4em 14px;
  text-align: left;
  text-decoration: none;
}
#disp fieldset {
  padding: 0.2em 0 0.5em;
}
#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: 700;
  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-bottom: 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 {
  margin-right: 15px;
}
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: #444;
}
#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: #c3c3c3;
  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;
}
.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;
}
#disp.two-step-verification {
  z-index: 3100;
  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: #f36523;
  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: #f36523;
  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);
  }
}
.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: 700;
}
.table td {
  padding: 5px 0;
}
#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) {
  .table {
    font-size: 1.95567145vw;
  }
}
.table td.align-left {
  text-align: left;
}
.table td.align-center {
  text-align: center;
}
.table td.align-right {
  text-align: right;
}
/******* 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(243, 101, 35, 0.4);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  width: 100%;
  background-color: transparent;
}
.desk {
  *zoom: 1;
  margin: 0 auto;
  width: 100%;
  max-width: 1140px;
}
.desk:before,
.desk:after {
  display: table;
  content: '';
}
.desk:after {
  clear: both;
}
.navbar .desk {
  max-width: 1580px;
}
.container.container--partner .desk {
  max-width: 945px;
}
#home {
  position: relative;
  z-index: 220;
  float: left;
}
.logo {
  width: 100%;
  height: auto;
}
#head {
  float: left;
  width: 100%;
}
.wrapper {
  float: left;
  width: 100%;
  min-height: 100vh;
  color: #444;
  font-family: 'Brix Sans', helvetica, sans-serif;
  line-height: 1.2;
  font-size: 15px;
  letter-spacing: 0.025em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
}
.section {
  float: left;
  width: 100%;
}
.container {
  float: left;
  width: 100%;
}
.navbar {
  box-sizing: border-box;
  position: fixed;
  z-index: 50;
  width: 100%;
}
.mood {
  position: relative;
  float: left;
  width: 100%;
}
.mood .mood__content {
  position: relative;
  z-index: 20;
  float: left;
  width: 100%;
  opacity: 0;
  transform: translateY(-30px);
  animation: moodFadeIn;
  animation-duration: 700ms;
  animation-fill-mode: forwards;
  animation-delay: 300ms;
}
@keyframes moodFadeIn {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#expo {
  position: relative;
  float: left;
  width: 100%;
  height: 0;
  padding-bottom: 46.09375%;
}
#expo #slides {
  position: relative;
  z-index: 1;
  max-width: 100% !important;
  max-height: 10000px !important;
  overflow: hidden;
}
#expo #slides .slide {
  width: 100%;
}
#expo #slides .slide img {
  display: block;
  width: 100%;
  max-width: 100% !important;
  max-height: 10000px !important;
}
.cb-layout1 #expo {
  padding-bottom: 21.875%;
}
.cb-layout1 #expo div.link {
  display: none;
}
.cb-layout2 #expo div.link {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}
.cb-layout2 #expo div.link .prev,
.cb-layout2 #expo div.link .next {
  position: absolute;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}
.cb-layout2 #expo div.link .prev.cb-slide-previous,
.cb-layout2 #expo div.link .next.cb-slide-previous {
  left: 0;
  background-image: url(/images/mood-prev.svg);
}
.cb-layout2 #expo div.link .prev.cb-slide-next,
.cb-layout2 #expo div.link .next.cb-slide-next {
  right: 0;
  background-image: url(/images/mood-next.svg);
}
.cb-layout2 #expo div.link .cb-index {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
}
.cb-layout2 #expo div.link .cb-index .cb-index-some {
  display: none;
}
.cb-layout2 #expo div.link .cb-index .cb-index-all {
  margin: 0 auto;
}
.cb-layout2 #expo div.link .cb-index .cb-index-all a {
  box-sizing: border-box;
  position: relative;
  display: block;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: transparent;
  opacity: 1;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}
.cb-layout2 #expo div.link .cb-index .cb-index-all .this a {
  background-color: #fff;
}
.bg {
  float: left;
  width: 100%;
}
h1 {
  color: #fff;
  font-weight: 700;
}
h2 {
  color: #f36523;
  font-weight: 700;
  text-align: center;
}
.cb-layout1 h2 {
  text-align: left;
}
.area.side h2 {
  color: #fff;
  text-align: left;
}
.container.container--contact h2 {
  color: #fff;
}
strong {
  font-weight: 700;
}
.text {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.skew {
  font-style: italic;
}
.skew strong {
  color: #f36523;
}
.pale {
  font-weight: 700;
}
.open,
.load {
  overflow-wrap: normal;
  word-wrap: normal;
  -webkit-hyphens: none;
  hyphens: none;
}
a {
  color: #f36523;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #f4763b;
}
.area {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
.area.base .unit.seam .part.text {
  background-color: #263245;
  color: #fff;
}
.area.base .unit.seam .part.text .open {
  color: #fff;
}
.area.base .unit.seam .part.text .open:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 10px;
  background: url(/images/arrow-right.svg) no-repeat left center;
}
.area.base .unit.flat {
  text-align: center;
}
.area.side .unit .part.text {
  background-color: #f36523;
  color: #fff;
}
.area.side .unit .part.text .open {
  color: #fff;
}
.section.section--footer {
  background-color: #263245;
}
.container.container--contact {
  background: url(/images/bg_contact.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
}
.container.container--contact .link-button {
  text-align: center;
}
.container.container--contact .link-button a {
  box-sizing: border-box;
  display: inline-block;
  min-width: 181px;
  height: 38px;
  padding: 0 15px;
  border-radius: 3px;
  background-color: #f36523;
  box-shadow: 0px 3px 8px 0px rgba(19, 19, 19, 0.23);
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
  transition: background 250ms;
}
@media only screen and (min-width: 768px) {
  .container.container--contact .link-button a {
    height: 39px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 39px;
  }
}
@media only screen and (min-width: 1280px) {
  .container.container--contact .link-button a {
    min-width: 245px;
    padding: 0 30px;
    height: 54px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 54px;
  }
}
.container.container--contact .link-button a:hover,
.container.container--contact .link-button a:focus {
  background-color: #c74e1f;
}
.unit.form input.text,
.unit.form input.sign,
.unit.form input.password,
.unit.form textarea,
.unit.form input.hint,
.unit.form textarea.hint,
.unit.form input.capt {
  border-radius: 0;
  box-sizing: border-box;
  padding: 0.7em 1em 0.6em 1em;
}
.unit.form input.submit,
.unit.form button.cb-hybrid {
  padding: 0 40px;
  border-radius: 3px;
  box-shadow: 0px 3px 8px 0px rgba(19, 19, 19, 0.35);
}
.text-section {
  float: left;
  width: 100%;
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}
.text-section:first-child {
  margin-top: 0;
}
.text-section:last-child {
  margin-bottom: 0;
}
.list--bullet {
  padding-left: 0;
  list-style-type: none;
}
.list--bullet li {
  padding-left: 24px;
  position: relative;
}
.list--bullet li:before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
}
.list--numbered li {
  margin-left: 25px;
}
.part.link {
  text-align: center;
}
.part.link .open {
  box-sizing: border-box;
  display: inline-block;
  min-width: 181px;
  height: 38px;
  padding: 0 15px;
  border-radius: 3px;
  background-color: #f36523;
  box-shadow: 0px 3px 8px 0px rgba(19, 19, 19, 0.23);
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
  transition: background 250ms;
}
@media only screen and (min-width: 768px) {
  .part.link .open {
    height: 39px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 39px;
  }
}
@media only screen and (min-width: 1280px) {
  .part.link .open {
    min-width: 245px;
    padding: 0 30px;
    height: 54px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 54px;
  }
}
.part.link .open:hover,
.part.link .open:focus {
  background-color: #c74e1f;
}
.load {
  background: none !important;
}
.cb-googlemaps {
  border: 1px solid #b8b8b8;
}
#edit .area {
  border: 1px dashed #ccc;
}
.text-section {
  float: left;
  width: 100%;
}
#disp.two-step-verification {
  z-index: 3100;
  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: #f36523;
  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: #f36523;
  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);
  }
}
/******* forms.less 2014-10-16 *******/
/* Changelog

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

*/
fieldset {
  line-height: 1.2em;
}
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: #444;
  background-color: #fff;
  font-weight: normal;
  font-family: 'Brix Sans', helvetica, sans-serif;
  font-size: 90.90909091%;
  font-size: 9.090909090909092%rem;
}
input.text,
input.sign,
input.password,
textarea,
input.hint,
textarea.hint,
input.capt {
  padding: 0.0165px 3px;
  min-height: 1.2em;
  border: 1px solid #263245;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}
select {
  font-size: 90.90909091%;
  font-size: 9.090909090909092%rem;
  color: #444;
  font-weight: normal;
  font-family: 'Brix Sans', helvetica, sans-serif;
  line-height: 16px;
}
textarea {
  overflow: auto;
  resize: vertical;
}
input.hint,
textarea.hint {
  color: #919191;
}
input.text[disabled],
textarea[disabled] {
  border-color: #2f3e55;
  box-shadow: none;
}
textarea:focus,
input.text:focus,
input.sign:focus,
input.password:focus {
  outline: none;
  border-color: #f36523;
  box-shadow: 0 0 3px rgba(243, 101, 35, 0.7);
  transition: box-shadow 0.218s;
}
textarea::selection,
input.text::selection,
input.sign::selection,
input.password::selection {
  background-color: #f68e5d;
}
input.submit,
button.cb-hybrid {
  display: inline-block;
  background-color: #f36523;
  color: #fff;
  text-align: center;
  text-decoration: none;
  min-height: 40px;
  border-radius: 0;
  padding: 0 20px;
  -webkit-appearance: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
input.submit:hover,
button.cb-hybrid:hover,
input.submit:focus,
button.cb-hybrid:focus {
  color: #fff;
  background-color: #f46f32;
  text-decoration: none;
  cursor: pointer;
}
input.submit:active,
button.cb-hybrid:active {
  outline: none;
  background-color: #d74c0c;
}
.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.2em;
  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;
}
.realestate {
  float: left;
  width: 100%;
  color: #444;
  font-size: 22px;
  line-height: 1.27272727;
}
.realestate__section {
  float: left;
  width: 100%;
  margin-top: 40px;
}
.realestate__section--svg {
  width: 65.78947368%;
  margin-top: 0;
  margin-bottom: 20px;
}
.realestate__section--actions,
.realestate__section--filter {
  box-sizing: border-box;
  float: right;
  width: 31.57894737%;
  margin-top: 0;
  padding: 20px 2.63157895%;
  background-color: #f3f3f3;
}
.realestate__section--info--top,
.realestate__section--actions--top {
  display: none;
}
.realestate__section--actions--bottom {
  display: block;
}
@media only screen and (max-width: 1279px) {
  .realestate {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.26666667;
  }
  .realestate__section--svg {
    width: 61.81318681%;
  }
  .realestate__section--actions,
  .realestate__section--filter {
    width: 33.65384615%;
    padding: 20px 2.74725275%;
  }
  .realestate__section--actions {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .realestate {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
  }
  .realestate__section--svg {
    width: 100%;
  }
  .realestate__section--actions,
  .realestate__section--filter {
    width: 100%;
    padding: 20px 5.21472393%;
  }
  .realestate__section--actions {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .realestate {
    margin-top: 0;
  }
  .realestate__section--actions {
    margin-top: 0;
  }
  .realestate__section--actions,
  .realestate__section--filter {
    background-color: transparent;
  }
  .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: 100%;
  margin-top: 20px;
}
.filter:first-child {
  margin-top: 0;
}
.filter.is-disabled {
  opacity: 0.4;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .filter {
    width: 100%;
  }
}
.o-label {
  display: block;
  padding-bottom: 10px;
}
.o-form-group {
  float: left;
  width: 100%;
}
.o-form-input {
  float: left;
  width: 100%;
}
.realestate .o-dropdown {
  box-sizing: border-box;
  float: left;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #263245;
}
.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: #fff;
  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: -1px;
  width: 100%;
  margin-top: -1px;
  background-color: #fff;
  z-index: 3;
  display: none;
  border-top: 1px solid #fff;
}
.realestate .o-dropdown.is-open .o-dropdown__results {
  display: block;
  border: 1px solid #263245;
  border-top-color: transparent;
}
.realestate .o-dropdown__item {
  box-sizing: border-box;
  padding: 11px 17px;
  min-height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.realestate .o-dropdown__item:hover {
  cursor: pointer;
}
.realestate .o-dropdown__selected .o-dropdown__item {
  padding-right: 50px;
}
.realestate .o-dropdown__results .o-dropdown__item:hover {
  cursor: pointer;
  background-color: #f36523;
  color: #fff;
}
.realestate .o-dropdown__item.is-active {
  color: #f36523;
}
.realestate .o-dropdown__item.is-active:hover,
.realestate .o-dropdown__item.is-active:focus {
  color: #fff;
}
.o-slider {
  float: left;
  width: 100%;
}
.o-slider__bar {
  float: left;
  width: 100%;
  margin: 6px 0;
  position: relative;
  height: 1px;
  background-color: #263245;
}
.o-slider-handler {
  position: absolute;
  top: -6px;
  width: 13px;
  height: 13px;
  background-color: #f36523;
}
.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;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.55555556;
}
.o-slider-value--min {
  float: left;
}
.o-slider-value--max {
  float: right;
}
@media only screen and (max-width: 1279px) {
  .o-slider__values {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.46153846;
  }
}
@media only screen and (max-width: 767px) {
  .o-slider__values {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
  }
}
.realestate-button {
  box-sizing: border-box;
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 40px;
  margin: 0;
  padding: 5px 20px;
  background-color: #f36523;
  color: #fff;
  transition: background 250ms, color 250ms;
}
.realestate-button:first-child {
  margin-left: 0;
}
.realestate-button:last-child {
  margin-right: 0;
}
.realestate-button:hover {
  cursor: pointer;
  color: #fff;
  background-color: #c74e1f;
}
.realestate-button.is-disabled {
  opacity: 0.6;
  pointer-events: none;
  color: #444;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .realestate-button {
    width: 100%;
    text-align: center;
  }
}
.table--realestate {
  box-sizing: border-box;
  float: left;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  border: 1px solid #263245;
}
.table--realestate tr {
  border-top: 1px solid rgba(38, 50, 69, 0.2);
}
.table--realestate .table-appartment {
  background-color: #fff;
  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: #f36523;
  color: #fff;
  cursor: pointer;
}
.table--realestate .table-appartment.status--cbPluginREStatusRentedOut {
  opacity: 0.5;
  pointer-events: none;
  background-color: #fff !important;
  color: #444 !important;
}
.table--realestate .table-appartment.status--cbPluginREStatusAvailable {
  background-color: #dfe6d2;
}
.table--realestate .table-appartment.status--cbPluginREStatusAvailable:hover,
.table--realestate .table-appartment.status--cbPluginREStatusAvailable:focus {
  background-color: #b4c696;
}
.table--realestate th {
  height: 40px;
  font-weight: 700;
  padding: 0 10px;
  background-color: #263245;
  color: #fff;
  vertical-align: top;
  white-space: nowrap;
}
.table--realestate td {
  padding: 5px 15px;
  height: 40px;
  vertical-align: middle;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.55555556;
}
.table--realestate td.table-column--3,
.table--realestate td.table-column--4,
.table--realestate td.table-column--6 {
  text-align: left !important;
}
.table--realestate .heading--mobile {
  display: none;
}
.table-anchor {
  text-decoration: none;
}
@media only screen and (max-width: 1279px) {
  .table--realestate {
    border: none;
  }
  .table--realestate thead {
    display: none;
  }
  .table--realestate tbody {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .table--realestate .table-appartment {
    width: 48.07692308%;
    margin-top: 20px;
    padding: 13px 0;
    background-color: #fff !important;
    border: 1px solid #263245;
    color: #444 !important;
  }
  .table--realestate .table-appartment.is-visible {
    display: block !important;
  }
  .table--realestate td {
    display: block;
    text-align: right !important;
    height: auto;
    padding: 0 11px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.53333333;
  }
  .table--realestate .heading--mobile {
    display: inline;
    width: 50%;
    text-align: left !important;
  }
}
@media only screen and (max-width: 767px) {
  .table--realestate .table-appartment {
    width: 100%;
  }
}
.realestate-information {
  display: block;
}
.realestate-download {
  display: inline-block;
  width: 20px;
  height: 40px;
  background: url(/images/pdf-orange.svg) no-repeat center / 20px 24px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  color: #444;
  text-decoration: none;
  transition: all 0.218s;
}
tr.is-hovered .realestate-download,
tr.is-active .realestate-download {
  color: #fff;
  border-color: #fff;
}
@media only screen and (min-width: 1280px) {
  tr.is-hovered .realestate-download,
  tr.is-active .realestate-download {
    background: url(/images/pdf.svg) no-repeat center / 20px 24px;
  }
}
.realestate-download:hover,
.realestate-download:focus {
  border: none;
}
@media only screen and (min-width: 1280px) {
  .realestate-download:hover,
  .realestate-download:focus {
    background: url(/images/pdf.svg) no-repeat center / 20px 24px;
  }
}
@media only screen and (max-width: 767px) {
  .realestate-download {
    height: 24px;
  }
  tr.is-hovered .realestate-download,
  tr.is-active .realestate-download {
    color: #444;
    border-color: #444;
  }
}
.realestate svg {
  float: left;
  width: 100%;
  overflow: visible;
}
.floor {
  position: relative;
  display: none;
}
.floor.is-hovered,
.floor.is-active {
  display: block;
}
.is-hovered--table .floor.is-active {
  display: none;
}
.is-hovered--table .floor.is-active.is-hovered {
  display: block;
}
.appartment:hover {
  cursor: pointer;
}
.appartment * {
  transition: all 0.218s;
  fill: #fff;
  stroke: #000;
  stroke-width: 0.2;
}
.appartment.is-disabled * {
  fill: #283243 !important;
  pointer-events: none;
}
.floor.is-active .appartment *,
.floor.is-hovered .appartment *,
.floor.is-hovered--table .appartment * {
  fill: #f36523;
  opacity: 0.3;
}
.floor.is-active .appartment.is-hovered *,
.floor.is-active .appartment.is-hovered--table *,
.floor.is-active .appartment.is-active *,
.floor.is-hovered .appartment.is-hovered *,
.floor.is-hovered .appartment.is-hovered--table *,
.floor.is-hovered .appartment.is-active *,
.floor.is-hovered--table .appartment.is-hovered *,
.floor.is-hovered--table .appartment.is-hovered--table *,
.floor.is-hovered--table .appartment.is-active * {
  opacity: 1;
}
.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: #fff;
}
.mini-building.is-active polygon,
.mini-building.is-active path {
  fill: #f36523;
}
.realestate--manage {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  font-size: 14px;
  line-height: 1.2;
  font-family: 'Brix Sans', 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: 700;
}
.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;
}
/*** mobile-navi-multilevel-right-left.less 2014-11-03 ***/
.navi {
  display: none;
}
#mobile-navi {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 210;
  overflow: scroll;
  background: #263245 url(/images/bg_mobnav.svg) no-repeat left bottom;
  background-size: 284px 622px;
  transition: all 0.3s ease-in;
}
@media only screen and (min-width: 768px) {
  #mobile-navi {
    width: 360px;
  }
}
.togglenavigation {
  position: fixed;
  top: 19px;
  display: block;
  width: 22px;
  height: 20px;
  z-index: 211;
  cursor: pointer;
  color: #f36523 !important;
  -webkit-tap-highlight-color: transparent;
  transition: all 0.5s cubic-bezier(0.89, -0.4, 0.53, 1.56);
}
.togglenavigation:active > span {
  background: #e1500c !important;
}
.togglenavigation > span {
  left: 0;
  top: 50%;
  position: absolute;
  display: block;
  height: 4px;
  width: 22px;
  margin-top: -2px;
  background: currentColor;
}
.togglenavigation > .tline-1 {
  margin-top: -10px;
}
.togglenavigation > .tline-4 {
  margin-top: 6px;
}
.cb-toggle-target-active .togglenavigation > .tline-1,
.cb-toggle-target-active .togglenavigation > .tline-4 {
  opacity: 0;
}
.cb-toggle-target-active .togglenavigation > .tline-2,
.cb-toggle-target-active .togglenavigation > .tline-3 {
  transition: transform 0.218s cubic-bezier(0.64, -0.39, 0.67, 1.5);
}
.cb-toggle-target-active .togglenavigation > .tline-2 {
  transform: rotate(-45deg);
}
.cb-toggle-target-active .togglenavigation > .tline-3 {
  opacity: 1;
  transform: rotate(45deg);
}
body.cb-toggle-target-active #mobile-navi {
  transition: all 0.218s ease-out;
}
body.cb-toggle-target-active .togglenavigation {
  transition: all 0.4s cubic-bezier(0.21, 0.53, 0.44, 1.24);
}
/* RIGHT */
#mobile-navi {
  right: -100%;
}
.togglenavigation {
  right: 5%;
}
body.cb-toggle-target-active #mobile-navi {
  right: 0;
}
/* LEFT */
#mobile-navi .navi {
  float: left;
  display: block;
  width: 100%;
}
#mobile-navi .navi.languagenavi {
  margin-top: 60px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
#mobile-navi .navi.languagenavi .item {
  display: inline-block;
  float: none;
  width: auto;
  border-right: 1px solid #fff;
}
#mobile-navi .navi.languagenavi .item.exit {
  border-right: none;
}
#mobile-navi .navi.languagenavi .item .menu {
  display: inline-block;
  padding: 3px 7px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.025em;
  color: #a6acc0;
}
#mobile-navi .navi.languagenavi .item .menu.path {
  color: #fff;
  background: transparent;
}
#mobile-navi .navi.sub1 {
  margin-top: 30px;
}
#mobile-navi .navi .item {
  width: 100%;
  float: left;
  position: relative;
}
#mobile-navi .navi .item .menu {
  display: block;
  color: #fff;
  padding: 0 15px;
  font-size: 25px;
  font-weight: 500;
  line-height: 60px;
  text-align: center;
}
#mobile-navi .navi .item .menu.path {
  background: #141a24;
}
#mobile-navi .services {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 18px 15px;
  border-top: 1px solid #fff;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.38461538;
  text-align: center;
}
#mobile-navi .services span,
#mobile-navi .services .meta {
  color: #fff;
}
#mobile-navi .services span:after,
#mobile-navi .services .meta:after {
  content: " | ";
}
#mobile-navi .services span:last-child:after,
#mobile-navi .services .meta:last-child:after {
  content: none;
}
#mobile-navi div.navi > .item.cb-toggle-target-active > div.navi {
  max-height: 1000px;
  transition: all 2s;
}
#mobile-navi .cb-toggle {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  width: 37px;
  height: 37px;
  background: #7f95b8;
}
#mobile-navi .cb-toggle:hover,
#mobile-navi .cb-toggle:focus {
  cursor: pointer;
}
#mobile-navi .cb-toggle.cb-toggle-active {
  transition: all 0.218s;
}
#mobile-navi div.sub2 .cb-toggle {
  height: 34px;
}
#mobile-navi .navi > .cb-toggle,
#mobile-navi .navi .item-empty > .cb-toggle {
  display: none;
}
.desk {
  width: 90.55555556%;
}
#home {
  width: 173px;
  height: 40px;
}
.cb-layout2 #head {
  box-sizing: border-box;
  margin-top: 20px;
  padding: 0 3.98773006%;
}
.navbar {
  padding: 8px 0 14px;
  background-color: rgba(38, 50, 69, 0.75);
}
@media only screen and (max-width: 767px) {
  .mood {
    background: url(/images/dreieck-mobile.svg) no-repeat left bottom / 100% 220px;
  }
}
.mood .mood__content {
  width: 90.55555556%;
  margin-left: 4.72222222%;
}
.cb-layout2 .mood .mood__content {
  background-color: #fff;
  margin-top: -23px;
  margin-bottom: 18px;
}
.cb-layout1 .mood .mood__content {
  position: absolute;
  bottom: 20px;
}
@media only screen and (max-width: 489px) {
  #expo {
    padding-bottom: 225px;
  }
  #expo #slides {
    height: 225px !important;
  }
  #expo #slides .slide {
    width: 489px;
    height: 225px !important;
    right: 0;
  }
}
@media only screen and (max-width: 869px) {
  .cb-layout1 #expo {
    padding-bottom: 190px;
  }
  .cb-layout1 #expo #slides {
    height: 190px !important;
  }
  .cb-layout1 #expo #slides .slide {
    width: 869px;
    height: 190px !important;
    left: 50%;
  }
  .cb-layout1 #expo #slides .slide img {
    margin-left: -434.5px;
  }
}
@media only screen and (max-width: 767px) {
  .cb-layout2 #expo div.link {
    top: 62px;
  }
}
.cb-layout2 #expo div.link .prev,
.cb-layout2 #expo div.link .next {
  width: 53px;
  background-size: 11px 19px;
}
.cb-layout2 #expo div.link .cb-index .cb-index-all {
  display: none;
}
h1 {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.28;
}
.cb-layout2 h1 {
  color: #444;
  text-align: center;
}
h2 {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.2;
}
h3 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3;
}
.loud {
  font-size: 18px;
  font-size: 1.8rem;
}
.pale {
  font-size: 12px;
  font-size: 1.2rem;
}
.area.base .unit.seam {
  font-size: 13px;
  font-size: 1.3rem;
}
.area.east h3 {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1;
}
.area.east .unit.seam h3 {
  color: #f36523;
}
.area.side h2,
.container.container--contact h2 {
  font-size: 20px;
  font-size: 2rem;
}
.container.container--contact h2 {
  text-align: center;
}
.container.container--partner {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.2;
}
.container.container--partner h2 {
  color: #444;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.2;
  text-align: center;
}
.container.container--partner a {
  color: #444;
}
.container.container--services {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.2;
}
.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%;
}
.area.farnorth {
  width: 100%;
}
.area.farnorth > .unit {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.area.farnorth .foot {
  margin-right: 3.98773006%;
  margin-left: 3.98773006%;
}
.area.farnorth .part {
  margin-right: 3.98773006%;
  margin-left: 3.98773006%;
  width: 92.02453988%;
}
.area.farnorth > .slim .part {
  width: 92.02453988%;
}
.area.farnorth {
  margin-top: 3px;
  margin-bottom: 13px;
  text-align: center;
}
.area.farnorth:empty {
  margin-top: 0;
  margin-bottom: 0;
}
.area.farnorth .unit {
  margin-top: 0;
  margin-bottom: 0;
}
.area.main {
  margin-top: 0;
  margin-bottom: 20px;
}
.area.main:empty {
  margin-top: 0;
  margin-bottom: 0;
}
.area.base {
  margin-top: 15px;
  margin-bottom: 15px;
}
.area.base:empty {
  margin-top: 0;
  margin-bottom: 0;
}
.area.base .unit.seam .part.text {
  position: absolute;
  bottom: -10px;
  width: 88.66666667%;
  margin-left: 5.66666667%;
  margin-right: 5.66666667%;
  box-sizing: border-box;
  padding-right: 10px;
  background-clip: content-box;
}
.area.base .unit.seam .part.text .text-section {
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 8px 0 18px;
}
.area.base .unit.seam .part.text .text-section:first-child {
  margin-top: 9px;
}
.area.base .unit.seam .part.text .text-section:last-child {
  margin-bottom: 9px;
}
.area.base .unit.seam .part.text:before,
.area.base .unit.seam .part.text:after {
  content: "";
  box-sizing: border-box;
  display: block;
  position: absolute;
  right: 1px;
  width: 0;
  height: 50%;
}
.area.base .unit.seam .part.text:before {
  top: 0;
  border-left: 10px solid #263245;
  border-bottom: 10px solid transparent;
}
.area.base .unit.seam .part.text:after {
  bottom: 0;
  border-left: 10px solid #263245;
  border-top: 10px solid transparent;
}
.area.side .unit {
  margin-top: 0;
  margin-bottom: 0;
}
.area.side .unit .part {
  margin: 0;
}
.area.side .unit .part.text {
  position: relative;
  margin-top: -30px;
  width: 88.66666667%;
  margin-left: 5.66666667%;
  margin-right: 5.66666667%;
  box-sizing: border-box;
  padding-right: 17px;
  background-clip: content-box;
}
.area.side .unit .part.text:before,
.area.side .unit .part.text:after {
  content: "";
  box-sizing: border-box;
  display: block;
  position: absolute;
  right: 1px;
  width: 0;
  height: 50%;
}
.area.side .unit .part.text:before {
  top: 0;
  border-left: 17px solid #f36523;
  border-bottom: 22px solid transparent;
}
.area.side .unit .part.text:after {
  bottom: 0;
  border-left: 17px solid #f36523;
  border-top: 22px solid transparent;
}
.area.side .unit .part.text .text-section {
  box-sizing: border-box;
  margin-top: 9px;
  margin-bottom: 9px;
  padding: 0 13px 0 17px;
}
.area.side .unit .part.text .text-section:first-child {
  margin-top: 18px;
}
.area.side .unit .part.text .text-section:last-child {
  margin-bottom: 18px;
}
.cb-layout1 .area.side {
  margin-bottom: 20px;
}
.cb-layout1 .area.side:empty {
  margin-top: 0;
  margin-bottom: 0;
}
.area.east {
  margin-top: 15px;
  margin-bottom: 15px;
}
.area.east:empty {
  margin-top: 0;
  margin-bottom: 0;
}
.area.east .unit .part .text-section {
  margin-top: 10px;
  margin-bottom: 10px;
}
.area.east .unit .part .text-section.text-section--h2 {
  margin-top: 0;
  margin-bottom: 0;
}
.area.east .unit .part .text-section.text-section--loud {
  margin-bottom: 0;
}
.area.east .unit .part .text-section.text-section--loud + .text-section--h3 {
  margin-top: 0;
}
.area.east .unit.pure {
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
}
.area.east .unit.seam {
  box-sizing: border-box;
  border: 2px solid #f36523;
  padding: 0 15px;
}
.area.east .unit.edge {
  text-align: center;
}
.area.east .unit.edge .part.pict img {
  margin: 0 auto;
}
.container.container--contact {
  min-height: 180px;
  height: 50vw;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
}
.container.container--contact .link-button {
  margin-top: 25px;
}
.container.container--partner {
  text-align: center;
}
.container.container--partner .col-container {
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: 0px 5px 18px 0px rgba(19, 19, 19, 0.65);
}
.container.container--partner .col-container .col {
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 12px;
}
.container.container--partner .col-container .col:first-child:after {
  content: "";
  display: block;
  width: 82.82208589%;
  height: 1px;
  margin: 12px auto 0;
  background-color: #c1c1c1;
}
.container.container--partner .col-container .col:last-child {
  margin-bottom: 20px;
}
.container.container--partner .col-container .col .partnerlogo {
  width: 100%;
  margin: 10px auto 15px;
}
.container.container--partner .col-container .col .partnerlogo.partnerlogo--immoneil {
  width: 184.6px;
  height: 41.6px;
}
.container.container--partner .col-container .col .partnerlogo.partnerlogo--hrs {
  width: 70px;
  height: 47px;
}
.container.container--partner .col-container .col address {
  display: block;
  font-style: normal;
}
.container.container--partner .col-container .col address .org {
  display: block;
}
.container.container--partner .col-container .col address .org strong {
  color: #444;
}
.container.container--partner .col-container .col address > a {
  display: block;
}
.container.container--services {
  color: #fff;
}
.container.container--services .meta {
  color: #fff;
}
.container.container--services .services {
  margin-top: 4px;
}
.container.container--services .services > span:after,
.container.container--services .services > .meta:after {
  content: " | ";
}
.container.container--services .services > span:last-child:after,
.container.container--services .services > .meta:last-child:after {
  content: none;
}
.container.container--services #cmsbox {
  float: right;
  margin-top: 15px;
  margin-bottom: 16px;
}
#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;
}
.container.container--buildings {
  background: url(/images/bg_buildings.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
}
.container.container--buildings h2 {
  text-align: left;
  font-weight: 500;
}
.container.container--buildings a {
  color: #fff;
}
.container.container--buildings .cols {
  width: 90.55555556%;
  margin: 0 auto;
}
.container.container--buildings .cols .col {
  float: left;
  width: 100%;
}
.container.container--buildings .cols .col.col--image {
  float: left;
  width: 100%;
}
.container.container--buildings .cols .col.col--image .image {
  margin-top: 30px;
  margin-bottom: 30px;
}
.container.container--buildings .cols .col.col--content {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.container.container--buildings .cols .col.col--content .content__fix {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.container.container--buildings .cols .col.col--content .content__fix h2 {
  margin-bottom: 30px;
}
.container.container--buildings .cols .col.col--content .content__fix .switchs {
  float: left;
  width: 100%;
}
.container.container--buildings .cols .col.col--content .content__fix .switchs .switch-contentblock {
  display: inline-block;
  margin: 0 20px;
  color: rgba(255, 255, 255, 0.3);
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.36;
  transition: color 250ms;
}
.container.container--buildings .cols .col.col--content .content__fix .switchs .switch-contentblock:first-child {
  margin-left: 0;
}
.container.container--buildings .cols .col.col--content .content__fix .switchs .switch-contentblock.active {
  color: #f36523;
}
.container.container--buildings .cols .col.col--content .content-blocks {
  position: relative;
  float: left;
  width: 100%;
  min-height: 300px;
}
.container.container--buildings .cols .col.col--content .content-blocks .content__block {
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 250ms;
}
.container.container--buildings .cols .col.col--content .content-blocks .content__block.active {
  position: relative;
  opacity: 1;
}
.container.container--buildings .cols .col.col--content .content-blocks .content__block .link {
  float: left;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
.container.container--buildings .cols .col.col--content .content-blocks .content__block .link:before {
  content: "";
  display: block;
  width: 76px;
  height: 48px;
}
.container.container--buildings .cols .col.col--content .content-blocks .content__block .link.link--link:before {
  background: url(/images/arrow-right-white.svg) no-repeat left center / 46px 25px;
}
.container.container--buildings .cols .col.col--content .content-blocks .content__block .link.link--download:before {
  background: url(/images/pdf.svg) no-repeat left center / 40px 48px;
}
.container.container--buildings .buildings .switch-contentblock:hover,
.container.container--buildings .buildings .switch-contentblock:focus {
  cursor: pointer;
}
.container.container--buildings .buildings polygon {
  transition: all 0.218s;
  fill: #fff;
  stroke: #000;
  stroke-width: 0.2;
}
.container.container--buildings .buildings .active polygon {
  fill: #f36523;
}
@media only screen and (min-width: 768px) {
  .container.container--buildings .cols {
    width: 94.79166667%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .container.container--buildings .cols .col.col--image {
    width: 41.20879121%;
  }
  .container.container--buildings .cols .col.col--content {
    width: 56.31868132%;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .container.container--buildings .cols .col.col--content .content__fix {
    margin-bottom: 15px;
  }
  .container.container--buildings .cols .col.col--content .content__fix h2 {
    margin-bottom: 30px;
  }
  .container.container--buildings .cols .col.col--content .content__fix .switchs .switch-contentblock {
    margin: 0 15px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.15;
    cursor: pointer;
  }
  .container.container--buildings .cols .col.col--content .content__fix .switchs .switch-contentblock:first-child {
    margin-left: 0;
  }
  .container.container--buildings .cols .col.col--content .content__block .link {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1280px) {
  .container.container--buildings .cols {
    width: 90.625%;
    max-width: 1740px;
    justify-content: flex-start;
  }
  .container.container--buildings .cols .col.col--image {
    width: 40.22988506%;
  }
  .container.container--buildings .cols .col.col--content {
    width: 37.64367816%;
    margin-left: 5.17241379%;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .container.container--buildings .cols .col.col--content .content__fix {
    margin-bottom: 30px;
  }
  .container.container--buildings .cols .col.col--content .content__fix h2 {
    margin-bottom: 50px;
  }
  .container.container--buildings .cols .col.col--content .content__fix .switchs .switch-contentblock {
    margin: 0 25px;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.0625;
  }
  .container.container--buildings .cols .col.col--content .content__fix .switchs .switch-contentblock:first-child {
    margin-left: 0;
  }
}
.container--slider {
  float: left;
  width: 100%;
}
.container--slider .cb-jsmood-wrapper {
  position: relative;
  float: left;
  width: 100%;
}
.container--slider .cb-jsmood-wrapper .cb-jsmood {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 250ms;
}
.container--slider .cb-jsmood-wrapper .cb-jsmood.cb-jsmood--active {
  position: relative;
  z-index: 1;
  opacity: 1;
}
.container--slider .cb-jsmood-wrapper .cb-jsmood .slide__image {
  height: 54.16666667vw;
}
@media only screen and (min-width: 768px) {
  .container--slider .cb-jsmood-wrapper .cb-jsmood .slide__image {
    width: 78.77604167vw;
    height: 400px;
  }
}
.container--slider .cb-jsmood-wrapper .cb-jsmood .slide__image .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media only screen and (min-width: 1280px) {
  .container--slider .cb-jsmood-wrapper .cb-jsmood .slide__image {
    width: 79.6875vw;
    height: 820px;
  }
}
.container--slider .cb-jsmood-wrapper .cb-jsmood .slide__text {
  box-sizing: border-box;
  position: relative;
  padding-left: 15px;
  background-clip: content-box;
  width: 90.55555556vw;
  margin: -15px auto 0;
}
.container--slider .cb-jsmood-wrapper .cb-jsmood .slide__text:before,
.container--slider .cb-jsmood-wrapper .cb-jsmood .slide__text:after {
  content: "";
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: 1px;
  width: 0;
  height: 50%;
}
.container--slider .cb-jsmood-wrapper .cb-jsmood .slide__text:before {
  top: 0;
  border-right: 15px solid #f36523;
  border-bottom: 15px solid transparent;
}
.container--slider .cb-jsmood-wrapper .cb-jsmood .slide__text:after {
  bottom: 0;
  border-right: 15px solid #f36523;
  border-top: 15px solid transparent;
}
@media only screen and (min-width: 768px) {
  .container--slider .cb-jsmood-wrapper .cb-jsmood .slide__text {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50.78125vw;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .container--slider .cb-jsmood-wrapper .cb-jsmood .slide__text {
    box-sizing: border-box;
    position: relative;
    padding-left: 34px;
    background-clip: content-box;
    position: absolute;
    width: 39.0625vw;
  }
  .container--slider .cb-jsmood-wrapper .cb-jsmood .slide__text:before,
  .container--slider .cb-jsmood-wrapper .cb-jsmood .slide__text:after {
    content: "";
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: 1px;
    width: 0;
    height: 50%;
  }
  .container--slider .cb-jsmood-wrapper .cb-jsmood .slide__text:before {
    top: 0;
    border-right: 34px solid #f36523;
    border-bottom: 34px solid transparent;
  }
  .container--slider .cb-jsmood-wrapper .cb-jsmood .slide__text:after {
    bottom: 0;
    border-right: 34px solid #f36523;
    border-top: 34px solid transparent;
  }
}
.container--slider .cb-jsmood-wrapper .cb-jsmood .slide__text .slide__text-inner {
  box-sizing: border-box;
  padding: 20px 10px 20px 15px;
  background-color: #f36523;
  color: #fff;
  letter-spacing: 0;
}
@media only screen and (min-width: 1280px) {
  .container--slider .cb-jsmood-wrapper .cb-jsmood .slide__text .slide__text-inner {
    padding: 83px 64px 83px 66px;
  }
}
.container--slider .cb-jsmood-wrapper .cb-jsmood .slide__text .slide__text-inner .text {
  padding-bottom: 15px;
}
@media only screen and (min-width: 1280px) {
  .container--slider .cb-jsmood-wrapper .cb-jsmood .slide__text .slide__text-inner .text {
    padding-bottom: 40px;
  }
}
.container--slider .cb-jsmood-wrapper .cb-jsmood .slide__text .slide__text-inner h2 {
  margin-bottom: 10px;
  color: #fff;
  text-align: left;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
}
@media only screen and (min-width: 1280px) {
  .container--slider .cb-jsmood-wrapper .cb-jsmood .slide__text .slide__text-inner h2 {
    margin-bottom: 28px;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.25;
  }
}
.container--slider .cb-jsmood-wrapper .cb-jsmood-index {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
.container--slider .cb-jsmood-wrapper .cb-jsmood-index .cb-jsmood-index__a {
  display: block;
  width: 6px;
  height: 6px;
  margin: 2px;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: #f36523;
  cursor: pointer;
  transition: background 250ms, border 250ms;
}
@media only screen and (min-width: 1280px) {
  .container--slider .cb-jsmood-wrapper .cb-jsmood-index .cb-jsmood-index__a {
    width: 14px;
    height: 14px;
    margin: 5px;
  }
}
.container--slider .cb-jsmood-wrapper .cb-jsmood-index .cb-jsmood-index__a.cb-jsmood-index__a--active {
  background-color: #fff;
  border-color: #f36523;
  cursor: default;
}
.container--slider .cb-jsmood-wrapper .cb-jsmood-links {
  position: relative;
  z-index: 3;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .container--slider .cb-jsmood-wrapper .cb-jsmood-links {
    position: absolute;
    top: 0;
    right: 21.22395833vw;
  }
}
.container--slider .cb-jsmood-wrapper .cb-jsmood-links .cb-jsmood-previous__a,
.container--slider .cb-jsmood-wrapper .cb-jsmood-links .cb-jsmood-next__a {
  display: block;
  width: 28px;
  height: 15px;
  padding: 20px 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 28px 15px;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .container--slider .cb-jsmood-wrapper .cb-jsmood-links .cb-jsmood-previous__a,
  .container--slider .cb-jsmood-wrapper .cb-jsmood-links .cb-jsmood-next__a {
    padding: 12px 10px;
  }
}
@media only screen and (min-width: 768px) {
  .container--slider .cb-jsmood-wrapper .cb-jsmood-links .cb-jsmood-previous__a,
  .container--slider .cb-jsmood-wrapper .cb-jsmood-links .cb-jsmood-next__a {
    width: 46px;
    height: 26px;
    background-size: 46px 26px;
    padding: 28px 10px;
  }
}
.container--slider .cb-jsmood-wrapper .cb-jsmood-links .cb-jsmood-previous__a {
  background-image: url(/images/slider-prev-blue.svg);
}
@media only screen and (min-width: 768px) {
  .container--slider .cb-jsmood-wrapper .cb-jsmood-links .cb-jsmood-previous__a {
    background-image: url(/images/slider-prev-white.svg);
  }
}
.container--slider .cb-jsmood-wrapper .cb-jsmood-links .cb-jsmood-next__a {
  background-image: url(/images/slider-next-blue.svg);
}
@media only screen and (min-width: 768px) {
  .container--slider .cb-jsmood-wrapper .cb-jsmood-links .cb-jsmood-next__a {
    background-image: url(/images/slider-next-white.svg);
  }
}
/*# sourceMappingURL=screen-small.css.map */