.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: #e3000b;
  line-height: 1.25;
  cursor: pointer;
  color: #fff;
  padding: 15px 50px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}
.button:hover,
.button:focus {
  color: #fff;
  background-color: #ca000a;
}
.button:active {
  background-color: #960007;
}
@media (min-width: 1350px) {
  .togglenavigation,
  .mobile-navigation {
    display: none;
  }
}
.navigation {
  width: 100%;
  float: right;
  border-bottom: 1px solid black;
  display: flex;
  justify-content: space-between;
}
.navigation div.navi {
  float: left;
}
.navigation div.navi > .cb-toggle {
  display: none;
}
.navigation div.navi > .item {
  float: left;
}
.navigation div.navi > .item.item-empty > .cb-toggle {
  display: none;
}
.navigation div.navi > .item > .menu {
  display: block;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.25;
  text-transform: uppercase;
}
.navigation div.sub1 {
  position: relative;
}
.navigation div.sub1 > .item {
  margin: 0 2px;
  position: static;
  display: block;
  padding-left: 10px;
}
.navigation div.sub1 > .item:after {
  content: '';
  position: absolute;
  top: 4px;
  min-height: calc(100% - 11px);
  width: 3px;
  margin-left: -9px;
  background: #000;
}
.navigation div.sub1 > .item.init {
  margin-left: 0;
}
.navigation div.sub1 > .item.init:after {
  width: 0;
}
.navigation div.sub1 > .item > .menu {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 19px;
  line-height: 1.25;
  color: #000;
  padding-bottom: 5px;
  box-sizing: border-box;
}
.navigation div.sub1 > .item > .menu.path {
  color: #e3000b;
}
.navigation div.sub2 {
  position: relative;
}
.navigation div.sub2 > .item {
  margin: 0 2px;
  position: static;
  display: block;
  padding-left: 10px;
}
.navigation div.sub2 > .item:after {
  content: '';
  position: absolute;
  top: 4px;
  min-height: calc(100% - 11px);
  width: 3px;
  margin-left: -9px;
  background: #000;
}
.navigation div.sub2 > .item.init {
  margin-left: 0;
  padding-left: 0;
}
.navigation div.sub2 > .item.init:after {
  width: 0;
}
.navigation div.sub2 > .item.exit {
  margin-right: 0;
}
.navigation div.sub2 > .item > .cb-toggle {
  display: none;
}
.navigation div.sub2 > .item:hover > .menu,
.navigation div.sub2 > .item:focus > .menu {
  color: #e3000b;
}
.navigation div.sub2 > .item > .menu {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 19px;
  line-height: 1.25;
  padding-bottom: 5px;
  box-sizing: border-box;
  color: #000;
}
.navigation div.sub2 > .item > .menu.path {
  color: #e3000b;
}
.navigation div.sub3 {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 2010;
  background-color: #e3000b;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  display: none;
}
.navigation div.sub3 > .item {
  width: 100%;
  position: relative;
}
.navigation div.sub3 > .item.item-empty > .menu {
  padding-right: 12px;
}
.navigation div.sub3 > .item:hover > .menu,
.navigation div.sub3 > .item:focus > .menu {
  color: #f6ae94;
}
.navigation div.sub3 > .item > .menu {
  color: #FFF;
  white-space: nowrap;
  padding: 5px 30px 5px 12px;
  box-sizing: border-box;
}
.navigation div.sub3 > .item > .menu.path {
  color: #f6ae94;
}
.navigation div.sub2 .item.exit > div.sub3 .item > div.sub4 > .item {
  width: auto;
}
.navigation div.sub4 {
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}
.navigation div.sub4 > .item {
  width: 100%;
  position: relative;
}
.navigation div.sub4 > .item:hover > .menu,
.navigation div.sub4 > .item:focus > .menu {
  color: #f6ae94;
}
.navigation div.sub4 > .item > .menu {
  color: #FFF;
  white-space: nowrap;
  padding: 5px 5px 5px 5px;
}
.navigation div.sub4 > .item > .menu.path {
  background-color: #e3000b;
}
.navigation div.navi > .item:hover div.sub3 {
  display: block;
  max-height: 90vh;
  overflow: scroll;
}
.navigation div.sub4 {
  overflow: hidden;
  max-height: 0;
}
.navigation div.sub4 > .item {
  opacity: 0;
  transform: scale(0.8);
}
.navigation div.navi > .item.cb-toggle-target-active > div.navi {
  transition: none;
  max-height: 1000px;
  transition: max-height 2s;
}
.navigation div.navi > .item.cb-toggle-target-active > div.navi > .item {
  transform: scale(1);
  opacity: 1;
  transition: all 0.3s;
}
.navigation div.navi .cb-toggle {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  cursor: pointer;
  width: 38px;
  height: 35px;
  padding: 5px 0;
  box-sizing: border-box;
  background-size: 14px 14px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/icon-plus-white.svg);
  transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.navigation div.navi .cb-toggle.cb-toggle-active {
  background-image: url(/images/icon-close-white.svg);
  background-position: 50% 50%;
}
#home {
  float: left;
  height: 150px;
  max-height: inherit;
  position: absolute;
  top: -15px;
  left: 30px;
}
@media (max-width: 1349px) {
  #home {
    top: 10px;
    left: 30px;
  }
}
.desk {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  position: relative;
}
.section--header .desk {
  width: calc(100% - 20px);
  max-width: 1900px;
  margin-left: 0;
}
.section--footer .desk {
  width: calc(100% - 30px);
  max-width: 1890px;
}
@media (min-width: 1890px) {
  .section--footer .desk {
    margin-left: 20px;
  }
}
.content-wrapper {
  margin-top: 130px;
}
@media (max-width: 1349px) {
  .content-wrapper {
    margin-top: 110px;
  }
}
.section--multimood {
  width: 50%;
  margin-bottom: 0px;
}
.section--alpha {
  width: calc(50% - 40px);
  margin: 0 20px;
  min-height: calc(100vh - 120px);
  margin-bottom: 20px;
}
#view .section--alpha.section--blue {
  max-height: calc(100vh - 120px);
  overflow: scroll;
}
#view .section--moodtitle {
  bottom: 20px;
}
.header-wrapper {
  width: 48%;
  float: right;
}
.lastupdate {
  float: right;
  font-size: 16px;
  line-height: 1.25;
  margin-top: 5px;
  position: relative;
  top: 0;
}
@media (max-width: 1349px) {
  .lastupdate {
    position: absolute;
    top: 54px;
  }
}
.meta.service_logotext {
  float: left;
  width: auto;
  left: 28%;
  top: -22px;
  position: absolute;
  color: #000;
  white-space: nowrap;
  text-align: center;
  transform: translate(-50%, 0);
}
@media (max-width: 1349px) {
  .meta.service_logotext {
    top: 28px;
    left: 50%;
  }
}
.section--header {
  padding-top: 40px;
  padding-bottom: 15px;
}
@media (max-width: 1349px) {
  .section--header {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 100px;
  }
}
.footpart.footpart--wide {
  width: 50%;
}
.section--alpha .area {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}
.section--alpha .area .unit.wide {
  width: 100%;
}
.section--alpha .area .unit.wide .body {
  display: flex;
  flex-wrap: wrap;
}
.section--alpha .area .unit.wide .tall {
  width: calc(100% - 30px);
  margin-left: 15px;
}
.section--alpha .area .unit.wide .tiny {
  width: calc((100% - 60px) / 2);
  margin-left: 15px;
  margin-right: 15px;
}
.section--alpha .area .unit.wide.seam .tiny {
  width: calc((100% - 120px) / 4);
  margin-left: 15px;
  margin-right: 15px;
}
.section--alpha .area .unit.slim {
  width: calc((100% / 2) - 30px);
  margin-left: 15px;
  margin-right: 15px;
}
.section--alpha .area .unit.slim .tall {
  width: 100%;
}
.section--alpha .area .unit.slim .tiny {
  width: 100%;
}
/*# sourceMappingURL=./screen-large.css.map */