.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);
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  background: none;
  font-size: 100%;
}
*::selection {
  background: #FFBC00;
  color: #fff;
}
.hidden,
.cb-invisible {
  display: none !important;
}
li {
  list-style-position: inside;
}
img,
audio,
video,
iframe {
  float: left;
  width: 100%;
}
strong {
  font-weight: bold;
}
sup,
sub {
  position: relative;
  vertical-align: baseline;
  top: -0.8em;
  font-size: 70%;
}
sub {
  top: 0.4em;
}
address {
  font-style: normal;
}
input,
textarea {
  border-radius: 0;
  font-size: 18px;
  font-family: 'depot-new-web', sans-serif;
  line-height: 1.55555556;
}
.unit caption {
  display: none;
}
.flag {
  background: #FFBC00;
  color: #fff;
}
img.cb-loading {
  background-size: 30px 30px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-loader.svg);
}
.cbdModule {
  float: left;
  width: 100%;
}
.cbDynamicContent__element {
  float: left;
  width: 100%;
}
#view .cbDynamicContent__element.is-empty {
  display: none;
}
.area {
  float: left;
  width: 100%;
}
#view .area:empty {
  display: none;
}
.unit {
  float: left;
  width: 100%;
  margin-top: 64px;
  margin-bottom: 64px;
  position: relative;
}
@media (max-width: 1279px) {
  .unit {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .unit {
    margin-top: 30px;
  }
}
@media (max-width: 1279px) {
  .unit {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .unit {
    margin-bottom: 30px;
  }
}
.unit .head,
.unit .body,
.unit .foot {
  float: left;
  width: 100%;
}
.unit.fold div.less,
.unit.fold div.more {
  float: left;
  width: 100%;
}
.unit.fold .ctrl {
  float: left;
  width: 100%;
}
.part {
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}
@media (max-width: 1279px) {
  .part {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .part {
    margin-top: 10px;
  }
}
@media (max-width: 1279px) {
  .part {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .part {
    margin-bottom: 10px;
  }
}
.pict a {
  float: left;
  width: 100%;
}
.pict img {
  width: 100%;
}
.pict img:not(.svg) {
  width: auto;
  max-width: 100% !important;
}
#root#root#root img.zoom {
  display: none !important;
}
.cb-image-figure {
  float: left;
  width: 100%;
}
.cb-image-container {
  float: left;
  width: 100%;
  position: relative;
}
.cb-image-caption {
  float: left;
  width: 100%;
}
#disp.zoom .cb-image-figure {
  height: 100%;
}
#disp.zoom .cb-image-container {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#disp.zoom .cb-image-caption {
  display: none;
}
.cb-album .cb-image-figure {
  opacity: 1 !important;
  display: block !important;
}
.cb-album .cb-image-container {
  position: static;
}
.cb-album .cb-image-caption {
  display: none;
}
div.load {
  background: none !important;
}
.show a {
  float: left;
  width: 100%;
  display: block;
}
#edit .line {
  padding-top: 5px;
  padding-bottom: 5px;
}
.line hr {
  float: left;
  width: 100%;
  border-bottom: 1px solid #000;
}
.line hr.bold {
  border-bottom-width: 2px;
}
.line hr.dash {
  border-bottom-style: dashed;
}
.line hr.spot {
  border-bottom-style: dotted;
}
#edit div.code {
  position: relative;
  min-height: 30px;
}
#edit div.code:after {
  content: 'Code';
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background: #aaa;
  opacity: 0.6;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 0.2em;
  padding: 0 20px;
}
.cb-code-executable {
  float: left;
  width: 100%;
}
.cb-service {
  float: left;
  width: 100%;
  margin: 5px 0;
}
.cb-service:first-child {
  margin-top: 0;
}
.cb-service:last-child {
  margin-bottom: 0;
}
.cb-youtube iframe,
.cb-vimeo iframe {
  height: 100%;
  background-color: #fff;
}
.text-section {
  float: left;
  width: 100%;
}
.list {
  float: left;
  width: 100%;
}
.list--bullet li {
  list-style: none;
  padding-left: 24px;
  position: relative;
  margin-top: 14px;
}
.list--bullet li:first-child {
  margin-top: 0;
}
.list--bullet li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  background-color: #FFBC00;
  border-radius: 1000px;
}
.list--numbered {
  counter-reset: numberedList;
}
.list--numbered li {
  list-style: none;
  padding-left: 24px;
  position: relative;
}
.list--numbered li:before {
  content: counter(numberedList) ".";
  counter-increment: numberedList;
  position: absolute;
  left: 0;
  top: 0;
}
#expo {
  float: left;
  width: 100%;
  position: relative;
}
#slides {
  float: left;
  width: 100%;
  height: 600px !important;
  max-width: 100% !important;
  max-height: 100% !important;
  position: relative;
}
@media (max-width: 1279px) {
  #slides {
    height: 400px !important;
  }
}
@media (max-width: 767px) {
  #slides {
    height: 250px !important;
  }
}
#slides .slide {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}
#slides a {
  display: block;
  width: 100%;
  height: 100%;
}
#slides a.null {
  cursor: default;
}
.cb-slides .cb-image-figure {
  height: 100%;
}
.cb-slides .cb-image-container {
  height: 100% !important;
}
.cb-layout4 .cb-slides .cb-image-container {
  position: relative;
}
.cb-layout4 .cb-slides .cb-image-container:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 75%;
  z-index: 2;
  pointer-events: none;
  opacity: 0.5;
  background-image: linear-gradient(to top, #000, transparent);
}
@media (max-width: 767px) {
  .cb-layout4 .cb-slides .cb-image-container:after {
    display: none;
  }
}
#slides img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
#expo div.link {
  display: none;
  float: left;
  width: 100%;
  height: 0;
}
#expo a.link {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 30px;
  height: 50px;
  transform: translateY(-50%);
  background: #FFBC00;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
}
#expo a.link.prev {
  left: 20px;
}
#expo a.link.next {
  right: 20px;
}
table.link,
table.link tbody {
  float: left;
  display: block;
  width: 100%;
  height: 0;
}
.cb-index-all {
  display: block;
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cb-index-all td {
  float: left;
  display: block;
  margin: 0 10px;
}
.cb-index-all td.init {
  margin-left: 0;
}
.cb-index-all td.exit {
  margin-right: 0;
}
.cb-index-all a {
  display: block;
  width: 16px;
  height: 16px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  background: #fff;
  border-radius: 16px;
  transition: all 0.4s;
}
.cb-index-all td.this a {
  background: #FFBC00;
}
.cb-index-some {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
}
.cb-index-some td {
  float: left;
  display: block;
  color: #fff;
}
.cb-index-some td:first-child:after {
  display: inline-block;
  content: '/';
  margin: 0 5px;
}
.cb-index-some a {
  color: #fff;
}
.cb-index-some a:hover,
.cb-index-some a:focus {
  color: #fff;
}
#over {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  width: 100%;
  height: 100% !important;
  background-color: rgba(0, 0, 0, 0.8);
}
#disp {
  position: absolute;
  z-index: 5001;
  top: 0 !important;
  left: 50% !important;
  transform: translateX(-50%);
  width: 1000px !important;
  max-width: 90%;
  min-height: 100vh;
  display: flex !important;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  margin: 0 !important;
  box-sizing: border-box;
  padding: 80px 0 !important;
  font-size: 14px;
  font-family: 'depot-new-web', sans-serif;
  line-height: 1.42857143;
  color: #000;
}
@media (max-width: 767px) {
  #disp {
    padding: 20px 0 !important;
  }
}
.disp-wrapper {
  float: left;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 40px;
}
@media (max-width: 767px) {
  .disp-wrapper {
    padding: 15px;
  }
}
#disp form {
  float: left;
}
.disp-wrapper > form {
  width: 100%;
}
@media (max-width: 767px) {
  #disp form {
    width: 100%;
  }
}
#disp .fail {
  color: #ae2121;
}
#disp .part {
  margin-top: 4px;
  margin-bottom: 4px;
}
#disp a.mail {
  float: left;
  min-height: 26px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
