:root {
  --deskWidth: 1400px;
  --deskSpace: 80px;
  --deskMaxWidth: calc(100vw - (2 * var(--deskSpace)));
}
:root .section--topscorer {
  --deskWidth: 1120px;
}
@media (max-width: 1279px) {
  :root {
    --deskSpace: 40px;
  }
  :root .section--quicklinks,
  :root .section--smallRootTeaser {
    --deskMaxWidth: 100%;
  }
}
@media (max-width: 767px) {
  :root {
    --deskSpace: 20px;
  }
}
:root {
  --spacePart: 10px;
}
@media (max-width: 1279px) {
  :root {
    --spacePart: 10px;
  }
}
@media (max-width: 767px) {
  :root {
    --spacePart: 10px;
  }
}
:root {
  --spaceUnit: 40px;
}
@media (max-width: 1279px) {
  :root {
    --spaceUnit: 30px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceUnit: 20px;
  }
}
:root {
  --spaceTotal: 50px;
}
@media (max-width: 1279px) {
  :root {
    --spaceTotal: 40px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceTotal: 30px;
  }
}
:root {
  --js-breakpoint: breakpointLarge;
}
@media (max-width: 1279px) {
  :root {
    --js-breakpoint: breakpointMedium;
  }
}
@media (max-width: 767px) {
  :root {
    --js-breakpoint: breakpointSmall;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.025em;
  font-weight: 700;
  cursor: pointer;
  color: #D31821;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  padding-left: 78px;
  padding-right: 20px;
  background-size: 84px 24px;
  background-position: -20px 2px;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-sitecolor.svg);
  transition: all 0.4s;
}
.button:hover,
.button:focus,
.area--one .unitTwo:hover .button,
.ns-teaser--news:hover .button {
  padding-right: 0;
  padding-left: 98px;
  background-position: 0 2px;
}
@media (max-width: 767px) {
  .button {
    font-size: 16px;
    line-height: 1.5;
    background-size: 63px 18px;
    background-position: -13px 3px !important;
    padding-right: 0 !important;
    padding-left: 62px !important;
  }
}
/* heebo-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 300;
  src: url('/extras/fonts/heebo-v21-latin-300.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* heebo-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 400;
  src: url('/extras/fonts/heebo-v21-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* heebo-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 700;
  src: url('/extras/fonts/heebo-v21-latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* heebo-900 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 900;
  src: url('/extras/fonts/heebo-v21-latin-900.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  background: none;
  font-size: 100%;
}
*::selection {
  background: #D31821;
  color: #fff;
}
.hidden,
.cb-invisible {
  display: none !important;
}
li {
  list-style-position: inside;
}
img,
audio,
video,
iframe {
  float: left;
  width: 100%;
}
strong {
  font-weight: 700;
}
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: 'Heebo', sans-serif;
  line-height: 1.44444444;
}
.area input,
.area textarea {
  font-weight: 300;
}
.unit caption {
  display: none;
}
.flag {
  background: #D31821;
  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%;
}
#view .cbdModule.is-empty {
  display: none;
}
.cbDynamicContent__element {
  float: left;
  width: 100%;
}
.area {
  float: left;
  width: 100%;
}
#view .area:empty {
  display: none;
}
.unit {
  float: left;
  width: 100%;
  margin-top: var(--spaceUnit);
  margin-bottom: var(--spaceUnit);
  position: relative;
}
.unit__content {
  float: left;
  width: 100%;
}
.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: var(--spacePart);
  margin-bottom: var(--spacePart);
  position: relative;
}
.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;
}
#edit .part video {
  pointer-events: none;
}
.cb-image-figure {
  float: left;
  width: 100%;
}
.cb-image-container {
  float: left;
  width: 100%;
  position: relative;
}
.cb-image-caption {
  float: left;
  width: 100%;
  margin-top: 6px;
}
#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;
}
div.load a.load {
  display: inline-block;
  padding-left: 26px;
  background-size: 16px 16px;
  background-position: 0 5px;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-download-black.svg);
}
.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 #D31821;
}
.line hr.bold {
  border-bottom-width: 8px;
}
.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: 700;
  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;
}
.list--bullet li:before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
}
.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%;
  max-width: 100% !important;
  max-height: 100% !important;
  position: relative;
  height: auto !important;
  aspect-ratio: 4.17391304;
  min-height: 460px;
}
@media (max-width: 1279px) {
  #slides {
    min-height: 360px;
  }
}
@media (max-width: 767px) {
  #slides {
    min-height: 260px;
  }
}
#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;
}
#slides img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
#expo div.link {
  float: left;
  width: 100%;
  height: 0;
}
#expo a.link {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 28px;
  height: 54px;
  transform: translateY(-50%);
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
}
#expo a.link.prev {
  left: var(--deskSpace);
  background-image: url(/images/mood-prev.svg);
}
#expo a.link.next {
  right: var(--deskSpace);
  background-image: url(/images/mood-next.svg);
}
table.link,
table.link tbody {
  float: left;
  display: block;
  width: 100%;
  height: 0;
  display: none;
}
.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: #D31821;
}
.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: 'Heebo', 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: #D31821;
  width: 100%;
  box-sizing: border-box;
  padding-right: 30px;
}
#disp h3 {
  color: #D31821;
  font-size: 16px;
  font-weight: 700;
  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;
  letter-spacing: 0.025em;
  font-weight: 700;
  cursor: pointer;
  color: #D31821;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  padding-left: 78px;
  padding-right: 20px;
  background-size: 84px 24px;
  background-position: -20px 2px;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-sitecolor.svg);
  transition: all 0.4s;
  line-height: 1.42857143;
}
#disp .foot input:hover,
#disp .foot a:hover,
#disp .foot input:focus,
#disp .foot a:focus,
.area--one .unitTwo:hover #disp .foot input,
.area--one .unitTwo:hover #disp .foot a,
.ns-teaser--news:hover #disp .foot input,
.ns-teaser--news:hover #disp .foot a {
  padding-right: 0;
  padding-left: 98px;
  background-position: 0 2px;
}
@media (max-width: 767px) {
  #disp .foot input,
  #disp .foot a {
    font-size: 16px;
    line-height: 1.5;
    background-size: 63px 18px;
    background-position: -13px 3px !important;
    padding-right: 0 !important;
    padding-left: 62px !important;
  }
}
#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: 2;
  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: 'Heebo', 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 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 {
    float: right;
    width: 66%;
  }
}
.unit.form .name {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 1.28571429;
  font-weight: 700;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .unit.form .tile .name {
    width: 30%;
    min-height: 50px;
    padding-top: 12px;
    padding-bottom: 12px;
    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: #f4f4f4;
  min-height: 50px;
  padding: 5px 10px;
  -webkit-appearance: none;
  background-size: 0 3px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #D31821, #D31821);
  transition: all 0.4s;
}
.unit.form input.text:focus,
.unit.form textarea:focus {
  background-size: 100% 3px;
}
.unit.form input.text.fail,
.unit.form textarea.fail {
  background-color: #e7bcbc;
}
.unit.form textarea {
  padding: 10px;
}
@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: 12px;
    padding-bottom: 12px;
  }
}
.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: 26px;
  vertical-align: top;
}
@media (min-width: 768px) {
  .unit.form div.tick.tile input {
    top: 12px;
  }
}
.unit.form select {
  float: left;
  width: 100%;
  font-family: 'Heebo', sans-serif;
  font-size: 18px;
  line-height: 1.44444444;
  background: #f4f4f4;
  height: 50px;
  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;
  width: 100%;
  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: 50px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
}
.unit.form .submit {
  float: right;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.025em;
  font-weight: 700;
  cursor: pointer;
  color: #D31821;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  padding-left: 78px;
  padding-right: 20px;
  background-size: 84px 24px;
  background-position: -20px 2px;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-sitecolor.svg);
  transition: all 0.4s;
}
.unit.form .submit:hover,
.unit.form .submit:focus,
.area--one .unitTwo:hover .unit.form .submit,
.ns-teaser--news:hover .unit.form .submit {
  padding-right: 0;
  padding-left: 98px;
  background-position: 0 2px;
}
@media (max-width: 767px) {
  .unit.form .submit {
    font-size: 16px;
    line-height: 1.5;
    background-size: 63px 18px;
    background-position: -13px 3px !important;
    padding-right: 0 !important;
    padding-left: 62px !important;
  }
}
.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: var(--spacePart);
  margin-bottom: var(--spacePart);
}
.unit.form div.cb-form-sent a {
  float: right;
  color: #5abb55;
  font-size: 14px;
}
#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;
  letter-spacing: 0.025em;
  font-weight: 700;
  cursor: pointer;
  color: #D31821;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  padding-left: 78px;
  padding-right: 20px;
  background-size: 84px 24px;
  background-position: -20px 2px;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-sitecolor.svg);
  transition: all 0.4s;
}
.two-step-verification-container a:hover,
.two-step-verification-container a:focus,
.area--one .unitTwo:hover .two-step-verification-container a,
.ns-teaser--news:hover .two-step-verification-container a {
  padding-right: 0;
  padding-left: 98px;
  background-position: 0 2px;
}
@media (max-width: 767px) {
  .two-step-verification-container a {
    font-size: 16px;
    line-height: 1.5;
    background-size: 63px 18px;
    background-position: -13px 3px !important;
    padding-right: 0 !important;
    padding-left: 62px !important;
  }
}
.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;
}
.unit--ranking,
.unit--gamesTable {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
.gamesTable,
.ranking {
  float: left;
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
}
@media (max-width: 1279px) {
  .gamesTable,
  .ranking {
    font-size: 16px;
    line-height: 1.25;
  }
}
.table,
.gamesTable table,
.ranking table {
  float: left;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.table-layout-fixed .table {
  table-layout: fixed;
}
.table tr,
.gamesTable tr,
.ranking tr {
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}
.table-head tr,
.gamesTable thead tr,
.ranking thead tr {
  border-top: none;
  background-color: #D31821;
  color: #fff;
  padding: 0 10px;
}
.table th,
.gamesTable th,
.ranking th {
  font-weight: normal;
  padding: 6px 10px;
  vertical-align: top;
  font-weight: 700;
}
.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: 700;
  margin-right: -100%;
}
.table td,
.gamesTable td,
.ranking td {
  padding: 6px 10px;
  vertical-align: top;
}
.table td strong,
.gamesTable td strong,
.ranking td strong {
  font-size: 30px;
  line-height: 1.33333333;
}
.gamesTable td,
.ranking td {
  white-space: nowrap;
}
.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: 700;
}
@media (max-width: 0) {
  .part--table .table {
    font-size: Infinityvw;
  }
}
html,
body {
  float: left;
  width: 100%;
  min-height: 100vh;
}
body#view {
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
body#view.show-content {
  opacity: 1;
}
body.cb-toggle-target-active {
  overflow: hidden;
}
#home {
  float: left;
  height: 180px;
  margin-top: 20px;
  margin-bottom: -90px;
  position: relative;
  z-index: 2;
  transition: all 0.4s;
}
body.cb-toggle-target-active #home {
  transform: scale(0.8);
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 1279px) {
  #home {
    height: 140px;
    margin-bottom: -70px;
  }
}
@media (max-width: 767px) {
  #home {
    height: 100px;
    margin-bottom: -50px;
    margin-top: 16px;
  }
}
.logo {
  width: auto;
  height: 100%;
}
.anniversary {
  margin-top: 10px;
  display: flex;
}
@media (max-width: 767px) {
  .anniversary {
    margin-top: 0px;
  }
}
.anniversary__logo {
  width: 250px;
}
@media (max-width: 1279px) {
  .anniversary__logo {
    width: 160px;
  }
}
@media (max-width: 767px) {
  .anniversary__logo {
    width: 132px;
  }
}
#head {
  float: left;
  width: 100%;
  position: relative;
  z-index: 2;
  margin-top: calc(var(--spaceTotal) * 2);
  margin-bottom: calc((var(--spaceTotal) - 40px) * -1);
}
.section--two #head {
  margin-bottom: calc((var(--spaceUnit) - var(--spacePart)) * -1);
}
.layout2 #head,
.layout5 #head,
.layout6 #head {
  margin-top: 150px;
}
@media (max-width: 1279px) {
  .layout2 #head,
  .layout5 #head,
  .layout6 #head {
    margin-top: 120px;
  }
}
.wrapper {
  float: left;
  width: 100%;
  min-height: 100vh;
  background-color: #fff;
  font-family: 'Heebo', sans-serif;
  font-size: 18px;
  line-height: 1.44444444;
  color: #000;
  overflow: hidden;
  hyphens: none;
  font-weight: 300;
}
.desk {
  *zoom: 1;
  margin: 0 auto;
  max-width: var(--deskMaxWidth);
  width: var(--deskWidth);
  position: relative;
}
.desk:before,
.desk:after {
  display: table;
  content: '';
}
.desk:after {
  clear: both;
}
.section {
  float: left;
  width: 100%;
  position: relative;
}
.section--quicklinks {
  background-color: #f4f4f4;
  z-index: 2001;
}
.section--header {
  background-color: #fff;
  z-index: 2000;
  transition: all 0.3s;
}
.layout2 .section--header,
.layout5 .section--header,
.layout6 .section--header {
  box-shadow: 0 0 4px rgba(120, 120, 120, 0.4);
}
.section--header.cb-navi-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2001;
  box-shadow: 0 0 4px rgba(120, 120, 120, 0.4);
}
.section--header.cb-navi-sticky-clone {
  opacity: 0;
  pointer-events: none;
}
body.cb-toggle-target-active .section--header {
  background-color: #D31821 !important;
  box-shadow: 0 0 4px rgba(120, 120, 120, 0.4);
}
.section--footer {
  background-color: #424242;
  color: #fff;
  margin-top: var(--spaceTotal);
}
.section--footer a {
  color: #D31821;
}
.section--footer a:hover,
.section--footer a:focus {
  color: #fff;
}
.section--footer h3 {
  background-color: #D31821;
}
.section--footer .line hr {
  border-color: #D31821;
}
.layout3 .section--newsSlider {
  border-top: 1px solid #E5E5E5;
  margin-top: var(--spaceTotal);
  padding-top: var(--spaceTotal);
}
.section--darkgray {
  background-color: #424242;
  color: #fff;
}
.section--darkgray a {
  color: #D31821;
}
.section--darkgray a:hover,
.section--darkgray a:focus {
  color: #fff;
}
.section--darkgray h3 {
  background-color: #D31821;
}
.section--darkgray .line hr {
  border-color: #D31821;
}
.section--area3.section--darkgray {
  margin-top: var(--spaceTotal);
  display: none;
}
#edit.layout4 .section--area3.section--darkgray,
#view.layout4:not(.area3--empty) .section--area3.section--darkgray {
  display: block;
}
.section--area4.section--darkgray {
  margin-top: var(--spaceTotal);
  display: none;
}
#edit.layout4 .section--area4.section--darkgray,
#view.layout4:not(.area4--empty) .section--area4.section--darkgray {
  display: block;
}
.section--mediumgray {
  background-color: #686868;
  color: #fff;
}
.section--mediumgray a {
  color: #D31821;
}
.section--mediumgray a:hover,
.section--mediumgray a:focus {
  color: #fff;
}
.section--mediumgray h3 {
  background-color: #D31821;
}
.section--mediumgray .line hr {
  border-color: #D31821;
}
.section--lightgray {
  background-color: #E5E5E5;
}
.section--lightergray {
  background-color: #f4f4f4;
}
.section--area7.section--lightergray {
  margin-top: var(--spaceTotal);
  margin-bottom: calc(var(--spaceTotal) * -1);
  display: none;
}
#edit.layout4 .section--area7.section--lightergray,
#view.layout4:not(.area7--empty) .section--area7.section--lightergray {
  display: block;
}
.section--contactLinks {
  background-color: #D31821;
  color: #fff;
}
.section--supervisor {
  margin-bottom: calc(var(--spaceTotal) * -1);
}
.section--topscorer {
  background-color: #D31821;
  margin-top: var(--spaceTotal);
  margin-bottom: calc(var(--spaceTotal) * -1);
  display: none;
}
#edit.layout4 .section--topscorer.section--area9,
#view.layout4:not(.area9--empty) .section--topscorer.section--area9 {
  display: block;
}
.content {
  float: left;
  width: 100%;
  position: relative;
}
.columns {
  float: left;
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1279px) {
  .columns {
    flex-direction: column;
  }
}
.columns__column {
  width: 50%;
  max-width: 860px;
}
@media (max-width: 1279px) {
  .columns__column {
    width: 100%;
    max-width: unset;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.section--header .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section--two .content {
  max-width: 860px;
}
#quicklinks {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#quicklinks .meta {
  float: left;
  width: 20%;
  text-decoration: none;
  color: #000;
  font-weight: 700;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  border-left: 1px solid #E5E5E5;
  background-size: 0 5px;
  background-position: 0 0;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
#quicklinks .meta:last-child {
  border-right: 1px solid #E5E5E5;
}
#quicklinks .meta:hover,
#quicklinks .meta:focus {
  background-color: rgba(0, 0, 0, 0.03);
  background-size: 100% 5px;
}
#quicklinks .meta.service_quicklinkBSV {
  background-image: linear-gradient(to right, #D31821, #D31821);
  background-color: rgba(0, 0, 0, 0.03);
  background-size: 100% 5px;
  pointer-events: none;
}
#quicklinks .meta.service_quicklinkStiftung {
  background-image: linear-gradient(to right, #72A848, #72A848);
}
#quicklinks .meta.service_quicklinkArena {
  background-image: linear-gradient(to right, #000, #000);
}
#quicklinks .meta.service_quicklinkAcademy {
  background-image: linear-gradient(to right, #83C3EC, #83C3EC);
}
#quicklinks .meta.service_quicklinkBaerenclub {
  background-image: linear-gradient(to right, #0C5E9D, #0C5E9D);
}
@media (max-width: 1279px) {
  #quicklinks .meta {
    font-size: 14px;
    line-height: 1.28571429;
  }
  #quicklinks .meta:first-child {
    border: none;
  }
  #quicklinks .meta:last-child {
    border-right: none;
  }
}
@media (max-width: 767px) {
  #quicklinks {
    display: none;
  }
}
.headerlinks {
  float: left;
  display: flex;
  align-items: center;
}
.search {
  float: left;
  width: 100%;
}
.headerlinks .search {
  width: 240px;
  margin-right: 40px;
}
@media (max-width: 767px) {
  .headerlinks .search {
    display: none;
  }
}
.search__input {
  float: left;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #E5E5E5;
  background-color: #f4f4f4;
  height: 44px;
  padding: 5px 20px;
  border-radius: 10000px;
  font-size: 16px;
  line-height: 1.25;
}
.search__input::placeholder {
  color: #686868;
}
.headerlinks .search__input {
  transition: all 0.4s;
}
body.cb-toggle-target-active .headerlinks .search__input {
  border-color: #fff;
  background-color: #fff;
}
@media (max-width: 767px) {
  .search__input {
    height: 36px;
  }
}
.search__submit {
  display: none;
}
.footcontent {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 29px 0;
  font-size: 15px;
  line-height: 1.33333333;
}
@media (max-width: 1279px) {
  .footcontent {
    align-items: flex-end;
  }
}
@media (max-width: 767px) {
  .footcontent {
    flex-direction: column;
    align-items: flex-start;
    margin: var(--deskSpace) 0;
  }
}
#legal {
  float: left;
}
#legal .meta {
  float: left;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  margin-left: 50px;
  -webkit-font-smoothing: antialiased;
}
#legal .meta:first-child {
  margin-left: 0;
}
#legal .meta:hover,
#legal .meta:focus {
  color: #D31821;
}
@media (max-width: 1279px) {
  #legal {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #legal .meta {
    margin-left: 0;
    margin-bottom: 5px;
  }
}
.credits {
  float: left;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .credits {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 10px;
  }
}
.copyright {
  float: left;
  text-transform: uppercase;
  margin-left: 60px;
}
.copyright .year {
  display: inline-block;
  margin: 0 4px;
}
@media (max-width: 767px) {
  .copyright {
    margin-left: 0;
    margin-top: 10px;
  }
}
.newsDate {
  float: left;
  position: relative;
  z-index: 2;
  margin-top: calc(var(--spaceTotal) * 2);
  margin-bottom: calc(((var(--spaceTotal) * 2) - (var(--spacePart) * 2)) * -1);
}
@media (max-width: 767px) {
  .newsDate {
    margin-top: calc(var(--spaceTotal) * 2);
    margin-bottom: calc((var(--spaceUnit) * 2) * -1);
  }
}
.newsDate__text {
  float: left;
  padding-bottom: 12px;
  min-width: 110px;
  border-bottom: 8px solid #D31821;
}
.segmentTitle {
  float: left;
  width: 100%;
  position: relative;
  z-index: 2;
}
.segmentTitle .cbdModule {
  display: flex;
  justify-content: center;
  margin-top: -23px;
}
.section--newsSlider .segmentTitle {
  box-sizing: border-box;
  padding: 0 100px;
}
.section--newsSlider .segmentTitle .cbdModule {
  margin-top: calc(var(--spaceTotal) * 2);
  margin-bottom: var(--spaceTotal);
}
.section--area5 .segmentTitle .cbdModule,
.section--area8 .segmentTitle .cbdModule {
  margin-top: calc(var(--spaceTotal) * 2);
  margin-bottom: var(--spaceTotal);
}
.contactLinks {
  float: left;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  display: none;
}
.layout4 .contactLinks {
  display: flex;
}
@media (max-width: 1279px) {
  .contactLinks {
    flex-direction: column;
  }
}
.contactLinks__unit {
  float: left;
}
.contactLinks__unit--1 {
  flex-shrink: 0;
  margin-right: 50px;
}
@media (max-width: 1279px) {
  .contactLinks__unit--1 {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .contactLinks__unit--1 {
    margin-bottom: 20px;
  }
}
.contactLinks__unit--2 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .contactLinks__unit--2 {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
  }
}
.cbdModule--contactLinksButton1,
.cbdModule--contactLinksButton2 {
  width: auto;
  margin-left: 50px;
}
.cbdModule--contactLinksButton1:first-child,
.cbdModule--contactLinksButton2:first-child {
  margin-left: 0 !important;
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  .cbdModule--contactLinksButton1,
  .cbdModule--contactLinksButton2 {
    margin-left: 0;
    margin-top: 20px;
  }
}
.contactLinks__button {
  float: left;
  border-radius: 10000px;
  border: 2px solid #fff;
  text-decoration: none;
  font-size: 26px;
  line-height: 1.23076923;
  letter-spacing: 0.025em;
  font-weight: 300;
  background-color: #D31821;
  color: #fff;
  padding: 4px 20px 4px 128px;
  background-size: 78px 26px;
  background-position: 20px 50%;
  background-repeat: no-repeat;
  background-image: url(/images/contactLink.svg);
  transition: all 0.3s;
}
.contactLinks__button:hover,
.contactLinks__button:focus {
  background-position: 30px 50%;
  background-image: url(/images/contactLink-red.svg);
  background-color: #fff;
  color: #D31821;
}
@media (max-width: 767px) {
  .contactLinks__button {
    font-size: 22px;
    line-height: 1.27272727;
  }
}
.cmsboxbrand {
  float: left;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 1.14285714;
  display: flex;
  align-items: center;
}
.cmsboxbrand__text {
  float: left;
  margin-right: 20px;
}
.cmsboxbrand__logo {
  float: left;
  height: 44px;
}
.cmsboxbrand__logo img {
  height: 100%;
  width: auto;
}
@media (max-width: 767px) {
  .cmsboxbrand__logo {
    height: 36px;
  }
}
a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}
a:hover,
a:focus {
  color: #D31821;
}
h1 {
  font-size: 60px;
  line-height: 1.16666667;
  font-weight: 900;
}
h1 strong {
  font-weight: 900;
}
h2 {
  font-size: 22px;
  line-height: 1.36363636;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
}
h2 strong {
  font-weight: 900;
}
.cbdModule--contactLinksTitle h2 {
  font-size: 40px;
  line-height: 1.25;
  font-weight: 300;
}
.ns-teaser--bigRootTeaser h2 {
  font-size: 100px;
  line-height: 1;
}
.area--six h2 {
  font-size: 40px;
  line-height: 1.25;
}
h3 {
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #000;
  color: #fff;
  padding: 9px 40px;
  width: auto !important;
  min-width: 276px !important;
  max-width: 100%;
  border-radius: 10000px;
  text-align: center;
  box-sizing: border-box;
}
.section--lightgray h3 {
  background-color: #D31821;
}
h4 {
  text-transform: uppercase;
  font-weight: 300;
}
h5 {
  font-size: 16px;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 400;
}
h6 {
  font-size: 12px;
  line-height: 1.33333333;
  text-transform: uppercase;
  font-weight: 400;
}
.cbdModule--newsArticleLead {
  max-width: 600px;
  margin-top: var(--spaceTotal);
  margin-bottom: calc((var(--spaceUnit) - var(--spacePart)) * -1);
  position: relative;
  z-index: 2;
}
.cbdModule--newsArticleLead:after {
  content: 'Text für Teaser';
  position: absolute;
  bottom: 100%;
  margin-bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 2;
  background-color: #71CAF3;
  color: #fff;
  font-size: 12px;
  line-height: 1.16666667;
  padding: 4px 10px 2px;
  border-radius: 4px 4px 0 0;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  display: none;
}
#edit .cbdModule--newsArticleLead:after {
  display: block;
}
@media (max-width: 1279px) {
  .cbdModule--newsArticleLead {
    max-width: 500px;
  }
}
.ns-module-error {
  position: relative;
  float: left;
  margin: 10px 0;
  padding: 10px;
  border: 2px dotted #ae2121;
  background: #e7bcbc;
}
.area--one {
  display: flex;
  flex-wrap: wrap;
}
.area--one.area4 {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
.area--one.area5 {
  margin-bottom: var(--spaceTotal);
}
.area--one.area6 {
  margin-top: var(--spaceTotal);
}
.area--one .unitOne--1-5 .unit__content {
  height: 100%;
}
.area--one .unitOne--1-5 .unit__body {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.area--one .unitOne--1-5 div.link:last-child {
  margin-top: auto;
  padding-top: var(--spacePart);
}
.area--one .unitTwo {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.area--one .unitTwo .unit__content {
  max-width: 860px;
}
.area--one .unitTwo--alignCenter {
  text-align: center;
}
.area--one .unit--ranking {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.area--one .unit--ranking .ranking {
  max-width: 860px;
}
.area--two {
  max-width: 600px;
}
@media (max-width: 1279px) {
  .area--two {
    max-width: 500px;
  }
}
.area--three {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.section--darkgray .area--three {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
.area--three .unit {
  width: auto !important;
  text-align: center;
  white-space: nowrap;
  transition: all 0.2s;
  color: #fff;
}
.area--three .unit .unit__body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.area--three .unit .pict {
  width: 124px !important;
  transition: all 0.2s;
  transform-origin: 50% 100%;
}
#edit .area--three .unit {
  min-width: 80px;
}
@media (min-width: 1280px) {
  .area--three .unit:hover {
    color: #D31821;
  }
  .area--three .unit:hover .pict {
    transform: scale(1.2);
  }
}
@media (max-width: 1279px) {
  .area--three .unit .pict {
    width: 96px !important;
  }
}
.area--four {
  display: flex;
  flex-wrap: wrap;
}
.section--lightergray .area--four {
  color: #686868;
  margin-top: var(--spaceTotal);
  margin-bottom: calc(var(--spaceTotal) * 2);
}
.area--four .unitOne {
  margin-top: var(--spaceTotal);
  margin-bottom: 0;
}
.area--four .unitOne .unit__body {
  width: calc(100% + 60px);
  margin: -30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.area--four .unitOne .part {
  margin: 30px;
}
.area--four .unitOne .part.text:first-child {
  margin-bottom: calc(var(--spaceTotal) - var(--spacePart));
}
.area--four .unitOne .pict {
  width: auto;
  min-width: 80px;
}
.area--four .unitOne .text-section--h4 {
  display: flex;
  align-items: center;
}
.area--four .unitOne .text-section--h4:before,
.area--four .unitOne .text-section--h4:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #686868;
}
.area--four .unitOne .text-section--h4 h4 {
  float: left;
  margin: 0 30px;
  flex-shrink: 0;
}
#view .area--four .unitOne .pict a .cb-image-container {
  filter: grayscale(100%);
  opacity: 0.6;
}
#view .area--four .unitOne .pict a:hover .cb-image-container,
#view .area--four .unitOne .pict a:focus .cb-image-container {
  filter: grayscale(0);
  opacity: 1;
}
@media (max-width: 1279px) {
  .area--four .unitOne .unit__body {
    width: calc(100% + 40px);
    margin: -20px;
  }
  .area--four .unitOne .part {
    margin: 20px;
  }
  .area--four .unitOne .text-section--h4 h4 {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .area--four .unitOne .unit__body {
    margin-top: -15px;
    margin-bottom: -15px;
  }
  .area--four .unitOne .part {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .area--four .unitOne .pict {
    max-width: 120px;
  }
}
.area--six {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.area--six .unitOne--smallSpace {
  margin-bottom: calc(((var(--spaceTotal) + var(--spacePart)) - 40px) * -1);
}
.area--six .unit--fold {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
.area--six .unit--fold + .unit--fold {
  margin-top: calc((var(--spaceTotal) - 20px) * -1);
}
.area--six .unit--fold div.less .part {
  margin-top: 0;
  margin-bottom: 0;
}
.area--six .unit--fold div.more {
  display: block !important;
  box-sizing: border-box;
  padding-left: 60px;
  height: 0;
  overflow: hidden;
  transition: all 0.6s;
}
.area--six .unit--fold div.more .part {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.2s;
}
.area--six .unit--fold div.more .part:first-child {
  margin-top: 20px;
}
.area--six .unit--fold div.more .part:last-child {
  margin-bottom: 40px;
}
.area--six .unit--fold .fold-toggle {
  display: block;
  text-decoration: none;
  padding-left: 60px;
  padding-top: 6px;
  position: relative;
  color: #000;
}
.area--six .unit--fold .fold-toggle:hover {
  color: #D31821;
}
.area--six .unit--fold .fold-toggle:before,
.area--six .unit--fold .fold-toggle:after {
  content: '';
  position: absolute;
  background-color: #D31821;
  transition: all 0.3s;
}
.area--six .unit--fold .fold-toggle:before {
  left: 0;
  top: 50%;
  width: 36px;
  height: 2px;
  margin-top: -1px;
}
.area--six .unit--fold .fold-toggle:after {
  top: 50%;
  margin-top: -18px;
  width: 2px;
  height: 36px;
  left: 17px;
}
.area--six .unit--fold .fold-toggle.fold-toggle--open {
  color: #D31821;
}
.area--six .unit--fold .fold-toggle.fold-toggle--open:after {
  transform: rotate(270deg);
}
.area--six .unit--fold .unit__foot {
  display: none;
}
.area--six .unit--fold.unit--foldOpen div.more {
  height: var(--js-elementHeight);
}
.area--six .unit--fold.unit--foldOpen div.more .part {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s 0.2s;
}
@media (max-width: 1279px) {
  .area--six .unit--fold div.more {
    padding-left: 46px;
  }
  .area--six .unit--fold .fold-toggle {
    padding-left: 46px;
  }
  .area--six .unit--fold .fold-toggle:before {
    width: 30px;
  }
  .area--six .unit--fold .fold-toggle:after {
    height: 30px;
    margin-top: -15px;
    left: 14px;
  }
}
@media (max-width: 767px) {
  .area--six .unit--fold div.more {
    padding-left: 30px;
  }
  .area--six .unit--fold .fold-toggle {
    padding-left: 30px;
    padding-top: 0;
  }
  .area--six .unit--fold .fold-toggle:before {
    width: 20px;
  }
  .area--six .unit--fold .fold-toggle:after {
    height: 20px;
    margin-top: -10px;
    left: 9px;
  }
}
.area--six .unit--imageFader {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
div.link + div.link {
  margin-top: 0;
}
div.link .open {
  display: inline-block;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.025em;
  font-weight: 700;
  cursor: pointer;
  color: #D31821;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  padding-left: 78px;
  padding-right: 20px;
  background-size: 84px 24px;
  background-position: -20px 2px;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-sitecolor.svg);
  transition: all 0.4s;
}
div.link .open:hover,
div.link .open:focus,
.area--one .unitTwo:hover div.link .open,
.ns-teaser--news:hover div.link .open {
  padding-right: 0;
  padding-left: 98px;
  background-position: 0 2px;
}
@media (max-width: 767px) {
  div.link .open {
    font-size: 16px;
    line-height: 1.5;
    background-size: 63px 18px;
    background-position: -13px 3px !important;
    padding-right: 0 !important;
    padding-left: 62px !important;
  }
}
div.line.tiny {
  max-width: 110px;
}
.text-section--h3 {
  text-align: center;
}
.togglenavigation {
  float: left;
  position: relative;
  z-index: 2002;
  width: 40px;
  height: 30px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .togglenavigation {
    width: 36px;
    height: 24px;
  }
}
.tline {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #000;
  transition: all 0.4s;
}
body.cb-toggle-target-active .tline {
  background-color: #fff;
}
.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);
}
.navigation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1999;
  width: 100%;
  height: 100%;
  background-color: #D31821;
  overflow: hidden;
  overflow-y: auto;
  transform: translateY(-100%);
  transition: all 0.8s;
}
body.cb-toggle-target-active .navigation {
  transform: translateY(0);
}
@media (max-width: 767px) {
  .navigation {
    display: none;
  }
}
.navigation__wrapper {
  float: left;
  width: 100%;
  min-height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 240px 0 120px;
}
@media (max-width: 1279px) {
  .navigation__wrapper {
    padding: 160px 0 60px;
  }
}
.navigation__desk {
  float: left;
  width: var(--deskWidth);
  max-width: var(--deskMaxWidth);
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.navigation__content {
  float: left;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-grow: 1;
}
@media (max-width: 1279px) {
  .navigation__content {
    flex-wrap: wrap;
  }
}
.navigation__unit {
  float: left;
  opacity: 0;
  transform: translateY(-40px);
  transition: all 0.2s;
}
body.cb-toggle-target-active .navigation__unit {
  opacity: 1;
  transform: translateX(0);
}
.navigation__unit--1 {
  flex-grow: 1;
  position: relative;
  padding-top: 40px;
}
.navigation__unit--1:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 110px;
  height: 8px;
  background-color: #fff;
}
body.cb-toggle-target-active .navigation__unit--1 {
  transition: all 0.4s 0.4s;
}
.navigation__unit--2 {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 1fr;
  grid-template-areas: "navi";
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 40px;
}
body.cb-toggle-target-active .navigation__unit--2 {
  transition: all 0.4s 0.5s;
}
@media (max-width: 1279px) {
  .navigation__unit--2 {
    margin-right: 0;
  }
}
.navigation__unit--3 {
  flex-shrink: 0;
  align-self: flex-end;
}
body.cb-toggle-target-active .navigation__unit--3 {
  transition: all 0.4s 0.6s;
}
@media (max-width: 1279px) {
  .navigation__unit--3 {
    width: 100%;
  }
}
.navigation__part {
  float: left;
  grid-area: navi;
  opacity: 0;
  transform: translateX(-40px);
  pointer-events: none;
  transition: all 0.2s;
}
.navigation__part.cb-toggle-target-active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: initial;
  transition: all 0.3s 0.2s;
}
.navilinks {
  float: left;
  width: 160px;
}
@media (max-width: 767px) {
  .navilinks {
    width: 200px;
  }
  .mobileNavi .navilinks {
    max-width: 200px;
  }
}
.navilinks__part {
  float: left;
  width: 100%;
}
.navilinks__part--search {
  display: none;
}
@media (max-width: 767px) {
  .navilinks__part--search {
    display: block;
  }
}
.navilinks__part--vcard {
  position: relative;
  padding-top: 34px;
  margin-top: 26px;
}
.navilinks__part--vcard:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 110px;
  height: 8px;
  background-color: #fff;
}
@media (max-width: 1279px) {
  .navilinks__part--vcard:before {
    left: 0;
  }
}
.navilinks .vcard {
  float: left;
  width: 100%;
  color: #fff;
  text-align: right;
}
.navilinks .vcard .org {
  font-weight: 900;
}
.navilinks .vcard a {
  font-weight: 900;
}
.navilinks .vcard a:hover,
.navilinks .vcard a:focus {
  color: #000;
}
@media (max-width: 1279px) {
  .navilinks .vcard {
    text-align: left;
  }
}
.navigation div.navi {
  float: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.navigation div.navi .cb-toggle {
  display: none;
}
.navigation div.navi > .item {
  float: left;
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.navigation div.navi > .item.init {
  margin-top: 0 !important;
}
.navigation div.navi > .item.item-empty > .cb-toggle {
  display: none !important;
}
.navigation div.navi > .item > .menu {
  float: left;
  flex-shrink: 0;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.025em;
  font-size: 50px;
  line-height: 1.2;
}
.navigation div.navi > .item > .menu:hover,
.navigation div.navi > .item > .menu:focus,
.navigation div.navi > .item > .menu.path {
  color: #000;
}
@media (max-width: 1559px) {
  .navigation div.navi > .item > .menu {
    font-size: 40px;
    line-height: 1.25;
  }
}
@media (max-width: 1399px) {
  .navigation div.navi > .item > .menu {
    font-size: 36px;
    line-height: 1.16666667;
  }
}
@media (max-width: 1279px) {
  .navigation div.navi > .item {
    margin-top: 16px;
  }
  .navigation div.navi > .item > .menu {
    font-size: 26px;
    line-height: 1.15384615;
  }
}
.navigation div.sub1 {
  width: 100%;
}
.navigation div.sub1 > .item {
  width: 100%;
}
.navigation div.sub1 > .item > .cb-toggle {
  float: left;
  width: 100%;
  min-width: 136px;
  display: block;
  height: 40px;
  margin-left: 30px;
  background-size: 1000px 36px;
  background-position: left -904px center;
  background-repeat: no-repeat;
  background-image: url(/images/navitoggle-white.svg);
  cursor: pointer;
  transition: all 0.4s;
}
.navigation div.sub1 > .item > .cb-toggle.cb-toggle-active {
  background-image: url(/images/navitoggle-black.svg);
  background-position: right center;
}
@media (max-width: 1399px) {
  .navigation div.sub1 > .item > .cb-toggle {
    height: 42px;
    min-width: 100px;
    background-size: auto 30px;
    background-position: left -780px center;
  }
}
@media (max-width: 1399px) {
  .navigation div.sub1 > .item > .cb-toggle {
    height: 30px;
    min-width: 50px;
    margin-left: 20px;
    background-size: auto 20px;
    background-position: left -520px center;
  }
}
.mobileNavi {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1999;
  width: 100%;
  height: 100%;
  background-color: #D31821;
  overflow: hidden;
  overflow-y: auto;
  transform: translateY(-100%);
  transition: all 0.8s;
  display: none;
}
body.cb-toggle-target-active .mobileNavi {
  transform: translateY(0);
}
@media (max-width: 767px) {
  .mobileNavi {
    display: block;
  }
}
.mobileNavi__wrapper {
  float: left;
  width: 100%;
  min-height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 14px 0 100px;
}
.mobileNavi__desk {
  float: left;
  width: var(--deskWidth);
  max-width: var(--deskMaxWidth);
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.mobileNavi__content {
  float: left;
  width: 100%;
}
.mobileNavi__subcontent {
  float: left;
  width: 100%;
}
.mobileNavi__subcontent--1 {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  margin-top: 60px;
}
.mobileNavi__subcontent--2 {
  margin-top: 60px;
}
#quicklinksMobile {
  float: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 8px;
}
#quicklinksMobile .meta {
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.025em;
  margin-top: 21px;
  font-size: 12px;
  line-height: 1.33333333;
}
#quicklinksMobile .meta:first-child {
  margin-top: 0;
}
.mobileNavi div.navi {
  float: left;
  width: 100%;
}
.mobileNavi div.navi.cb-toggle {
  display: none;
}
.mobileNavi div.navi > .item {
  float: left;
  width: 100%;
}
.mobileNavi div.navi > .item > .menu {
  float: left;
  color: #fff;
  text-decoration: none;
  font-size: 30px;
  line-height: 1.13333333;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.025em;
  -webkit-font-smoothing: antialiased;
}
.mobileNavi div.navi > .item > .menu.path {
  color: #000;
}
.mobileNavi div.sub1 {
  position: relative;
  padding-top: 44px;
}
.mobileNavi div.sub1:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 110px;
  height: 8px;
  background-color: #fff;
}
.mobileNavi div.sub1 > .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 11px;
}
.mobileNavi div.sub1 > .item.init {
  margin-top: 0;
}
.mobileNavi div.sub1 > .item > .cb-toggle {
  float: left;
  flex-grow: 1;
  height: 30px;
  display: block;
  margin-left: 20px;
  background-size: 556px 20px;
  background-position: left -520px center;
  background-repeat: no-repeat;
  background-image: url(/images/navitoggle-white.svg);
  cursor: pointer;
  transition: all 0.4s;
}
.mobileNavi div.sub1 > .item.item-empty > .cb-toggle {
  display: none !important;
}
.mobileNavi div.sub1 > .item.cb-toggle-target-active > .cb-toggle {
  background-position: right center;
  background-image: url(/images/navitoggle-black.svg);
}
.mobileNavi div.sub1 > .item > .menu {
  flex-grow: 0;
}
.mobileNavi div.sub2 {
  width: 100%;
  box-sizing: border-box;
  padding-left: 20px;
  height: 0;
  overflow: hidden;
  transition: all 0.6s;
}
.mobileNavi div.sub2 > .item {
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.2s;
  margin-top: 10px;
}
.mobileNavi div.sub2 > .item.exit {
  margin-bottom: 30px;
}
.mobileNavi div.sub2 > .item > .menu {
  font-weight: 300;
  font-size: 26px;
  line-height: 1.23076923;
}
.mobileNavi div.sub1 > .item.cb-toggle-target-active div.sub2 {
  height: var(--js-elementHeight);
}
.mobileNavi div.sub1 > .item.cb-toggle-target-active div.sub2 > .item {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s 0.2s;
}
@media (max-width: 1279px) {
  .wrapper {
    font-size: 18px;
    line-height: 1.44444444;
  }
  h1 {
    font-size: 50px;
    line-height: 1.2;
  }
  .ns-teaser--bigRootTeaser h2 {
    font-size: 70px;
    line-height: 1.05714286;
  }
  .area--six h2 {
    font-size: 30px;
    line-height: 1.33333333;
  }
}
@media (max-width: 767px) {
  .wrapper {
    font-size: 16px;
    line-height: 1.5;
  }
  h1 {
    font-size: 36px;
    line-height: 1.11111111;
  }
  h2 {
    font-size: 16px;
    line-height: 1.25;
  }
  .cbdModule--contactLinksTitle h2 {
    font-size: 30px;
  }
  .ns-teaser--bigRootTeaser h2 {
    font-size: 40px;
    line-height: 1;
  }
  .area--six h2 {
    font-size: 22px;
    line-height: 1.36363636;
  }
  h3 {
    min-width: 140px !important;
    padding-left: 30px;
    padding-right: 30px;
  }
  h4 {
    font-size: 16px;
    line-height: 1.5;
  }
  .table td strong {
    font-size: 24px;
    line-height: 1.25;
  }
}
.area--one {
  width: calc(100% + 30px);
  margin-left: -15px;
}
.area--one .unit {
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% - 30px);
}
.area--three {
  width: calc(100% + 30px);
  margin-left: -15px;
}
.area--three .unit {
  margin-left: 15px;
  margin-right: 15px;
}
.area--one .unitOne--1-5 {
  width: calc(50% - 30px);
}
.newsSlider {
  float: left;
  width: 100%;
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
.newsSlider .ns-sliderWrapper {
  float: left;
  width: 100%;
}
.newsSlider .ns-slider {
  float: left;
  width: 100%;
}
.newsSlider .ns-slider__cover {
  float: left;
  width: 100%;
  position: relative;
}
.newsSlider .ns-slider__stage {
  float: left;
  width: 100%;
}
.newsSlider .ns-slider__area {
  float: left;
  width: 100%;
  display: flex;
}
.newsSlider .ns-sliderControl {
  position: absolute;
  bottom: 100%;
  z-index: 2;
  cursor: pointer;
  width: 64px;
  height: 46px;
  background-repeat: no-repeat;
  background-size: 84px 24px;
  transition: all 0.3s;
  margin-bottom: calc(var(--spaceTotal) * 2);
}
.newsSlider .ns-sliderControl.is-disabled {
  pointer-events: none;
  opacity: 0.2;
}
@media (min-width: 1280px) {
  .newsSlider .ns-sliderControl:hover,
  .newsSlider .ns-sliderControl:focus {
    width: 84px;
  }
}
@media (max-width: 767px) {
  .newsSlider .ns-sliderControl {
    width: 46px;
  }
}
.newsSlider .ns-sliderControl--prev {
  left: 0;
  background-position: 0 50%;
  background-image: url(/images/arrow-left-sitecolor.svg);
}
@media (min-width: 1280px) {
  .newsSlider .ns-sliderControl--prev:hover,
  .newsSlider .ns-sliderControl--prev:focus {
    left: -20px;
  }
}
.newsSlider .ns-sliderControl--next {
  right: 0;
  background-position: 100% 50%;
  background-image: url(/images/arrow-right-sitecolor.svg);
}
@media (min-width: 1280px) {
  .newsSlider .ns-sliderControl--next:hover,
  .newsSlider .ns-sliderControl--next:focus {
    right: -20px;
  }
}
.ns-slider--news .ns-slide {
  float: left;
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
  flex-shrink: 0;
  transition: all 0.6s;
}
@media (max-width: 1279px) {
  .ns-slider--news .ns-slide {
    width: calc((100% - 30px) / 2);
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .ns-slider--news .ns-slide {
    width: 100%;
    margin-right: 24px;
  }
}
.ns-teaser--news {
  float: left;
  width: 100%;
  color: #000 !important;
  cursor: pointer;
  transition: all 0.4s;
}
.ns-teaser--news .ns-teaser__content {
  float: left;
  width: 100%;
  margin: -8px 0;
}
.ns-teaser--news .ns-teaser__part {
  float: left;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 8px;
}
.ns-teaser--news .ns-teaser__part--pict {
  overflow: hidden;
}
.ns-teaser--news .ns-teaser__part--text {
  font-weight: 300;
}
.ns-teaser--news .ns-teaser__part--text strong {
  font-weight: 300;
}
.ns-teaser--news .ns-teaser__image {
  float: left;
  width: 100%;
  aspect-ratio: 1.35338346;
  object-fit: cover;
  object-position: center;
  transition: all 0.4s;
}
:hover.ns-teaser--news .ns-teaser__image {
  transform: scale(1.1);
}
.ns-teaser--news .ns-teaser__meta {
  float: left;
  padding-bottom: 12px;
  min-width: 110px;
  border-bottom: 8px solid #D31821;
}
.ns-teaser--news .ns-teaser__link {
  float: left;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.025em;
  font-weight: 700;
  cursor: pointer;
  color: #D31821;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  padding-left: 78px;
  padding-right: 20px;
  background-size: 84px 24px;
  background-position: -20px 2px;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-sitecolor.svg);
  transition: all 0.4s;
}
.ns-teaser--news .ns-teaser__link:hover,
.ns-teaser--news .ns-teaser__link:focus,
.area--one .unitTwo:hover .ns-teaser--news .ns-teaser__link,
.ns-teaser--news:hover .ns-teaser--news .ns-teaser__link {
  padding-right: 0;
  padding-left: 98px;
  background-position: 0 2px;
}
@media (max-width: 767px) {
  .ns-teaser--news .ns-teaser__link {
    font-size: 16px;
    line-height: 1.5;
    background-size: 63px 18px;
    background-position: -13px 3px !important;
    padding-right: 0 !important;
    padding-left: 62px !important;
  }
}
.ns-teaserWrapper--news {
  float: left;
  width: 100%;
}
.ns-teaserWrapper--news .ns-teaserArea {
  float: left;
  width: 100%;
}
.ns-teaserWrapper--news .ns-teaserCover {
  float: left;
  width: calc(100% + 40px);
  margin-left: -20px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .ns-teaserWrapper--news .ns-teaserCover {
    width: 100%;
    margin-left: 0;
  }
}
.ns-teaserWrapper--news .ns-teaser {
  width: calc((100% / 3) - 40px);
  margin: var(--spaceTotal) 20px;
}
@media (max-width: 1279px) {
  .ns-teaserWrapper--news .ns-teaser {
    width: calc(50% - 40px);
  }
}
@media (max-width: 767px) {
  .ns-teaserWrapper--news .ns-teaser {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.ns-loadMore {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ns-loadMore__link {
  float: left;
  border-radius: 10000px;
  border: 2px solid #D31821;
  text-decoration: none;
  font-size: 26px;
  line-height: 1.23076923;
  letter-spacing: 0.025em;
  font-weight: 300;
  padding: 4px 20px 4px 128px;
  background-size: 78px 26px;
  background-position: 20px 50%;
  background-repeat: no-repeat;
  color: #D31821;
  background-color: #fff;
  background-image: url(/images/contactLink-red.svg);
  transition: all 0.3s;
  cursor: pointer;
}
.ns-loadMore__link:hover,
.ns-loadMore__link:focus {
  background-position: 30px 50%;
  color: #fff;
  background-color: #D31821;
  background-image: url(/images/contactLink.svg);
}
@media (max-width: 767px) {
  .ns-loadMore__link {
    font-size: 22px;
    line-height: 1.27272727;
  }
}
.ns-teaserFilter {
  float: left;
  width: 100%;
}
.ns-teaserFilter__cover {
  float: left;
  width: 100%;
}
.ns-teaserFilter__part {
  float: left;
  width: 100%;
}
.ns-dropdown {
  float: left;
  width: 240px;
  max-width: 100%;
  position: relative;
  font-size: 14px;
  line-height: 1.28571429;
}
.ns-dropdown__toggle {
  float: left;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
  background-color: #f4f4f4;
  padding: 12px 52px 12px 20px;
  border-radius: 100000px;
  font-weight: 700;
  cursor: pointer;
  color: #000 !important;
  position: relative;
}
.ns-dropdown__toggle:after {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  border-style: solid;
  border-color: transparent;
  border-top-color: #000;
  border-width: 6px 6px 0 6px;
  transition: all 0.3s;
}
.ns-dropdown__toggle:hover {
  background-color: #E5E5E5;
}
.ns-dropdown.is-open .ns-dropdown__toggle:after {
  transform: translateY(-50%) rotate(-180deg);
}
.ns-dropdown__content {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10;
  width: 100%;
  box-sizing: border-box;
  margin-top: 6px;
  border-radius: 21px;
  background-color: #f4f4f4;
  overflow: hidden;
  display: none;
}
.ns-dropdown.is-open .ns-dropdown__content {
  display: block;
}
.ns-dropdown__item {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 12px 20px;
  cursor: pointer;
}
.ns-dropdown__item:hover {
  background-color: #E5E5E5;
}
.ns-dropdown__item.is-active {
  font-weight: 700;
  background-color: #E5E5E5;
}
.rootSlider {
  float: left;
  width: 100%;
  margin-top: -80px;
  margin-bottom: var(--spaceTotal);
}
@media (max-width: 767px) {
  .rootSlider {
    margin-top: -20px;
  }
}
.rootSlider .ns-sliderWrapper {
  float: left;
  width: 100%;
}
.rootSlider .ns-slider {
  float: left;
  width: 100%;
}
.rootSlider .ns-slider__cover {
  float: left;
  width: 100%;
  position: relative;
}
.rootSlider .ns-slider__stage {
  float: left;
  width: 100%;
}
.rootSlider .ns-slider__area {
  float: left;
  width: calc(100% + 40px);
  margin-left: -20px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1279px) {
  .rootSlider .ns-slider__area {
    flex-wrap: nowrap;
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}
@media (max-width: 767px) {
  .rootSlider .ns-slider__area {
    width: calc(100% + 10px);
    margin-left: -5px;
  }
}
.rootSlider .ns-sliderControl {
  display: none;
  position: absolute;
  top: 106px;
  width: 28px;
  height: 54px;
  cursor: pointer;
}
@media (max-width: 1279px) {
  .rootSlider .ns-sliderControl {
    display: block;
  }
}
@media (max-width: 767px) {
  .rootSlider .ns-sliderControl {
    top: 59px;
  }
}
.rootSlider .ns-sliderControl--prev {
  left: var(--deskSpace);
  background-image: url(/images/mood-prev.svg);
}
.rootSlider .ns-sliderControl--next {
  right: var(--deskSpace);
  background-image: url(/images/mood-next.svg);
}
.ns-teaser--smallRootTeaser {
  float: left;
  margin-left: 20px;
  margin-right: 20px;
  width: calc(25% - 40px);
  color: #000 !important;
  cursor: pointer;
  position: relative;
  padding-bottom: 24px;
}
.ns-teaser--smallRootTeaser:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 110px;
  height: 8px;
}
@media (max-width: 1279px) {
  .ns-teaser--smallRootTeaser {
    margin-left: 15px;
    margin-right: 15px;
    width: calc(50% - 30px);
    flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .ns-teaser--smallRootTeaser {
    margin-left: 5px;
    margin-right: 5px;
    width: 234px;
  }
}
.ns-teaser--targetBSV:after {
  background-color: #D31821;
}
.ns-teaser--targetStiftung:after {
  background-color: #72A848;
}
.ns-teaser--targetArena:after {
  background-color: #000;
}
.ns-teaser--targetAcademy:after {
  background-color: #83C3EC;
}
.ns-teaser--targetBaerenclub:after {
  background-color: #0C5E9D;
}
.ns-teaser--smallRootTeaser .ns-teaser__content {
  float: left;
  width: 100%;
  margin: -8px 0;
}
.ns-teaser--smallRootTeaser .ns-teaser__part {
  float: left;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 8px;
}
.ns-teaser--smallRootTeaser .ns-teaser__part--pict {
  overflow: hidden;
}
.ns-teaser--smallRootTeaser .ns-teaser__image {
  float: left;
  width: 100%;
  aspect-ratio: 1.35338346;
  object-fit: cover;
  object-position: center;
  transition: all 0.4s;
}
:hover.ns-teaser--smallRootTeaser .ns-teaser__image {
  transform: scale(1.1);
}
.ns-teaser--bigRootTeaser {
  float: left;
  width: 100%;
  color: #fff;
}
.ns-teaser--bigRootTeaser a {
  color: #D31821;
}
.ns-teaser--bigRootTeaser a:hover,
.ns-teaser--bigRootTeaser a:focus {
  color: #fff;
}
.ns-teaser--bigRootTeaser h3 {
  background-color: #D31821;
}
.ns-teaser--bigRootTeaser .line hr {
  border-color: #D31821;
}
.ns-teaser--bigRootTeaser .ns-teaser__wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ns-teaser--bigRootTeaser .ns-teaser__desk {
  float: left;
  width: var(--deskWidth);
  max-width: var(--deskMaxWidth);
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ns-teaser--bigRootTeaser .ns-teaser__content {
  float: left;
  width: 100%;
  max-width: 920px;
}
@media (max-width: 1279px) {
  .ns-teaser--bigRootTeaser .ns-teaser__content {
    max-width: 600px;
  }
}
.ns-teaser--bigRootTeaser .ns-teaser__part {
  float: left;
  width: 100%;
}
.ns-teaser--bigRootTeaser .ns-teaser__part--title {
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.ns-teaser--bigRootTeaser .ns-teaser__part--actions {
  margin-top: 30px;
}
.ns-teaser--bigRootTeaser .ns-teaser__image {
  float: left;
  width: 100%;
  height: 750px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 1279px) {
  .ns-teaser--bigRootTeaser .ns-teaser__image {
    height: 560px;
  }
}
@media (max-width: 767px) {
  .ns-teaser--bigRootTeaser .ns-teaser__image {
    height: 400px;
  }
}
.ns-teaser--bigRootTeaser .ns-teaser__link {
  float: left;
  border-radius: 10000px;
  border: 2px solid #D31821;
  text-decoration: none;
  font-size: 26px;
  line-height: 1.23076923;
  letter-spacing: 0.025em;
  font-weight: 300;
  padding: 4px 20px 4px 128px;
  background-size: 78px 26px;
  background-position: 20px 50%;
  background-repeat: no-repeat;
  color: #D31821;
  background-color: #fff;
  background-image: url(/images/contactLink-red.svg);
  transition: all 0.3s;
}
.ns-teaser--bigRootTeaser .ns-teaser__link:hover,
.ns-teaser--bigRootTeaser .ns-teaser__link:focus {
  background-position: 30px 50%;
  color: #fff;
  background-color: #D31821;
  background-image: url(/images/contactLink.svg);
}
@media (max-width: 767px) {
  .ns-teaser--bigRootTeaser .ns-teaser__link {
    font-size: 22px;
    line-height: 1.27272727;
  }
}
.supervisor {
  float: left;
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: calc(var(--spaceTotal) * 2);
}
.supervisor__logo {
  position: absolute;
  left: 50%;
  top: -60px;
  z-index: 2;
  width: 360px;
  transform: translateX(-50%);
}
@media (max-width: 1399px) {
  .supervisor__logo {
    width: 300px;
  }
}
@media (max-width: 1279px) {
  .supervisor__logo {
    left: initial;
    right: 0;
    width: 260px;
    transform: translateX(0);
  }
}
@media (max-width: 767px) {
  .supervisor__logo {
    width: 146px;
    top: -46px;
  }
}
.supervisor__section {
  float: left;
  width: calc(50% - 40px);
}
@media (max-width: 1279px) {
  .supervisor__section {
    width: 100%;
    margin-top: calc(var(--spaceTotal) * 2);
  }
  .supervisor__section:first-child {
    margin-top: 0 !important;
  }
}
@media (max-width: 767px) {
  .supervisor__section {
    margin-top: 80px;
  }
}
.supervisor__unit {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.supervisor__unit--latest {
  align-items: flex-start;
}
.supervisor__unit--next {
  align-items: flex-end;
}
@media (max-width: 1279px) {
  .supervisor__unit--next {
    align-items: flex-start;
  }
}
.supervisor__part {
  float: left;
  margin-top: 40px;
  max-width: 100%;
}
@media (max-width: 1279px) {
  .supervisor__part {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .supervisor__part {
    margin-top: 20px;
  }
}
.supervisor__part--title {
  margin-top: -23px;
}
.supervisor__part--info {
  display: flex;
  align-items: flex-start;
  max-width: calc(100% - 110px);
  position: relative;
  padding-bottom: 24px;
}
.supervisor__part--info:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 110px;
  height: 8px;
  background-color: #D31821;
}
@media (min-width: 1280px) {
  .supervisor__unit--next .supervisor__part--info:after {
    left: initial;
    right: 0;
  }
}
@media (max-width: 1279px) {
  .supervisor__part--info {
    max-width: 100%;
    padding-bottom: 20px;
  }
}
.supervisor__part--opponents {
  display: flex;
  align-items: flex-start;
  max-width: 100%;
}
.supervisor__part--result {
  display: flex;
  align-items: flex-start;
  max-width: 100%;
  margin-top: 20px;
}
.supervisor__info {
  float: left;
  font-size: 22px;
  line-height: 1.36363636;
  font-weight: 900;
}
@media (max-width: 767px) {
  .supervisor__info {
    font-size: 16px;
    line-height: 1.375;
  }
}
.supervisor__result {
  flex-shrink: 0;
}
.supervisor__info--separator {
  margin-right: 8px;
  flex-shrink: 0;
}
.supervisor__opponent {
  float: left;
  font-size: 40px;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1399px) {
  .supervisor__opponent {
    font-size: 36px;
    line-height: 1.27777778;
  }
}
@media (max-width: 767px) {
  .supervisor__opponent {
    font-size: 24px;
    line-height: 1.33333333;
  }
}
.supervisor__opponent--home {
  flex-shrink: 0;
}
.supervisor__opponent--separator {
  flex-shrink: 0;
  margin: 0 15px;
}
.supervisor__result {
  float: left;
  font-size: 100px;
  line-height: 1;
  font-weight: 900;
}
@media (max-width: 767px) {
  .supervisor__result {
    font-size: 40px;
    line-height: 0.75;
  }
}
.supervisor__result--separator {
  margin: 0 10px;
}
.supervisor__link {
  float: left;
  font-size: 30px;
  line-height: 1.33333333;
  padding-left: 70px;
  text-decoration: none;
  cursor: pointer;
  color: #000;
  background-size: 84px 24px;
  background-position: -30px 50%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-black.svg);
}
.supervisor__link:hover,
.supervisor__link:focus {
  color: #D31821;
  background-image: url(/images/arrow-right-sitecolor.svg);
}
@media (max-width: 767px) {
  .supervisor__link {
    font-size: 16px;
    line-height: 1.5;
    background-size: 63px 18px;
    background-position: -13px 50%;
    padding-left: 60px;
  }
}
.topscorer {
  float: left;
  width: 100%;
  position: relative;
  padding-top: calc(var(--spaceTotal) * 2);
  padding-bottom: calc(var(--spaceTotal) * 2);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.topscorer__bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-image: url(/images/topscorer-sun.svg);
}
.topscorer__bg:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(180deg, rgba(218, 35, 35, 0) 0%, #da2323 75%);
}
.topscorer__desk {
  float: left;
  width: var(--deskWidth);
  max-width: var(--deskMaxWidth);
  position: relative;
  z-index: 3;
}
.topscrorer__content {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .topscrorer__content {
    flex-direction: column;
  }
}
.topscrorer__subcontent {
  float: left;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.topscrorer__subcontent--1 {
  width: calc(100% - 560px);
}
@media (max-width: 1279px) {
  .topscrorer__subcontent--1 {
    width: calc(100% - 460px);
  }
}
@media (max-width: 767px) {
  .topscrorer__subcontent--1 {
    width: 300px;
    max-width: 100%;
  }
}
.topscrorer__subcontent--2 {
  width: 500px;
}
@media (max-width: 1279px) {
  .topscrorer__subcontent--2 {
    width: 360px;
  }
}
@media (max-width: 767px) {
  .topscrorer__subcontent--2 {
    width: 360px;
    max-width: 100%;
    margin-top: 40px;
  }
}
.topscorerArea {
  float: left;
  width: 100%;
  margin-top: calc(var(--spaceTotal) * -1);
  margin-bottom: calc(var(--spaceTotal) * -1);
  text-align: center;
  color: #fff;
}
.topscorerLogos {
  float: left;
  width: 100%;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.topscorerLogos__star {
  width: 340px;
  max-width: 100%;
}
.topscorerLogos__mobiliar {
  width: 160px;
  max-width: 100%;
}
.presentedBy {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  color: #fff;
  margin: 14px 0;
}
.presentedBy__line {
  float: left;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.presentedBy__text {
  float: left;
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.42857143;
  margin: 0 20px;
}
.ns-unitFilter {
  float: left;
  width: 100%;
}
.ns-unitFilter__wrapper {
  float: left;
  width: 100%;
}
.ns-unitFilter__toggle {
  display: none;
}
.ns-unitFilter__content {
  float: left;
  width: 100%;
}
.ns-unitFilter__list {
  float: left;
  width: calc(100% + 40px);
  margin: -10px -20px;
}
@media (max-width: 1279px) {
  .ns-unitFilter__list {
    width: calc(100% - 20px);
    margin: -10px;
  }
}
@media (max-width: 767px) {
  .ns-unitFilter__list {
    width: calc(100% - 12px);
    margin: -6px;
  }
}
.ns-unitFilter__item {
  float: left;
  margin: 10px 20px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #E5E5E5;
  color: #000;
  padding: 10px 40px 8px;
  border-radius: 10000px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.ns-unitFilter__item:hover,
.ns-unitFilter__item.is-active {
  background-color: #D31821;
  color: #fff;
}
@media (max-width: 1279px) {
  .ns-unitFilter__item {
    margin: 10px;
  }
}
@media (max-width: 767px) {
  .ns-unitFilter__item {
    padding: 6px 20px;
    font-size: 14px;
    line-height: 1.42857143;
    margin: 6px;
  }
}
#view .ns-unitFilter__unit {
  display: none;
  transition: all 0.6s;
  opacity: 0;
  min-height: 4px;
}
#view .ns-unitFilter__unit.ns-unitFilter__unit--activated {
  display: block;
}
#view .ns-unitFilter__unit.ns-unitFilter__unit--active {
  opacity: 1;
}
.ns-sliderWrapper--imageFader {
  float: left;
  width: 100%;
}
.ns-imageFader {
  float: left;
  width: 100%;
  position: relative;
}
.ns-imageFader__content {
  float: left;
  width: 100%;
}
.ns-slider__stage {
  float: left;
  width: 100%;
  display: flex;
}
.ns-slide {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  margin-right: -100%;
  opacity: 0;
  position: relative;
  transition: opacity 0.8s;
}
.ns-slide.is-active {
  opacity: 1;
  z-index: 2;
}
.ns-slide__content {
  float: left;
  width: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.ns-slider__part {
  float: left;
  width: 100%;
}
.ns-slider__part--image {
  height: 660px;
  position: relative;
}
.ns-slider__part--image .ns-sliderImage {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 1279px) {
  .ns-slider__part--image {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .ns-slider__part--image {
    height: 260px;
  }
}
.ns-slider__part--text {
  margin-top: 40px;
  box-sizing: border-box;
  padding: 0 200px;
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1279px) {
  .ns-slider__part--text {
    padding: 0 100px;
  }
}
@media (max-width: 767px) {
  .ns-slider__part--text {
    padding: 0;
    justify-content: flex-start;
    margin-top: 70px;
  }
}
.ns-imageFader .ns-sliderControl {
  position: absolute;
  bottom: 0;
  z-index: 4;
  width: 200px;
  height: calc(100% - (660px + 40px));
  cursor: pointer;
  background-size: 84px 24px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media (max-width: 1279px) {
  .ns-imageFader .ns-sliderControl {
    width: 100px;
    height: calc(100% - (400px + 40px));
    background-size: auto 16px;
  }
}
@media (max-width: 767px) {
  .ns-imageFader .ns-sliderControl {
    height: 30px;
    bottom: initial;
    top: 280px;
  }
}
.ns-imageFader .ns-sliderControl--prev {
  left: 0;
  background-image: url(/images/arrow-left-sitecolor.svg);
}
.ns-imageFader .ns-sliderControl--next {
  right: 0;
  background-image: url(/images/arrow-right-sitecolor.svg);
}
/*# sourceMappingURL=./screen-small.css.map */