.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  display: inline-block;
  background-color: #fff;
  border: 2px solid #8D3E6B;
  line-height: 1.25;
  cursor: pointer;
  color: #8D3E6B;
  padding: 6px 25px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  font-weight: 700;
}
.button:hover,
.button:focus {
  color: #fff;
  background-color: #8D3E6B;
  border-color: #8D3E6B;
}
.button:active {
  color: #fff;
  background-color: #8D3E6B;
  border-color: #8D3E6B;
}
div.navi {
  float: left;
}
div.navi > .item {
  float: left;
}
div.navi > .item > .menu {
  display: block;
}
@media (min-width: 1280px) {
  .togglenavigation,
  .mobile-navigation {
    display: none;
  }
}
div.sub1 {
  margin-left: 216px;
}
@media (max-width: 1643px) {
  div.sub1 {
    margin-left: 36px;
  }
}
div.sub1 > .item {
  margin: 25px 16px;
}
div.sub1 > .item > .menu {
  position: relative;
  padding: 0;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.36363636;
  text-transform: uppercase;
}
div.sub1 > .item > .menu:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background-color: #8D3E6B;
  transition: all 0.5s cubic-bezier(0.05, 0.8, 0.5, 1);
}
div.sub1 > .item > .menu:hover:after,
div.sub1 > .item > .menu:focus:after {
  width: 100%;
}
div.sub1 > .item > .menu.path:after {
  width: 100%;
}
.section--footer .footunit {
  min-width: 500px;
}
h1 {
  font-size: 34px;
  line-height: 1.58823529;
}
.cb-layout1 h1 {
  font-size: 54px;
  line-height: 1.18518519;
}
h2 {
  font-size: 20px;
  line-height: 1.25;
}
.cb-layout1 h2 {
  font-size: 28px;
  line-height: 1.28571429;
}
.cb-layout2 .side div.link a.open {
  display: block;
  width: 100%;
  padding: 134px 40px 55px;
  background: #8D3E6B url(/images/icon_virtual_tour.svg) no-repeat center top 70px;
  background-size: 52px 36px;
  color: #fff;
  font-size: 28px;
  line-height: 1.28571429;
}
/*# sourceMappingURL=./screen-large.css.map */