#disp .head,
#disp .body,
#disp .foot {
  float: left;
  width: 100%;
  position: relative;
}
#disp .body {
  margin: 20px 0;
}
#disp .foot form + form {
  float: right;
}
#disp h2 {
  font-size: 14px;
  line-height: 1.71428571;
  font-weight: normal;
  text-transform: uppercase;
  color: #FFBC00;
  width: 100%;
  box-sizing: border-box;
  padding-right: 30px;
}
#disp h3 {
  color: #FFBC00;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 0;
  width: 100%;
}
#disp .head .ctrl {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
#disp .head .ctrl > div {
  float: left;
}
#disp .head .ctrl a {
  float: left;
  display: block;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  width: 16px;
  height: 24px;
  background-size: 16px 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-cross-black.svg);
}
#disp .foot input,
#disp .foot a {
  float: left;
  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;
  line-height: 1.42857143;
}
#disp .foot input:before,
#disp .foot a: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;
}
#disp .foot input:after,
#disp .foot a: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;
}
#disp .foot input:hover,
#disp .foot a:hover,
#disp .foot input:focus,
#disp .foot a:focus {
  padding-left: 52px;
  padding-right: 0;
  background-position: 16px 13px;
}
#disp .foot input:hover:before,
#disp .foot a:hover:before,
#disp .foot input:focus:before,
#disp .foot a:focus:before {
  background-size: 100% 100%;
}
#disp .foot input:hover:after,
#disp .foot a:hover:after,
#disp .foot input:focus:after,
#disp .foot a:focus:after {
  transform: translateX(0);
  opacity: 1;
  transition: all 0.2s 0.05s;
}
.section--footer #disp .foot input,
.section--footer #disp .foot a,
.section--one .area .edge #disp .foot input,
.section--one .area .edge #disp .foot a,
.section--two .area .seam #disp .foot input,
.section--two .area .seam #disp .foot a {
  color: #fff;
  background-image: url(/images/arrow-right-white.svg);
}
.section--footer #disp .foot input:before,
.section--footer #disp .foot a:before,
.section--one .area .edge #disp .foot input:before,
.section--one .area .edge #disp .foot a:before,
.section--two .area .seam #disp .foot input:before,
.section--two .area .seam #disp .foot a:before {
  border-color: #fff;
  background-image: linear-gradient(to right, #fff, #fff);
}
#disp .foot input[title*='Elternseite'],
#disp .foot a[title*='Elternseite'] {
  background-image: url(/images/arrow-left-black.svg);
}
#disp .foot input[title*='Elternseite']:before,
#disp .foot a[title*='Elternseite']:before {
  background-position: 100% 50%;
}
#disp .foot input[title*='Elternseite']:after,
#disp .foot a[title*='Elternseite']:after {
  transform: translateX(20px);
  background-image: url(/images/arrow-left-yellow.svg);
}
#disp .foot input[title*='Elternseite']:hover,
#disp .foot a[title*='Elternseite']:hover,
#disp .foot input[title*='Elternseite']:focus,
#disp .foot a[title*='Elternseite']:focus {
  background-position: 4px 13px;
}
#disp .foot input[title*='Elternseite']:hover:after,
#disp .foot a[title*='Elternseite']:hover:after,
#disp .foot input[title*='Elternseite']:focus:after,
#disp .foot a[title*='Elternseite']:focus:after {
  transform: translateX(0);
}
#disp .foot input.next,
#disp .foot a.next {
  float: right;
}
#disp.mail .foot input {
  float: right;
}
@media (max-width: 767px) {
  #disp .foot input,
  #disp .foot a {
    width: 100%;
    margin: 5px 0;
  }
  #disp .foot input:first-child,
  #disp .foot a:first-child {
    margin-top: 0;
  }
  #disp .foot input:last-child,
  #disp .foot a:last-child {
    margin-bottom: 0;
  }
}
#disp fieldset {
  float: left;
  width: 100%;
  position: relative;
  margin: 4px 0;
}
#disp fieldset.tiny {
  width: 48%;
}
#disp .head fieldset,
#disp .foot fieldset {
  margin: 0;
}
@media (max-width: 767px) {
  #disp fieldset.tiny {
    width: 100%;
  }
}
#disp label.name {
  float: left;
  width: 30%;
  margin-right: 4%;
  min-height: 26px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  #disp label.name {
    width: 100%;
    margin-right: 0;
  }
}
#disp input.text,
#disp textarea {
  float: right;
  width: 66%;
  background-color: #F0F0F0;
  min-height: 26px;
  box-sizing: border-box;
  padding: 2px 10px;
}
#disp input.text.fail,
#disp textarea.fail {
  border: 2px solid #ae2121;
}
#disp textarea {
  min-height: 100px;
  padding: 6px 10px;
}
@media (max-width: 767px) {
  #disp input.text,
  #disp textarea {
    width: 100%;
  }
}
#disp select {
  float: right;
  width: 66%;
  background-color: #F0F0F0;
  height: 26px;
}
@media (max-width: 767px) {
  #disp select {
    width: 100%;
  }
}
#disp input + label,
#disp input + label {
  display: block;
  padding-left: 30px;
}
#disp input.radio,
#disp input.checkbox {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  height: 20px;
  width: 20px;
}
.cb-sitemap-target {
  float: left;
  margin-bottom: 20px;
  color: #fff;
  padding: 5px 10px;
  background-color: #ae2121;
}
.cb-sitemap-contents {
  float: left;
  width: 100%;
}
.cb-sitemap-contents li {
  list-style: none;
  padding-left: 20px;
  position: relative;
}
.cb-sitemap-contents li:before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
}
.cb-zoom-indicator {
  position: absolute;
  z-index: 4;
  right: 15px;
  bottom: 15px;
  width: 36px;
  height: 36px;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: 18px 18px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-zoom-white.svg);
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
}
a.zoom .cb-zoom-indicator {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 1279px) {
  .cb-zoom-indicator {
    right: 10px;
    bottom: 10px;
    width: 24px;
    height: 24px;
    background-size: 12px 12px;
    opacity: 1;
    transform: scale(1);
  }
}
#disp.zoom {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  max-width: 100%;
  height: 100%;
  background: none;
  padding: 0 !important;
  display: block !important;
  transform: none;
}
#disp.zoom .disp-wrapper {
  padding: 0;
  background: none;
  height: 100%;
}
#disp.zoom div.head h2 {
  display: none;
}
#disp.zoom div.head div.ctrl {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 2;
}
@media (max-width: 767px) {
  #disp.zoom div.head div.ctrl {
    top: 20px;
    right: 20px;
  }
}
#disp.zoom div.head div.ctrl > div {
  float: left;
  margin: 0 10px;
}
#disp.zoom div.head div.ctrl > div:first-child {
  margin-left: 0;
}
#disp.zoom div.head div.ctrl > div:last-child {
  margin-right: 0;
}
#disp.zoom div.head div.ctrl a {
  float: left;
  display: block;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-arrow-left-white.svg);
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
}
#disp.zoom div.head div.ctrl .next a {
  background-image: url(/images/cb-default/cb-arrow-right-white.svg);
}
#disp.zoom div.head div.ctrl .quit a {
  background-image: url(/images/cb-default/cb-cross-white.svg);
  background-size: 16px 16px;
}
#disp.zoom div.head div.ctrl a:hover {
  transform: scale(1.1);
}
#disp.zoom div.head div.ctrl a:active {
  transform: scale(1);
}
#disp.zoom div.body {
  float: left;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 80px 30px;
  margin: 0;
}
@media (max-width: 767px) {
  #disp.zoom div.body {
    padding: 60px 20px;
  }
}
#disp.zoom div.body > div {
  float: left;
  width: 100% !important;
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#disp.zoom div.body a {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#disp.zoom div.body img {
  float: left;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#disp.zoom div.foot {
  display: none;
}
.ie11 #disp.zoom {
  position: absolute;
}
.ie11 #disp.zoom div.body,
.ie11 #disp.zoom div.body > div,
.ie11 #disp.zoom div.body a {
  height: auto;
  display: block;
}
.ie11 #disp.zoom div.body img {
  float: none;
  position: relative;
  height: auto;
  display: block;
  margin: 0 auto;
}
#disp.srch {
  display: block !important;
}
#disp.srch h2 {
  display: none;
}
#disp.srch .disp-wrapper {
  background: none;
  padding: 0;
}
#disp.srch .head .ctrl a {
  background-image: url(/images/cb-default/cb-cross-white.svg);
}
#disp.srch div.body {
  margin: 0;
}
#disp.srch fieldset {
  margin: 0;
}
#disp.srch label.name {
  display: none;
}
#disp.srch input.text {
  font-family: 'depot-new-web', sans-serif;
  background-color: transparent;
  margin-top: 40px;
  width: 100%;
  color: #fff;
  font-size: 50px;
  line-height: 1;
  border-bottom: 1px solid #fff;
  padding: 20px 0;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
}
@media (max-width: 767px) {
  #disp.srch input.text {
    font-size: 18px;
  }
}
.cb-result {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 18px;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}
.cb-result p {
  margin-top: 40px;
}
.cb-result a {
  color: #fff;
  text-decoration: none;
}
.cb-result a:hover {
  color: #fff;
  text-decoration: underline;
}
.cb-result table {
  float: left;
  width: 100%;
  border-collapse: collapse;
}
.cb-result tbody {
  width: 100%;
}
.cb-result th {
  padding-top: 20px;
  font-size: 24px;
  line-height: 1;
  text-align: left;
}
.cb-result th:first-child {
  padding-right: 40px;
  width: 80px;
}
.cb-result td {
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.cb-result th,
.cb-result td {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .cb-result {
    font-size: 14px;
  }
  .cb-result th {
    padding-top: 10px;
    font-size: 18px;
  }
  .cb-result th:first-child {
    padding-right: 10px;
    width: 54px;
  }
  .cb-result td {
    padding-bottom: 10px;
    padding-top: 5px;
  }
}
.unit.form form {
  float: left;
  width: 100%;
}
.cb-form-required {
  float: left;
  width: 100%;
}
.unit.form fieldset {
  float: left;
  width: 100%;
  position: relative;
}
.unit.form .part.must {
  font-size: 16px;
  line-height: 1.25;
}
.unit.form div.ctrl {
  float: left;
  width: 100%;
}
.unit.form div.ctrl.fail {
  box-sizing: border-box;
  padding: 5px;
  background-color: #e7bcbc;
}
@media (min-width: 768px) {
  .unit.form .tile div.ctrl,
  .unit.form .tick.pile div.ctrl {
    float: right;
    width: 66%;
  }
}
.unit.form .part.word.pile + .part.word.pile {
  margin-top: 50px;
}
.unit.form .text-section--h3 {
  margin-top: 40px;
}
.unit.form .part:first-child .text-section--h3 {
  margin-top: 0;
}
.unit.form .name {
  float: left;
  width: 100%;
  font-weight: bold;
}
@media (min-width: 768px) {
  .unit.form .tile .name,
  .unit.form .tick.pile .name {
    width: 30%;
    min-height: 40px;
    padding-top: 6px;
    padding-bottom: 6px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
  }
}
.unit.form input.text,
.unit.form textarea {
  float: left;
  width: 100%;
  box-sizing: border-box;
  background: transparent;
  min-height: 40px;
  padding: 5px 0;
  -webkit-appearance: none;
  border-bottom: 2px solid #000;
  transition: all 0.2s;
}
.unit.form input.text.fail,
.unit.form textarea.fail {
  background-color: #e7bcbc;
}
.unit.form input.text:focus,
.unit.form textarea:focus {
  border-color: #FFBC00;
}
.unit.form textarea {
  padding: 10px 0;
}
@media (min-width: 768px) {
  .unit.form .tile input.text,
  .unit.form .tile textarea {
    float: right;
    width: 66%;
  }
}
.unit.form div.tick div.ctrl > div {
  float: left;
  width: 100%;
  position: relative;
  padding: 4px 0;
}
@media (min-width: 768px) {
  .unit.form div.tick.tile div.ctrl > div {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.unit.form div.tick label {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding-left: 26px;
}
.unit.form div.tick input {
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  margin-right: 6px;
  height: 28px;
  vertical-align: top;
}
@media (min-width: 768px) {
  .unit.form div.tick.tile input {
    top: 6px;
  }
}
.unit.form .tick.pile div.ctrl > div {
  width: auto;
  margin-right: 80px;
}
.unit.form select {
  float: left;
  width: 100%;
  font-family: 'depot-new-web', sans-serif;
  font-size: 18px;
  line-height: 1.55555556;
  background: transparent;
  height: 40px;
  border: 1px solid #000;
  padding: 5px;
}
.unit.form .ship fieldset > div {
  float: left;
  width: 100%;
}
.unit.form .ship fieldset > div.fail {
  box-sizing: border-box;
  padding: 5px;
  background-color: #e7bcbc;
}
.unit.form .ship div.chop {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.unit.form .ship div.chop input {
  float: left;
  display: block;
  font-size: 12px;
}
.unit.form .ship div.chop span {
  float: left;
}
.unit.form .ship div.chop a {
  float: left;
  display: block;
  margin-left: 10px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  width: 12px;
  height: 12px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-cross-black.svg);
}
@media (min-width: 768px) {
  .unit.form .ship.tile fieldset > div {
    float: right;
    width: 66%;
    min-height: 40px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
}
.unit.form input.submit {
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
  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-image: url(/images/arrow-right-black.svg);
  position: relative;
  transition: all 0.25s;
  margin-right: -6px;
  background-size: 36px 36px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(/images/form-submit.svg);
}
@media (max-width: 1279px) {
  .unit.form input.submit {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .unit.form input.submit {
    margin-top: 10px;
  }
}
@media (max-width: 1279px) {
  .unit.form input.submit {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .unit.form input.submit {
    margin-bottom: 10px;
  }
}
.unit.form input.submit: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;
}
.unit.form input.submit: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;
}
.unit.form input.submit:hover,
.unit.form input.submit:focus {
  padding-left: 52px;
  padding-right: 0;
  background-position: 16px 13px;
}
.unit.form input.submit:hover:before,
.unit.form input.submit:focus:before {
  background-size: 100% 100%;
}
.unit.form input.submit:hover:after,
.unit.form input.submit:focus:after {
  transform: translateX(0);
  opacity: 1;
  transition: all 0.2s 0.05s;
}
.section--footer .unit.form input.submit,
.section--one .area .edge .unit.form input.submit,
.section--two .area .seam .unit.form input.submit {
  color: #fff;
  background-image: url(/images/arrow-right-white.svg);
}
.section--footer .unit.form input.submit:before,
.section--one .area .edge .unit.form input.submit:before,
.section--two .area .seam .unit.form input.submit:before {
  border-color: #fff;
  background-image: linear-gradient(to right, #fff, #fff);
}
.unit.form input.submit[title*='Elternseite'] {
  background-image: url(/images/arrow-left-black.svg);
}
.unit.form input.submit[title*='Elternseite']:before {
  background-position: 100% 50%;
}
.unit.form input.submit[title*='Elternseite']:after {
  transform: translateX(20px);
  background-image: url(/images/arrow-left-yellow.svg);
}
.unit.form input.submit[title*='Elternseite']:hover,
.unit.form input.submit[title*='Elternseite']:focus {
  background-position: 4px 13px;
}
.unit.form input.submit[title*='Elternseite']:hover:after,
.unit.form input.submit[title*='Elternseite']:focus:after {
  transform: translateX(0);
}
.unit.form input.submit:hover,
.unit.form input.submit:focus {
  background-position: 0 0;
  background-image: url(/images/form-submit-hover.svg);
}
.calendar {
  position: absolute !important;
  z-index: 2;
  left: 34% !important;
  top: 100% !important;
  right: unset !important;
  background: #fff;
  width: 200px;
  margin: 10px 0 0 0 !important;
  box-shadow: 0 0 6px rgba(160, 160, 160, 0.4);
  font-size: 14px;
  line-height: 1.14285714;
  padding: 20px;
}
.calendar table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.calendar th,
.calendar td {
  text-align: center;
  padding: 2px;
}
.calendar tr.month th {
  padding-bottom: 10px;
}
.calendar tr.month th:first-child a,
.calendar tr.month th:last-child a {
  float: left;
  display: block;
  width: 16px;
  height: 16px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-arrow-left-black.svg);
}
.calendar tr.month th:last-child a {
  float: right;
  background-image: url(/images/cb-default/cb-arrow-right-black.svg);
}
.calendar td.today a {
  color: #000;
  text-decoration: underline;
}
.unit.form .recaptcha-info {
  color: #aaa;
}
.unit.form .recaptcha-info a {
  color: #aaa;
}
.unit.form .recaptcha-info a:hover,
.unit.form .recaptcha-info a:focus {
  text-decoration: underline;
}
.unit.form .part.fail {
  font-size: 16px;
  line-height: 1.25;
  border-left: 4px solid #ae2121;
  box-sizing: border-box;
  padding: 20px;
  background-color: #e7bcbc;
  color: #ae2121;
}
.unit.form div.cb-form-sent {
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 1279px) {
  .unit.form div.cb-form-sent {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .unit.form div.cb-form-sent {
    margin-top: 10px;
  }
}
@media (max-width: 1279px) {
  .unit.form div.cb-form-sent {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .unit.form div.cb-form-sent {
    margin-bottom: 10px;
  }
}
.unit.form div.cb-form-sent a {
  float: left;
  color: #5abb55;
}
#disp.two-step-verification div.body {
  overflow: hidden;
}
#disp.two-step-verification p {
  float: left;
  width: 100%;
}
.two-step-verification-container {
  float: left;
  width: 100%;
  min-width: 300px;
  margin-top: 10px;
  height: 350px;
  position: relative;
}
.two-step-verification-container a {
  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;
}
.two-step-verification-container a: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;
}
.two-step-verification-container a: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;
}
.two-step-verification-container a:hover,
.two-step-verification-container a:focus {
  padding-left: 52px;
  padding-right: 0;
  background-position: 16px 13px;
}
.two-step-verification-container a:hover:before,
.two-step-verification-container a:focus:before {
  background-size: 100% 100%;
}
.two-step-verification-container a:hover:after,
.two-step-verification-container a:focus:after {
  transform: translateX(0);
  opacity: 1;
  transition: all 0.2s 0.05s;
}
.section--footer .two-step-verification-container a,
.section--one .area .edge .two-step-verification-container a,
.section--two .area .seam .two-step-verification-container a {
  color: #fff;
  background-image: url(/images/arrow-right-white.svg);
}
.section--footer .two-step-verification-container a:before,
.section--one .area .edge .two-step-verification-container a:before,
.section--two .area .seam .two-step-verification-container a:before {
  border-color: #fff;
  background-image: linear-gradient(to right, #fff, #fff);
}
.two-step-verification-container a[title*='Elternseite'] {
  background-image: url(/images/arrow-left-black.svg);
}
.two-step-verification-container a[title*='Elternseite']:before {
  background-position: 100% 50%;
}
.two-step-verification-container a[title*='Elternseite']:after {
  transform: translateX(20px);
  background-image: url(/images/arrow-left-yellow.svg);
}
.two-step-verification-container a[title*='Elternseite']:hover,
.two-step-verification-container a[title*='Elternseite']:focus {
  background-position: 4px 13px;
}
.two-step-verification-container a[title*='Elternseite']:hover:after,
.two-step-verification-container a[title*='Elternseite']:focus:after {
  transform: translateX(0);
}
.two-step-verification__div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #fff;
  background-size: 100px 100px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-loader-black.svg);
}
.two-step-verification-container.loaded .two-step-verification__div {
  background-image: none;
}
.table {
  float: left;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.table-layout-fixed .table {
  table-layout: fixed;
}
.table tr {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.table-head tr {
  border-top: none;
}
.table th {
  font-weight: normal;
  padding: 5px 10px;
  vertical-align: top;
}
.table th.init {
  padding-left: 0;
}
.table th.exit {
  padding-right: 0;
}
.table th.align-left {
  text-align: left;
}
.table th.align-center {
  text-align: center;
}
.table th.align-right {
  text-align: right;
}
.table--headline th {
  font-weight: bold;
}
.table td {
  padding: 5px 10px;
  vertical-align: top;
}
.table td.init {
  padding-left: 0;
}
.table td.exit {
  padding-right: 0;
}
.table td.align-left {
  text-align: left;
}
.table td.align-center {
  text-align: center;
}
.table td.align-right {
  text-align: right;
}
#edit .table td {
  border-left: 1px dashed #e0e0e0;
  border-right: 1px dashed #e0e0e0;
}
.table--footer .table-foot td {
  font-weight: bold;
}
@media (max-width: 767px) {
  .part--table .table {
    font-size: 2.34680574vw;
  }
}
html,
body {
  float: left;
  width: 100%;
  min-height: 100vh;
}
#home {
  float: left;
  height: 132px;
  margin: 22px 0;
  transition: all 0.4s;
}
.cb-scroll-triggered--active #home {
  height: 80px;
}
@media (max-width: 1279px) {
  #home {
    height: 80px;
    margin: 15px 0;
  }
  .cb-scroll-triggered--active #home {
    height: 60px;
    margin: 10px 0;
  }
}
.logo {
  width: auto;
  height: 100%;
}
#head {
  float: left;
  width: 100%;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}
