.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: #694646;
  line-height: 1.5625;
  cursor: pointer;
  color: #fff;
  padding: 8px 40px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
}
.button:hover,
.button:focus {
  color: #fff;
  background-color: #5a3c3c;
}
.button:active {
  background-color: #3b2727;
}
div.navi {
  float: left;
}
div.navi > .item {
  float: left;
}
div.navi > .item > .menu {
  display: block;
}
@media (min-width: 1024px) {
  .togglenavigation,
  .mobile-navigation {
    display: none;
  }
}
.navigation div.sub1 > .item {
  margin: 5px 20px;
}
@media (max-width: 1120px) {
  .navigation div.sub1 > .item {
    margin: 5px 10px;
  }
}
.navigation div.sub1 > .item.exit {
  margin-right: 0;
}
.navigation div.sub1 > .item > .menu {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.3125;
  letter-spacing: 0.09em;
  transition: all 0.2s cubic-bezier(0.05, 0.8, 0.5, 1);
  font-weight: bold;
  position: relative;
}
.navigation div.sub1 > .item > .menu:before,
.navigation div.sub1 > .item > .menu:after {
  content: '';
  display: block;
  position: absolute;
  left: -1px;
  bottom: -1px;
  height: 1px;
  background-color: #db666b;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.navigation div.sub1 > .item > .menu:after {
  transform-origin: 100% 0;
}
.navigation div.sub1 > .item > .menu:before {
  transform: scaleX(0);
  transform-origin: 0 0;
}
.navigation div.sub1 > .item > .menu:hover:before {
  width: calc(100% + 2px);
  transform: scaleX(1);
  transition: transform 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0.25s;
}
.navigation div.sub1 > .item > .menu:hover:after {
  width: calc(100% + 2px);
  transform: scaleX(0);
  transition: transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
}
.cb-layout2 .wrapper:not(.cb-scroll-triggered--active) .navigation div.sub1 > .item > .menu {
  color: #FFF;
}
.cb-layout2 .wrapper:not(.cb-scroll-triggered--active) .navigation div.sub1 > .item > .menu:hover,
.cb-layout2 .wrapper:not(.cb-scroll-triggered--active) .navigation div.sub1 > .item > .menu:focus {
  color: #db666b;
}
.navigation div.sub1 > .item > .menu:hover,
.navigation div.sub1 > .item > .menu:focus {
  color: #db666b;
}
.navigation div.sub1 > .item > .menu.path {
  color: #db666b;
}
.cb-layout2 .wrapper:not(.cb-scroll-triggered--active) .navigation div.sub1 > .item > .menu.path {
  color: #db666b;
}
.navigation div.sub1 > .item > .menu.path:before,
.navigation div.sub1 > .item > .menu.path:after {
  width: calc(100% + 2px);
}
#home {
  float: left;
  height: 70px;
}
.cb-layout2 #home {
  content: url(/images/hundephysiobern-logo-white.svg);
}
.cb-scroll-triggered--active #home {
  content: url(/images/hundephysiobern-logo-scroll.svg);
  height: 40px;
}
#head {
  width: 58.33333333%;
  margin-left: 20.83333333%;
  margin-right: 20.83333333%;
}
.wrapper {
  font-size: 18px;
  line-height: 1.38888889;
}
.cb-layout1 .wrapper {
  padding-top: 140px;
}
.desk {
  max-width: 96%;
}
.section--header {
  padding: 40px 0 30px 0;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.cb-scroll-triggered--active .section--header {
  padding: 20px 0 30px 0;
  background-color: #FFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
nav.navigation {
  float: right;
  width: calc(100% - 370px);
  margin-top: 14px;
  margin-left: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.mood-content {
  width: 20.83333333%;
  position: absolute;
  bottom: 1vw;
}
.footarea {
  width: 101.66666667%;
  margin-left: -0.83333333%;
  margin-bottom: 30px;
}
.footpart {
  margin-left: 0.81967213%;
  margin-right: 0.81967213%;
}
.footpart.footpart--wide {
  width: 44.26229508%;
}
.footpart.footpart--slim {
  width: 16.39344262%;
}
.vcard address {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.vcard .adr--right {
  margin-right: 20px;
}
h1 {
  font-size: 45px;
  line-height: 1.22222222;
}
h2 {
  font-size: 35px;
  line-height: 1.14285714;
}
h3,
h4 {
  font-size: 20px;
  line-height: 1.25;
}
p.loud {
  font-size: 24px;
  line-height: 1.375;
}
.section--one .area {
  width: 100%;
}
.section--one .area > .unit {
  margin-right: 0.81967213%;
  margin-left: 0.81967213%;
  width: 98.36065574%;
}
.section--one .area .cb-album .body,
.section--one .area .head,
.section--one .area .foot,
.section--one .area .part {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.section--one .area > .slim {
  width: 48.36065574%;
}
.section--one .area > .slim .head,
.section--one .area > .slim .foot,
.section--one .area > .slim .part {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.section--one .area > .slim.cb-album .body {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.section--one .area > .slim .tiny {
  width: 100%;
}
.section--one .area {
  width: 101.66666667%;
  margin-left: -0.83333333%;
  display: flex;
  flex-wrap: wrap;
}
.section--one .area .pure.wide .body {
  width: 60%;
  margin-left: 20%;
  margin-right: 20%;
}
.section--one .area .pure.wide .part.tall {
  width: 97.22222222%;
  margin-left: 1.38888889%;
  margin-right: 1.38888889%;
}
.section--one .area .pure.wide .part.tiny {
  width: 47.22222222%;
  margin-left: 1.38888889%;
  margin-right: 1.38888889%;
}
.section--one .area .seam.wide .body {
  width: 101.66666667%;
  margin-left: -0.83333333%;
}
.section--one .area .seam.wide .part.tall {
  width: 98.36065574%;
  margin-left: 0.81967213%;
  margin-right: 0.81967213%;
}
.section--one .area .seam.wide .part.tiny {
  width: 18.36065574%;
  margin-left: 0.81967213%;
  margin-right: 0.81967213%;
}
.section--one .area .seam.slim {
  width: 31.63934426%;
}
/*# sourceMappingURL=screen-large.css.map */