.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: transparent;
  border: 1px solid #7c7c7b;
  line-height: 1.42857143;
  cursor: pointer;
  color: #7c7c7b;
  padding: 6px 40px 3px;
  font-size: 18px;
  line-height: 1.33333333;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background 250ms;
  -o-transition: background 250ms;
  transition: background 250ms;
}
@media only screen and (max-width: 767px) {
  .button {
    padding: 0 20px;
    font-size: 14px;
    line-height: 1.07142857;
    letter-spacing: 0.09em;
  }
}
.button:hover,
.button:focus {
  color: #7c7c7b;
  background-color: #f2f2f2;
}
.button:active {
  background-color: #f2f2f2;
}
.desk {
  max-width: 85.71428571%;
}
#home {
  height: 60px;
  -webkit-transition: height 250ms;
  -o-transition: height 250ms;
  transition: height 250ms;
}
.cb-scroll-triggered--active #home {
  height: 40px;
}
#head {
  margin-top: 90px;
}
.cb-layout1 #head,
.cb-layout3 #head {
  width: 58.33333333%;
}
.cb-layout2 #head,
.cb-layout4 #head {
  width: 75%;
  margin-left: 12.5%;
}
.wrapper {
  font-size: 20px;
  line-height: 1.4;
}
.section--header {
  padding-top: 125px;
}
.cb-scroll-triggered--active .section--header {
  padding-top: 89px;
}
.section--footer {
  font-size: 14px;
  line-height: 1.42857143;
}
.footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer-content .vcard,
.footer-content .sitemap,
.footer-content .opening {
  margin-left: 4.16666667%;
  margin-right: 4.16666667%;
}
.footer-content .vcard {
  width: 20.83333333%;
  margin-left: 0;
}
.footer-content .sitemap {
  width: 12.5%;
  margin-left: 0;
  margin-right: 0;
}
.footer-content .opening {
  width: 25%;
}
.footer-content .diverses {
  width: 25%;
  margin-left: 4.16666667%;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer-content .diverses .docmodel {
  width: 100%;
  margin-right: 0;
}
.footer-content .diverses #social {
  width: 100%;
  margin-left: 0;
}
.footlinks {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding-right: 100px;
}
.footlinks .copyright {
  margin-right: 30px;
}
.nav.main {
  padding: 15px 0;
  -webkit-transition: padding 250ms;
  -o-transition: padding 250ms;
  transition: padding 250ms;
}
.cb-scroll-triggered--active .nav.main {
  padding: 10px 0;
}
#navMainLinksMobile {
  display: none;
}
.nav.sub #navSubLinks .meta:after {
  content: " ∙ ";
}
.nav.sub #navSubLinks .meta:last-child:after {
  content: none;
}
.nav.sub #navSubLinks .meta.service_phone,
.nav.sub #navSubLinks .meta.service_map {
  display: inline;
}
.nav.sub #navSubLinks .meta.service_map {
  padding-left: 15px;
  background: url(/images/map-white.svg) no-repeat left center;
  background-size: 11px 15px;
}
.nav div.sub1 {
  float: right;
  margin-top: 13px;
  -webkit-transition: margin 250ms;
  -o-transition: margin 250ms;
  transition: margin 250ms;
}
.cb-scroll-triggered--active .nav div.sub1 {
  margin-top: 2px;
}
.nav div.sub1 > .item {
  position: relative;
  margin: 0 8px;
}
.nav div.sub1 > .item > .menu {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  padding: 5px;
  color: #7c7c7b;
  font-size: 16px;
  line-height: 1.25;
  -webkit-transition: background 250ms;
  -o-transition: background 250ms;
  transition: background 250ms;
}
.nav div.sub1 > .item > .menu:hover,
.nav div.sub1 > .item > .menu:focus,
.nav div.sub1 > .item > .menu.path {
  background-color: #f2f2f2;
}
.nav div.sub1 > .item:hover > .menu,
.nav div.sub1 > .item:focus > .menu {
  background-color: #f2f2f2;
}
.nav div.sub1 > .item.exit {
  padding-right: 0;
}
.nav div.sub1 > .item.exit > .menu {
  min-width: 150px;
  border: 1px solid #aaa;
  padding: 4px 15px;
  -webkit-transition: background 250ms, color 250ms;
  -o-transition: background 250ms, color 250ms;
  transition: background 250ms, color 250ms;
}
.nav div.sub1 > .item.exit > .menu:hover,
.nav div.sub1 > .item.exit > .menu:focus,
.nav div.sub1 > .item.exit > .menu.path {
  background-color: #f2f2f2;
}
.nav div.sub2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: absolute;
  z-index: 200;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 100%;
  width: 206px;
  background-color: transparent;
}
.nav div.sub2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 10px;
  background: url(/images/bg-navi-top.png) no-repeat left top;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 250ms ease;
  -o-transition: max-height 250ms ease;
  transition: max-height 250ms ease;
}
.nav div.sub2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background: url(/images/bg-navi-bottom.png) no-repeat left bottom;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 25ms ease;
  -o-transition: max-height 25ms ease;
  transition: max-height 25ms ease;
}
.nav div.sub2 > .item {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 25ms ease;
  -o-transition: max-height 25ms ease;
  transition: max-height 25ms ease;
  margin: 0;
  padding: 0 3px;
  background: url(/images/bg-navi.png) repeat-y left top;
}
.nav div.sub2 > .item > .menu {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  padding: 6px 10px;
  font-size: 15px;
  line-height: 1.2;
  color: #7c7c7b;
  -webkit-transition: background 250ms;
  -o-transition: background 250ms;
  transition: background 250ms;
}
.nav div.sub2 > .item > .menu:hover,
.nav div.sub2 > .item > .menu:focus,
.nav div.sub2 > .item > .menu.path {
  background-color: #f2f2f2;
}
.nav div.sub1 > .item:hover div.sub2:before {
  max-height: 10px;
  -webkit-transition: max-height 70ms ease;
  -o-transition: max-height 70ms ease;
  transition: max-height 70ms ease;
}
.nav div.sub1 > .item:hover div.sub2:after {
  max-height: 10px;
  -webkit-transition: max-height 70ms ease;
  -o-transition: max-height 70ms ease;
  transition: max-height 70ms ease;
}
.nav div.sub1 > .item:hover div.sub2 > .item {
  max-height: 150px;
  -webkit-transition: max-height 700ms ease, margin 700ms ease;
  -o-transition: max-height 700ms ease, margin 700ms ease;
  transition: max-height 700ms ease, margin 700ms ease;
}
.nav div.sub1 > .item:hover div.sub2 > .item.init {
  margin-top: 10px;
}
.nav div.sub1 > .item:hover div.sub2 > .item.exit {
  margin-bottom: 10px;
}
h1 {
  font-size: 44px;
  line-height: 1.27272727;
}
h1 i {
  padding-top: 10px;
}
h1 i,
h2,
.cb-layout1 .south .seam a.open,
.cb-layout1 .south .flat a.open,
.cb-layout1 .south .edge a.open {
  font-size: 36px;
  line-height: 1.25;
}
h3 {
  font-size: 28px;
  line-height: 1.28571429;
}
h4,
.south .seam a.open,
.south .flat a.open,
.south .edge a.open {
  font-size: 26px;
  line-height: 1.15384615;
}
h5 {
  font-size: 16px;
  line-height: 1.375;
}
.pale {
  font-size: 18px;
  line-height: 1.38888889;
}
.skew {
  font-size: 30px;
  line-height: 1.2;
}
.part {
  margin-top: 25px;
  margin-bottom: 25px;
}
.unit {
  margin-top: 25px;
  margin-bottom: 25px;
}
.area {
  margin-top: 50px;
  margin-bottom: 50px;
}
.area.main {
  margin-top: 0;
}
.cb-layout1 .area.side,
.cb-layout3 .area.side {
  margin-top: 50px;
}
/* Area farnorth - same in every layout
*/
.area.farnorth {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.area.farnorth .unit {
  width: 58.33333333%;
}
/* Area south - same in every layout
  pure = width 1/1
  seam/flat/edge = width 1/3
*/
.area.south {
  width: 106.5%;
  margin-left: -3.16666667%;
}
.area.south .unit {
  width: 93.89671362%;
  margin-left: 2.97339593%;
  margin-right: 2.97339593%;
}
.area.south .unit.seam,
.area.south .unit.flat,
.area.south .unit.edge {
  width: 27.38654147%;
  margin-top: 38px;
  margin-bottom: 38px;
}
.area.south .unit.seam .part.link .open,
.area.south .unit.flat .part.link .open,
.area.south .unit.edge .part.link .open {
  padding: 25px 25px 80px;
}
.area.south .unit.seam .part.link .open:after,
.area.south .unit.flat .part.link .open:after,
.area.south .unit.edge .part.link .open:after {
  left: 25px;
  bottom: 32px;
  width: calc(100% - 50px);
}
.area.south .unit.seam .part.pict + .part.link .open,
.area.south .unit.flat .part.pict + .part.link .open,
.area.south .unit.edge .part.pict + .part.link .open {
  padding: 25px 25px 80px;
}
.area.south .unit.seam .part.pict + .part.link .open:after,
.area.south .unit.flat .part.pict + .part.link .open:after,
.area.south .unit.edge .part.pict + .part.link .open:after {
  bottom: 50px;
}
#view .area.south .unit.seam .part.pict,
#view .area.south .unit.flat .part.pict,
#view .area.south .unit.edge .part.pict {
  top: 25px;
}
#view .area.south .unit.seam .part.link .open,
#view .area.south .unit.flat .part.link .open,
#view .area.south .unit.edge .part.link .open {
  padding: 40px 25px 65px 25px;
}
#view .area.south .unit.seam .part.pict + .part.link .open,
#view .area.south .unit.flat .part.pict + .part.link .open,
#view .area.south .unit.edge .part.pict + .part.link .open {
  padding: 165px 25px 105px 25px;
}
/* Area main
  Layout 1 & 3
    main with sidebar (side)

  Layout 4
    pure: normal;
    seam/flat/edge: background-color, special image 
*/
.cb-layout1 .area.main,
.cb-layout3 .area.main {
  width: 58.33333333%;
}
.cb-layout2 .area.main {
  width: 75%;
  margin-left: 12.5%;
}
.cb-layout4 .area.main .unit.pure {
  width: 81.33333333%;
  margin-left: 9.33333333%;
}
.cb-layout4 .area.main .unit.pure .part {
  width: 92.21311475%;
  margin-left: 3.89344262%;
  margin-right: 3.89344262%;
}
.cb-layout4 .area.main .unit.pure .part.tiny {
  width: 42.21311475%;
}
.cb-layout4 .area.main .unit.seam,
.cb-layout4 .area.main .unit.flat,
.cb-layout4 .area.main .unit.edge {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 85px 0;
}
.cb-layout4 .area.main .unit.seam .body,
.cb-layout4 .area.main .unit.flat .body,
.cb-layout4 .area.main .unit.edge .body {
  min-height: 340px;
  padding: 75px 0;
}
.cb-layout4 .area.main .unit.seam .body:before,
.cb-layout4 .area.main .unit.flat .body:before,
.cb-layout4 .area.main .unit.edge .body:before {
  top: 85px;
  bottom: 85px;
}
.cb-layout4 .area.main .unit.seam .part,
.cb-layout4 .area.main .unit.flat .part,
.cb-layout4 .area.main .unit.edge .part {
  width: 58.33333333%;
  margin-left: 500px;
}
.cb-layout4 .area.main .unit.seam .part.pict,
.cb-layout4 .area.main .unit.flat .part.pict,
.cb-layout4 .area.main .unit.edge .part.pict {
  width: 400px;
}
.cb-layout4 .area.main .unit.seam + .unit.seam,
.cb-layout4 .area.main .unit.flat + .unit.seam,
.cb-layout4 .area.main .unit.edge + .unit.seam,
.cb-layout4 .area.main .unit.seam + .unit.flat,
.cb-layout4 .area.main .unit.flat + .unit.flat,
.cb-layout4 .area.main .unit.edge + .unit.flat,
.cb-layout4 .area.main .unit.seam + .unit.edge,
.cb-layout4 .area.main .unit.flat + .unit.edge,
.cb-layout4 .area.main .unit.edge + .unit.edge {
  margin-top: -50px;
}
.cb-layout4 .area.main .unit.edge .part {
  margin-right: 500px;
}
/* Area side

  Layout 1, 3
    main with sidebar (side)
    pure: width 100%
    seam/flat: background-color, background-image
*/
.cb-layout1 .area.side,
.cb-layout3 .area.side {
  float: right;
  width: 33.33333333%;
  margin-top: 40px;
}
.cb-layout1 .area.side .unit.seam,
.cb-layout3 .area.side .unit.seam,
.cb-layout1 .area.side .unit.flat,
.cb-layout3 .area.side .unit.flat,
.cb-layout1 .area.side .unit.edge,
.cb-layout3 .area.side .unit.edge {
  padding: 25px 25px 80px 25px;
}
.cb-layout1 .area.side .unit.seam:after,
.cb-layout3 .area.side .unit.seam:after,
.cb-layout1 .area.side .unit.flat:after,
.cb-layout3 .area.side .unit.flat:after,
.cb-layout1 .area.side .unit.edge:after,
.cb-layout3 .area.side .unit.edge:after {
  left: 25px;
  bottom: 50px;
  width: calc(100% - 50px);
}
/* Area farwest & fareast

  Layout 1, 3
    pure: wide 1/2 slim 5/12
    seam: wide 1/2 slim 5/12; background-color white

  Layout 2
  less spacing between units

    pure: wide 1/2 slim 5/12
    seam: width 1/2; background-color white
    flat: width 1/3
    edge: special image background in area
*/
.cb-layout1 .area.farwest,
.cb-layout1 .area.fareast,
.cb-layout3 .area.farwest,
.cb-layout3 .area.fareast {
  width: 108.33333333%;
  margin-left: -4.16666667%;
}
.cb-layout1 .area.farwest .unit,
.cb-layout1 .area.fareast .unit,
.cb-layout3 .area.farwest .unit,
.cb-layout3 .area.fareast .unit {
  width: 46.15384615%;
  margin-left: 3.84615385%;
  margin-right: 3.84615385%;
}
.cb-layout1 .area.farwest .unit.slim,
.cb-layout1 .area.fareast .unit.slim,
.cb-layout3 .area.farwest .unit.slim,
.cb-layout3 .area.fareast .unit.slim {
  width: 38.46153846%;
}
.cb-layout1 .area.farwest .unit.seam,
.cb-layout1 .area.fareast .unit.seam,
.cb-layout3 .area.farwest .unit.seam,
.cb-layout3 .area.fareast .unit.seam {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 5px 40px 15px;
}
.cb-layout2 .area.farwest,
.cb-layout2 .area.fareast {
  width: 106.5%;
  margin-left: -3.16666667%;
  margin-top: 62px;
  margin-bottom: 62px;
}
.cb-layout2 .area.farwest .unit,
.cb-layout2 .area.fareast .unit {
  width: 93.89671362%;
  margin-left: 2.97339593%;
  margin-right: 2.97339593%;
  margin-top: 13px;
  margin-bottom: 13px;
}
.cb-layout2 .area.farwest .unit.pure.slim,
.cb-layout2 .area.fareast .unit.pure.slim {
  width: 27.38654147%;
}
.cb-layout2 .area.farwest .unit.seam,
.cb-layout2 .area.fareast .unit.seam {
  width: 43.97496088%;
  margin-top: 38px;
  margin-bottom: 38px;
  padding: 5px 40px 15px;
}
.cb-layout2 .area.farwest .unit.flat.slim,
.cb-layout2 .area.fareast .unit.flat.slim {
  width: 27.38654147%;
}
/* Area base

  Layout 1
    pure: 
    seam: seam: line bottom & top, image over top line
    
  Layout 2, 3
    less spacing between units
*/
.cb-layout1 .area.base {
  width: 106.5%;
  margin-left: -3.16666667%;
}
.cb-layout1 .area.base .unit {
  width: 93.89671362%;
  margin-left: 2.97339593%;
  margin-right: 2.97339593%;
}
.cb-layout1 .area.base .unit.pure.slim {
  width: 43.03599374%;
}
.cb-layout1 .area.base .unit.seam {
  width: 43.03599374%;
  margin-top: 80px;
  margin-bottom: 50px;
  padding: 0 25px 30px;
}
.cb-layout1 .area.base .unit.seam .part.pict:first-child {
  height: 60px;
  margin-top: -30px;
}
.cb-layout2 .area.base,
.cb-layout3 .area.base {
  width: 104.16666667%;
  margin-left: -2.08333333%;
  margin-top: 75px;
  margin-bottom: 75px;
}
.cb-layout2 .area.base .unit,
.cb-layout3 .area.base .unit {
  width: 96%;
  margin-left: 2%;
  margin-right: 2%;
  margin-top: 0;
  margin-bottom: 0;
}
.cb-layout2 .area.base .unit.slim,
.cb-layout3 .area.base .unit.slim {
  width: 46%;
}
#view .part.pict + .part.text .text-section--pale {
  margin-top: -25px;
  padding: 0 20px;
}
.list--bullet li:before {
  top: 12px;
}
div.link {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 10px;
}
div.link:last-child {
  margin-right: 0;
  margin-bottom: 25px;
}
div.link .open {
  display: inline-block;
  max-width: none;
  padding: 4px 40px 4px;
  font-size: 18px;
  line-height: 1.38888889;
}
div.line hr {
  width: 100px;
}
/*# sourceMappingURL=screen-large.css.map */