.moodcontent #head {
  margin-top: 0;
  margin-bottom: 10px;
}
@media (max-width: 1279px) {
  .moodcontent #head {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .moodcontent #head {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  #head {
    margin-top: 40px;
  }
}
.wrapper {
  float: left;
  width: 100%;
  min-height: 100vh;
  background-color: #fff;
  font-family: 'depot-new-web', sans-serif;
  font-size: 18px;
  line-height: 1.55555556;
  color: #000;
  overflow: hidden;
  hyphens: none;
  font-weight: 300;
  box-sizing: border-box;
  padding-top: 226px;
}
@media (max-width: 1279px) {
  .wrapper {
    padding-top: 115px;
  }
}
.desk {
  *zoom: 1;
  margin: 0 auto;
  max-width: 84%;
  width: 1280px;
  position: relative;
}
.desk:before,
.desk:after {
  display: table;
  content: '';
}
.desk:after {
  clear: both;
}
.section--two .desk,
.section--six .desk {
  width: 1718px;
}
.section {
  float: left;
  width: 100%;
  position: relative;
}
.section--navigation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2001;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1279px) {
  .section--navigation {
    border-top: 5px solid #FFBC00;
    transition: all 0.4s;
  }
  .section--navigation.cb-scroll-triggered--active {
    border-top-width: 0;
  }
  body.cb-toggle-target-active .section--navigation {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
  }
}
.section--footer {
  background-color: #000;
  margin-top: 74px;
  color: #fff;
  background-size: auto 300px;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(/images/crosses-bottomRight-15.svg);
}
@media (max-width: 1279px) {
  .section--footer {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .section--footer {
    margin-top: 40px;
  }
}
.section--footer a {
  color: #fff;
}
.section--footer a:hover,
.section--footer a:focus {
  color: #FFBC00;
}
.section--credits {
  background-color: #FFBC00;
}
.c2 .section--three,
.cb-layout3 .section--three {
  display: none;
}
.navisection {
  float: left;
  width: 100%;
}
.navisection--quicklinks {
  background-color: #FFBC00;
  transition: all 0.4s;
}
.cb-scroll-triggered--active .navisection--quicklinks {
  margin-top: -50px;
}
@media (max-width: 1279px) {
  .navisection--quicklinks {
    display: none;
  }
}
#quicklinks {
  float: right;
  margin: 11px 0;
}
#quicklinks .meta {
  float: left;
  color: #000;
  font-weight: 400;
  padding-left: 34px;
  position: relative;
  background-size: auto 22px;
  background-repeat: no-repeat;
  transition: all 0.3s;
  margin-right: 34px;
}
#quicklinks .meta:after {
  content: '';
  position: absolute;
  left: 34px;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #000;
  transition: all 0.3s;
}
#quicklinks .meta:hover:after,
#quicklinks .meta:focus:after {
  width: calc(100% - 34px);
}
.section--footer #quicklinks .meta {
  color: #fff;
}
.section--footer #quicklinks .meta:after {
  background-color: #fff;
}
#quicklinks .meta:last-child {
  margin-right: 0;
}
#quicklinks .meta.service_telefon {
  background-position: 0 0;
  background-image: url(/images/icon-phone-neg-black.svg);
}
#quicklinks .meta.service_telefon:hover,
#quicklinks .meta.service_telefon:focus {
  background-image: url(/images/icon-phone-black.svg);
}
.section--footer #quicklinks .meta.service_telefon {
  background-image: url(/images/icon-phone-neg-white.svg);
}
.section--footer #quicklinks .meta.service_telefon:hover,
.section--footer #quicklinks .meta.service_telefon:focus {
  background-image: url(/images/icon-phone-white.svg);
}
#quicklinks .meta.service_openings {
  padding-left: 28px;
  background-position: 0 3px;
  background-image: url(/images/icon-watch-neg-black.svg);
}
#quicklinks .meta.service_openings:after {
  left: 28px;
}
#quicklinks .meta.service_openings:hover,
#quicklinks .meta.service_openings:focus {
  background-image: url(/images/icon-watch-black.svg);
}
#quicklinks .meta.service_openings:hover:after,
#quicklinks .meta.service_openings:focus:after {
  width: calc(100% - 28px);
}
.section--footer #quicklinks .meta.service_openings {
  background-image: url(/images/icon-watch-neg-white.svg);
}
.section--footer #quicklinks .meta.service_openings:hover,
.section--footer #quicklinks .meta.service_openings:focus {
  background-image: url(/images/icon-watch-white.svg);
}
.navicontent {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navigation {
  float: left;
  display: flex;
  align-items: center;
}
@media (max-width: 1279px) {
  .navigation {
    display: none;
  }
}
.moodwrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  height: 0;
  display: none;
}
.moodwrapper .desk {
  height: 0;
}
.cb-layout4 .moodwrapper {
  display: block;
}
@media (max-width: 767px) {
  .moodwrapper {
    float: left;
    width: 100%;
    position: relative;
    height: auto;
  }
  .moodwrapper .desk {
    height: auto;
  }
}
.moodcontent {
  position: absolute;
  left: 80px;
  width: 788px;
  color: #fff;
}
@media (max-width: 1279px) {
  .moodcontent {
    width: 400px;
    left: 8vw;
  }
}
@media (max-width: 767px) {
  .moodcontent {
    position: static;
    float: left;
    width: 100%;
    background-color: #F0F0F0;
    color: #000;
    box-sizing: border-box;
    padding: 40px 8vw;
  }
}
.downlink {
  position: absolute;
  right: 80px;
  bottom: 80px;
  z-index: 2;
  width: 80px;
  height: 80px;
  box-sizing: border-box;
  border: 2px solid #fff;
  border-radius: 1000px;
  overflow: hidden;
  cursor: pointer;
  display: none;
}
.cb-layout4 .downlink {
  display: block;
}
.downlink:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -18px;
  margin-left: -8px;
  width: 16px;
  height: 36px;
  z-index: 2;
  background-size: 16px 36px;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-down-tall-yellow.svg);
  transition: all 0.3s;
}
.downlink:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -18px;
  margin-left: -8px;
  width: 16px;
  height: 36px;
  z-index: 3;
  background-size: 16px 36px;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-image: url(/images/arrow-down-tall-yellow.svg);
  transition: all 0.3s;
  opacity: 0;
  transform: translateY(-30px) scale(0.8);
}
.downlink:hover:before {
  transform: translateY(30px);
  opacity: 0;
}
.downlink:hover:after {
  transform: translateY(0) scale(1);
  opacity: 1;
}
@media (max-width: 1279px) {
  .downlink {
    bottom: 60px;
    right: 60px;
  }
}
@media (max-width: 767px) {
  .downlink {
    bottom: 100%;
    margin-bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
  }
  .downlink:before,
  .downlink:after {
    width: 14px;
    height: 30px;
    background-size: 14px 30px;
    margin-left: -7px;
    margin-top: -15px;
  }
}
.pfad {
  float: left;
  width: 100%;
  margin-top: 16px;
}
.cb-layout4 .pfad {
  display: none;
}
@media (max-width: 767px) {
  .pfad {
    display: none;
  }
}
.pfad a {
  float: left;
  margin-left: 10px;
  color: #000;
  font-size: 16px;
  line-height: 1.75;
  padding-left: 26px;
  background-size: 16px 10px;
  background-position: 0 9px;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-black.svg);
}
.pfad a.pfad__root {
  font-weight: bold;
  padding-left: 0;
  margin-left: 0;
  background: none;
}
.pfad a:hover,
.pfad a:focus {
  color: #FFBC00;
}
.footcontent {
  float: left;
  width: 100%;
  margin: 80px 0;
}
@media (max-width: 1279px) {
  .footcontent {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .footcontent {
    margin-bottom: 60px;
  }
}
.footarea {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.footunit {
  float: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-left: 1px solid rgba(255, 188, 0, 0.3);
  box-sizing: border-box;
  padding-left: 30px;
}
@media (max-width: 1279px) {
  .footunit {
    margin-top: 80px;
    border: none;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .footunit {
    margin-top: 60px;
  }
}
.foottitle {
  float: left;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 1.16666667;
  font-family: 'rucksack', sans-serif;
  font-weight: bold;
}
.vcard {
  float: left;
}
.vcard .org {
  font-weight: bold;
}
#footlinks {
  float: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
}
#footlinks .meta:not(.service_anfahrt) {
  float: left;
  color: #000;
  font-weight: 400;
  padding-left: 34px;
  position: relative;
  background-size: auto 22px;
  background-repeat: no-repeat;
  transition: all 0.3s;
  margin-top: 10px;
}
#footlinks .meta:not(.service_anfahrt):after {
  content: '';
  position: absolute;
  left: 34px;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #000;
  transition: all 0.3s;
}
#footlinks .meta:not(.service_anfahrt):hover:after,
#footlinks .meta:not(.service_anfahrt):focus:after {
  width: calc(100% - 34px);
}
.section--footer #footlinks .meta:not(.service_anfahrt) {
  color: #fff;
}
.section--footer #footlinks .meta:not(.service_anfahrt):after {
  background-color: #fff;
}
#footlinks .meta:not(.service_anfahrt):first-child {
  margin-top: 0;
}
#footlinks .meta:not(.service_anfahrt).service_telefon {
  background-position: 0 0;
  background-image: url(/images/icon-phone-neg-black.svg);
}
#footlinks .meta:not(.service_anfahrt).service_telefon:hover,
#footlinks .meta:not(.service_anfahrt).service_telefon:focus {
  background-image: url(/images/icon-phone-black.svg);
}
.section--footer #footlinks .meta:not(.service_anfahrt).service_telefon {
  background-image: url(/images/icon-phone-neg-white.svg);
}
.section--footer #footlinks .meta:not(.service_anfahrt).service_telefon:hover,
.section--footer #footlinks .meta:not(.service_anfahrt).service_telefon:focus {
  background-image: url(/images/icon-phone-white.svg);
}
#footlinks .meta:not(.service_anfahrt).service_openings {
  padding-left: 28px;
  background-position: 0 3px;
  background-image: url(/images/icon-watch-neg-black.svg);
}
#footlinks .meta:not(.service_anfahrt).service_openings:after {
  left: 28px;
}
#footlinks .meta:not(.service_anfahrt).service_openings:hover,
#footlinks .meta:not(.service_anfahrt).service_openings:focus {
  background-image: url(/images/icon-watch-black.svg);
}
#footlinks .meta:not(.service_anfahrt).service_openings:hover:after,
#footlinks .meta:not(.service_anfahrt).service_openings:focus:after {
  width: calc(100% - 28px);
}
.section--footer #footlinks .meta:not(.service_anfahrt).service_openings {
  background-image: url(/images/icon-watch-neg-white.svg);
}
.section--footer #footlinks .meta:not(.service_anfahrt).service_openings:hover,
.section--footer #footlinks .meta:not(.service_anfahrt).service_openings:focus {
  background-image: url(/images/icon-watch-white.svg);
}
#footlinks .meta.service_anfahrt {
  float: left;
  margin-top: 24px;
  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;
}
#footlinks .meta.service_anfahrt: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;
}
#footlinks .meta.service_anfahrt: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;
}
#footlinks .meta.service_anfahrt:hover,
#footlinks .meta.service_anfahrt:focus {
  padding-left: 52px;
  padding-right: 0;
  background-position: 16px 13px;
}
#footlinks .meta.service_anfahrt:hover:before,
#footlinks .meta.service_anfahrt:focus:before {
  background-size: 100% 100%;
}
#footlinks .meta.service_anfahrt:hover:after,
#footlinks .meta.service_anfahrt:focus:after {
  transform: translateX(0);
  opacity: 1;
  transition: all 0.2s 0.05s;
}
.section--footer #footlinks .meta.service_anfahrt,
.section--one .area .edge #footlinks .meta.service_anfahrt,
.section--two .area .seam #footlinks .meta.service_anfahrt {
  color: #fff;
  background-image: url(/images/arrow-right-white.svg);
}
.section--footer #footlinks .meta.service_anfahrt:before,
.section--one .area .edge #footlinks .meta.service_anfahrt:before,
.section--two .area .seam #footlinks .meta.service_anfahrt:before {
  border-color: #fff;
  background-image: linear-gradient(to right, #fff, #fff);
}
#footlinks .meta.service_anfahrt[title*='Elternseite'] {
  background-image: url(/images/arrow-left-black.svg);
}
#footlinks .meta.service_anfahrt[title*='Elternseite']:before {
  background-position: 100% 50%;
}
#footlinks .meta.service_anfahrt[title*='Elternseite']:after {
  transform: translateX(20px);
  background-image: url(/images/arrow-left-yellow.svg);
}
#footlinks .meta.service_anfahrt[title*='Elternseite']:hover,
#footlinks .meta.service_anfahrt[title*='Elternseite']:focus {
  background-position: 4px 13px;
}
#footlinks .meta.service_anfahrt[title*='Elternseite']:hover:after,
#footlinks .meta.service_anfahrt[title*='Elternseite']:focus:after {
  transform: translateX(0);
}
.newsletter {
  float: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.newsletter__text {
  float: left;
}
.newsletter .service_anmelden {
  float: left;
  margin-top: 24px;
  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;
}
.newsletter .service_anmelden: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;
}
.newsletter .service_anmelden: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;
}
.newsletter .service_anmelden:hover,
.newsletter .service_anmelden:focus {
  padding-left: 52px;
  padding-right: 0;
  background-position: 16px 13px;
}
.newsletter .service_anmelden:hover:before,
.newsletter .service_anmelden:focus:before {
  background-size: 100% 100%;
}
.newsletter .service_anmelden:hover:after,
.newsletter .service_anmelden:focus:after {
  transform: translateX(0);
  opacity: 1;
  transition: all 0.2s 0.05s;
}
.section--footer .newsletter .service_anmelden,
.section--one .area .edge .newsletter .service_anmelden,
.section--two .area .seam .newsletter .service_anmelden {
  color: #fff;
  background-image: url(/images/arrow-right-white.svg);
}
.section--footer .newsletter .service_anmelden:before,
.section--one .area .edge .newsletter .service_anmelden:before,
.section--two .area .seam .newsletter .service_anmelden:before {
  border-color: #fff;
  background-image: linear-gradient(to right, #fff, #fff);
}
.newsletter .service_anmelden[title*='Elternseite'] {
  background-image: url(/images/arrow-left-black.svg);
}
.newsletter .service_anmelden[title*='Elternseite']:before {
  background-position: 100% 50%;
}
.newsletter .service_anmelden[title*='Elternseite']:after {
  transform: translateX(20px);
  background-image: url(/images/arrow-left-yellow.svg);
}
.newsletter .service_anmelden[title*='Elternseite']:hover,
.newsletter .service_anmelden[title*='Elternseite']:focus {
  background-position: 4px 13px;
}
.newsletter .service_anmelden[title*='Elternseite']:hover:after,
.newsletter .service_anmelden[title*='Elternseite']:focus:after {
  transform: translateX(0);
}
#footsocial {
  float: left;
  margin-top: auto;
  padding-top: 24px;
}
#footsocial .meta {
  float: left;
  width: 30px;
  height: 30px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  margin-right: 15px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
