/******* screen-small.less *******/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
/******* 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: 10px;
  margin-bottom: 10px;
}
.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;
}
#edit .line {
  padding: 4px 0;
}
.line > hr {
  overflow: hidden;
  height: 1px;
  border-color: #000;
  color: #000;
  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: #000 !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: #000;
  font-family: 'axia', helvetica, sans-serif;
  line-height: 1.2;
  font-size: 20px;
}
#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: 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: 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 {
  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;
  hyphens: auto;
  padding-bottom: 0.8em;
}
#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: #E50049;
  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: #E50049;
  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 transparent;
  border-bottom: 1px solid transparent;
}
.table-head tr {
  border-top: none;
}
.table th {
  font-weight: normal;
  padding: 0 0;
}
.table--headline th {
  font-weight: 700;
}
.table td {
  padding: 0 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 #444;
  border-right: 1px dashed #444;
}
.table--footer .table-foot td {
  font-weight: 700;
}
@media (max-width: 568px) {
  .table {
    font-size: 3.52112676vw;
  }
}
/******* 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(229, 0, 73, 0.4);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  width: 100%;
  background-color: transparent;
}
.desk {
  *zoom: 1;
  margin: 0 auto;
  max-width: 100%;
  width: 640px;
}
.desk:before,
.desk:after {
  display: table;
  content: '';
}
.desk:after {
  clear: both;
}
#home {
  float: left;
}
.cb-layout3 #home {
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/spaeti-architektur-2024-03-20.svg);
}
.c2 #home {
  background: url(/images/spaeti-holzbau-rot-2018-10-31.svg) no-repeat center;
}
.c2 #home img.logo {
  display: none;
}
.logo {
  width: 100%;
  height: auto;
}
.cb-layout3 .logo {
  opacity: 0;
}
#head {
  float: left;
  width: 100%;
}
body#view {
  cursor: url(/images/cursor-biene2.png), auto;
}
.wrapper {
  float: left;
  width: 100%;
  min-height: 100vh;
  color: #000;
  font-family: 'axia', helvetica, sans-serif;
  line-height: 1.2;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.section {
  float: left;
  width: 100%;
}
.section--main .desk {
  position: relative;
}
.section--footer {
  background-color: #fff;
  color: #E50049;
}
.section--footer a {
  color: #E50049;
}
.cb-goto-top {
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 22px;
  height: 15px;
  background: url(/images/toplink.svg) no-repeat center / 22px 15px;
  cursor: pointer;
}
.cb-layout2 .cb-goto-top {
  right: 25px;
  background: url(/images/toplink-white.svg) no-repeat center / 22px 15px;
}
.navbar {
  float: left;
  width: 100%;
}
#servicesSocial {
  float: left;
  width: 100%;
}
#servicesSocial .meta {
  float: left;
  display: block;
  width: 33px;
  height: 33px;
  margin: 0 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 33px 33px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}
#servicesSocial .meta:first-child {
  margin-left: 0;
}
#servicesSocial .meta:last-child {
  margin-right: 0;
}
#servicesSocial .meta.service_instagram {
  background-image: url(/images/instagram.svg);
}
#servicesSocial .meta.service_facebook {
  background-image: url(/images/facebook.svg);
}
#servicesSocial .meta.service_linkedin {
  background-image: url(/images/linkedin.svg);
}
.vcard {
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 15px;
}
#cmsbox {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  margin-bottom: 30px;
}
#expo {
  position: fixed;
  z-index: -1;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
#expo:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.3;
}
#slides {
  max-width: 100% !important;
  height: 100% !important;
  max-height: 100% !important;
}
#slides .slide {
  width: 100%;
  height: 100% !important;
}
#slides .slide a {
  display: block;
  width: 100%;
  height: 100%;
}
#slides img {
  width: 100%;
  height: 100vh;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: 50% 50%;
  font-family: 'object-fit: cover; object-position: 50% 50%;';
  -moz-transform: translateY(0);
}
#expo div.link {
  display: none;
}
.cb-layout2 .section--main {
  color: #fff;
}
.cb-layout2 .section--main .desk {
  background-color: rgba(229, 0, 73, 0.8);
}
.cb-layout2 .section--main h1,
.cb-layout2 .section--main h2 {
  color: #fff;
}
.cb-layout2 .section--main a {
  color: #fff;
}
.cb-layout2 .section--main a:hover,
.cb-layout2 .section--main a:focus {
  color: #000;
}
.cb-layout2 .section--main .skew {
  color: #fff;
}
.cb-layout2 .section--main .skew a {
  color: #fff;
}
.cb-layout2 .section--main .skew a:hover,
.cb-layout2 .section--main .skew a:focus {
  color: #000;
}
.wrapper--intro .linkwrap {
  display: block;
}
.video {
  position: fixed;
  z-index: -1;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
.intro--nav {
  display: none;
}
.intro--main {
  min-height: 100vh;
  color: #fff;
}
.intro--main .desk {
  width: 1040px;
}
.intro--main .content {
  box-sizing: border-box;
  width: 1040px;
  max-width: 100%;
  min-height: 100vh;
  padding-bottom: 60px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
.intro--main h1 {
  color: #fff;
  line-height: 1;
  font-weight: 400;
}
.intro--main .content .slim {
  align-self: flex-end;
  max-width: 540px;
}
h1,
h2 {
  color: #E50049;
  font-weight: 700;
  font-size: 42px;
  font-size: 4.2rem;
}
#head,
.text-section--h2 {
  margin-bottom: 14px;
}
h3 {
  font-weight: 700;
}
strong {
  font-weight: 700;
}
.text {
  overflow-wrap: normal;
  word-wrap: normal;
  hyphens: none;
}
.norm {
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
}
.skew {
  color: #E50049;
  font-size: 26px;
  font-size: 2.6rem;
}
.skew a {
  color: #E50049;
}
.open,
.load {
  overflow-wrap: normal;
  word-wrap: normal;
  hyphens: none;
}
a {
  color: #000;
  text-decoration: none;
  transition: color 250ms;
}
a:hover,
a:focus {
  color: #E50049;
}
.area .unit:first-child {
  margin-top: 0;
}
.area .unit:first-child .part:first-child {
  margin-top: 0;
}
.unit.seam {
  margin-top: 20px;
  margin-bottom: 20px;
}
.unit.seam .part.pict {
  margin-top: 0;
  margin-bottom: 0;
}
.unit.flat {
  margin-top: 0;
  margin-bottom: 0;
}
.unit.flat + .unit.pure,
.unit.flat + .unit.seam {
  margin-top: 20px;
}
.unit.flat .part.pict {
  margin-top: 0;
  margin-bottom: 0;
}
.unit.flat .part.text,
.unit.flat .part.part--table {
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 0;
  padding: 7px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.unit.flat .part.text a,
.unit.flat .part.part--table a {
  color: #fff;
}
.unit.flat .part.text a:hover,
.unit.flat .part.part--table a:hover,
.unit.flat .part.text a:focus,
.unit.flat .part.part--table a:focus {
  color: #E50049;
}
#view .unit.flat .part.text,
#view .unit.flat .part.part--table {
  position: absolute;
  left: 0;
  bottom: 0;
}
.area .unit.form .part {
  margin-top: 6px;
  margin-bottom: 6px;
}
.area .unit.form .part.tick {
  margin-top: 12px;
  margin-bottom: 12px;
}
.area .unit.form .part.tick .name {
  display: none;
}
.area .unit.form .part.tick.tile .ctrl {
  width: 100%;
}
.area .unit.form .part.tick .ctrl {
  position: relative;
}
.area .unit.form .part.tick .ctrl .checkbox {
  position: absolute;
  left: 0;
  top: 0;
  height: 24px;
  margin-top: 0;
}
.area .unit.form .part.tick .ctrl .sign {
  box-sizing: border-box;
  padding-left: 20px;
}
.area .unit.form .recaptcha-info,
.area .unit.form .recaptcha-info a {
  color: #333;
}
.area .unit.form .foot {
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
}
.area .unit.form input.submit,
.area .unit.form button.cb-hybrid {
  width: 100%;
}
.cb-album .part.foto > a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6) url(/images/plus-white.svg) no-repeat center / 75px;
  opacity: 0;
  transition: opacity 250ms;
}
.cb-album .part.foto > a:hover:after,
.cb-album .part.foto > a:focus:after {
  opacity: 1;
}
.cb-album .part.foto > a img.zoom {
  display: none;
}
#edit .cb-album .head {
  height: 20px;
}
#edit .cb-album .head h2 {
  display: none;
}
#view .cb-album .head {
  display: none;
}
.text-section {
  float: left;
  width: 100%;
}
.list--bullet {
  padding-left: 0;
  list-style-type: none;
}
.list--bullet li {
  padding-left: 20px;
  position: relative;
}
.list--bullet li:before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
}
.list--numbered li {
  margin-left: 20px;
}
div.text .open,
div.part--table .open {
  text-decoration: underline;
}
div.link .open {
  padding: 15px;
  background-color: #E50049;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.11111111;
  text-align: center;
}
.cb-layout2 div.link .open {
  background-color: #fff;
  color: #E50049;
}
div.load {
  background: none !important;
}
div.load .load {
  padding: 15px;
  color: #E50049;
  text-decoration: underline;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.11111111;
  text-align: center;
}
.cb-layout2 div.load .load {
  color: #fff;
}
.part.part--table.table-layout-fixed .table-body tr td:first-child {
  width: 150px;
}
@media (max-width: 568px) {
  .part.part--table.table-layout-fixed .table-body tr td:first-child {
    width: 26.4084507vw;
  }
}
#root #disp.zoom {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  z-index: 251;
  margin: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
#root #disp.zoom .disp-wrapper {
  height: 100%;
}
#root #disp.zoom div.body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  border-radius: 0;
  background: none;
  position: relative;
}
#root #disp.zoom div.body > div {
  width: 100%;
  height: 100%;
}
#root #disp.zoom div.body .cb-zoom-image {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: auto;
  transform: translateY(-50%) translateX(-50%);
  max-height: 80% !important;
  max-width: 72.22222222% !important;
  border: 3px solid #fff;
  border-radius: 1px;
  margin: 0 !important;
}
#root #disp.zoom div.body .cb-zoom-image:hover {
  cursor: none !important;
}
#root #disp.zoom div.head {
  position: static;
  height: 0;
  width: 0;
  overflow: visible;
}
#root #disp.zoom div.head h2 {
  display: none;
}
#root #disp.zoom div.head div.ctrl {
  position: static;
  height: 0;
  width: 0;
}
#root #disp.zoom div.head a.cb-hybrid {
  position: fixed;
  top: 50%;
  width: 26px;
  height: 26px;
  padding: 25px 15px;
  z-index: 10;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 26px 26px;
}
#root #disp.zoom div.head .prev a.cb-hybrid {
  left: 0;
  background-image: url(/images/zoom-prev.svg);
}
#root #disp.zoom div.head .next a.cb-hybrid {
  right: 0;
  background-image: url(/images/zoom-next.svg);
}
#root #disp.zoom div.head a.quit {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  padding: 15px;
  background: url(/images/zoom-close.svg) no-repeat center / 30px;
  z-index: 10;
}
#root #disp.zoom div.foot {
  display: none;
}
/******* 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 {
  margin-top: 0px;
  line-height: 1.2em;
  font-weight: 700;
}
.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: #000;
  background-color: #fff;
  font-weight: normal;
  font-family: 'axia', helvetica, sans-serif;
  font-size: 20px;
  font-size: 2pxrem;
}
input.text,
input.sign,
input.password,
textarea,
input.hint,
textarea.hint,
input.capt {
  padding: 0.1em 3px;
  min-height: 1.2em;
  border: 1px solid #E50049;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  padding: 7px;
  border-radius: 0;
}
select {
  font-size: 20px;
  font-size: 2pxrem;
  color: #444;
  font-weight: normal;
  font-family: 'axia', helvetica, sans-serif;
  line-height: 16px;
}
textarea {
  overflow: auto;
  resize: vertical;
}
input.hint,
textarea.hint {
  color: #4d4d4d;
}
input.text[disabled],
textarea[disabled] {
  border-color: #ff0051;
  box-shadow: none;
}
textarea:focus,
input.text:focus,
input.sign:focus,
input.password:focus {
  outline: none;
  border-color: #E50049;
  box-shadow: 0 0 3px rgba(229, 0, 73, 0.7);
  transition: box-shadow 0.218s;
}
textarea::selection,
input.text::selection,
input.sign::selection,
input.password::selection {
  background-color: #ff2369;
}
input.submit,
button.cb-hybrid {
  float: left;
  display: block;
  background-color: #E50049;
  color: #fff;
  text-align: center;
  text-decoration: none;
  min-height: 43px;
  border-radius: 0;
  padding: 0 20px;
  -webkit-appearance: none;
  font-size: 24px;
  font-size: 2.4rem;
}
input.submit:hover,
button.cb-hybrid:hover,
input.submit:focus,
button.cb-hybrid:focus {
  color: #fff;
  background-color: #f4004e;
  text-decoration: none;
  cursor: pointer;
}
input.submit:active,
button.cb-hybrid:active {
  outline: none;
  background-color: #b20039;
}
.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: -6px 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;
}
/*** mobile-navi-multilevel-right-left.less 2014-11-03 ***/
.navi {
  display: none;
}
#mobile-navi {
  position: fixed;
  top: 92px;
  width: 100%;
  height: calc(100% - 94px);
  z-index: 210;
  overflow: scroll;
  background: #fff;
  transition: all 0.3s ease-in;
}
.intro--nav #mobile-navi {
  top: 0;
  padding-top: 92px;
}
.togglenavigation {
  position: fixed;
  z-index: 211;
  top: 16px;
  display: block;
  width: 42px;
  height: 42px;
  padding: 10px;
  background: url(/images/navi-hamburger.svg) no-repeat center / 42px 11px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: all 0.5s cubic-bezier(0.89, -0.4, 0.53, 1.56);
}
.cb-toggle-target-active .togglenavigation {
  background: url(/images/navi-close.svg) no-repeat center / 21px 25px;
}
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 .item {
  position: relative;
  width: 100%;
  float: left;
}
#mobile-navi .navi .item .menu {
  display: block;
  padding: 0 0;
  padding-right: 22px;
  color: #E50049;
  font-weight: 700;
}
#mobile-navi .navi .item .menu.here {
  color: #B4ADAB;
}
#mobile-navi .navi.sub1 {
  box-sizing: border-box;
  padding: 0 25px;
}
#mobile-navi .navi.sub1 > .item {
  margin: 4px 0;
}
#mobile-navi .navi .sub2 {
  overflow: hidden;
}
#mobile-navi .navi .sub2 > .item {
  max-height: 0;
}
#mobile-navi .navi .sub2 > .item > .menu {
  padding-left: 20px;
  color: #000;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
}
#mobile-navi .navi .sub2 > .item > .menu:hover,
#mobile-navi .navi .sub2 > .item > .menu:focus {
  color: #E50049;
}
#mobile-navi .navi .sub2 > .item > .menu.here {
  color: #B4ADAB;
}
#mobile-navi {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
#mobile-navi .mobile-navi-top div.sub1 > .item.cb-navi-color-c2 {
  display: none;
}
#mobile-navi .mobile-navi-top div.sub1 > .item > .menu {
  font-size: 32px;
  line-height: 40px;
}
#mobile-navi .mobile-navi-bottom {
  margin-bottom: 10px;
}
#mobile-navi .mobile-navi-bottom div.sub1 > .item.cb-navi-color-c1 {
  display: none;
}
#mobile-navi div.navi > .item > div.navi > .item {
  transition: all 250ms;
}
#mobile-navi div.navi > .item.cb-toggle-target-active > div.navi > .item {
  max-height: 100px;
  transition: all 350ms;
}
#mobile-navi .cb-toggle {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  width: 22px;
  height: 22px;
  background: url(/images/navitoggle.svg) no-repeat center / 22px 15px;
  transition: all 0.218s;
}
#mobile-navi .cb-toggle:hover,
#mobile-navi .cb-toggle:focus {
  cursor: pointer;
}
#mobile-navi .cb-toggle.cb-toggle-active {
  transform: rotate(180deg);
  background: url(/images/navitoggle-grey.svg) no-repeat center / 22px 15px;
}
#mobile-navi div.sub2 .cb-toggle {
  height: 34px;
}
#mobile-navi .navi > .cb-toggle,
#mobile-navi .navi .item-empty > .cb-toggle {
  display: none;
}
.desk {
  max-width: calc(100% - 50px);
}
.cb-layout2 .desk {
  box-sizing: border-box;
  max-width: 100%;
  padding: 0 25px;
}
#home {
  width: 140px;
  height: 58px;
  margin-left: 25px;
  margin-top: 17px;
  margin-bottom: 18px;
}
#head {
  margin-top: 30px;
}
.navbar {
  background-color: #fff;
}
@media only screen and (max-width: 1024px) {
  .navbar {
    position: fixed;
    z-index: 50;
    left: 0;
    top: 0;
  }
  .section--header {
    margin-top: 94px;
  }
}
#servicesSocial {
  margin-top: 40px;
}
@media only screen and (max-width: 1024px) {
  .intro--nav {
    display: block;
  }
}
.intro--main .content {
  padding-top: 80px;
}
.intro--main h1 {
  font-size: 62px;
  font-size: 6.2rem;
}
.intro--main .content--logo {
  width: 181px;
  height: 79px;
}
.intro--main .content--text {
  margin-top: 5px;
}
.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 {
  margin-bottom: 20px;
}
.area:empty {
  margin-bottom: 0;
}
#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;
}
/* scan.less 2013-1-16 */
.scan .cb-hybrid {
  text-decoration: none;
}
.swap {
  text-align: center;
}
.scan form,
.scan > table,
.scan fieldset {
  width: 100% !important;
}
.scan > table {
  margin: 0 !important;
}
.swap td > span,
.swap td > .cb-hybrid {
  display: block;
}
td.prev,
td.next {
  color: rgba(0, 0, 0, 0.3);
}
.unit.cb-batch .same {
  background-color: #b20039;
  color: #000;
}
/******* module-album.less 2013-1-16 *******/
.body-mobile img,
noscript img {
  /* resize - noscript mode must still work */
  width: 100%;
}
img.same {
  background: none !important;
}
div.foto div.cb-loading {
  overflow: hidden;
  background: #111 url(/icons/load.gif) no-repeat 50%;
  opacity: 0.35;
}
.cb-mobile .cb-slideshow > .head > .ctrl {
  display: none;
}
.cb-slideshow > .body-mobile img.zoom {
  top: 100% !important;
  left: 100% !important;
  display: block !important;
  margin: -20px 0 0 -20px !important;
  width: 17px !important;
  height: 17px;
  opacity: 0.7;
}
div.foto,
.crossslideContainer {
  position: relative;
}
.crossslide,
.cb-slideshow-images img {
  width: 100%;
}
.cb-strips .foto > .cb-landscape,
.cb-matrix .body-mobile .foto > img,
.cb-contentflow .foto > img,
.cb-slideshow .foto > img,
.body-non-mobile .foto > img {
  margin: 0 auto;
  width: 100%;
}
.cb-strips .foto > .cb-portrait {
  height: 100%;
  width: auto;
}
.body-mobile a.foto,
.body-mobile span.foto {
  width: 100%;
}
noscript a.foto {
  position: relative !important;
}
.body-mobile .cb-matrix .foto,
.body-mobile .cb-contentflow .foto {
  position: relative;
}
.part.desc {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.same.norm,
.same.foto {
  background: none;
}
.body-non-mobile a.foto,
.body-non-mobile span.foto {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  padding: 0;
  width: 100%;
}
.cb-strips .prev,
.cb-strips .next,
.cb-slideshow .prev > .cb-hybrid,
.cb-slideshow .next > .cb-hybrid {
  width: 18px;
}
.prev > .prev,
.next > .next,
.cb-slideshow .prev > .cb-hybrid,
.cb-slideshow .next > .cb-hybrid {
  display: block;
  height: 18px;
}
.cb-strips .prev,
.cb-strips .next,
.cb-slideshow .prev > .cb-hybrid,
.cb-slideshow .next > .cb-hybrid {
  background-image: url('/icons/prev_next.png');
  background-repeat: no-repeat;
}
.cb-slideshow .ctrl > .prev,
.cb-slideshow .ctrl > .next {
  float: left;
}
.cb-album .prev {
  background-position: 0px -54px;
}
.cb-strips td.prev,
.cb-strips td.next {
  background: none;
  vertical-align: middle;
}
.cb-album a.prev,
.cb-album .prev > .cb-hybrid {
  background-position: 0px 0px;
}
.cb-album a.prev:hover,
.cb-album .prev > .cb-hybrid:hover {
  background-position: 0px -18px;
}
.cb-album a.prev:active,
.cb-album .prev > .cb-hybrid:active {
  background-position: 0px -36px;
}
.cb-album .prev > .cb-hybrid.fade {
  background-position: 0px -54px;
}
.cb-album .next {
  background-position: -17px -54px;
}
.cb-album a.next,
.cb-album .next > .cb-hybrid {
  background-position: -17px 0px;
}
.cb-album a.next:hover,
.cb-album .next > .cb-hybrid:hover {
  background-position: -17px -18px;
}
.cb-album a.next:active,
.cb-album .next > .cb-hybrid:active {
  background-position: -17px -36px;
}
.cb-album .next > .cb-hybrid.fade {
  background-position: -17px -54px;
}
.cb-strips table {
  border-collapse: collapse;
}
td > .body {
  display: inline-block;
  vertical-align: middle;
}
.cb-strips-images {
  height: 100%;
  width: 100%;
}
.cb-strips-images > .foto {
  width: 100%;
  height: 100%;
  position: absolute;
}
.cb-strips-images > .foto > .cb-landscape {
  width: 100%;
  height: auto;
}
.cb-strips-images > .foto > .cb-portrait {
  width: auto;
  height: 100%;
}
.cb-strips-container > .body > .foto {
  height: 100% !important;
  overflow: hidden;
}
.cb-strips-thumbs a.foto {
  width: 100%;
}
.cb-strips-container > .body a.foto,
.cb-strips-thumbs .part > .foto > .foto {
  position: static;
  width: 100% !important;
  height: 100% !important;
}
.cb-strips-container .cb-landscape,
.cb-strips-container .cb-portrait {
  max-width: 100% !important;
  max-height: 100% !important;
}
.cb-strips-4 .cb-strips-container .part.foto {
  margin: 1% !important;
  width: 23% !important;
}
.cb-strips-6 .cb-strips-container .part.foto {
  margin: 1% !important;
  width: 14.66666667% !important;
}
.cb-strips-8 .cb-strips-container .part.foto {
  margin: 1% !important;
  width: 10.5% !important;
}
.cb-strips-10 .cb-strips-container .part.foto {
  margin: 1% !important;
  width: 8% !important;
}
.cb-matrix .body-non-mobile > .foto {
  margin: 3% !important;
}
.cb-matrix .body-non-mobile a.foto {
  position: static;
  height: 100% !important;
}
.cb-matrix-columns-1 .body-non-mobile > .foto {
  width: 94% !important;
}
.cb-matrix-columns-3 .body-non-mobile > .foto,
.cb-matrix-columns-5 .body-non-mobile > .foto,
.cb-matrix-columns-6 .body-non-mobile > .foto,
.cb-matrix-columns-7 .body-non-mobile > .foto,
.cb-matrix-columns-8 .body-non-mobile > .foto {
  width: 44% !important;
}
@media only screen and (min-width: 240px) {
  .cb-matrix-columns-2 .body-non-mobile > .foto,
  .cb-matrix-columns-4 .body-non-mobile > .foto,
  .cb-matrix-columns-8 .body-non-mobile > .foto {
    width: 44% !important;
  }
  .cb-matrix-columns-6 .body-non-mobile > .foto,
  .cb-matrix-columns-7 .body-non-mobile > .foto {
    width: 10.66666667% !important;
  }
}
@media only screen and (min-width: 768px) {
  .cb-matrix-columns-3 .body-non-mobile > .foto {
    width: 27.33333333% !important;
  }
  .cb-matrix-columns-4 .body-non-mobile > .foto,
  .cb-matrix-columns-8 .body-non-mobile > .foto {
    width: 19% !important;
  }
  .cb-matrix-columns-5 .body-non-mobile > .foto,
  .cb-matrix-columns-7 .body-non-mobile > .foto {
    width: 14% !important;
  }
  .cb-matrix-columns-6 .body-non-mobile > .foto {
    width: 10.66666667% !important;
  }
}
@media only screen and (min-width: 1025px) {
  .cb-matrix-columns-7 .body-non-mobile > .foto {
    width: 8.28571429% !important;
  }
  .cb-matrix-columns-8 .body-non-mobile > .foto {
    width: 6.5% !important;
  }
}
.cb-contentflow .body-non-mobile .part {
  margin-right: 0 !important;
  margin-left: 0 !important;
  width: 100% !important;
}
.foto > .head {
  position: relative;
}
.cb-manual .desc,
.body-non-mobile > .desc {
  position: relative;
}
#view .cb-manual .desc .norm,
#view .body-non-mobile > .desc .norm {
  position: absolute;
  top: 0;
  left: 0;
}
.foto > .head > .ctrl {
  position: absolute;
  top: 2px;
  right: 8px;
}
.cb-album .ctrl {
  float: right;
}
#root div.foto div.body div.desc {
  float: left;
}
#root div.foto div.body div.desc div.part {
  float: none;
}
/*# sourceMappingURL=./screen-small.css.map */