.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  font-size: 20px;
  line-height: 1.4;
  cursor: pointer;
  color: #000;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  padding: 4px 6px 4px 46px;
  background-size: 16px 10px;
  background-position: 10px 13px;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-black.svg);
  position: relative;
  transition: all 0.25s;
}
.button:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 36px;
  height: 36px;
  box-sizing: border-box;
  border: 2px solid #000;
  border-radius: 1000px;
  background-image: linear-gradient(to right, #000, #000);
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  transition: all 0.25s;
}
.button:after {
  content: '';
  position: absolute;
  left: 10px;
  top: 13px;
  width: 16px;
  height: 10px;
  z-index: 2;
  background-size: 16px 10px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-yellow.svg);
  opacity: 0;
  transform: translateX(-20px);
  transition: all 0.2s;
}
.button:hover,
.button:focus {
  padding-left: 52px;
  padding-right: 0;
  background-position: 16px 13px;
}
.button:hover:before,
.button:focus:before {
  background-size: 100% 100%;
}
.button:hover:after,
.button:focus:after {
  transform: translateX(0);
  opacity: 1;
  transition: all 0.2s 0.05s;
}
.section--footer .button,
.section--one .area .edge .button,
.section--two .area .seam .button {
  color: #fff;
  background-image: url(/images/arrow-right-white.svg);
}
.section--footer .button:before,
.section--one .area .edge .button:before,
.section--two .area .seam .button:before {
  border-color: #fff;
  background-image: linear-gradient(to right, #fff, #fff);
}
.button[title*='Elternseite'] {
  background-image: url(/images/arrow-left-black.svg);
}
.button[title*='Elternseite']:before {
  background-position: 100% 50%;
}
.button[title*='Elternseite']:after {
  transform: translateX(20px);
  background-image: url(/images/arrow-left-yellow.svg);
}
.button[title*='Elternseite']:hover,
.button[title*='Elternseite']:focus {
  background-position: 4px 13px;
}
.button[title*='Elternseite']:hover:after,
.button[title*='Elternseite']:focus:after {
  transform: translateX(0);
}
div.navi {
  float: left;
}
div.navi > .item {
  float: left;
}
div.navi > .item > .menu {
  display: block;
}
@media (min-width: 1280px) {
  .togglenavigation,
  .mobile-navigation {
    display: none;
  }
}
.navigation div.sub1 > .item {
  position: relative;
  margin-right: 50px;
}
.navigation div.sub1 > .item.exit {
  margin-right: 0;
}
.navigation div.sub1 > .item:hover > .menu:after,
.navigation div.sub1 > .item:focus > .menu:after {
  width: 100%;
}
.navigation div.sub1 > .item > .menu {
  color: #000;
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  font-family: 'rucksack', sans-serif;
  position: relative;
  padding: 16px 0;
}
.navigation div.sub1 > .item > .menu:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 5px;
  background-color: #FFBC00;
  transition: all 0.3s;
}
.navigation div.sub1 > .item > .menu.path:after {
  width: 100%;
}
.navigation div.sub2 {
  position: absolute;
  left: 0;
  top: 100%;
  max-width: 0;
  overflow: hidden;
  margin-top: -5px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
  padding: 20px 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.2s, max-width 0s 0.5s, padding 0s 0.5s;
}
.navigation div.sub2:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 0;
  height: 0;
  background-color: #fff;
  transition: width 0.3s 0.2s, height 0.3s 0.2s;
}
.navigation div.sub2:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 0;
  height: 5px;
  background-color: #FFBC00;
  transition: width 0.3s 0.2s;
}
.navigation div.sub2 > .item {
  position: relative;
  z-index: 3;
  margin-top: 10px;
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.2s, transform 0.2s;
}
.navigation div.sub2 > .item.init {
  margin-top: 0;
}
.navigation div.sub2 > .item > .menu {
  white-space: nowrap;
  color: #000;
  padding-right: 20px;
  transition: all 0.3s;
}
.navigation div.sub2 > .item > .menu:after {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 0;
  height: 10px;
  background-size: 16px 10px;
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-black.svg);
  opacity: 0;
  transition: all 0.3s;
}
.navigation div.sub2 > .item > .menu:hover,
.navigation div.sub2 > .item > .menu:focus,
.navigation div.sub2 > .item > .menu.path {
  padding-right: 0;
  padding-left: 20px;
}
.navigation div.sub2 > .item > .menu:hover:after,
.navigation div.sub2 > .item > .menu:focus:after,
.navigation div.sub2 > .item > .menu.path:after {
  opacity: 1;
  width: 16px;
}
.navigation div.sub1 > .item:hover div.sub2 {
  min-width: 100%;
  max-width: 1000%;
  padding: 20px 40px 20px 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.3s 0.2s, max-width 0s, padding 0s;
}
.navigation div.sub1 > .item:hover div.sub2:before {
  width: 100%;
  height: 100%;
  transition: width 0.3s, height 0.3s;
}
.navigation div.sub1 > .item:hover div.sub2:after {
  width: 100%;
  transition: width 0.3s;
}
.navigation div.sub1 > .item:hover div.sub2 > .item {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s 0.2s, transform 0.3s 0.2s;
}
.footarea {
  width: 102.1875%;
  margin-left: -1.09375%;
}
.footunit {
  width: 31.19266055%;
  margin-left: 1.07033639%;
  margin-right: 1.07033639%;
}
#head {
  margin-bottom: -54px;
}
.moodcontent {
  bottom: 70px;
}
.tg-newsSlider__header {
  margin-bottom: 6px;
}
.section--one .area .seam .body {
  padding-top: 30px;
  padding-bottom: 30px;
}
.section--one .area .edge + .edge + .edge {
  margin-top: -46px;
}
.section--two .area .pure + .pure + .pure + .pure {
  margin-top: -4px;
}
.section--two .area .unit:not(.pure) + .unit:not(.pure) + .unit:not(.pure) + .unit:not(.pure) {
  margin-top: -64px;
}
.section--two .area .flat {
  padding-top: 30px;
  padding-bottom: 30px;
}
.section--three .area .unit + .unit + .unit + .unit {
  margin-top: 6px;
}
.section--four .area .unit + .unit + .unit + .unit {
  margin-top: 6px;
}
.section--six .area .unit .body {
  padding-top: 70px;
  padding-bottom: 70px;
}
.section--one .area {
  width: 100%;
}
.section--one .area > .unit {
  margin-right: 1.07033639%;
  margin-left: 1.07033639%;
  width: 97.85932722%;
}
.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: 31.19266055%;
}
.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--two .area {
  width: 100%;
}
.section--two .area > .unit {
  margin-right: 0.28935185%;
  margin-left: 0.28935185%;
  width: 99.4212963%;
}
.section--two .area .cb-album .body,
.section--two .area .head,
.section--two .area .foot,
.section--two .area .part {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.section--two .area > .slim {
  width: 32.75462963%;
}
.section--two .area > .slim .head,
.section--two .area > .slim .foot,
.section--two .area > .slim .part {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.section--two .area > .slim.cb-album .body {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.section--two .area > .slim .tiny {
  width: 100%;
}
.section--three .area {
  width: 100%;
}
.section--three .area > .unit {
  margin-right: 1.07033639%;
  margin-left: 1.07033639%;
  width: 97.85932722%;
}
.section--three .area .cb-album .body,
.section--three .area .head,
.section--three .area .foot,
.section--three .area .part {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.section--three .area > .slim {
  width: 31.19266055%;
}
.section--three .area > .slim .head,
.section--three .area > .slim .foot,
.section--three .area > .slim .part {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.section--three .area > .slim.cb-album .body {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.section--three .area > .slim .tiny {
  width: 100%;
}
.section--four .area {
  width: 100%;
}
.section--four .area > .unit {
  margin-right: 1.07033639%;
  margin-left: 1.07033639%;
  width: 97.85932722%;
}
.section--four .area .cb-album .body,
.section--four .area .head,
.section--four .area .foot,
.section--four .area .part {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.section--four .area > .slim {
  width: 31.19266055%;
}
.section--four .area > .slim .head,
.section--four .area > .slim .foot,
.section--four .area > .slim .part {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.section--four .area > .slim.cb-album .body {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.section--four .area > .slim .tiny {
  width: 100%;
}
.section--one .area {
  width: 102.1875%;
  margin-left: -1.09375%;
}
.section--two .area {
  width: 100.58207218%;
  margin-left: -0.29103609%;
}
.section--three .area {
  width: 102.1875%;
  margin-left: -1.09375%;
}
.section--four .area {
  width: 102.1875%;
  margin-left: -1.09375%;
}
.section--one .area .pure,
.section--one .area .seam {
  width: 97.85932722%;
}
.section--one .area .edge {
  width: 47.85932722%;
}
.section--two .area .unit.wide {
  width: 32.75462963%;
}
.section--three .area .unit.wide {
  width: 31.19266055%;
}
.section--four .area .unit.wide {
  width: 31.19266055%;
}
.section--six .area .unit .body {
  padding-left: 650px;
}
@media (max-width: 1581px) {
  .section--six .area .unit .body {
    padding-left: 41.11321948vw;
  }
}
.section--six .area .unit .pict.tall:first-child {
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 49.21875%;
  height: 630px;
}
/*# sourceMappingURL=./screen-large.css.map */