#footsocial .meta:last-child {
  margin-right: 0;
}
#footsocial .meta.service_facebook {
  background-image: url(/images/social-facebook-white.svg);
}
#footsocial .meta.service_facebook:hover,
#footsocial .meta.service_facebook:focus {
  background-image: url(/images/social-facebook-yellow.svg);
}
#footsocial .meta.service_instagram {
  background-image: url(/images/social-instagram-white.svg);
}
#footsocial .meta.service_instagram:hover,
#footsocial .meta.service_instagram:focus {
  background-image: url(/images/social-instagram-yellow.svg);
}
.toplink {
  position: absolute;
  right: 40px;
  bottom: 100%;
  margin-bottom: 40px;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  border: 2px solid #000;
  border-radius: 1000px;
  overflow: hidden;
  cursor: pointer;
}
.toplink:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -18px;
  margin-left: -8px;
  width: 16px;
  height: 36px;
  z-index: 2;
  background-size: 16px 36px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-top-tall-yellow.svg);
  transition: all 0.3s;
}
.toplink:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -18px;
  margin-left: -8px;
  width: 16px;
  height: 36px;
  z-index: 3;
  background-size: 16px 36px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-image: url(/images/arrow-top-tall-yellow.svg);
  transition: all 0.3s;
  opacity: 0;
  transform: translateY(30px) scale(0.8);
}
.toplink:hover:before {
  transform: translateY(-30px);
  opacity: 0;
}
.toplink:hover:after {
  transform: translateY(0) scale(1);
  opacity: 1;
}
@media (max-width: 1279px) {
  .toplink {
    width: 50px;
    height: 50px;
    right: 20px;
    margin-bottom: 20px;
  }
  .toplink:before,
  .toplink:after {
    width: 14px;
    height: 30px;
    background-size: 14px 30px;
    margin-left: -7px;
    margin-top: -15px;
  }
}
.credits {
  float: left;
  width: 100%;
  margin: 6px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  line-height: 1.25;
}
.credits a {
  color: #000;
}
.credits a:hover,
.credits a:focus {
  color: #fff;
}
@media (max-width: 1279px) {
  .credits {
    display: flex;
    flex-direction: column;
    margin: 20px 0;
    align-items: flex-start;
  }
}
#legal {
  float: left;
  font-weight: 400;
}
#legal .meta {
  white-space: nowrap;
}
@media (max-width: 1279px) {
  #legal {
    margin-top: 20px;
  }
}
.rootVideo {
  float: left;
  width: 100%;
  height: 855px;
}
.rootVideo:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 75%;
  z-index: 2;
  pointer-events: none;
  opacity: 0.5;
  background-image: linear-gradient(to top, #000, transparent);
}
@media (max-width: 767px) {
  .rootVideo:after {
    display: none;
  }
}
@media (max-width: 1279px) {
  .rootVideo {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .rootVideo {
    height: 260px;
  }
}
.rootVideo__film {
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
a {
  color: #FFBC00;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #000;
}
h1 {
  font-size: 90px;
  line-height: 1;
  font-family: 'rucksack', sans-serif;
  font-weight: bold;
  width: 842px;
  max-width: 100%;
}
h2 {
  font-size: 45px;
  line-height: 1.11111111;
  font-family: 'rucksack', sans-serif;
  font-weight: bold;
}
h3 {
  font-size: 30px;
  line-height: 1.16666667;
  font-family: 'rucksack', sans-serif;
  font-weight: bold;
}
h4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
}
.loud {
  font-size: 22px;
  line-height: 1.27272727;
  font-weight: 400;
}
.skew {
  float: left;
  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;
}
.skew: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;
}
.skew: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;
}
.skew:hover,
.skew:focus {
  padding-left: 52px;
  padding-right: 0;
  background-position: 16px 13px;
}
.skew:hover:before,
.skew:focus:before {
  background-size: 100% 100%;
}
.skew:hover:after,
.skew:focus:after {
  transform: translateX(0);
  opacity: 1;
  transition: all 0.2s 0.05s;
}
.section--footer .skew,
.section--one .area .edge .skew,
.section--two .area .seam .skew {
  color: #fff;
  background-image: url(/images/arrow-right-white.svg);
}
.section--footer .skew:before,
.section--one .area .edge .skew:before,
.section--two .area .seam .skew:before {
  border-color: #fff;
  background-image: linear-gradient(to right, #fff, #fff);
}
.skew[title*='Elternseite'] {
  background-image: url(/images/arrow-left-black.svg);
}
.skew[title*='Elternseite']:before {
  background-position: 100% 50%;
}
.skew[title*='Elternseite']:after {
  transform: translateX(20px);
  background-image: url(/images/arrow-left-yellow.svg);
}
.skew[title*='Elternseite']:hover,
.skew[title*='Elternseite']:focus {
  background-position: 4px 13px;
}
.skew[title*='Elternseite']:hover:after,
.skew[title*='Elternseite']:focus:after {
  transform: translateX(0);
}
.unit:hover .skew {
  padding-left: 52px;
  padding-right: 0;
  background-position: 16px 13px;
}
.unit:hover .skew:before {
  background-size: 100% 100%;
}
.unit:hover .skew:after {
  transform: translateX(0);
  opacity: 1;
  transition: all 0.2s 0.05s;
}
.section--one .area {
  display: flex;
  flex-wrap: wrap;
}
.cb-layout4 .section--one .area.main {
  margin-top: 74px;
}
@media (max-width: 1279px) {
  .cb-layout4 .section--one .area.main {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cb-layout4 .section--one .area.main {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .cb-layout4 .section--one .area.main {
    margin-top: 0;
  }
}
.section--two .area {
  display: flex;
  flex-wrap: wrap;
}
.section--three .area {
  display: flex;
  flex-wrap: wrap;
}
.section--four .area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.section--five .area {
  margin-top: 74px;
  margin-bottom: 74px;
}
@media (max-width: 1279px) {
  .section--five .area {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .section--five .area {
    margin-top: 40px;
  }
}
@media (max-width: 1279px) {
  .section--five .area {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .section--five .area {
    margin-bottom: 40px;
  }
}
#edit .moodcontent .area {
  min-height: 100px;
}
.section--one .area .pure {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section--one .area .pure form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section--one .area .pure .body,
.section--one .area .pure .foot {
  width: 842px;
  max-width: 100%;
}
.section--one .area .seam {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 74px;
  margin-bottom: 74px;
}
@media (max-width: 1279px) {
  .section--one .area .seam {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .section--one .area .seam {
    margin-top: 40px;
  }
}
@media (max-width: 1279px) {
  .section--one .area .seam {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .section--one .area .seam {
    margin-bottom: 40px;
  }
}
.section--one .area .seam .body {
  width: 842px;
  max-width: 100%;
  box-sizing: border-box;
  background-color: #F0F0F0;
  padding-left: 40px;
  padding-right: 40px;
  background-size: auto 216px, auto 234px;
  background-position: 0 0, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-image: url(/images/crosses-topLeft-50.svg), url(/images/crosses-bottomRight-50.svg);
}
@media (max-width: 1279px) {
  .section--one .area .seam .body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .section--one .area .seam .body {
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
.section--one .area .edge {
  margin-top: 74px;
  margin-bottom: 74px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  transition: all 0.4s;
  min-height: 550px;
}
@media (max-width: 1279px) {
  .section--one .area .edge {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .section--one .area .edge {
    margin-top: 40px;
  }
}
@media (max-width: 1279px) {
  .section--one .area .edge {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .section--one .area .edge {
    margin-bottom: 40px;
  }
}
.section--one .area .edge .body {
  padding: 30px 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.section--one .area .edge .part {
  position: relative;
  z-index: 2;
}
.section--one .area .edge .pict.tall:first-child {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.section--one .area .edge .pict.tall:first-child * {
  height: 100%;
}
.section--one .area .edge .pict.tall:first-child img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.section--one .area .edge .pict.tall:first-child .cb-image-container {
  overflow: hidden;
}
.section--one .area .edge .pict.tall:first-child .cb-image-container:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20%;
  background-color: #FFBC00;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  transition: all 0.4s;
}
.section--one .area .edge .pict.tall:first-child .cb-image-container:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 75%;
  z-index: 3;
  pointer-events: none;
  background-image: linear-gradient(to top, #000, transparent);
  opacity: 0.6;
  transition: all 0.4s;
}
.section--one .area .edge .pict.tall:first-child .cb-image-container img {
  transition: all 0.4s;
}
#view .section--one .area .edge div.link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  margin: 0;
}
#view .section--one .area .edge div.link a.open {
  width: 100%;
  height: 100%;
  padding: 0 !important;
  background: none !important;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
}
#view .section--one .area .edge div.link a.open:before,
#view .section--one .area .edge div.link a.open:after {
  display: none !important;
}
#view .section--one .area .edge .part.text .skew:before {
  background-image: linear-gradient(to right, #000, #000);
}
#view .section--one .area .edge:hover {
  color: #000;
}
#view .section--one .area .edge:hover .pict.tall:first-child .cb-image-container:before {
  height: 100%;
  opacity: 0.8;
}
#view .section--one .area .edge:hover .pict.tall:first-child .cb-image-container:after {
  opacity: 0;
}
#view .section--one .area .edge:hover .pict.tall:first-child .cb-image-container img {
  transform: scale(1.1);
}
#view .section--one .area .edge:hover .part.text .skew {
  color: #000;
  background-image: url(/images/arrow-right-white.svg);
}
#view .section--one .area .edge:hover .part.text .skew:before {
  border-color: #000;
}
@media (max-width: 1279px) {
  .section--one .area .edge .body {
    padding: 10px 20px;
  }
  .section--one .area .edge .part.text .text-section--loud {
    display: none;
  }
}
@media (max-width: 767px) {
  .section--one .area .edge .body {
    padding: 10px 20px;
  }
}
@media (max-width: 1279px) {
  .section--one .area .edge {
    min-height: 308px;
  }
}
@media (max-width: 767px) {
  .section--one .area .edge {
    min-height: 280px;
  }
}
.section--two .area .pure .part.text {
  box-sizing: border-box;
  padding-right: 40px;
}
.section--two .area .seam {
  margin-top: 74px;
  margin-bottom: 74px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  transition: all 0.4s;
  min-height: 500px;
}
@media (max-width: 1279px) {
  .section--two .area .seam {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .section--two .area .seam {
    margin-top: 40px;
  }
}
@media (max-width: 1279px) {
  .section--two .area .seam {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .section--two .area .seam {
    margin-bottom: 40px;
  }
}
.section--two .area .seam .body {
  padding: 30px 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.section--two .area .seam .part {
  position: relative;
  z-index: 2;
}
.section--two .area .seam .pict.tall:first-child {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.section--two .area .seam .pict.tall:first-child * {
  height: 100%;
}
.section--two .area .seam .pict.tall:first-child img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.section--two .area .seam .pict.tall:first-child .cb-image-container {
  overflow: hidden;
}
.section--two .area .seam .pict.tall:first-child .cb-image-container:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20%;
  background-color: #FFBC00;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  transition: all 0.4s;
}
.section--two .area .seam .pict.tall:first-child .cb-image-container:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 75%;
  z-index: 3;
  pointer-events: none;
  background-image: linear-gradient(to top, #000, transparent);
  opacity: 0.6;
  transition: all 0.4s;
}
.section--two .area .seam .pict.tall:first-child .cb-image-container img {
  transition: all 0.4s;
}
#view .section--two .area .seam div.link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  margin: 0;
}
#view .section--two .area .seam div.link a.open {
  width: 100%;
  height: 100%;
  padding: 0 !important;
  background: none !important;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
}
#view .section--two .area .seam div.link a.open:before,
#view .section--two .area .seam div.link a.open:after {
  display: none !important;
}
#view .section--two .area .seam .part.text .skew:before {
  background-image: linear-gradient(to right, #000, #000);
}
#view .section--two .area .seam:hover {
  color: #000;
}
#view .section--two .area .seam:hover .pict.tall:first-child .cb-image-container:before {
  height: 100%;
  opacity: 0.8;
}
#view .section--two .area .seam:hover .pict.tall:first-child .cb-image-container:after {
  opacity: 0;
}
#view .section--two .area .seam:hover .pict.tall:first-child .cb-image-container img {
  transform: scale(1.1);
}
#view .section--two .area .seam:hover .part.text .skew {
  color: #000;
  background-image: url(/images/arrow-right-white.svg);
}
#view .section--two .area .seam:hover .part.text .skew:before {
  border-color: #000;
}
@media (max-width: 1279px) {
  .section--two .area .seam .body {
    padding: 10px 20px;
  }
  .section--two .area .seam .part.text .text-section--loud {
    display: none;
  }
}
@media (max-width: 767px) {
  .section--two .area .seam .body {
    padding: 10px 20px;
  }
}
@media (max-width: 1279px) {
  .section--two .area .seam {
    min-height: 308px;
  }
}
.section--two .area .flat {
  background-color: #FFBC00;
  margin-top: 74px;
  margin-bottom: 74px;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
  background-size: auto 300px;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(/images/crosses-bottomRight-15.svg);
}
@media (max-width: 1279px) {
  .section--two .area .flat {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .section--two .area .flat {
    margin-top: 40px;
  }
}
@media (max-width: 1279px) {
  .section--two .area .flat {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .section--two .area .flat {
    margin-bottom: 40px;
  }
}
.section--two .area .flat div.link {
  width: auto;
  margin-right: 40px;
}
@media (max-width: 1279px) {
  .section--two .area .flat {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.section--three .area .unit {
  margin-top: 74px;
  margin-bottom: 74px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1279px) {
  .section--three .area .unit {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .section--three .area .unit {
    margin-top: 40px;
  }
}
@media (max-width: 1279px) {
  .section--three .area .unit {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .section--three .area .unit {
    margin-bottom: 40px;
  }
}
.section--three .area .unit .body {
  margin-top: -10px;
  margin-bottom: -10px;
  display: flex;
  flex-direction: column;
  height: calc(100% + (10px * 2));
}
@media (max-width: 1279px) {
  .section--three .area .unit .body {
    margin-top: -10px;
  }
}
@media (max-width: 767px) {
  .section--three .area .unit .body {
    margin-top: -10px;
  }
}
@media (max-width: 1279px) {
  .section--three .area .unit .body {
    margin-bottom: -10px;
  }
}
@media (max-width: 767px) {
  .section--three .area .unit .body {
    margin-bottom: -10px;
  }
}
.section--three .area .unit .pict.tall:first-child .cb-image-container {
  overflow: hidden;
}
.section--three .area .unit .pict.tall:first-child .cb-image-container img {
  transition: all 0.4s;
}
.section--three .area .unit .part.text h3 {
  transition: all 0.2s;
}
.section--three .area .unit .part.text:nth-last-child(2) {
  margin-top: auto;
  padding-top: 10px;
}
#view .section--three .area .unit div.link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  margin: 0;
}
#view .section--three .area .unit div.link a.open {
  width: 100%;
  height: 100%;
  padding: 0 !important;
  background: none !important;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
}
#view .section--three .area .unit div.link a.open:before,
#view .section--three .area .unit div.link a.open:after {
  display: none !important;
}
#view .section--three .area .unit:hover {
  color: #000;
}
#view .section--three .area .unit:hover .pict.tall:first-child .cb-image-container img {
  transform: scale(1.1);
}
#view .section--three .area .unit:hover .part.text h3 {
  color: #FFBC00;
}
@media (max-width: 1279px) {
  .section--three .area .unit .body {
    height: calc(100% + (10px * 2));
  }
  .section--three .area .unit .part.text:nth-last-child(2) {
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .section--three .area .unit .body {
    height: calc(100% + (10px * 2));
  }
  .section--three .area .unit .part.text:nth-last-child(2) {
    padding-top: 10px;
  }
}
.section--four .area .unit {
  margin-top: 74px;
  margin-bottom: 74px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1279px) {
  .section--four .area .unit {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .section--four .area .unit {
    margin-top: 40px;
  }
}
@media (max-width: 1279px) {
  .section--four .area .unit {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .section--four .area .unit {
    margin-bottom: 40px;
  }
}
.section--four .area .unit .body {
  margin-top: -10px;
  margin-bottom: -10px;
  display: flex;
  flex-direction: column;
  height: calc(100% + (10px * 2));
}
@media (max-width: 1279px) {
  .section--four .area .unit .body {
    margin-top: -10px;
  }
}
@media (max-width: 767px) {
  .section--four .area .unit .body {
    margin-top: -10px;
  }
}
@media (max-width: 1279px) {
  .section--four .area .unit .body {
    margin-bottom: -10px;
  }
}
@media (max-width: 767px) {
  .section--four .area .unit .body {
    margin-bottom: -10px;
  }
}
.section--four .area .unit .pict.tall:first-child .cb-image-container {
  overflow: hidden;
}
.section--four .area .unit .pict.tall:first-child .cb-image-container img {
  transition: all 0.4s;
}
.section--four .area .unit .part.text h3 {
  transition: all 0.2s;
}
.section--four .area .unit .part.text:nth-last-child(2) {
  margin-top: auto;
  padding-top: 10px;
}
#view .section--four .area .unit div.link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  margin: 0;
}
#view .section--four .area .unit div.link a.open {
  width: 100%;
  height: 100%;
  padding: 0 !important;
  background: none !important;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
}
#view .section--four .area .unit div.link a.open:before,
#view .section--four .area .unit div.link a.open:after {
  display: none !important;
}
#view .section--four .area .unit:hover {
  color: #000;
}
#view .section--four .area .unit:hover .pict.tall:first-child .cb-image-container img {
  transform: scale(1.1);
}
#view .section--four .area .unit:hover .part.text h3 {
  color: #FFBC00;
}
@media (max-width: 1279px) {
  .section--four .area .unit .body {
    height: calc(100% + (10px * 2));
  }
  .section--four .area .unit .part.text:nth-last-child(2) {
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .section--four .area .unit .body {
    height: calc(100% + (10px * 2));
  }
  .section--four .area .unit .part.text:nth-last-child(2) {
    padding-top: 10px;
  }
}
.section--five .area .unit {
  margin-top: 0;
  margin-bottom: 0;
}
.section--five .area .unit .part {
  margin-top: 0;
  margin-bottom: 0;
}
.section--five .area .unit .pict {
  height: 700px;
}
.section--five .area .unit .pict * {
  height: 100%;
}
.section--five .area .unit .pict img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 1279px) {
  .section--five .area .unit .pict {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .section--five .area .unit .pict {
    height: 200px;
  }
}
.section--five .area .unit .pict .cb-image-container {
  overflow: hidden;
}
.section--five .area .unit .pict img {
  height: 140%;
  max-height: 140% !important;
}
.section--six .area .unit {
  margin-top: 74px;
  margin-bottom: 74px;
  box-sizing: border-box;
  background-size: auto 480px, auto 440px;
  background-position: 0 0, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1279px) {
  .section--six .area .unit {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .section--six .area .unit {
    margin-top: 40px;
  }
}
@media (max-width: 1279px) {
  .section--six .area .unit {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .section--six .area .unit {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .section--six .area .unit {
    background-size: auto 150px, auto 190px;
  }
}
.section--six .area .unit .body {
  width: 1280px;
  max-width: 90%;
  min-height: 700px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media (max-width: 1279px) {
  .section--six .area .unit .body {
    width: 540px;
  }
}
.section--six .area .unit .pict.tall:first-child {
  height: 400px;
}
.section--six .area .unit .pict.tall:first-child * {
  height: 100%;
}
.section--six .area .unit .pict.tall:first-child img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.section--six .area .unit .pict.tall:first-child img {
  object-fit: contain;
}
.section--six .area .pure {
  background-color: #F0F0F0;
  background-image: url(/images/crosses-topLeft-50.svg), url(/images/crosses-bottomRight-50.svg);
}
.section--six .area .seam {
  background-color: #FFBC00;
  background-image: url(/images/crosses-topLeft-15.svg), url(/images/crosses-bottomRight-15.svg);
}
.moodcontent .area .unit {
  margin-top: 0;
  margin-bottom: 0;
}
.moodcontent .area .unit .body {
  max-width: 515px;
}
div.link:not(.phone) a.open {
  float: left;
  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;
}
div.link:not(.phone) a.open: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;
}
div.link:not(.phone) a.open: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;
}
div.link:not(.phone) a.open:hover,
div.link:not(.phone) a.open:focus {
  padding-left: 52px;
  padding-right: 0;
  background-position: 16px 13px;
}
div.link:not(.phone) a.open:hover:before,
div.link:not(.phone) a.open:focus:before {
  background-size: 100% 100%;
}
div.link:not(.phone) a.open:hover:after,
div.link:not(.phone) a.open:focus:after {
  transform: translateX(0);
  opacity: 1;
  transition: all 0.2s 0.05s;
}
.section--footer div.link:not(.phone) a.open,
.section--one .area .edge div.link:not(.phone) a.open,
.section--two .area .seam div.link:not(.phone) a.open {
  color: #fff;
  background-image: url(/images/arrow-right-white.svg);
}
.section--footer div.link:not(.phone) a.open:before,
.section--one .area .edge div.link:not(.phone) a.open:before,
.section--two .area .seam div.link:not(.phone) a.open:before {
  border-color: #fff;
  background-image: linear-gradient(to right, #fff, #fff);
}
div.link:not(.phone) a.open[title*='Elternseite'] {
  background-image: url(/images/arrow-left-black.svg);
}
div.link:not(.phone) a.open[title*='Elternseite']:before {
  background-position: 100% 50%;
}
div.link:not(.phone) a.open[title*='Elternseite']:after {
  transform: translateX(20px);
  background-image: url(/images/arrow-left-yellow.svg);
}
div.link:not(.phone) a.open[title*='Elternseite']:hover,
div.link:not(.phone) a.open[title*='Elternseite']:focus {
  background-position: 4px 13px;
}
div.link:not(.phone) a.open[title*='Elternseite']:hover:after,
div.link:not(.phone) a.open[title*='Elternseite']:focus:after {
  transform: translateX(0);
}
div.link.phone a.open {
  float: left;
  color: #000;
  font-weight: 400;
  padding-left: 34px;
  position: relative;
  background-size: auto 22px;
  background-repeat: no-repeat;
  transition: all 0.3s;
  background-position: 0 0;
  background-image: url(/images/icon-phone-neg-black.svg);
}
div.link.phone a.open:after {
  content: '';
  position: absolute;
  left: 34px;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #000;
  transition: all 0.3s;
}
div.link.phone a.open:hover:after,
div.link.phone a.open:focus:after {
  width: calc(100% - 34px);
}
.section--footer div.link.phone a.open {
  color: #fff;
}
.section--footer div.link.phone a.open:after {
  background-color: #fff;
}
div.link.phone a.open:hover,
div.link.phone a.open:focus {
  background-image: url(/images/icon-phone-black.svg);
}
.section--footer div.link.phone a.open {
  background-image: url(/images/icon-phone-neg-white.svg);
}
.section--footer div.link.phone a.open:hover,
.section--footer div.link.phone a.open:focus {
  background-image: url(/images/icon-phone-white.svg);
}
div.load a.load {
  float: left;
  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: 18px 22px;
  background-position: 9px 6px;
  background-repeat: no-repeat;
  background-image: url(/images/icon-load-black.svg);
  position: relative;
  transition: all 0.25s;
}
div.load a.load: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: 100% 0;
  background-position: 50% 0;
  background-repeat: no-repeat;
  transition: all 0.25s;
}
div.load a.load:after {
  content: '';
  position: absolute;
  left: 9px;
  top: 6px;
  width: 18px;
  height: 22px;
  z-index: 2;
  background-size: 18px 22px;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-image: url(/images/icon-load-yellow.svg);
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.2s;
}
div.load a.load:hover,
div.load a.load:focus {
  padding-left: 52px;
  padding-right: 0;
  background-position: 9px 12px;
}
div.load a.load:hover:before,
div.load a.load:focus:before {
  background-size: 100% 100%;
}
div.load a.load:hover:after,
div.load a.load:focus:after {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.2s 0.05s;
}
@media (max-width: 1279px) {
  body.cb-toggle-target-active {
    overflow: hidden;
  }
  .navi {
    display: none;
  }
}
.togglenavigation {
  float: left;
  position: relative;
  z-index: 2001;
  width: 30px;
  height: 22px;
  cursor: pointer;
}
.tline {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 4px;
  background-color: #FFBC00;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.tline--2,
.tline--3 {
  top: 50%;
  transform: translateY(-50%);
}
.tline--4 {
  top: unset;
  bottom: 0;
}
body.cb-toggle-target-active .tline--1 {
  opacity: 0;
  transform: translateY(-10px);
}
body.cb-toggle-target-active .tline--2 {
  transform: translateY(-50%) rotate(-45deg);
}
body.cb-toggle-target-active .tline--3 {
  transform: translateY(-50%) rotate(45deg);
}
body.cb-toggle-target-active .tline--4 {
  opacity: 0;
  transform: translateY(10px);
}
.mobile-navigation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow-y: scroll;
  transform: translateY(-100%);
  transition: all 0.6s;
}
body.cb-toggle-target-active .mobile-navigation {
  transform: translateY(0);
}
.mobile-navi-animation {
  float: left;
  width: 100%;
}
#quicklinksMobile {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 0 8vw;
  margin-top: 130px;
}
#quicklinksMobile .meta {
  float: left;
  color: #000;
  font-weight: 400;
  padding-left: 34px;
  position: relative;
  background-size: auto 22px;
  background-repeat: no-repeat;
  transition: all 0.3s;
  margin-right: 30px;
}
#quicklinksMobile .meta:after {
  content: '';
  position: absolute;
  left: 34px;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #000;
  transition: all 0.3s;
}
#quicklinksMobile .meta:hover:after,
#quicklinksMobile .meta:focus:after {
  width: calc(100% - 34px);
}
.section--footer #quicklinksMobile .meta {
  color: #fff;
}
.section--footer #quicklinksMobile .meta:after {
  background-color: #fff;
}
#quicklinksMobile .meta:last-child {
  margin-right: 0;
}
#quicklinksMobile .meta.service_telefon {
  background-position: 0 0;
  background-image: url(/images/icon-phone-neg-black.svg);
}
#quicklinksMobile .meta.service_telefon:hover,
#quicklinksMobile .meta.service_telefon:focus {
  background-image: url(/images/icon-phone-black.svg);
}
.section--footer #quicklinksMobile .meta.service_telefon {
  background-image: url(/images/icon-phone-neg-white.svg);
}
.section--footer #quicklinksMobile .meta.service_telefon:hover,
.section--footer #quicklinksMobile .meta.service_telefon:focus {
  background-image: url(/images/icon-phone-white.svg);
}
#quicklinksMobile .meta.service_openings {
  padding-left: 28px;
  background-position: 0 3px;
  background-image: url(/images/icon-watch-neg-black.svg);
}
#quicklinksMobile .meta.service_openings:after {
  left: 28px;
}
#quicklinksMobile .meta.service_openings:hover,
#quicklinksMobile .meta.service_openings:focus {
  background-image: url(/images/icon-watch-black.svg);
}
#quicklinksMobile .meta.service_openings:hover:after,
#quicklinksMobile .meta.service_openings:focus:after {
  width: calc(100% - 28px);
}
.section--footer #quicklinksMobile .meta.service_openings {
  background-image: url(/images/icon-watch-neg-white.svg);
}
.section--footer #quicklinksMobile .meta.service_openings:hover,
.section--footer #quicklinksMobile .meta.service_openings:focus {
  background-image: url(/images/icon-watch-white.svg);
}
.mobile-navigation div.navi {
  float: left;
  width: 100%;
  display: block;
  position: relative;
}
.mobile-navigation div.navi > .cb-toggle {
  display: none;
}
.mobile-navigation div.navi > .item {
  float: left;
  width: 100%;
  position: relative;
}
.mobile-navigation div.navi > .item.item-empty > .cb-toggle {
  display: none;
}
.mobile-navigation div.navi > .item > .menu {
  display: block;
  color: #000;
}
.mobile-navigation div.navi > .item > .menu.path {
  color: #FFBC00;
}
.mobile-navigation div.sub1 {
  box-sizing: border-box;
  padding: 0 8vw;
  margin: 10px 0 80px;
}
.mobile-navigation div.sub1 > .item {
  border-bottom: 2px solid #000;
}
.mobile-navigation div.sub1 > .item > .menu {
  font-family: 'rucksack', sans-serif;
  font-weight: bold;
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 30px;
}
.mobile-navigation div.sub2 > .item {
  margin-top: 5px;
}
.mobile-navigation div.sub2 > .item.init {
  margin-top: 0;
}
.mobile-navigation div.sub2 > .item.exit {
  margin-bottom: 20px;
}
.mobile-navigation div.sub2 > .item > .menu {
  font-size: 18px;
  line-height: 1.66666667;
  font-family: 'rucksack', sans-serif;
  font-weight: bold;
  font-weight: 400;
}
.mobile-navigation div.sub2 > .item > .menu.path {
  color: #000;
  font-weight: 700;
}
.mobile-navigation div.sub2 {
  overflow: hidden;
  max-height: 0;
}
.mobile-navigation div.sub2 > .item {
  opacity: 0;
  transform: scale(0.8);
}
.mobile-navigation div.navi > .item.cb-toggle-target-active > div.navi {
  transition: none;
  max-height: 1000px;
  transition: max-height 2s;
}
.mobile-navigation div.navi > .item.cb-toggle-target-active > div.navi > .item {
  transform: scale(1);
  opacity: 1;
  transition: all 0.3s;
}
.mobile-navigation .cb-toggle {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  cursor: pointer;
  width: 30px;
  height: 70px;
}
.mobile-navigation .cb-toggle:before,
.mobile-navigation .cb-toggle:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  background-color: #FFBC00;
  transition: all 0.2s;
}
.mobile-navigation .cb-toggle:before {
  width: 20px;
  height: 4px;
}
.mobile-navigation .cb-toggle:after {
  width: 4px;
  height: 20px;
}
.mobile-navigation .cb-toggle.cb-toggle-active:after {
  height: 0;
}
.cb-album {
  position: relative;
  margin-top: 74px;
  margin-bottom: 74px;
}
@media (max-width: 1279px) {
  .cb-album {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cb-album {
    margin-top: 40px;
  }
}
@media (max-width: 1279px) {
  .cb-album {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cb-album {
    margin-bottom: 40px;
  }
}
.cb-album .body-mobile {
  display: none !important;
}
.cb-album h2 {
  display: none;
}
.cb-album .body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cb-album .cb-zoom-indicator {
  display: none;
}
.cb-album .part {
  width: 100% !important;
  margin: 0 !important;
}
.cb-album .part.desc {
  display: none;
}
#root.ie11 .cb-album img {
  height: auto !important;
  max-height: 1000000000px !important;
}
.cb-album.cb-album .scan {
  margin-top: 40px !important;
}
.cb-album.cb-album .scan:first-child {
  margin-top: 0 !important;
  margin-bottom: 40px !important;
}
.cb-album .scan table,
.cb-album .scan tbody,
.cb-album .scan tr {
  float: left;
  display: block;
  width: 100%;
}
.cb-matrix .body {
  margin-top: -0.5%;
  margin-bottom: -0.5%;
}
.cb-matrix .part {
  margin-top: 0.5% !important;
  margin-bottom: 0.5% !important;
}
.cb-matrix .part.foto {
  height: auto !important;
  box-sizing: border-box;
}
.cb-matrix .part.foto a.foto,
.cb-matrix .part.foto span.foto {
  display: block;
  height: 0;
  padding-bottom: 60%;
  position: relative;
  overflow: hidden;
}
.cb-matrix .part.foto img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.cb-matrix .part.foto a.foto.zoom img {
  transform: scale(1.1);
}
.cb-matrix.cb-matrix-columns-1 .part.foto {
  width: 100% !important;
}
.cb-matrix.cb-matrix-columns-2 .part.foto {
  width: 49.5% !important;
}
.cb-matrix.cb-matrix-columns-3 .part.foto {
  width: 32.66666667% !important;
}
.cb-matrix.cb-matrix-columns-4 .part.foto {
  width: 24.25% !important;
}
.cb-matrix.cb-matrix-columns-5 .part.foto {
  width: 19.2% !important;
}
.cb-matrix.cb-matrix-columns-6 .part.foto {
  width: 15.83333333% !important;
}
.cb-matrix.cb-matrix-columns-7 .part.foto {
  width: 13.42857143% !important;
}
.cb-matrix.cb-matrix-columns-8 .part.foto {
  width: 11.625% !important;
}
.cb-matrix .scan tr {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.cb-matrix .scan td {
  float: left;
  display: block;
  margin: 0 10px;
  font-size: 16px;
  line-height: 1.25;
}
.cb-matrix .scan td:first-child {
  margin-left: 0;
}
.cb-matrix .scan td:last-child {
  margin-right: 0;
}
.cb-matrix .scan td.prev,
.cb-matrix .scan td.next {
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  width: 20px;
  height: 20px;
}
.cb-matrix .scan td.prev a,
.cb-matrix .scan td.next a {
  float: left;
  display: block;
  width: 100%;
  height: 100%;
  background-size: 16px 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-arrow-left-black.svg);
}
.cb-matrix .scan td.prev:empty,
.cb-matrix .scan td.next:empty {
  opacity: 0.5;
  pointer-events: none;
}
.cb-matrix .scan td.next a {
  background-image: url(/images/cb-default/cb-arrow-right-black.svg);
}
.cb-matrix .scan td a {
  color: #000;
}
.cb-matrix .scan td .same {
  color: #FFBC00;
}
.cb-strips .part.foto {
  height: auto !important;
  max-height: 1000000000px !important;
}
.cb-strips-images {
  float: left;
  width: 100%;
  height: 0 !important;
  padding-bottom: 56.25%;
  position: relative;
}
.cb-strips-images a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  transform: scale(0.96);
  z-index: 2;
  transition: opacity 1s cubic-bezier(0.05, 0.8, 0.5, 1), transform 1s cubic-bezier(0.05, 0.8, 0.5, 1);
  overflow: hidden;
}
.cb-strips-images a.is-active {
  z-index: 3;
  pointer-events: auto;
  opacity: 1;
  transform: scale(1);
}
.cb-strips-images img {
  opacity: 1 !important;
  display: block !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.cb-strips .scan tbody > tr {
  float: left;
  width: 100%;
  display: flex;
}
.cb-strips .scan tbody > tr > td {
  float: left;
  width: 100%;
  display: block;
}
.cb-strips .scan td.prev,
.cb-strips .scan td.next {
  margin-right: 1.25%;
  width: 6.25%;
}
.cb-strips .scan td.next {
  margin-right: 0;
  margin-left: 1.25%;
}
.cb-strips .scan div.prev,
.cb-strips .scan div.next {
  float: left;
  width: 100%;
  height: 100%;
}
.cb-strips .scan div.prev a,
.cb-strips .scan div.next a {
  float: left;
  display: block;
  width: 100%;
  height: 100%;
  background-size: 16px 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-arrow-left-black.svg);
  transition: background 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.cb-strips .scan div.prev a:hover,
.cb-strips .scan div.next a:hover {
  background-position: 40% 50%;
}
.cb-strips .scan div.next a {
  background-image: url(/images/cb-default/cb-arrow-right-black.svg);
}
.cb-strips .scan div.next a:hover {
  background-position: 60% 50%;
}
.cb-strips .scan td.cb-strips-thumbs {
  width: 85%;
}
.cb-strips-container {
  float: left;
  width: 100%;
}
.cb-strips-container .body {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cb-strips-container .part.foto {
  position: relative;
}
.cb-strips-container .part.foto a.foto,
.cb-strips-container .part.foto span.foto {
  float: left;
  width: 100%;
  display: block;
  height: 0;
  position: relative;
  padding-bottom: 60%;
  opacity: 0.4;
  transition: opacity 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  overflow: hidden;
}
.cb-strips-container .part.foto a.foto:hover,
.cb-strips-container .part.foto span.foto:hover,
.cb-strips-container .part.foto a.foto.is-active,
.cb-strips-container .part.foto span.foto.is-active {
  opacity: 1;
}
.cb-strips-container .part.foto a.foto .cb-zoom-indicator,
.cb-strips-container .part.foto span.foto .cb-zoom-indicator {
  display: none;
}
.cb-strips-container .part.foto img {
  opacity: 1 !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.cb-strips-container .part.foto a.foto:hover img {
  transform: scale(1.2);
}
.cb-strips-4 .cb-strips-container .part.foto {
  width: 23.95833333% !important;
}
.cb-strips-6 .cb-strips-container .part.foto {
  width: 15.50925926% !important;
}
.cb-strips-8 .cb-strips-container .part.foto {
  width: 11.28472222% !important;
}
.cb-strips-10 .cb-strips-container .part.foto {
  width: 8.75% !important;
}
.cb-slideshow-images {
  float: left;
  width: 100%;
  position: relative;
}
.cb-slideshow .part.foto,
.cb-slideshow .part.crossslideContainer {
  max-height: 1000000000px !important;
  max-width: 100% !important;
  height: 0 !important;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.cb-slideshow a.foto {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  z-index: 1;
  transition: opacity 1s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.cb-slideshow a.foto:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background-image: linear-gradient(to top, #000, transparent);
  opacity: 0.6;
  z-index: 2;
  pointer-events: none;
}
.cb-slideshow a.foto.is-activated {
  z-index: 2;
  pointer-events: auto;
  opacity: 1;
}
.cb-slideshow img {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  border: none !important;
  z-index: 1;
}
.cb-slideshow img.is-activated {
  z-index: 2;
}
.cb-slideshow .cb-image-caption {
  display: block;
  position: absolute;
  left: 0;
  bottom: 40px;
  z-index: 3;
  color: #fff;
  font-style: italic;
  box-sizing: border-box;
  padding: 0 220px;
  min-height: 60px;
  display: flex;
  align-items: center;
}
@media (max-width: 1279px) {
  .cb-slideshow .cb-image-caption {
    bottom: 20px;
    padding: 0 76px;
    min-height: 36px;
  }
}
#view .cb-slideshow.cb-manual img {
  transition: all 1s cubic-bezier(0.05, 0.8, 0.5, 1);
  transform: scale(1.05);
}
#view .cb-slideshow.cb-manual a.foto.is-activated img {
  transform: scale(1);
}
#view .cb-slideshow.cb-fading img {
  opacity: 0 !important;
  transition: all 1s cubic-bezier(0.05, 0.8, 0.5, 1);
  transform: scale(1.05);
}
#view .cb-slideshow.cb-fading img.is-activated,
#view .cb-slideshow.cb-fading .cb-image-figure.is-activated img {
  opacity: 1 !important;
  transform: scale(1);
}
#view .cb-slideshow.cb-sliding img {
  opacity: 0 !important;
  width: 110% !important;
  max-width: 110% !important;
  transition: all 1s cubic-bezier(0.05, 0.8, 0.5, 1);
  animation-name: SlideshowSlide;
  animation-duration: 12s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
#view .cb-slideshow.cb-sliding img.is-activated,
#view .cb-slideshow.cb-sliding .cb-image-figure.is-activated img {
  opacity: 1 !important;
}
@keyframes SlideshowSlide {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -10%;
  }
  100% {
    margin-left: 0;
  }
}
#view .cb-slideshow.cb-moving img {
  opacity: 0 !important;
  transition: all 1s cubic-bezier(0.05, 0.8, 0.5, 1);
  animation-name: SlideshowMove;
  animation-duration: 16s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
