.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: transparent;
  line-height: 1.5;
  cursor: pointer;
  color: #33A0CD;
  border-width: 8px;
  border-style: dotted;
  border-color: #33A0CD;
  border-image-source: url(/images/border-image.svg);
  border-image-slice: 33% 33%;
  border-image-repeat: repeat;
  padding: 12px 34px;
  -webkit-appearance: none;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  font-size: 22px;
  line-height: 1.45454545;
  box-sizing: border-box;
  font-weight: bold;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (max-width: 1023px) {
  .button {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .button {
    margin-top: 15px;
  }
}
@media (max-width: 1023px) {
  .button {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .button {
    margin-bottom: 15px;
  }
}
.button:hover,
.button:focus {
  color: #fff;
  background-color: #33A0CD;
}
.button:active {
  background-color: #33A0CD;
}
@media (max-width: 767px) {
  .button {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) and (max-width: 1023px) {
  .button {
    margin-top: 10px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .button {
    margin-top: 10px;
  }
}
@media (max-width: 767px) and (max-width: 1023px) {
  .button {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .button {
    margin-bottom: 10px;
  }
}
.navigation div.navi {
  float: left;
  z-index: 5;
  width: 100%;
}
.navigation div.navi > .item {
  float: left;
}
.navigation div.navi > .item > .menu {
  display: block;
  text-decoration: none;
  border: unset;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
@media (min-width: 1024px) {
  .togglenavigation,
  .mobile-navigation {
    display: none;
  }
}
.navigation div.sub2 > .item {
  margin: 0 10px;
  position: relative;
}
@media (max-width: 1350px) {
  .navigation div.sub2 > .item {
    margin: 0 5px;
  }
}
.navigation div.sub2 > .item.init {
  margin-left: 0;
}
.navigation div.sub2 > .item.init > .menu {
  padding-left: 0;
}
.navigation div.sub2 > .item.exit {
  margin-right: 0;
}
.navigation div.sub2 > .item:hover > .menu,
.navigation div.sub2 > .item:focus > .menu {
  color: #7A7C80;
  background-color: #fff;
  text-shadow: 0.75px 0 0 #7A7C80;
}
.navigation div.sub2 > .item > .menu {
  font-size: 18px;
  line-height: 1.22222222;
  color: #7A7C80;
  word-wrap: unset;
  padding: 5px 20px;
}
@media (max-width: 1350px) {
  .navigation div.sub2 > .item > .menu {
    padding: 5px 1vw;
  }
}
.navigation div.sub2 > .item > .menu.path {
  color: #7A7C80;
  background-color: #fff;
  text-shadow: 0.75px 0 0 #7A7C80;
}
.navigation div.sub3 {
  position: absolute;
  top: 100%;
  background-color: #fff;
  display: none;
  min-width: 270px;
}
.navigation div.sub3 > .item {
  width: 100%;
  position: relative;
  margin-bottom: 6px;
}
.navigation div.sub3 > .item.init {
  margin-top: 10px;
}
.navigation div.sub3 > .item.exit {
  margin-bottom: 10px;
}
.navigation div.sub3 > .item:hover > .menu,
.navigation div.sub3 > .item:focus > .menu {
  background-color: #FFF;
  color: #7A7C80;
  text-shadow: 0.75px 0 0 #7A7C80;
}
.navigation div.sub3 > .item > .menu {
  font-size: 18px;
  line-height: 1.22222222;
  color: #7A7C80;
  padding: 8px 20px;
}
.navigation div.sub3 > .item > .menu.path {
  color: #7A7C80;
  text-shadow: 0.75px 0 0 #7A7C80;
}
.navigation div.sub2 > .item:hover div.sub3 {
  display: block;
}
#home {
  float: right;
  height: 82px;
  transition: all 0.8s cubic-bezier(0.05, 0.8, 0.5, 1);
  margin-top: 20px;
  margin-bottom: 5px;
}
.cb-scroll-triggered--active #home {
  height: 62px;
  margin-top: 0;
}
@media (max-width: 1350px) {
  #home {
    height: 55px;
  }
  .cb-scroll-triggered--active #home {
    height: 55px;
    margin-top: 0;
  }
}
.section--header {
  padding-top: 25px;
  padding-bottom: 45px;
  transition: all 0.8s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.cb-scroll-triggered--active .section--header {
  padding: 15px 0 15px;
}
.section--multimood {
  margin-top: 145px;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
@media (max-width: 1350px) {
  .section--multimood {
    margin-top: 135px;
  }
}
.cb-scroll-triggered--active .section--multimood {
  margin-top: 85px;
}
.footarea {
  width: 108.69565217%;
  margin-left: -4.34782609%;
}
.footpart {
  margin-left: 4%;
  margin-right: 4%;
}
.footpart.footpart--wide {
  width: 42%;
}
.footpart.footpart--slim {
  width: 25.3%;
}
.footpart--nav {
  display: block;
}
.section--alpha .area,
.section--gamma .area {
  width: 100%;
}
.section--alpha .area > .unit,
.section--gamma .area > .unit {
  margin-right: 1.37420719%;
  margin-left: 1.37420719%;
  width: 97.25158562%;
}
.section--alpha .area .cb-album .body,
.section--gamma .area .cb-album .body,
.section--alpha .area .head,
.section--gamma .area .head,
.section--alpha .area .foot,
.section--gamma .area .foot,
.section--alpha .area .part,
.section--gamma .area .part {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.section--alpha .area .tiny,
.section--gamma .area .tiny {
  width: 33.33333333%;
}
.section--alpha .area > .slim,
.section--gamma .area > .slim {
  width: 47.25158562%;
}
.section--alpha .area > .slim .head,
.section--gamma .area > .slim .head,
.section--alpha .area > .slim .foot,
.section--gamma .area > .slim .foot,
.section--alpha .area > .slim .part,
.section--gamma .area > .slim .part {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.section--alpha .area > .slim.cb-album .body,
.section--gamma .area > .slim.cb-album .body {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.section--alpha .area > .slim .tiny,
.section--gamma .area > .slim .tiny {
  width: 100%;
}
.section--alpha .area,
.section--gamma .area {
  width: 102.82608696%;
  margin-left: -1.41304348%;
  display: flex;
  flex-wrap: wrap;
}
/*# sourceMappingURL=./screen-large.css.map */