/******* screen-large.less *******/
/******* mixins.less 2013-1-16 *******/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
/******* hide-mobile.less 2013-1-16 *******/
#mobile-navi,
.togglenavigation,
.cb-mobile-access,
.cb-mobile-navigation,
.body-mobile {
  display: none;
}
.cb-mobile-navigation {
  opacity: 0;
  transition: none;
}
.cb-mobile-invisible,
.body-non-mobile {
  display: block;
}
/******* navigation-large.less 2013-1-16 *******/
.navi,
.navi > .item,
.dock {
  display: block;
  float: left;
}
.menu {
  display: block;
}
/* LEVEL 1 */
div.sub1 {
  float: right;
  margin-top: 20px;
}
.sub1 > .item {
  border-right: 1px solid #878787;
  padding: 0 6px;
}
.sub1 > .item.init {
  padding-left: 0;
}
.sub1 > .item.exit {
  border: none;
  padding-right: 0;
}
div.sub1 .menu {
  font-size: 16px;
  text-transform: uppercase;
  color: #878787;
  line-height: 20px;
  font-family: 'RockwellRegular', helvetica, sans-serif;
}
div.sub1 a.path {
  font-weight: normal;
  font-family: 'RockwellBold', helvetica, sans-serif;
}
div.sub1 a.path:hover,
div.sub1 a.path:focus {
  color: #000;
}
/* LEVEL 2 */
div.sub2 {
  float: left;
  margin-top: 56px;
}
#edit #navigation div.sub2 div.sub3 {
  display: none !important;
}
.sub2 > .item:hover > .menu,
.sub2 > .item:focus > .menu {
  background: rgba(246, 246, 246, 0.9);
  color: #75b537;
}
div.sub2 .menu {
  font-family: 'RockwellRegular', helvetica, sans-serif;
  color: #878787;
  font-size: 22px;
  padding: 9px 18px;
}
div.sub2 a.path {
  background: rgba(246, 246, 246, 0.9);
  color: #75b537;
}
/* LEVEL 3 */
div.sub3 {
  position: absolute;
  top: 100%;
  left: 0;
  background: url(/images/sub3.png) repeat 0 0;
  background: rgba(246, 246, 246, 0.95);
  text-align: center;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  border-top: 1px solid #cfcfcf;
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}
div.sub2 > .item:hover div.sub3 {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  padding-bottom: 70px;
  padding-top: 24px;
  max-height: 10000px;
}
.sub3 > .item {
  float: none;
  display: inline-block;
  margin: 0 40px;
}
.sub3 > .item.init {
  margin-left: 0;
}
.sub3 > .item.exit {
  margin-right: 0;
}
div.sub3 .menu {
  font-size: 18px;
  font-family: 'RockwellRegular', helvetica, sans-serif;
  text-align: left;
  border: none;
  padding: 0;
}
div.sub3 .menu:hover,
div.sub3 .menu:focus {
  color: #75b537;
}
/* LEVEL 4 */
div.sub4 {
  float: left;
  margin-top: 6px;
}
.sub4 > .item {
  float: none;
  display: block;
  text-align: left;
}
div.sub4 .menu {
  font-family: 'RockwellLight', helvetica, sans-serif;
  display: inline-block;
  padding-bottom: 3px;
  padding-top: 3px;
  border-bottom: 3px solid transparent;
}
div.sub4 .menu:hover,
div.sub4 .menu:focus {
  border-color: #75b537;
  color: #000;
}
div.sub4 a.path {
  border-color: #75b537;
  color: #000;
}
#editnavi div.sub3 {
  position: relative;
  float: left;
  width: 100%;
  display: block;
  padding-bottom: 70px;
  padding-top: 24px;
  max-height: 10000px;
}
/******* layout-large.less 2013-1-16 *******/
.desk {
  max-width: 96%;
}
.cb-layout3 .maincontent .desk,
.cb-layout3 .sidecontent .desk {
  width: 780px;
}
.cb-layout4 .maincontent .desk,
.cb-layout4 .northcontent .desk,
.cb-layout4 .sidecontent .desk,
.cb-layout4 .basecontent .desk,
.cb-layout4 .fareastcontent .desk {
  width: 780px;
}
#find {
  display: block;
}
@media only screen and (max-width: 1240px) {
  .jsmood-title {
    font-size: 26px;
  }
  .jsmood-title.jsmood-subtitle {
    font-size: 18px;
  }
  .northcontent,
  .basecontent,
  .eastcontent {
    font-size: 18px;
  }
  .northcontent h4,
  .basecontent h4,
  .eastcontent h4 {
    font-size: 26px;
  }
}
.cb-navi-sticky-clone {
  display: none;
}
.cb-navi-sticky {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
#sponsoren {
  margin: 110px 0;
}
#sponsorwidth {
  width: 101.69491525%;
  margin-left: -0.84745763%;
}
.sponsorunit {
  width: 23.33333333%;
  margin: 10px 0.83333333%;
  height: 0;
  padding-bottom: 11.83333333%;
  perspective: 600px;
}
.sponsorpart {
  position: absolute;
  top: 0;
  left: 0;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transition: transform 0.8s;
  -webkit-transition: transform 0.8s;
  -moz-transition: transform 0.8s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.sponsorunit:hover .sponsorpart.image {
  transform: rotateY(-180deg);
}
.sponsorpart.text {
  background: #75b537;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px;
  transform: rotateY(180deg);
}
.sponsorunit:hover .sponsorpart.text {
  transform: rotateY(0);
}
#rotator {
  padding: 55px 0;
}
.rotateunit {
  width: 25%;
  height: 280px;
  padding: 0;
  border-right: 1px solid #9bc461;
  perspective: 600px;
  background: #5c8e2b;
}
.rotateunit.money,
.rotateunit.hand {
  border: none;
}
.rotatepart {
  -webkit-user-select: none;
          user-select: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transition: transform 0.6s 0.14s ease-out;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  will-change: transform;
}
.rotateunit:hover .rotatepart,
.rotateunit:focus .rotatepart {
  transition-delay: 0s;
}
.rotateunit:hover .rotatepart.front,
.rotateunit:focus .rotatepart.front {
  transform: rotateY(-180deg);
}
.rotatepart.back {
  display: flex;
  transform: rotateY(180deg);
}
.rotateunit:hover .rotatepart.back,
.rotateunit:focus .rotatepart.back {
  transform: rotateY(0);
}
.fij-struggling-info {
  left: 100%;
}
.fij-pie-chart-handle--fake {
  display: none;
}
.area {
  width: 100%;
}
.area > .unit {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.area h2,
.area .foot {
  margin-right: 0.83333333%;
  margin-left: 0.83333333%;
}
.area .part,
.area > .grid table {
  margin-right: 0.83333333%;
  margin-left: 0.83333333%;
  width: 98.33333333%;
}
.area > .slim {
  width: 25%;
}
.area > .slim h2,
.area > .slim .foot,
.area > .slim .part,
.area > .slim.grid table {
  margin-right: 3.33333333%;
  margin-left: 3.33333333%;
}
.area > .slim .part,
.area > .slim.grid table {
  width: 93.33333333%;
}
.area > .slim .tiny {
  width: 93.33333333%;
}
.unit.form .tile .name,
.unit a.capt {
  float: left;
  width: 33%;
}
.unit.form .tile .chop,
.unit.form .tile textarea,
.unit.form .tile input.text,
.unit.form .tile .ctrl,
.unit input.capt {
  float: right;
  width: 63%;
}
/*.unit {
  margin-top: 10px;
  margin-bottom: 10px;
}*/
div.area {
  width: 101.69491525%;
  margin-left: -0.84745763%;
}
div.area div.wide {
  width: 50%;
}
div.area div.wide div.head h2,
div.area div.wide div.part {
  margin-left: 1.66666667%;
  margin-right: 1.66666667%;
}
div.area div.wide div.part {
  width: 96.66666667%;
}
div.area div.seam.wide {
  width: 66.66666667%;
}
div.area div.seam.wide div.head h2,
div.area div.seam.wide div.part {
  margin-left: 1.25%;
  margin-right: 1.25%;
}
div.area div.seam.wide div.part {
  width: 97.5%;
}
div.area div.seam.slim {
  width: 33.33333333%;
}
div.area div.seam.slim div.head h2,
div.area div.seam.slim div.part {
  margin-left: 2.5%;
  margin-right: 2.5%;
}
div.area div.seam.slim div.part {
  width: 95%;
}
#root div.farnorth {
  width: 75%;
}
#root div.farnorth div.unit {
  width: 33.33333333%;
}
#disp {
  left: 50%;
  margin-left: -175px;
  width: 350px;
  font-size: 15px;
  font-size: 1.5rem;
  top: 120px !important;
}
#disp.zoom {
  left: 50%;
  margin-left: -385px;
  width: 770px;
}
#disp.tube {
  left: 50%;
  margin-left: -330px;
  width: 660px;
}
#disp.site > .body {
  overflow: auto;
  max-height: 400px;
}
/*#disp.site li,
div.cb-sitemap li {
  .font-size(14); 
}*/
h1,
h2 {
  overflow-wrap: normal;
  word-wrap: normal;
  -webkit-hyphens: none;
  hyphens: none;
}
/*# sourceMappingURL=screen-large.css.map */