#view .cb-slideshow.cb-moving img.is-activated,
#view .cb-slideshow.cb-moving .cb-image-figure.is-activated img {
  opacity: 1 !important;
}
@keyframes SlideshowMove {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cb-slideshow .head {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
  height: 0;
  width: 100%;
}
.cb-slideshow .ctrl {
  float: left;
  width: 100%;
}
.cb-slideshow .ctrl a {
  display: block;
  position: absolute;
  bottom: 40px;
  width: 60px;
  height: 60px;
  border: 2px solid #fff;
  border-radius: 1000px;
  box-sizing: border-box;
  overflow: hidden;
}
@media (max-width: 1279px) {
  .cb-slideshow .ctrl a {
    bottom: 20px;
    width: 36px;
    height: 36px;
  }
}
.cb-slideshow .ctrl a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -18px;
  width: 36px;
  height: 16px;
  z-index: 2;
  background-size: 36px 16px;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
@media (max-width: 1279px) {
  .cb-slideshow .ctrl a:before {
    margin-left: -11px;
    margin-top: -5px;
    width: 22px;
    height: 10px;
    background-size: 22px 10px;
  }
}
.cb-slideshow .ctrl a:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -18px;
  width: 36px;
  height: 16px;
  z-index: 3;
  background-size: 36px 16px;
  background-repeat: no-repeat;
  transition: all 0.3s;
  opacity: 0;
}
@media (max-width: 1279px) {
  .cb-slideshow .ctrl a:after {
    margin-left: -11px;
    margin-top: -5px;
    width: 22px;
    height: 10px;
    background-size: 22px 10px;
  }
}
.cb-slideshow .ctrl a.fade {
  opacity: 0.4;
  pointer-events: none;
}
.cb-slideshow .ctrl .prev a {
  left: 40px;
}
@media (max-width: 1279px) {
  .cb-slideshow .ctrl .prev a {
    left: 20px;
  }
}
.cb-slideshow .ctrl .prev a:before {
  background-position: 0 50%;
  background-image: url(/images/arrow-left-tall-yellow.svg);
}
.cb-slideshow .ctrl .prev a:after {
  background-position: 0 50%;
  background-image: url(/images/arrow-left-tall-yellow.svg);
  transform: translateX(30px) scale(0.8);
}
.cb-slideshow .ctrl .prev a:hover:before {
  transform: translateX(-30px);
  opacity: 0;
}
.cb-slideshow .ctrl .prev a:hover:after {
  transform: translateX(0) scale(1);
  opacity: 1;
}
.cb-slideshow .ctrl .next a {
  right: 40px;
}
@media (max-width: 1279px) {
  .cb-slideshow .ctrl .next a {
    right: 20px;
  }
}
.cb-slideshow .ctrl .next a:before {
  background-position: 100% 50%;
  background-image: url(/images/arrow-right-tall-yellow.svg);
}
.cb-slideshow .ctrl .next a:after {
  background-position: 100% 50%;
  background-image: url(/images/arrow-right-tall-yellow.svg);
  transform: translateX(-30px) scale(0.8);
}
.cb-slideshow .ctrl .next a:hover:before {
  transform: translateX(30px);
  opacity: 0;
}
.cb-slideshow .ctrl .next a:hover:after {
  transform: translateX(0) scale(1);
  opacity: 1;
}
.crossslide {
  float: left;
  width: 100%;
  max-width: 100% !important;
  position: static !important;
  padding: 0 !important;
}
@media (max-width: 1279px) {
  #root .cb-slideshow .part.foto {
    padding-bottom: 0;
    height: auto !important;
    float: left;
    display: flex;
    align-items: flex-start;
  }
  #root .cb-slideshow a.foto {
    position: static;
    float: left;
    margin-right: -100%;
    flex-shrink: 0;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  #root .cb-slideshow a.foto:after {
    display: none;
  }
  #root .cb-slideshow .head {
    position: static;
  }
  #root .cb-slideshow .ctrl a {
    bottom: initial;
    top: 47.2vw;
    transform: translateY(-100%);
    margin-top: -20px;
  }
  #root .cb-slideshow .cb-image-container {
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%;
  }
  #root .cb-slideshow .cb-image-container:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background-image: linear-gradient(to top, #000, transparent);
    opacity: 0.6;
    z-index: 2;
    pointer-events: none;
  }
  #root .cb-slideshow .cb-image-caption {
    position: static;
    float: left;
    padding: 0;
    background-color: #F0F0F0;
    padding: 20px;
    color: #000;
  }
}
@media (max-width: 1279px) {
  .wrapper {
    font-size: 18px;
    line-height: 1.44444444;
  }
  h1 {
    font-size: 45px;
    hyphens: auto;
  }
  h2 {
    font-size: 30px;
    line-height: 1.16666667;
  }
  h3 {
    font-size: 25px;
    line-height: 1.2;
  }
  h4 {
    font-size: 14px;
    line-height: 1.57142857;
  }
  .loud {
    font-size: 20px;
    line-height: 1.4;
  }
}
#head {
  margin-bottom: -20px;
}
.moodcontent {
  bottom: 50px;
}
.section--one .area .seam .body {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .section--one .area .edge + .edge {
    margin-top: -30px;
  }
}
@media (max-width: 767px) {
  .section--two .area .pure + .pure {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .section--two .area .unit:not(.pure) + .unit:not(.pure) {
    margin-top: -30px;
  }
}
.section--two .area .flat {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .section--four .area .unit + .unit {
    margin-top: 20px;
  }
}
.section--six .area .unit .body {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .section--three .area {
    flex-wrap: nowrap;
    align-items: flex-start;
  }
  .section--three .area:before,
  .section--three .area:after {
    content: '';
    float: left;
    height: 1px;
    width: 8vw;
    flex-shrink: 0;
  }
  .section--three .area:after {
    margin-left: -28px;
  }
}
@media (max-width: 767px) {
  .section--one .area .seam {
    width: 100vw;
    margin-left: -8vw;
  }
}
@media (max-width: 767px) {
  .section--three .area .unit {
    width: 284px;
    flex-shrink: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 28px;
  }
}
@media (max-width: 767px) {
  .section--six .area .unit {
    width: 100vw;
    margin-left: -8vw;
  }
  .section--six .area .unit .body {
    max-width: 86vw;
  }
}
.navigation .emergencyToggle {
  float: left;
  margin-left: 50px;
  background-color: #D30000;
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  font-family: 'rucksack', sans-serif;
  color: #fff;
  padding: 15px 20px 15px 64px;
  cursor: pointer;
  box-shadow: 0 0 0 0 #D30000;
  transition: all 0.2s;
  background-size: 34px 30px;
  background-position: 20px center;
  background-repeat: no-repeat;
  background-image: url(/images/icon-alarm-white.svg);
}
.navigation .emergencyToggle:hover,
.navigation .emergencyToggle:focus {
  box-shadow: 0 0 0 4px #D30000;
  color: #fff;
}
.mobileEmergencyToggle {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 2500;
  background-color: #D30000;
  border-radius: 1000px;
  width: 60px;
  height: 60px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  cursor: pointer;
  background-size: 34px 30px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/icon-alarm-white.svg);
  display: none;
}
@media (max-width: 1279px) {
  .mobileEmergencyToggle {
    display: block;
  }
}
.emergency {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
  width: 100%;
  height: 100%;
  overflow: hidden;
  width: 0;
  height: 0;
  transition: all 0s 0.4s;
}
.emergency.cb-toggle-target-active {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  transition: all 0s;
}
.emergency__overlay {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  overflow-y: auto;
  width: 0;
  height: 0;
  opacity: 0;
  transition: all 0s 0.4s, opacity 0.4s;
}
.emergency.cb-toggle-target-active .emergency__overlay {
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all 0s, opacity 0.4s;
}
.emergency__scroll {
  float: left;
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.emergency__desk {
  float: left;
  width: 842px;
  max-width: 86%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.emergency__content {
  float: left;
  position: relative;
  z-index: 3;
  margin: 100px 0;
  background-color: #FFBC00;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 80px;
  background-size: auto 388px, auto 128px;
  background-position: 0 0, right 100px bottom;
  background-repeat: no-repeat, no-repeat;
  background-image: url(/images/emergency-topLeft.svg), url(/images/emergency-bottomRight.svg);
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.4);
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.4s;
}
.emergency.cb-toggle-target-active .emergency__content {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 767px) {
  .emergency__content {
    padding: 40px;
    background-size: auto 230px, auto 88px;
  }
}
.emergency__part {
  float: left;
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .emergency__part {
    margin-top: 30px;
  }
}
.emergency__part--icon {
  width: 100px;
  margin-top: 0;
}
.emergency__part--title {
  width: 540px;
  max-width: 100%;
}
.emergency__part--link {
  float: left;
  color: #000;
  font-weight: 400;
  padding-left: 34px;
  position: relative;
  background-size: auto 22px;
  background-repeat: no-repeat;
  transition: all 0.3s;
  background-position: 0 0;
  background-image: url(/images/icon-phone-neg-black.svg);
  font-size: 45px;
  line-height: 1.24444444;
  padding-left: 90px;
  background-size: auto 55px;
  padding-top: 4px;
}
.emergency__part--link:after {
  content: '';
  position: absolute;
  left: 34px;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #000;
  transition: all 0.3s;
}
.emergency__part--link:hover:after,
.emergency__part--link:focus:after {
  width: calc(100% - 34px);
}
.section--footer .emergency__part--link {
  color: #fff;
}
.section--footer .emergency__part--link:after {
  background-color: #fff;
}
.emergency__part--link:hover,
.emergency__part--link:focus {
  background-image: url(/images/icon-phone-black.svg);
}
.section--footer .emergency__part--link {
  background-image: url(/images/icon-phone-neg-white.svg);
}
.section--footer .emergency__part--link:hover,
.section--footer .emergency__part--link:focus {
  background-image: url(/images/icon-phone-white.svg);
}
.emergency__part--link:after {
  left: 90px;
  height: 3px;
}
.emergency__part--link:hover:after {
  width: calc(100% - 90px);
}
@media (max-width: 767px) {
  .emergency__part--link {
    font-size: 30px;
    line-height: 1.33333333;
    padding-left: 60px;
    background-size: auto 36px;
  }
  .emergency__part--link:after {
    left: 60px;
  }
  .emergency__part--link:hover:after {
    width: calc(100% - 60px);
  }
}
.emergency__toggle {
  position: absolute;
  right: 40px;
  top: 40px;
  width: 30px;
  height: 30px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/icon-close-black.svg);
  cursor: pointer;
}
@media (max-width: 767px) {
  .emergency__toggle {
    right: 20px;
    top: 20px;
  }
}
.tg-newsSlider {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tg-newsSlider__header {
  float: left;
  width: 842px;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 74px;
}
@media (max-width: 1279px) {
  .tg-newsSlider__header {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .tg-newsSlider__header {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .tg-newsSlider__header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
  }
}
.tg-newsSlider__part {
  float: left;
}
.tg-newsSlider__part--2 {
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 40px;
}
@media (max-width: 767px) {
  .tg-newsSlider__part--2 {
    margin-left: 0;
    margin-top: 20px;
  }
}
.tg-newsSlider__text {
  margin-top: 20px;
}
@media (max-width: 1279px) {
  .tg-newsSlider__text {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .tg-newsSlider__text {
    margin-top: 20px;
  }
}
.tg-newsSlider__link {
  float: left;
  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;
}
.tg-newsSlider__link: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;
}
.tg-newsSlider__link: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;
}
.tg-newsSlider__link:hover,
.tg-newsSlider__link:focus {
  padding-left: 52px;
  padding-right: 0;
  background-position: 16px 13px;
}
.tg-newsSlider__link:hover:before,
.tg-newsSlider__link:focus:before {
  background-size: 100% 100%;
}
.tg-newsSlider__link:hover:after,
.tg-newsSlider__link:focus:after {
  transform: translateX(0);
  opacity: 1;
  transition: all 0.2s 0.05s;
}
.section--footer .tg-newsSlider__link,
.section--one .area .edge .tg-newsSlider__link,
.section--two .area .seam .tg-newsSlider__link {
  color: #fff;
  background-image: url(/images/arrow-right-white.svg);
}
.section--footer .tg-newsSlider__link:before,
.section--one .area .edge .tg-newsSlider__link:before,
.section--two .area .seam .tg-newsSlider__link:before {
  border-color: #fff;
  background-image: linear-gradient(to right, #fff, #fff);
}
.tg-newsSlider__link[title*='Elternseite'] {
  background-image: url(/images/arrow-left-black.svg);
}
.tg-newsSlider__link[title*='Elternseite']:before {
  background-position: 100% 50%;
}
.tg-newsSlider__link[title*='Elternseite']:after {
  transform: translateX(20px);
  background-image: url(/images/arrow-left-yellow.svg);
}
.tg-newsSlider__link[title*='Elternseite']:hover,
.tg-newsSlider__link[title*='Elternseite']:focus {
  background-position: 4px 13px;
}
.tg-newsSlider__link[title*='Elternseite']:hover:after,
.tg-newsSlider__link[title*='Elternseite']:focus:after {
  transform: translateX(0);
}
.tg-newsSlider__content {
  float: left;
  width: 100%;
}
@media (max-width: 767px) {
  .tg-newsSlider__content {
    width: 100vw;
    overflow: hidden;
    overflow-x: auto;
    margin-bottom: 74px;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .tg-newsSlider__content::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 767px) and (max-width: 1279px) {
  .tg-newsSlider__content {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .tg-newsSlider__content {
    margin-bottom: 40px;
  }
}
/*# sourceMappingURL=./screen-small.css.map */