:root {
  --spacePart: 16px;
}
@media (max-width: 1279px) {
  :root {
    --spacePart: 10px;
  }
}
@media (max-width: 767px) {
  :root {
    --spacePart: 10px;
  }
}
:root {
  --spaceUnit: 34px;
}
@media (max-width: 1279px) {
  :root {
    --spaceUnit: 25px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceUnit: 25px;
  }
}
:root {
  --spaceTotal: 50px;
}
@media (max-width: 1279px) {
  :root {
    --spaceTotal: 35px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceTotal: 35px;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  font-size: 20px;
  line-height: 1.5;
  cursor: pointer;
  color: #BF9474 !important;
  padding: 0 6px 0 80px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  min-height: 60px;
}
.button:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  border-radius: 100000px;
  box-sizing: border-box;
  border: 2px solid #E2D9CC;
  background-size: 24px 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-brown.svg);
  transition: all 0.2s;
}
.button:hover,
.button:focus {
  padding-left: 86px;
  padding-right: 0;
}
.button:hover:before,
.button:focus:before {
  background-color: #F5F3EF;
}
.section--footer .button {
  color: #fff !important;
}
.section--footer .button:before {
  background-image: url(/images/arrow-right-white.svg);
}
.section--footer .button:hover:before,
.section--footer .button:focus:before {
  background-color: #9F8E81;
}
@media (max-width: 1279px) {
  .button {
    font-size: 16px;
    line-height: 1.25;
  }
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  background: none;
  font-size: 100%;
}
*::selection {
  background: #BF9474;
  color: #fff;
}
.hidden,
.cb-invisible {
  display: none !important;
}
li {
  list-style-position: inside;
}
img,
audio,
video,
iframe {
  float: left;
  width: 100%;
}
strong {
  font-weight: 500;
}
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: 20px;
  font-family: 'Inter', sans-serif;
  line-height: 1.6;
}
.unit caption {
  display: none;
}
.flag {
  background: #BF9474;
  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%;
}
.cbdModule.cbdModule--react {
  white-space: pre-line;
}
#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 .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;
}
.cb-image-figure {
  float: left;
  width: 100%;
}
.cb-image-container {
  float: left;
  width: 100%;
  position: relative;
}
.cb-image-caption {
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 1.625;
  margin-top: 20px;
}
@media (max-width: 1279px) {
  .cb-image-caption {
    font-size: 14px;
    line-height: 1.57142857;
  }
}
#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 #E2D9CC;
}
.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: 500;
  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: 48.10298103%;
  position: relative;
}
.section--three #expo {
  order: 1;
  margin-bottom: -60px;
}
.section--five #expo {
  margin-left: 4.38871473%;
  width: 878px;
  max-width: calc((100%/1276*610) + (((100vw - 100%) / 2) - 4vw));
  flex-shrink: 0;
}
@media (max-width: 1279px) {
  #expo {
    width: 100vw;
    margin-top: calc(var(--spaceTotal) * 2);
  }
  .section--three #expo {
    margin-bottom: 0;
    order: initial;
  }
  .section--five #expo {
    margin-top: var(--spaceTotal);
    width: 100vw;
    max-width: 100vw;
    margin-left: 0;
  }
}
#slides {
  float: left;
  width: 100%;
  height: 530px !important;
  max-width: 100% !important;
  max-height: 100% !important;
  position: relative;
}
.section--five #slides {
  height: 610px !important;
}
@media (max-width: 767px) {
  #slides {
    height: 310px !important;
  }
  .section--five #slides {
    height: 310px !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;
}
#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: #BF9474;
  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: #BF9474;
}
.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: 'Inter', sans-serif;
  line-height: 1.42857143;
  color: #646363;
}
@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: #BF9474;
  width: 100%;
  box-sizing: border-box;
  padding-right: 30px;
}
#disp h3 {
  color: #BF9474;
  font-size: 16px;
  font-weight: 500;
  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.5;
  cursor: pointer;
  color: #BF9474 !important;
  padding: 0 6px 0 80px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  min-height: 60px;
  line-height: 1.42857143;
}
#disp .foot input:before,
#disp .foot a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  border-radius: 100000px;
  box-sizing: border-box;
  border: 2px solid #E2D9CC;
  background-size: 24px 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-brown.svg);
  transition: all 0.2s;
}
#disp .foot input:hover,
#disp .foot a:hover,
#disp .foot input:focus,
#disp .foot a:focus {
  padding-left: 86px;
  padding-right: 0;
}
#disp .foot input:hover:before,
#disp .foot a:hover:before,
#disp .foot input:focus:before,
#disp .foot a:focus:before {
  background-color: #F5F3EF;
}
.section--footer #disp .foot input,
.section--footer #disp .foot a {
  color: #fff !important;
}
.section--footer #disp .foot input:before,
.section--footer #disp .foot a:before {
  background-image: url(/images/arrow-right-white.svg);
}
.section--footer #disp .foot input:hover:before,
.section--footer #disp .foot a:hover:before,
.section--footer #disp .foot input:focus:before,
.section--footer #disp .foot a:focus:before {
  background-color: #9F8E81;
}
@media (max-width: 1279px) {
  #disp .foot input,
  #disp .foot a {
    font-size: 16px;
    line-height: 1.25;
  }
}
#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: 'Inter', 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 .part.must {
  font-size: 16px;
  line-height: 1.25;
  color: #E2D9CC;
}
.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%;
  padding-bottom: 5px;
  color: #BF9474;
}
@media (min-width: 768px) {
  .unit.form .tile .name {
    width: 30%;
    min-height: 54px;
    padding-top: 11px;
    padding-bottom: 11px;
    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: 54px;
  -webkit-appearance: none;
  border-bottom: 1px solid #E2D9CC;
  background-image: linear-gradient(to right, #E2D9CC, #E2D9CC);
  background-size: 100% 0;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: all 0.4s;
}
.unit.form input.text.fail,
.unit.form textarea.fail {
  background-color: #e7bcbc;
}
.unit.form input.text:focus,
.unit.form textarea:focus {
  background-size: 100% 3px;
}
.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: 11px;
    padding-bottom: 11px;
  }
}
.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: 32px;
  vertical-align: top;
}
@media (min-width: 768px) {
  .unit.form div.tick.tile input {
    top: 11px;
  }
}
.unit.form select {
  float: left;
  width: 100%;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  line-height: 1.6;
  background: transparent;
  height: 54px;
  border: 1px solid #646363;
  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: 54px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
}
.unit.form input.submit {
  float: right;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
  font-size: 20px;
  line-height: 1.5;
  cursor: pointer;
  color: #BF9474 !important;
  padding: 0 6px 0 80px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  min-height: 60px;
  background-size: 60px 60px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(/images/form-submit.svg);
}
.unit.form input.submit:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  border-radius: 100000px;
  box-sizing: border-box;
  border: 2px solid #E2D9CC;
  background-size: 24px 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-brown.svg);
  transition: all 0.2s;
}
.unit.form input.submit:hover,
.unit.form input.submit:focus {
  padding-left: 86px;
  padding-right: 0;
}
.unit.form input.submit:hover:before,
.unit.form input.submit:focus:before {
  background-color: #F5F3EF;
}
.section--footer .unit.form input.submit {
  color: #fff !important;
}
.section--footer .unit.form input.submit:before {
  background-image: url(/images/arrow-right-white.svg);
}
.section--footer .unit.form input.submit:hover:before,
.section--footer .unit.form input.submit:focus:before {
  background-color: #9F8E81;
}
@media (max-width: 1279px) {
  .unit.form input.submit {
    font-size: 16px;
    line-height: 1.25;
  }
}
.unit.form input.submit:hover,
.unit.form input.submit:focus {
  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: #646363;
  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.5;
  cursor: pointer;
  color: #BF9474 !important;
  padding: 0 6px 0 80px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  min-height: 60px;
}
.two-step-verification-container a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  border-radius: 100000px;
  box-sizing: border-box;
  border: 2px solid #E2D9CC;
  background-size: 24px 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-brown.svg);
  transition: all 0.2s;
}
.two-step-verification-container a:hover,
.two-step-verification-container a:focus {
  padding-left: 86px;
  padding-right: 0;
}
.two-step-verification-container a:hover:before,
.two-step-verification-container a:focus:before {
  background-color: #F5F3EF;
}
.section--footer .two-step-verification-container a {
  color: #fff !important;
}
.section--footer .two-step-verification-container a:before {
  background-image: url(/images/arrow-right-white.svg);
}
.section--footer .two-step-verification-container a:hover:before,
.section--footer .two-step-verification-container a:focus:before {
  background-color: #9F8E81;
}
@media (max-width: 1279px) {
  .two-step-verification-container a {
    font-size: 16px;
    line-height: 1.25;
  }
}
.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;
}
@media (max-width: 767px) {
  .part--table {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.table {
  float: left;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.table a {
  display: block;
  text-decoration: none;
  color: #646363;
  padding-right: 30px;
  background-size: 24px 20px;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-rightTop-brown.svg);
}
.table a:hover,
.table a:focus {
  color: #BF9474;
}
@media (max-width: 767px) {
  .table {
    width: 100vw;
  }
}
.table-layout-fixed .table {
  table-layout: fixed;
}
.table tr {
  border-top: 2px solid #E2D9CC;
  border-bottom: 2px solid #E2D9CC;
}
.table-head tr {
  border-top: none;
}
.table th {
  font-weight: normal;
  padding: 24px 16px;
  vertical-align: top;
}
.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: 500;
}
.table td {
  padding: 24px 16px;
  vertical-align: top;
}
.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: 500;
}
@media (max-width: 767px) {
  .part--table .table {
    display: block;
  }
  .part--table .table .table-head,
  .part--table .table .table-foot {
    display: none;
  }
  .part--table .table .table-body {
    display: block;
    width: 100%;
  }
  .part--table .table tr {
    float: left;
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 30px 8vw;
    border-top: 2px solid #E2D9CC;
    border-bottom: 2px solid #E2D9CC;
    margin-top: -2px;
  }
  .part--table .table .table-body tr:first-child {
    margin-top: 0;
  }
  .part--table .table td {
    float: left;
    display: block;
    width: 100%;
    padding: 0;
  }
  .part--table .table.table--headline td {
    position: relative;
    box-sizing: border-box;
    padding-left: 52%;
  }
  .part--table .table.table--headline td:before {
    content: attr(data-title);
    position: absolute;
    left: 0;
    top: 0;
    width: 48%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    font-weight: 500;
  }
}
html,
body {
  float: left;
  width: 100%;
  min-height: 100vh;
}
#home {
  float: left;
  height: 90px;
  margin: 52px 0;
  transition: all 0.4s;
}
.cb-scroll-triggered--active #home {
  margin: 36px 0;
}
@media (max-width: 1519px) {
  #home {
    height: 64px;
    margin: 65px 0;
  }
}
@media (max-width: 1279px) {
  #home {
    height: 64px;
    margin: 24px 0;
  }
  .cb-scroll-triggered--active #home {
    margin: 24px 0;
  }
}
@media (max-width: 767px) {
  #home {
    height: 58px;
    margin: 18px 0;
  }
  .cb-scroll-triggered--active #home {
    margin: 18px 0;
  }
}
.logo {
  width: auto;
  height: 100%;
}
#head {
  float: left;
  width: 100%;
  position: relative;
  z-index: 2;
  margin-bottom: calc((var(--spaceUnit) - var(--spacePart)) * -1);
  margin-top: calc(var(--spaceTotal) * 2);
  display: flex;
  justify-content: center;
}
.section--three #head {
  margin-top: 0;
}
.section--five #head {
  margin-top: var(--spaceTotal);
}
@media (max-width: 1279px) {
  .section--three #head {
    margin-top: var(--spaceTotal);
  }
}
.wrapper,
.ns-wrapper {
  float: left;
  width: 100%;
  min-height: 100vh;
  background-color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  line-height: 1.6;
  color: #646363;
  overflow: hidden;
  -webkit-hyphens: none;
          hyphens: none;
  box-sizing: border-box;
  padding-top: 204px;
}
.wrapper:before,
.ns-wrapper:before,
.wrapper:after,
.ns-wrapper:after {
  content: '';
  position: fixed;
  top: 0;
  height: 10px;
  z-index: 2004;
}
.wrapper:before,
.ns-wrapper:before {
  left: 0;
  width: 100%;
  background-color: #F5F3EF;
}
.wrapper:after,
.ns-wrapper:after {
  right: 0;
  width: 0;
  background-color: #BF9474;
  transition: all 0.6s;
}
.show-content .wrapper:after,
.show-content .ns-wrapper:after {
  width: 50%;
}
@media (max-width: 1279px) {
  .wrapper,
  .ns-wrapper {
    padding-top: 119px;
  }
  .wrapper:before,
  .ns-wrapper:before,
  .wrapper:after,
  .ns-wrapper:after {
    height: 7px;
  }
}
@media (max-width: 767px) {
  .wrapper,
  .ns-wrapper {
    padding-top: 101px;
  }
}
.desk {
  *zoom: 1;
  margin: 0 auto;
  max-width: 84%;
  width: 1476px;
  position: relative;
}
.desk:before,
.desk:after {
  display: table;
  content: '';
}
.desk:after {
  clear: both;
}
.section--pfad .desk,
.section--one .desk,
.section--two .desk,
.section--five .desk,
.section--moduleNewsAgenda .desk,
.section--moduleAgendaSuggestions .desk,
.section--moduleMemberIndex .desk {
  width: 1276px;
}
.section--moduleSearch .desk,
.section--backlink .desk {
  width: 1054px;
}
.section {
  float: left;
  width: 100%;
  position: relative;
}
.section--header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2000;
  background-color: #fff;
  padding-top: 10px;
  transition: all 0.4s;
}
.section--header.cb-scroll-triggered--active {
  box-shadow: 0 0 4px rgba(120, 120, 120, 0.4);
}
@media (max-width: 1279px) {
  .section--header {
    padding-top: 7px;
  }
}
.section--lighterbrown {
  background-color: #FAFAF8;
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  padding-top: var(--spaceTotal);
  padding-bottom: var(--spaceTotal);
  display: none;
}
.cb-layout1 .section--lighterbrown.section--side {
  display: block;
}
#view.side--empty.cb-layout1 .section--lighterbrown.section--side,
#view.dynamicSide--empty.cb-layout1 .section--lighterbrown.section--side {
  display: none;
}
.cb-layout2 .section--lighterbrown.section--farwest {
  margin-bottom: calc(var(--spaceTotal) * -1);
  display: block;
}
#view.farwest--empty.cb-layout2 .section--lighterbrown.section--farwest,
#view.dynamicFarwest--empty.cb-layout2 .section--lighterbrown.section--farwest {
  display: none;
}
.cb-layout4 .section--lighterbrown.section--fareast {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
}
#view.fareast--empty.cb-layout4 .section--lighterbrown.section--fareast,
#view.dynamicFareast--empty.cb-layout4 .section--lighterbrown.section--fareast {
  display: none;
}
.cb-layout4 .section--lighterbrown.section--north {
  margin-top: 0;
  padding-top: 0;
  display: block;
}
#view.north--empty.cb-layout4 .section--lighterbrown.section--north,
#view.dynamicNorth--empty.cb-layout4 .section--lighterbrown.section--north {
  display: none;
}
.cb-layout4 .section--pfad,
.cb-layout5 .section--pfad,
.cb-layout9 .section--pfad {
  background-color: #FAFAF8;
}
.cb-layout7 .section--pfad,
.cb-layout8 .section--pfad {
  display: none;
}
.section--three {
  z-index: 2;
}
.section--backlink {
  background-color: #FAFAF8;
  margin-top: var(--spaceTotal);
  margin-bottom: calc(var(--spaceTotal) * -1);
  display: none;
}
.cb-layout6 .section--backlink {
  display: block;
}
.section--moduleNewsSuggestions {
  display: none;
}
.cb-layout3 .section--moduleNewsSuggestions {
  display: block;
  background-color: #FAFAF8;
  margin-top: var(--spaceTotal);
  padding-top: var(--spaceTotal);
  padding-bottom: var(--spaceTotal);
  margin-bottom: calc(var(--spaceTotal) * -1);
}
.cb-layout7 .section--moduleNewsSuggestions {
  display: block;
}
.section--moduleAgendaSuggestions {
  display: none;
}
.cb-layout7 .section--moduleAgendaSuggestions {
  border-top: 2px solid #F5F3EF;
  margin-top: var(--spaceTotal);
  padding-top: var(--spaceTotal);
  display: block;
}
.section--footer {
  background-color: #A59589;
  margin-top: var(--spaceTotal);
}
.section--legal {
  background-color: #9F8E81;
}
.section--moduleBlog {
  display: none;
}
.cb-layout9 .section--moduleBlog {
  display: block;
}
.subsection {
  float: left;
  width: 100%;
}
#view .subsection--blog,
#view .subsection--publication,
#view .subsection--editorial {
  display: none;
}
#view .subsection--blog.is-visible,
#view .subsection--publication.is-visible,
#view .subsection--editorial.is-visible {
  display: block;
}
#edit .subsection--publication,
#edit .subsection--editorial {
  border-top: 4px dashed rgba(113, 202, 243, 0.6);
  padding-top: var(--spaceTotal);
  margin-top: var(--spaceTotal);
}
#view .subsection--publication,
#view .subsection--editorial {
  display: none;
}
#view .subsection--publication.is-visible,
#view .subsection--editorial.is-visible {
  display: block;
}
.headercontent {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headerpart {
  float: left;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 1279px) {
  .headerpart--2 {
    display: none;
  }
}
.headerlinks {
  float: left;
  display: flex;
  align-items: center;
}
#headerservices {
  float: left;
  display: flex;
}
#headerservices .meta {
  float: left;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.005em;
  text-decoration: none;
  color: #646363;
  padding-left: 25px;
  margin-right: 30px;
  background-size: auto 20px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
#headerservices .meta:hover,
#headerservices .meta:focus {
  color: #BF9474;
  text-decoration: underline;
  -webkit-text-decoration-color: #E2D9CC;
          text-decoration-color: #E2D9CC;
}
#headerservices .meta.find {
  background-image: url(/images/icon-search-gray.svg);
}
#headerservices .meta.find:hover,
#headerservices .meta.find:focus {
  background-image: url(/images/icon-search-brown.svg);
}
#headerservices .meta.service_kontakt {
  background-image: url(/images/icon-map-gray.svg);
}
#headerservices .meta.service_kontakt:hover,
#headerservices .meta.service_kontakt:focus {
  background-image: url(/images/icon-map-brown.svg);
}
@media (max-width: 1279px) {
  #headerservices .meta {
    margin-right: 0;
    display: none;
  }
  #headerservices .meta.find {
    display: block;
    width: 18px;
    height: 24px;
    font-size: 0;
    overflow: hidden;
    text-indent: 101%;
    color: transparent;
    padding: 0;
    margin-right: 60px;
    background-size: 100% 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(/images/icon-moduleSearch.svg) !important;
  }
}
.headercontent .service_mitglied {
  float: left;
  font-size: 18px;
  line-height: 1.22222222;
  text-transform: uppercase;
  color: #BF9474;
  text-decoration: none;
  background-color: #F5F3EF;
  padding: 24px 46px;
  margin-top: 26px;
  transition: all 0.4s;
}
.headercontent .service_mitglied:hover,
.headercontent .service_mitglied:focus {
  background-color: #BF9474;
  color: #fff;
}
.cb-scroll-triggered--active .headercontent .service_mitglied {
  margin-top: 16px;
}
@media (max-width: 1279px) {
  .headercontent .service_mitglied {
    display: none;
  }
}
.langnavi {
  float: left;
  position: relative;
  font-size: 16px;
  line-height: 1.25;
}
@media (max-width: 1279px) {
  .langnavi.langnavi--desktop {
    display: none;
  }
}
.langnavi__toggle {
  float: left;
  text-transform: uppercase;
  text-decoration: none;
  color: #646363;
  padding: 6px 20px 6px 0;
  position: relative;
  cursor: pointer;
  margin: -6px 0;
}
.langnavi__toggle:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -4px;
  width: 14px;
  height: 8px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/chevron-down-gray.svg);
  transition: transform 0.2s;
}
.langnavi__toggle:hover,
.langnavi__toggle:focus {
  color: #BF9474;
  text-decoration: underline;
  -webkit-text-decoration-color: #E2D9CC;
          text-decoration-color: #E2D9CC;
}
.langnavi__toggle:hover:after,
.langnavi__toggle:focus:after {
  background-image: url(/images/chevron-down-brown.svg);
}
.langnavi__toggle.cb-toggle-active {
  color: #BF9474;
  text-decoration: underline;
  -webkit-text-decoration-color: #E2D9CC;
          text-decoration-color: #E2D9CC;
}
.langnavi__toggle.cb-toggle-active:after {
  transform: rotate(-180deg);
  background-image: url(/images/chevron-down-brown.svg);
}
.langnavi__content {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 6px;
  background-color: #fff;
  display: none;
  box-shadow: 0 0 4px rgba(120, 120, 120, 0.4);
}
.langnavi.cb-toggle-target-active .langnavi__content {
  display: block;
}
.langnavi div.sub1 {
  float: left;
  display: flex;
  flex-direction: column;
}
.langnavi div.sub1 > .item {
  float: left;
}
.langnavi div.sub1 > .item > .menu {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.25;
  color: #646363;
  padding: 15px 20px;
}
.langnavi div.sub1 > .item > .menu.path {
  display: none;
}
.langnavi div.sub1 > .item > .menu:hover,
.langnavi div.sub1 > .item > .menu:focus {
  background-color: #F5F3EF;
}
.langnavi div.sub1 > .item > .menu.path {
  background-color: #F5F3EF;
  color: #BF9474;
}
.content {
  float: left;
  width: 100%;
}
.section--three .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1279px) {
  .section--three .content {
    flex-direction: column;
  }
}
.section--five .content {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1279px) {
  .section--five .content {
    flex-direction: column;
    align-items: center;
  }
}
.subcontent {
  float: left;
  width: 100%;
}
.pfad {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  margin-top: 20px;
}
.pfad::-webkit-scrollbar {
  display: none;
}
.cb-layout4 .pfad {
  margin-top: 80px;
}
.cb-layout5 .pfad,
.cb-layout9 .pfad {
  margin-top: 80px;
  margin-bottom: 100px;
}
@media (max-width: 1279px) {
  .cb-layout4 .pfad {
    margin-top: 20px;
  }
  .cb-layout5 .pfad,
  .cb-layout9 .pfad {
    margin-top: 20px;
  }
}
.pfad a {
  float: left;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.005em;
  margin-right: 12px;
  background-size: 8px 14px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/chevron-right-gray.svg);
  padding: 4px 20px 4px 0;
  text-decoration: none;
  color: #646363;
}
.pfad a:hover,
.pfad a:focus {
  color: #BF9474;
  text-decoration: underline;
  -webkit-text-decoration-color: #E2D9CC;
          text-decoration-color: #E2D9CC;
}
.pfad a:last-child {
  padding-right: 0;
  margin-right: 0;
  background: none;
}
@media (max-width: 767px) {
  .pfad a {
    font-size: 13px;
    line-height: 1.23076923;
    white-space: nowrap;
    padding-right: 16px;
    margin-right: 8px;
  }
}
.footcontent {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: calc(var(--spaceTotal) * 2);
  margin-bottom: calc(var(--spaceTotal) * 2);
  font-size: 18px;
  line-height: 1.55555556;
  color: #E2D9CC;
}
.footcontent a {
  color: #fff;
  text-decoration: none;
}
.footcontent a:hover,
.footcontent a:focus {
  color: #E2D9CC;
}
@media (max-width: 1279px) {
  .footcontent {
    font-size: 14px;
    line-height: 1.57142857;
  }
}
@media (max-width: 767px) {
  .footcontent {
    margin-bottom: 90px;
  }
}
.footpart {
  float: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footpart.footpart--1 {
  justify-content: space-between;
}
@media (max-width: 1279px) {
  .footpart {
    width: 100%;
    position: relative;
    margin-top: 60px;
  }
  .footpart.footpart--1 {
    margin-top: 0;
  }
  .footpart.footpart--3 {
    display: none;
  }
}
.foothome {
  float: left;
  height: 90px;
}
@media (max-width: 1279px) {
  .foothome {
    height: 64px;
  }
}
#social {
  float: left;
}
#social .meta {
  float: left;
  margin-right: 22px;
  width: 60px;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10000px;
  border: 2px solid #E2D9CC;
  transition: all 0.2s;
  font-size: 18px;
  line-height: 1.11111111;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  background-size: 20px auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/icon-linkedin-white.svg);
}
#social .meta:last-child {
  margin-right: 0;
}
#social .meta:hover,
#social .meta:focus {
  background-color: #9F8E81;
  color: #fff;
}
@media (max-width: 1279px) {
  #social {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
  }
  #social .meta {
    margin-right: 0;
    margin-top: 22px;
  }
  #social .meta:first-child {
    margin-top: 0;
  }
}
.foottitle {
  float: left;
  font-size: 27px;
  line-height: 1.11111111;
  letter-spacing: -0.035em;
  color: #fff;
  margin-bottom: 40px;
}
@media (max-width: 1279px) {
  .foottitle {
    margin-bottom: 14px;
    font-size: 20px;
    line-height: 1.3;
  }
}
.vcard {
  float: left;
}
.vcard .function {
  font-weight: 500;
}
#footservices {
  float: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#footservices .meta {
  float: left;
  margin-top: 16px;
}
#footservices .meta:first-child {
  margin-top: 0;
}
.member {
  float: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.member__text {
  float: left;
  width: 374px;
}
@media (max-width: 1519px) {
  .member__text {
    width: 300px;
  }
}
.member .service_anmeldung {
  float: left;
  margin-top: 40px;
  font-size: 20px;
  line-height: 1.5;
  cursor: pointer;
  color: #BF9474 !important;
  padding: 0 6px 0 80px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  min-height: 60px;
}
.member .service_anmeldung:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  border-radius: 100000px;
  box-sizing: border-box;
  border: 2px solid #E2D9CC;
  background-size: 24px 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-brown.svg);
  transition: all 0.2s;
}
.member .service_anmeldung:hover,
.member .service_anmeldung:focus {
  padding-left: 86px;
  padding-right: 0;
}
.member .service_anmeldung:hover:before,
.member .service_anmeldung:focus:before {
  background-color: #F5F3EF;
}
.section--footer .member .service_anmeldung {
  color: #fff !important;
}
.section--footer .member .service_anmeldung:before {
  background-image: url(/images/arrow-right-white.svg);
}
.section--footer .member .service_anmeldung:hover:before,
.section--footer .member .service_anmeldung:focus:before {
  background-color: #9F8E81;
}
@media (max-width: 1279px) {
  .member .service_anmeldung {
    font-size: 16px;
    line-height: 1.25;
  }
}
@media (max-width: 1279px) {
  .member .service_anmeldung {
    margin-top: 20px;
  }
}
.legalcontent {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: 2;
  color: #E2D9CC;
  margin: 29px 0;
}
.copyright {
  float: left;
}
@media (max-width: 767px) {
  .copyright {
    font-size: 12px;
    line-height: 1.5;
  }
}
#legal {
  float: left;
}
#legal .meta {
  float: left;
  text-decoration: none;
  color: #E2D9CC;
  margin-right: 50px;
}
#legal .meta:last-child {
  margin-right: 0;
}
#legal .meta:hover,
#legal .meta:focus {
  color: #fff;
}
@media (max-width: 1279px) {
  #legal .meta {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  #legal {
    position: absolute;
    left: 0;
    bottom: 100%;
    z-index: 2;
    margin-bottom: 26px;
  }
  #legal .meta {
    font-size: 12px;
    line-height: 1.5;
  }
}
.ns-metaTags {
  float: left;
  position: relative;
  width: 1054px !important;
  max-width: 100%;
  margin-top: calc(var(--spaceTotal) * 2);
  margin-bottom: calc(((var(--spaceTotal) * 2) - 20px) * -1);
  margin-left: calc((100% - 1054px) / 2);
  margin-right: calc((100% - 1054px) / 2);
}
@media (max-width: 1255px) {
  .ns-metaTags {
    margin-left: 0;
    margin-right: 0;
  }
}
.ns-metaTag {
  float: left;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 500;
  color: #BF9474;
  padding-left: 32px;
  margin-right: 40px;
  background-position: 0 50%;
  background-repeat: no-repeat;
}
.ns-metaTag:last-child {
  margin-right: 0;
}
@media (max-width: 1279px) {
  .ns-metaTag {
    font-size: 16px;
    line-height: 1.75;
    background-size: auto 20px !important;
    padding-left: 26px;
    margin-right: 30px;
  }
}
.ns-metaTag--date {
  background-size: 20px 22px;
  background-image: url(/images/meta-date-brown.svg);
}
.ns-metaTag--location {
  background-size: 20px 24px;
  background-image: url(/images/meta-map-brown.svg);
}
.backlink {
  float: left;
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  font-size: 20px;
  line-height: 1.5;
  cursor: pointer;
  color: #BF9474 !important;
  padding: 0 6px 0 80px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  min-height: 60px;
}
.backlink:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  border-radius: 100000px;
  box-sizing: border-box;
  border: 2px solid #E2D9CC;
  background-size: 24px 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-brown.svg);
  transition: all 0.2s;
}
.backlink:hover,
.backlink:focus {
  padding-left: 86px;
  padding-right: 0;
}
.backlink:hover:before,
.backlink:focus:before {
  background-color: #F5F3EF;
}
.section--footer .backlink {
  color: #fff !important;
}
.section--footer .backlink:before {
  background-image: url(/images/arrow-right-white.svg);
}
.section--footer .backlink:hover:before,
.section--footer .backlink:focus:before {
  background-color: #9F8E81;
}
@media (max-width: 1279px) {
  .backlink {
    font-size: 16px;
    line-height: 1.25;
  }
}
.backlink:before {
  background-image: url(/images/arrow-left-brown.svg);
}
.ns-pager {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .ns-pager {
    flex-direction: column;
  }
}
.ns-pager__section {
  float: left;
  margin: 0 20px;
}
.ns-pager__section:first-child {
  margin-left: 0 !important;
  margin-top: 0 !important;
}
.ns-pager__section:last-child {
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .ns-pager__section {
    margin: 10px 0;
  }
}
.ns-pager__pages {
  float: left;
}
.ns-pager .ns-select {
  width: 166px;
}
#root .ns-pager__link {
  background-color: transparent;
  border-radius: 10000px;
  border: 1px solid #BF9474;
  width: 64px;
  min-height: 64px;
  cursor: pointer;
  background-size: auto 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#root .ns-pager__link.ns-pager__link--prev {
  background-image: url(/images/chevron-left-brown.svg);
}
#root .ns-pager__link.ns-pager__link--next {
  background-image: url(/images/chevron-right-brown.svg);
}
#root .ns-pager__link:hover {
  background-color: #FAFAF8;
}
.ns-switch {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
}
.ns-switch__toggle {
  float: left;
  width: 40px;
  height: 24px;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  margin: 0 10px;
}
.ns-switch__toggle:first-child {
  margin-left: 0;
}
.ns-switch__toggle:last-child {
  margin-right: 0;
}
.ns-switch__bg {
  float: left;
  width: 100%;
  height: 100%;
  background-color: #e0e0e0;
  border-radius: 1000px;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.ns-switch--active .ns-switch__bg {
  background-color: #BF9474;
}
.ns-switch__trigger {
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: 2;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 1000px;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.ns-switch--active .ns-switch__trigger {
  left: calc(100% - 22px);
}
.button-wrapper {
  float: left;
}
.button-wrapper--right {
  float: right;
}
.button-cover {
  float: left;
  margin: -5px;
}
.btn {
  float: left;
  margin: 5px;
}
a {
  color: #BF9474;
  text-decoration: underline;
  -webkit-text-decoration-color: #E2D9CC;
          text-decoration-color: #E2D9CC;
  text-underline-offset: 3px;
}
a:hover,
a:focus {
  color: #646363;
  -webkit-text-decoration-color: #646363;
          text-decoration-color: #646363;
}
h1 {
  width: 1054px;
  max-width: 100%;
  font-size: 51px;
  line-height: 1.2745098;
  letter-spacing: -0.035em;
  font-weight: 500;
  color: #000;
}
.section--three h1 {
  font-size: 24px;
  line-height: 1.25;
}
.section--five h1 {
  font-size: 61px;
  line-height: 1.13114754;
}
h2 {
  font-size: 42px;
  line-height: 1.42857143;
  letter-spacing: -0.035em;
  font-weight: 500;
  color: #000;
}
h3 {
  font-size: 34px;
  line-height: 1.41176471;
  letter-spacing: -0.035em;
  font-weight: 500;
  color: #000;
}
h4 {
  font-size: 26px;
  line-height: 1.46153846;
  letter-spacing: -0.015em;
  font-weight: 500;
  color: #000;
}
h5 {
  font-size: 22px;
  line-height: 1.45454545;
  font-weight: normal;
  color: #000;
}
.loud {
  font-size: 32px;
  line-height: 1.625;
  letter-spacing: -0.01em;
}
.skew {
  font-size: 24px;
  line-height: 1.66666667;
}
.pale {
  font-size: 18px;
  line-height: 1.55555556;
}
.cbdModule--teaserTitle {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: var(--spaceTotal);
  margin-bottom: calc((var(--spaceUnit) - var(--spacePart)) * -1);
}
.cbdModule--teaserTitle .ns-dynTextfield {
  width: 1054px;
  max-width: 100%;
}
#edit .cbdModule--teaserTitle .ns-dynTextfield {
  position: relative;
  padding-top: 30px;
}
#edit .cbdModule--teaserTitle .ns-dynTextfield:before {
  content: 'Text des Teasers';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1.33333333;
  min-height: 24px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 1px;
  background-color: #71CAF3;
  color: #fff;
  padding: 4px 10px;
}
.section--one .area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cb-layout8 .section--one .area.main {
  margin-top: var(--spaceTotal);
}
.section--two .area {
  display: flex;
  flex-wrap: wrap;
}
.section--three .area {
  margin-bottom: calc(var(--spaceTotal) * -1);
}
.section--five .area {
  margin-bottom: 120px;
}
@media (max-width: 1279px) {
  .section--five .area {
    margin-bottom: 0;
  }
}
.section--one .area .pure {
  width: 1054px !important;
  max-width: 100%;
  margin-left: calc((100% - 1054px) / 2) !important;
  margin-right: calc((100% - 1054px) / 2) !important;
}
@media (max-width: 1255px) {
  .section--one .area .pure {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.section--one .area .flat {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  padding-top: calc((var(--spaceTotal) * 2) - var(--spacePart));
  padding-bottom: calc((var(--spaceTotal) * 2) - var(--spacePart));
}
.section--one .area .flat:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% + 50vw);
  height: 100%;
  background-color: #FAFAF8;
}
.section--lighterbrown.section--one .area .flat:before {
  background-color: #fff;
}
.section--one .area .flat .body {
  width: 1054px;
  max-width: 100%;
  position: relative;
  z-index: 2;
}
.section--one .area .flat.slim:before {
  left: initial;
  right: 0;
}
@media (max-width: 1279px) {
  .section--one .area .flat.wide {
    padding-left: 8vw;
  }
  .section--one .area .flat.slim {
    padding-right: 8vw;
  }
}
.section--one .area .edge {
  width: 100vw !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  flex-shrink: 0;
}
.section--two .area .pure {
  display: flex;
  flex-direction: column;
}
.section--two .area .pure.slim + .pure.slim + .pure.slim + .pure.slim {
  margin-top: calc(var(--spacePart) * -1);
}
.section--two .area .pure .body {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.section--two .area .pure .part.line:last-child {
  padding-top: calc(50px - var(--spacePart));
  margin-top: auto;
}
.section--two .area .seam {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
  background-color: #fff;
  box-sizing: border-box;
  border: 2px solid #E2D9CC;
  padding: calc(50px - var(--spacePart)) 30px;
}
@media (max-width: 767px) {
  .section--two .area .seam {
    padding: calc(30px - var(--spacePart)) 26px;
  }
  .section--two .area .seam + .seam {
    margin-top: calc((var(--spaceTotal) - 20px) * -1);
  }
}
.unit.fold {
  border-bottom: 2px solid #E2D9CC;
  margin-bottom: var(--spaceTotal);
}
.unit.fold + .unit.fold {
  margin-top: calc(var(--spaceTotal) * -1);
}
.unit.fold div.less .part {
  margin-top: 0;
  margin-bottom: 0;
}
.unit.fold div.more {
  padding-top: 32px;
  padding-bottom: calc(90px - var(--spacePart));
}
.unit.fold .fold-toggle {
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 23px 60px 23px 0;
}
.unit.fold .fold-toggle:after {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -6px;
  width: 20px;
  height: 12px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/chevron-down-brown.svg);
  transition: all 0.2s;
}
.unit.fold .fold-toggle:hover {
  color: #BF9474;
}
.unit.fold .fold-toggle.fold-toggle--open {
  color: #BF9474;
}
.unit.fold .fold-toggle.fold-toggle--open:after {
  transform: rotate(-180deg);
}
.unit.fold .foot {
  display: none;
}
@media (max-width: 1279px) {
  .unit.fold div.more {
    padding-bottom: calc(70px - var(--spacePart));
  }
}
@media (max-width: 767px) {
  .unit.fold div.more {
    padding-top: 0;
    padding-bottom: calc(50px - var(--spacePart));
  }
  .unit.fold .fold-toggle {
    padding-right: 40px;
  }
  .unit.fold .fold-toggle:after {
    width: 16px;
    height: 8px;
    right: 12px;
    margin-top: -4px;
  }
}
div.link + div.load,
div.link + div.link {
  margin-top: calc((var(--spacePart) - 16px) * -1);
}
div.link a.open {
  float: left;
  font-size: 20px;
  line-height: 1.5;
  cursor: pointer;
  color: #BF9474 !important;
  padding: 0 6px 0 80px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  min-height: 60px;
}
div.link a.open:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  border-radius: 100000px;
  box-sizing: border-box;
  border: 2px solid #E2D9CC;
  background-size: 24px 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-brown.svg);
  transition: all 0.2s;
}
div.link a.open:hover,
div.link a.open:focus {
  padding-left: 86px;
  padding-right: 0;
}
div.link a.open:hover:before,
div.link a.open:focus:before {
  background-color: #F5F3EF;
}
.section--footer div.link a.open {
  color: #fff !important;
}
.section--footer div.link a.open:before {
  background-image: url(/images/arrow-right-white.svg);
}
.section--footer div.link a.open:hover:before,
.section--footer div.link a.open:focus:before {
  background-color: #9F8E81;
}
@media (max-width: 1279px) {
  div.link a.open {
    font-size: 16px;
    line-height: 1.25;
  }
}
div.link.phone + .phone,
div.link.mail + .phone,
div.link.phone + .mail,
div.link.mail + .mail {
  margin-top: calc((var(--spacePart) - 10px) * -1);
}
div.link.phone a.open,
div.link.mail a.open {
  padding: 0 6px 0 30px;
  background-repeat: no-repeat;
  transition: all 0.2s;
  min-height: 0;
}
div.link.phone a.open:before,
div.link.mail a.open:before {
  display: none;
}
div.link.phone a.open:hover,
div.link.mail a.open:hover,
div.link.phone a.open:focus,
div.link.mail a.open:focus {
  padding-left: 36px;
  padding-right: 0;
}
div.link.phone a.open {
  background-size: 14px 20px;
  background-position: 2px 5px;
  background-image: url(/images/icon-phone-brown.svg);
}
div.link.mail a.open {
  background-size: 18px 14px;
  background-position: 0 9px;
  background-image: url(/images/icon-mail-brown.svg);
}
div.link.site a.open:before {
  background-image: url(/images/arrow-rightTop-brown.svg);
}
@media (max-width: 1279px) {
  div.link.phone a.open {
    background-position: 2px 0;
  }
  div.link.mail a.open {
    background-position: 0 3px;
  }
}
div.load + div.load,
div.load + div.link {
  margin-top: calc((var(--spacePart) - 16px) * -1);
}
div.load a.load {
  float: left;
  font-size: 20px;
  line-height: 1.5;
  cursor: pointer;
  color: #BF9474 !important;
  padding: 0 6px 0 80px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  min-height: 60px;
}
div.load a.load:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  border-radius: 100000px;
  box-sizing: border-box;
  border: 2px solid #E2D9CC;
  background-size: 24px 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-brown.svg);
  transition: all 0.2s;
}
div.load a.load:hover,
div.load a.load:focus {
  padding-left: 86px;
  padding-right: 0;
}
div.load a.load:hover:before,
div.load a.load:focus:before {
  background-color: #F5F3EF;
}
.section--footer div.load a.load {
  color: #fff !important;
}
.section--footer div.load a.load:before {
  background-image: url(/images/arrow-right-white.svg);
}
.section--footer div.load a.load:hover:before,
.section--footer div.load a.load:focus:before {
  background-color: #9F8E81;
}
@media (max-width: 1279px) {
  div.load a.load {
    font-size: 16px;
    line-height: 1.25;
  }
}
div.load a.load:before {
  background-size: 20px 26px;
  background-image: url(/images/icon-load-brown.svg);
}
@media (max-width: 1279px) {
  body.cb-toggle-target-active {
    overflow: hidden;
  }
  .navi {
    display: none;
  }
}
.togglenavigation {
  position: fixed;
  top: 53px;
  right: 8%;
  z-index: 2002;
  width: 32px;
  height: 20px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .togglenavigation {
    top: 44px;
  }
}
.tline {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #BF9474;
  border-radius: 2px;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.tline--1 {
  width: calc(100% - 8px);
}
.tline--2,
.tline--3 {
  top: 50%;
  transform: translateY(-50%);
}
.tline--4 {
  top: unset;
  bottom: 0;
  left: initial;
  right: 0;
  width: calc(100% - 8px);
}
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: 2001;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow-y: scroll;
  transform: translateY(-100%);
  transition: all 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
}
body.cb-toggle-target-active .mobile-navigation {
  transform: translateY(0);
}
.mobile-navi-animation {
  float: left;
  width: 100%;
  opacity: 0;
  transform: translateY(-100vh);
  transition: all 0s 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
}
body.cb-toggle-target-active .mobile-navi-animation {
  transition: all 1s cubic-bezier(0.05, 0.8, 0.5, 1);
  transform: translateY(0);
  opacity: 1;
}
.mobileNaviLinks {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 0 8vw;
  display: flex;
  align-items: center;
  margin: 50px 0 80px;
  font-size: 16px;
  line-height: 1.25;
}
#mobileNaviServices {
  float: left;
}
#mobileNaviServices .meta {
  float: left;
  margin-right: 30px;
  text-decoration: none;
  color: #646363;
  padding-left: 25px;
  background-size: auto 20px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
#mobileNaviServices .meta:hover,
#mobileNaviServices .meta:focus {
  color: #BF9474;
  text-decoration: underline;
  -webkit-text-decoration-color: #E2D9CC;
          text-decoration-color: #E2D9CC;
}
#mobileNaviServices .meta.service_kontakt {
  background-image: url(/images/icon-map-gray.svg);
}
#mobileNaviServices .meta.service_kontakt:hover,
#mobileNaviServices .meta.service_kontakt:focus {
  background-image: url(/images/icon-map-brown.svg);
}
.mobile-navigation div.navi > .cb-toggle {
  display: none;
}
.mobile-navigation div.navi > .item.item-empty > .cb-toggle {
  display: none;
}
.mobile-navigation div.sub2 {
  float: left;
  width: 100%;
  display: block;
  position: relative;
  box-sizing: border-box;
  padding: 0 8vw;
  margin-top: 80px;
}
.mobile-navigation div.sub2 > .item {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 10px;
}
.mobile-navigation div.sub2 > .item.init {
  margin-top: 0;
}
.mobile-navigation div.sub2 > .item > .menu {
  float: left;
  font-size: 25px;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: -0.035em;
  padding-left: 30px;
  color: #646363;
  text-decoration: none;
}
.mobile-navigation div.sub2 > .item > .menu.path {
  color: #BF9474;
  font-weight: 500;
}
.mobile-navigation div.sub3 {
  float: left;
  width: 100%;
  display: block;
  position: relative;
  box-sizing: border-box;
  padding-left: 30px;
}
.mobile-navigation div.sub3 > .item {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 10px;
}
.mobile-navigation div.sub3 > .item.init {
  margin-top: 20px;
}
.mobile-navigation div.sub3 > .item.exit {
  margin-bottom: 30px;
}
.mobile-navigation div.sub3 > .item > .menu {
  display: block;
  text-decoration: none;
  color: #000;
}
.mobile-navigation div.sub3 > .item > .menu.path {
  color: #BF9474;
  font-weight: 500;
}
.mobile-navigation div.sub3 {
  overflow: hidden;
  max-height: 0;
}
.mobile-navigation div.sub3 > .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 .navi .cb-toggle {
  position: absolute;
  left: -13px;
  top: 0;
  z-index: 2;
  cursor: pointer;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  background-size: 14px auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/chevron-down-brown.svg);
  transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.mobile-navigation .navi .cb-toggle.cb-toggle-active {
  transform: rotate(-180deg);
}
@media (max-width: 1279px) {
  .wrapper,
  .ns-wrapper {
    font-size: 16px;
    line-height: 1.75;
  }
  h1 {
    font-size: 28px;
    line-height: 1.35714286;
  }
  .section--three h1 {
    font-size: 18px;
    line-height: 1.33333333;
  }
  .section--five h1 {
    font-size: 38px;
    line-height: 1.18421053;
  }
  h2 {
    font-size: 24px;
    line-height: 1.33333333;
  }
  h3 {
    font-size: 24px;
    line-height: 1.33333333;
  }
  h4 {
    font-size: 20px;
    line-height: 1.35;
  }
  h5 {
    font-size: 16px;
    line-height: 1.75;
  }
  .loud {
    font-size: 20px;
    line-height: 1.65;
  }
  .skew {
    font-size: 16px;
    line-height: 1.75;
  }
  .pale {
    font-size: 14px;
    line-height: 1.57142857;
  }
}
.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%;
  position: relative;
  padding-bottom: 2px;
}
.ns-unitFilter__content:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100vw;
  height: 2px;
  margin-left: -50vw;
  background-color: #E2D9CC;
}
.ns-unitFilter__list {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.ns-unitFilter__item {
  float: left;
  margin-right: -2px;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: -0.015em;
  text-decoration: none;
  color: #646363;
  padding: 15px 36px;
  background-color: #fff;
  border: 2px solid #fff;
  border-bottom: none;
  cursor: pointer;
  position: relative;
}
.ns-unitFilter__item:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background-color: #fff;
  display: none;
}
.ns-unitFilter__item.is-active {
  z-index: 2;
  border: 2px solid #E2D9CC;
  color: #BF9474;
  margin-bottom: -2px;
}
.ns-unitFilter__item.is-active:after {
  display: block;
}
@media (max-width: 1279px) {
  .ns-unitFilter__item {
    font-size: 16px;
    line-height: 1.375;
    padding: 13px 26px;
  }
}
.ns-unitFilter__unit {
  display: none;
  transition: all 0.4s;
}
.ns-unitFilter__unit.ns-unitFilter__unit--activated {
  display: block;
  transform: translateY(-20px);
  opacity: 0;
}
.ns-unitFilter__unit.ns-unitFilter__unit--active {
  transform: translateY(0);
  opacity: 1;
}
.ns-teaserWrapper {
  float: left;
  width: 100%;
}
.ns-teaserWrapper--agenda,
.ns-teaserWrapper--agendaSuggestions {
  margin-bottom: var(--spaceTotal);
}
.cb-layout7 .ns-teaserWrapper--newsSuggestions {
  margin-top: var(--spaceTotal);
}
.ns-teaser__title {
  float: left;
  margin-top: var(--spaceTotal);
  font-size: 24px;
  line-height: 1.25;
  color: #000;
  text-decoration: none;
  font-weight: 500;
}
@media (max-width: 1279px) {
  .ns-teaser__title {
    font-size: 18px;
    line-height: 1.33333333;
  }
}
.ns-teaserWrapper--newsSuggestions .ns-teaser__title {
  padding-right: 30px;
  background-size: auto 26px;
  background-position: right 6px top 2px;
  background-repeat: no-repeat;
  background-image: url(/images/chevron-right-brown.svg);
  transition: all 0.2s;
}
.ns-teaserWrapper--newsSuggestions .ns-teaser__title:hover,
.ns-teaserWrapper--newsSuggestions .ns-teaser__title:focus {
  color: #BF9474;
  background-position: right top 2px;
}
@media (max-width: 1279px) {
  .ns-teaserWrapper--newsSuggestions .ns-teaser__title {
    background-size: auto 22px;
  }
}
.ns-teaser__subtitle {
  float: left;
  width: 100%;
  margin-top: 15px;
  margin-bottom: var(--spaceTotal);
  font-size: 51px;
  line-height: 1.2745098;
  letter-spacing: -0.035em;
  font-weight: 500;
  color: #000;
}
.ns-teaser__subtitle strong {
  font-weight: 500;
  color: #BF9474;
}
@media (max-width: 1279px) {
  .ns-teaser__subtitle {
    font-size: 28px;
    line-height: 1.35714286;
  }
}
.ns-teaser__link {
  float: left;
  margin-top: calc(var(--spaceTotal) * 2);
  margin-bottom: calc(var(--spaceTotal) * 2);
  font-size: 20px;
  line-height: 1.5;
  cursor: pointer;
  color: #BF9474 !important;
  padding: 0 6px 0 80px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  min-height: 60px;
}
.ns-teaser__link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  border-radius: 100000px;
  box-sizing: border-box;
  border: 2px solid #E2D9CC;
  background-size: 24px 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-brown.svg);
  transition: all 0.2s;
}
.ns-teaser__link:hover,
.ns-teaser__link:focus {
  padding-left: 86px;
  padding-right: 0;
}
.ns-teaser__link:hover:before,
.ns-teaser__link:focus:before {
  background-color: #F5F3EF;
}
.section--footer .ns-teaser__link {
  color: #fff !important;
}
.section--footer .ns-teaser__link:before {
  background-image: url(/images/arrow-right-white.svg);
}
.section--footer .ns-teaser__link:hover:before,
.section--footer .ns-teaser__link:focus:before {
  background-color: #9F8E81;
}
@media (max-width: 1279px) {
  .ns-teaser__link {
    font-size: 16px;
    line-height: 1.25;
  }
}
.ns-teaser__link:last-child {
  margin-bottom: 0;
}
.ns-teaser__cover {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.ns-teaserWrapper--newsSuggestions .ns-teaser__cover {
  width: 103.79403794%;
  margin-left: -1.89701897%;
}
@media (max-width: 1279px) {
  .ns-teaserWrapper--newsSuggestions .ns-teaser__cover {
    width: 104%;
    margin-left: -2%;
  }
}
@media (max-width: 767px) {
  .ns-teaserWrapper--newsSuggestions .ns-teaser__cover {
    width: 100%;
    margin-left: 0;
  }
}
.ns-teaserWrapper--news .ns-teaser__cover,
.ns-teaserWrapper--blog .ns-teaser__cover {
  width: 103.79403794%;
  margin-left: -1.89701897%;
}
@media (max-width: 767px) {
  .ns-teaserWrapper--news .ns-teaser__cover,
  .ns-teaserWrapper--blog .ns-teaser__cover {
    width: 100%;
    margin-left: 0;
  }
}
.ns-teaser {
  float: left;
}
.ns-teaser--newsSuggestions {
  width: 29.63446475%;
  margin: var(--spaceTotal) 1.82767624%;
}
@media (max-width: 1279px) {
  .ns-teaser--newsSuggestions {
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
  }
}
@media (max-width: 767px) {
  .ns-teaser--newsSuggestions {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.ns-teaser--news,
.ns-teaser--blog {
  width: 46.34464752%;
  margin: var(--spaceTotal) 1.82767624%;
}
@media (max-width: 767px) {
  .ns-teaser--news,
  .ns-teaser--blog {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.ns-teaser--agenda,
.ns-teaser--agendaSuggestions {
  width: 100%;
  padding-top: var(--spaceTotal);
  padding-bottom: var(--spaceTotal);
  border-bottom: 2px solid #E2D9CC;
  box-sizing: border-box;
  padding-right: 175px;
  position: relative;
}
.ns-teaser--agenda:after,
.ns-teaser--agendaSuggestions:after {
  content: '';
  position: absolute;
  right: 30px;
  top: 50%;
  width: 64px;
  height: 64px;
  transform: translateY(-50%);
  border-radius: 50%;
  border: 2px solid #E2D9CC;
  background-size: 24px 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-brown.svg);
  transition: all 0.2s;
}
.ns-teaser--agenda:hover:after,
.ns-teaser--agendaSuggestions:hover:after,
.ns-teaser--agenda:focus:after,
.ns-teaser--agendaSuggestions:focus:after {
  right: 20px;
  background-color: #F5F3EF;
}
@media (max-width: 1279px) {
  .ns-teaser--agenda,
  .ns-teaser--agendaSuggestions {
    padding-right: 130px;
  }
}
@media (max-width: 767px) {
  .ns-teaser--agenda,
  .ns-teaser--agendaSuggestions {
    padding-right: 80px;
  }
  .ns-teaser--agenda:after,
  .ns-teaser--agendaSuggestions:after {
    right: 0 !important;
    width: 50px;
    height: 50px;
  }
}
.ns-teaser__part {
  float: left;
  width: 100%;
  margin-top: 30px;
  color: #646363;
}
.ns-teaser__part:first-child {
  margin-top: 0;
}
@media (max-width: 1279px) {
  .ns-teaser__part {
    margin-top: 20px;
  }
}
.ns-teaser__part--title {
  margin-top: 15px;
  font-size: 28px;
  line-height: 1.35714286;
  color: #000;
  font-weight: 500;
  letter-spacing: -0.035em;
}
@media (max-width: 1279px) {
  .ns-teaser__part--title {
    margin-top: 10px;
    font-size: 22px;
    line-height: 1.40909091;
  }
}
@media (max-width: 767px) {
  .ns-teaser--agenda .ns-teaser__part--text,
  .ns-teaser--agendaSuggestions .ns-teaser__part--text {
    display: none;
  }
}
.ns-teaser__part--link {
  width: auto;
  font-size: 22px;
  line-height: 1.45454545;
  font-weight: 500;
  color: #BF9474;
  text-underline-offset: 5px;
  position: relative;
  padding-left: 34px;
  text-decoration: none;
  border-bottom: 2px solid #E2D9CC;
}
.ns-teaser__part--link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 24px;
  height: 20px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.ns-teaser__part--link:hover,
.ns-teaser__part--link:focus {
  color: #646363;
  border-color: #646363;
}
@media (max-width: 1279px) {
  .ns-teaser__part--link {
    font-size: 18px;
    line-height: 1.55555556;
    padding-left: 28px;
  }
  .ns-teaser__part--link:before {
    width: 18px;
    height: 15px;
  }
}
.ns-teaser__part--linkIntern:before {
  background-image: url(/images/arrow-right-brown.svg);
}
.ns-teaser__part--linkIntern:hover:before,
.ns-teaser__part--linkIntern:focus:before {
  background-image: url(/images/arrow-right-gray.svg);
}
.ns-teaser__part--linkExtern:before,
.ns-teaser__part--linkJobExtern:before {
  background-image: url(/images/arrow-rightTop-brown.svg);
}
.ns-teaser__part--linkExtern:hover:before,
.ns-teaser__part--linkJobExtern:hover:before,
.ns-teaser__part--linkExtern:focus:before,
.ns-teaser__part--linkJobExtern:focus:before {
  background-image: url(/images/arrow-rightTop-gray.svg);
}
.ns-teaser__part--linkDownload:before {
  width: 20px;
  height: 24px;
  top: 0;
  background-image: url(/images/arrow-down-brown.svg);
}
.ns-teaser__part--linkDownload:hover:before,
.ns-teaser__part--linkDownload:focus:before {
  background-image: url(/images/arrow-down-gray.svg);
}
@media (max-width: 1279px) {
  .ns-teaser__part--linkDownload:before {
    width: 15px;
    height: 18px;
    top: 3px;
  }
}
.ns-teaser__meta {
  float: left;
  font-size: 16px;
  line-height: 1.25;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
}
.ns-teaser__meta:after {
  content: '—';
  display: inline-block;
  margin: 0 8px;
}
.ns-teaser__meta:last-child:after {
  display: none;
}
@media (max-width: 1279px) {
  .ns-teaser__meta {
    font-size: 14px;
    line-height: 1.57142857;
  }
}
.ns-filter {
  float: left;
  width: 100%;
  position: relative;
}
.ns-filter--mainFilter {
  margin-top: -62px;
  margin-bottom: var(--spaceTotal);
}
@media (max-width: 1279px) {
  .ns-filter--mainFilter {
    margin-top: -52px;
  }
}
.ns-filter--subFilter {
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
.ns-filter__toggle {
  float: left;
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #E2D9CC;
  display: none;
}
@media (max-width: 767px) {
  .ns-filter__toggle {
    display: block;
  }
}
.ns-filter__toggle .ns-filter__item {
  padding-right: 60px !important;
  text-decoration: none !important;
  color: #646363 !important;
  font-weight: normal !important;
  background-size: 20px auto;
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-image: url(/images/chevron-down-brown.svg);
}
.ns-filter--subFilter.is-active .ns-filter__toggle .ns-filter__item {
  background-image: url(/images/chevron-up-brown.svg);
  background-color: #F5F3EF !important;
}
.ns-filter__content {
  float: left;
  width: 100%;
}
.ns-filter--mainFilter .ns-filter__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  padding-bottom: 2px;
}
.ns-filter--mainFilter .ns-filter__content:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100vw;
  height: 2px;
  margin-left: -50vw;
  background-color: #E2D9CC;
}
.ns-filter--subFilter .ns-filter__content {
  width: calc(100% + 50px);
  margin: -15px -25px;
}
@media (max-width: 1279px) {
  .ns-filter--subFilter .ns-filter__content {
    width: calc(100% + 30px);
    margin: -15px;
  }
}
@media (max-width: 767px) {
  .ns-filter--subFilter .ns-filter__content {
    width: 100%;
    margin: 0;
    border: 2px solid #E2D9CC;
    box-sizing: border-box;
    position: absolute;
    top: 100%;
    margin-top: -2px;
    left: 0;
    z-index: 2;
    background-color: #fff;
    display: none;
  }
  .is-active.ns-filter--subFilter .ns-filter__content {
    display: block;
  }
}
.ns-filter__item {
  float: left;
  cursor: pointer;
  text-decoration: none;
  color: #646363;
}
.ns-filter--mainFilter .ns-filter__item {
  float: left;
  margin-right: -2px;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: -0.015em;
  padding: 15px 36px;
  border: 2px solid #FAFAF8;
  border-bottom: none;
  position: relative;
}
.ns-filter--mainFilter .ns-filter__item:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background-color: #fff;
  display: none;
}
.ns-filter--mainFilter .ns-filter__item.is-active {
  z-index: 2;
  border: 2px solid #E2D9CC;
  background-color: #fff;
  color: #BF9474;
  margin-bottom: -2px;
}
.ns-filter--mainFilter .ns-filter__item.is-active:after {
  display: block;
}
@media (max-width: 1279px) {
  .ns-filter--mainFilter .ns-filter__item {
    font-size: 14px;
    line-height: 1.57142857;
    padding: 13px 20px;
  }
}
.ns-filter--subFilter .ns-filter__item {
  margin: 15px 25px;
  font-size: 22px;
  line-height: 1.18181818;
}
.ns-filter--subFilter .ns-filter__item.is-active {
  color: #BF9474;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-decoration-skip-ink: none;
  -webkit-text-decoration-color: #BF9474;
          text-decoration-color: #BF9474;
  text-underline-offset: 8px;
}
@media (max-width: 1279px) {
  .ns-filter--subFilter .ns-filter__item {
    font-size: 16px;
    line-height: 1.375;
    margin: 15px;
  }
  .ns-filter--subFilter .ns-filter__item.is-active {
    text-underline-offset: 4px;
  }
}
@media (max-width: 767px) {
  .ns-filter--subFilter .ns-filter__item {
    width: 100%;
    margin: 0;
    padding: 19px 20px;
    box-sizing: border-box;
  }
  .ns-filter--subFilter .ns-filter__item:hover,
  .ns-filter--subFilter .ns-filter__item:focus {
    background-color: #F5F3EF;
  }
  .ns-filter--subFilter .ns-filter__item.is-active {
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
  }
}
.ns-search {
  float: left;
  width: 100%;
  position: relative;
}
.ns-search:before,
.ns-search:after {
  content: '';
  position: absolute;
  z-index: 1;
  background-color: #FAFAF8;
}
.ns-search:before {
  top: 0;
  right: 0;
  height: 100%;
  width: calc(100% + 100vw);
}
.ns-search:after {
  bottom: 0;
  right: 70px;
  height: calc(100% + 120px);
  width: calc((100% - 70px) + 100vw);
}
@media (max-width: 1279px) {
  .ns-search:before {
    width: 100vw;
    right: 50%;
    margin-right: -50vw;
  }
  .ns-search:after {
    display: none;
  }
}
.ns-search__content {
  float: left;
  width: calc(100% - 140px);
  margin: -120px 70px 70px;
  background-color: #fff;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  padding: 100px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1279px) {
  .ns-search__content {
    width: 100%;
    margin: -50px 0 calc(var(--spaceTotal) * 2);
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .ns-search__content {
    padding: 30px;
  }
}
.cb-layout8 .ns-search__content--main {
  display: none;
}
.ns-search__content--english {
  display: none;
}
.cb-layout8 .ns-search__content--english {
  display: block;
}
.ns-search__title {
  float: left;
  width: 100%;
  font-size: 41px;
  line-height: 1.46341463;
  letter-spacing: -0.035em;
  font-weight: 500;
  color: #000;
}
@media (max-width: 1279px) {
  .ns-search__title {
    font-size: 28px;
    line-height: 1.28571429;
  }
}
.ns-search__text {
  float: left;
  width: 100%;
  margin-top: 34px;
}
@media (max-width: 1279px) {
  .ns-search__text {
    margin-top: 20px;
  }
}
.ns-search__input {
  float: left;
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 1279px) {
  .ns-search__input {
    margin-top: 20px;
  }
}
.ns-search__input .ns-input-group {
  position: relative;
}
.ns-search__input .ns-input {
  float: left;
  width: 100%;
  min-height: 0;
  border: none;
  background-color: #fff;
  border-bottom: 1px solid #BF9474;
  font-size: 24px;
  line-height: 1.66666667;
  box-sizing: border-box;
  height: 60px;
  padding: 5px 60px 5px 20px;
  box-shadow: none !important;
}
.ns-search__input .ns-input::placeholder {
  color: #BF9474;
}
@media (max-width: 1279px) {
  .ns-search__input .ns-input {
    font-size: 16px;
    line-height: 1.625;
  }
}
.ns-search__input .ns-input-group__append {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  height: 100%;
  width: 60px;
}
.ns-search__input .ns-input-group__append .ns-input-append {
  float: left;
  width: 100%;
  height: 100%;
}
.ns-search__input .btn {
  float: left;
  width: 60px;
  height: 60px;
  background-size: 18px 24px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/icon-moduleSearch.svg);
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  margin: 0;
  cursor: pointer;
}
.ns-memberIndex {
  float: left;
  width: 100%;
  margin-top: var(--spaceTotal);
  margin-bottom: var(--spaceTotal);
}
.ns-memberIndex__section {
  float: left;
  width: 100%;
  margin-top: 50px;
}
.ns-memberIndex__section:first-child {
  margin-top: 0;
}
.ns-memberIndex__foldedContent {
  float: left;
  width: 100%;
  margin-top: 50px;
  display: none;
}
.ns-memberIndex__foldedContent.is-active {
  display: block;
}
@media (max-width: 1279px) {
  .ns-memberIndex__foldedContent {
    margin-top: 40px;
  }
}
.ns-memberIndex__unit {
  float: left;
  width: calc(100% + 50px);
  margin-left: -25px;
  display: flex;
  align-items: center;
  margin-top: 50px;
}
.ns-memberIndex__unit:first-child {
  margin-top: 0 !important;
}
.ns-memberIndex__unit:empty {
  display: none;
}
@media (max-width: 1279px) {
  .ns-memberIndex__unit {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    margin-left: 0;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .ns-memberIndex__unit--2 .ns-memberIndex__part {
    margin-top: 20px;
  }
}
.ns-memberIndex__unit--3 {
  align-items: flex-start;
}
.ns-memberIndex__part {
  float: left;
  margin-left: 25px;
  margin-right: 25px;
  width: calc((100% / 3) - 50px);
}
@media (max-width: 1279px) {
  .ns-memberIndex__part {
    margin-left: 0;
    margin-right: 0;
    width: 100% !important;
    margin-top: 40px;
  }
  .ns-memberIndex__part:first-child {
    margin-top: 0 !important;
  }
}
.ns-memberIndex__part--search {
  order: 2;
}
@media (max-width: 1279px) {
  .ns-memberIndex__part--search {
    order: 1;
  }
}
.ns-memberIndex__part--filterToggle {
  order: 1;
}
@media (max-width: 1279px) {
  .ns-memberIndex__part--filterToggle {
    order: 2;
  }
}
.ns-memberIndex__part--search {
  width: calc(((100% / 3) * 2) - 50px);
}
.ns-memberIndex__part--removeFilter {
  width: 100%;
  order: 1;
}
@media (max-width: 1279px) {
  .ns-memberIndex__part--removeFilter {
    order: 2;
  }
}
.ns-memberIndex__part--certificate {
  width: auto;
  flex-shrink: 0;
  order: 2;
}
@media (max-width: 1279px) {
  .ns-memberIndex__part--certificate {
    order: 1;
  }
}
.ns-memberIndex__filterToggle {
  float: left;
  font-size: 22px;
  line-height: 1.45454545;
  display: flex;
  align-items: center;
  min-height: 76px;
  padding-left: 96px;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  color: #BF9474 !important;
}
.ns-memberIndex__filterToggle:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 76px;
  height: 76px;
  box-sizing: border-box;
  border: 2px solid #E2D9CC;
  border-radius: 10000px;
  background-size: auto 22px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/icon-filter-brown.svg);
  transition: all 0.2s;
}
.ns-memberIndex__filterToggle.is-active:after {
  background-color: #E2D9CC;
}
@media (max-width: 767px) {
  .ns-memberIndex__filterToggle {
    padding-left: 76px;
    min-height: 60px;
    font-size: 18px;
    line-height: 1.22222222;
  }
  .ns-memberIndex__filterToggle:after {
    width: 60px;
    height: 60px;
    background-size: auto 18px;
  }
}
.ns-removeFilter {
  float: left;
  width: 100%;
}
.ns-removeFilter__content {
  float: left;
  width: calc(100% + 20px);
  margin: -10px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.ns-removeFilter__item {
  float: left;
  margin: 10px;
  background-color: #F5F3EF;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.22222222;
  color: #000 !important;
  padding: 10px 16px 10px 40px;
  background-size: 14px 14px;
  background-position: 16px 50%;
  background-repeat: no-repeat;
  background-image: url(/images/icon-close-brown.svg);
  cursor: pointer;
  white-space: nowrap;
}
.ns-removeFilter__item:hover,
.ns-removeFilter__item:focus {
  background-color: #E2D9CC;
}
.ns-removeFilter__item--all {
  background-color: transparent !important;
  background-size: 22px 22px;
  background-position: 0 8px;
  padding-right: 0;
  padding-left: 36px;
  margin-right: 80px;
  position: relative;
}
.ns-removeFilter__item--all:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  width: 44px;
  height: 2px;
  margin-left: 23px;
  background-color: #E2D9CC;
}
.ns-removeFilter__item--all:hover,
.ns-removeFilter__item--all:focus {
  color: #BF9474 !important;
}
.ns-memberCertificate {
  float: left;
}
.ns-input {
  float: left;
  width: 100%;
  border: 2px solid #E2D9CC;
  box-sizing: border-box;
  min-height: 80px;
  padding: 5px 20px;
  color: #646363;
}
.ns-input:focus {
  box-shadow: 0 0 4px #BF9474;
  border-color: rgba(191, 148, 116, 0.8);
}
.ns-form-inputitem.is-invalid .ns-input,
.ns-input-group.is-invalid .ns-input {
  box-shadow: 0 0 0 1px #ae2121;
  border-color: #ae2121;
}
@media (max-width: 767px) {
  .ns-input {
    min-height: 60px;
    padding: 3px 15px;
    font-size: 16px;
    line-height: 1.75;
  }
}
.ns-input--memberIndesSearch {
  padding-right: 80px;
  background-size: 18px 24px;
  background-position: right 31px center;
  background-repeat: no-repeat;
  background-image: url(/images/icon-search-brown.svg);
}
@media (max-width: 767px) {
  .ns-input--memberIndesSearch {
    padding-right: 60px;
    background-position: right 21px center;
  }
}
.ns-select {
  float: left;
  width: 100%;
}
.ns-select .ns-select__control {
  min-height: 80px;
  border: 2px solid #E2D9CC;
  border-radius: 0;
  cursor: pointer;
}
.ns-select .ns-select__control.ns-select__control--is-focused {
  box-shadow: 0 0 4px #BF9474;
  border-color: rgba(191, 148, 116, 0.8);
}
.ns-form-inputitem.is-invalid .ns-select .ns-select__control {
  box-shadow: 0 0 0 1px #ae2121;
  border-color: #ae2121;
}
@media (max-width: 767px) {
  .ns-select .ns-select__control {
    min-height: 60px;
    font-size: 18px;
    line-height: 1.22222222;
  }
}
.ns-select .ns-select__single-value {
  color: #646363;
}
.ns-select .ns-select__value-container {
  display: flex !important;
  min-width: 50px;
  padding: 5px 20px;
}
@media (max-width: 767px) {
  .ns-select .ns-select__value-container {
    padding: 3px 15px;
  }
}
.ns-select .ns-select__menu {
  z-index: 20;
  background-color: #fff;
}
.ns-select .ns-select__menu-list {
  padding-top: 0;
  padding-bottom: 0;
}
.ns-select .ns-select__option {
  padding: 5px 20px;
  min-height: 50px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
}
.ns-select .ns-select__option.ns-select__option--is-focused {
  background-color: rgba(191, 148, 116, 0.04);
}
.ns-select .ns-select__option.ns-select__option--is-selected {
  font-weight: 500;
  color: #BF9474;
  background-color: rgba(191, 148, 116, 0.06);
}
@media (max-width: 767px) {
  .ns-select .ns-select__option {
    font-size: 18px;
    line-height: 1.22222222;
  }
}
.ns-choice {
  float: left;
  width: 100%;
  position: relative;
}
.ns-choice__label {
  float: left;
  box-sizing: border-box;
  padding-left: 28px;
  cursor: pointer;
  white-space: nowrap;
}
.ns-choice__input {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 22px;
  height: 22px;
  border: 2px solid #E2D9CC;
  box-sizing: border-box;
}
.ns-choice--radio .ns-choice__input {
  border-radius: 1000px;
}
.ns-choice--radio .ns-choice__input .ns-choice__shape {
  border-radius: 1000px;
}
.ns-choice--check .ns-choice__input {
  border-radius: 2px;
}
.ns-choice--noLabel .ns-choice__input {
  float: left;
  position: relative;
  top: 0;
  left: 0;
  transform: translateY(0);
}
.ns-choice__shape {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0);
  width: 80%;
  height: 80%;
  background-color: #BF9474;
  transition: all 0.3s;
}
.ns-choice.is-active .ns-choice__shape {
  transform: translateY(-50%) translateX(-50%) scale(1);
}
.ns-table-wrapper {
  float: left;
  width: 100%;
  overflow: hidden;
  overflow-X: auto;
}
@media (max-width: 767px) {
  .ns-table-wrapper {
    width: 100vw;
    margin-left: -8vw;
    font-size: 16px;
    line-height: 1.75;
  }
}
.ns-table {
  float: left;
  width: 100%;
  border-collapse: collapse;
}
.ns-table__row {
  border-top: 2px solid #E2D9CC;
  border-bottom: 2px solid #E2D9CC;
}
.ns-table__head .ns-table__row {
  border-top: none;
}
.ns-table__cell {
  padding: 28px 35px;
  vertical-align: top;
  box-sizing: border-box;
}
.ns-table__cell.ns-table__cell--init {
  padding-left: 16px;
}
.ns-table__cell.ns-table__cell--exit {
  padding-right: 16px;
}
@media (max-width: 767px) {
  .ns-table__cell {
    padding: 24px 10px;
  }
  .ns-table__cell.ns-table__cell--init {
    padding-left: 8vw;
  }
  .ns-table__cell.ns-table__cell--exit {
    padding-right: 8vw;
  }
}
.ns-table--memberList .ns-table__cell--1 {
  width: 320px;
}
.ns-table--memberList .ns-table__cell--2 {
  width: 224px;
}
.ns-table--memberList .ns-table__cell--4 {
  width: 72px;
}
th.ns-table__cell {
  text-align: left;
  font-weight: 500;
  color: #BF9474;
  font-size: 18px;
  line-height: 1.22222222;
}
@media (max-width: 1279px) {
  .ns-table__cell--2 {
    display: none;
  }
}
.ns-table__cell--3 {
  white-space: initial;
}
@media (max-width: 1279px) {
  .ns-table__cell--3 {
    display: none;
  }
}
.ns-table__cell--exit {
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
}
.ns-table__actions {
  display: inline-block;
  font-size: 0;
  line-height: 0;
}
.ns-table__link {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 20px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}
.ns-table__link:last-child {
  margin-right: 0;
}
.ns-table__link--openLightbox {
  background-image: url(/images/icon-plus-brown.svg);
}
.ns-table__link--openLightbox:hover,
.ns-table__link--openLightbox:focus {
  background-image: url(/images/icon-plus-gray.svg);
}
.ns-lightbox__wrapper {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  line-height: 1.6;
  color: #646363;
  overflow: hidden;
  -webkit-hyphens: none;
          hyphens: none;
}
.ns-lightbox {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2100;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
}
.ns-lightbox__overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(159, 142, 129, 0.9);
}
.ns-lightbox__wrapper {
  float: left;
  width: 100%;
  position: relative;
  z-index: 2;
  min-height: 100%;
  box-sizing: border-box;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .ns-lightbox__wrapper {
    padding: 12px 0;
  }
}
.ns-lightbox__content {
  float: left;
  width: 1064px;
  max-width: 84%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 80px;
  position: relative;
}
@media (max-width: 1279px) {
  .ns-lightbox__content {
    padding: 60px 30px;
  }
}
@media (max-width: 767px) {
  .ns-lightbox__content {
    max-width: calc(100% - 24px);
  }
}
.ns-lightbox__link--close {
  position: absolute;
  right: 40px;
  top: 40px;
  width: 24px;
  height: 24px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/icon-close-brown.svg);
  z-index: 2;
  cursor: pointer;
}
@media (max-width: 1279px) {
  .ns-lightbox__link--close {
    right: 30px;
    top: 30px;
  }
}
.ns-lightbox__section {
  float: left;
  width: 100%;
  margin-top: 60px;
}
.ns-lightbox__section:first-child {
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  .ns-lightbox__section {
    margin-top: 30px;
  }
}
.ns-lightbox__section--2 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .ns-lightbox__section--2 {
    flex-direction: column;
  }
}
.ns-lightbox__area {
  float: left;
  width: 100%;
}
@media (max-width: 767px) {
  .ns-lightbox__area {
    margin-top: 30px;
  }
  .ns-lightbox__area:first-child {
    margin-top: 0;
  }
}
.ns-lightbox__section--2 .ns-lightbox__area {
  width: calc(50% - 40px);
}
@media (max-width: 1279px) {
  .ns-lightbox__section--2 .ns-lightbox__area {
    width: calc(50% - 20px);
  }
}
@media (max-width: 767px) {
  .ns-lightbox__section--2 .ns-lightbox__area {
    width: 100%;
  }
}
.ns-lightbox__unit {
  float: left;
  width: 100%;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ns-lightbox__unit:first-child {
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  .ns-lightbox__unit {
    margin-top: 30px;
  }
}
.ns-lightbox__part {
  float: left;
}
.ns-lightbox__part--title {
  margin-bottom: 20px;
}
.ns-lightbox__part--subtitle {
  margin-bottom: 10px;
}
.ns-lightbox__part--link {
  margin-top: 10px;
  padding: 0 6px 0 30px;
  background-repeat: no-repeat;
  transition: all 0.2s;
  color: #BF9474 !important;
  cursor: pointer;
  text-decoration: none;
}
.ns-lightbox__part--link:hover,
.ns-lightbox__part--link:focus {
  padding-left: 36px;
  padding-right: 0;
}
.ns-lightbox__part--link.ns-lightbox__part--phone {
  background-size: 14px 20px;
  background-position: 2px 5px;
  background-image: url(/images/icon-phone-brown.svg);
}
@media (max-width: 1279px) {
  .ns-lightbox__part--link.ns-lightbox__part--phone {
    background-position: 2px 4px;
  }
}
.ns-lightbox__part--link.ns-lightbox__part--email {
  background-size: 18px 14px;
  background-position: 0 9px;
  background-image: url(/images/icon-mail-brown.svg);
}
@media (max-width: 1279px) {
  .ns-lightbox__part--link.ns-lightbox__part--email {
    background-position: 0 7px;
  }
}
@media (max-width: 1279px) {
  .ns-lightbox__part--link {
    margin-top: 6px;
  }
}
.ns-lightbox__part--socialMedia {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
@media (max-width: 1279px) {
  .ns-lightbox__part--socialMedia {
    margin-top: 6px;
  }
}
.ns-lightbox__iconLink {
  float: left;
  width: 32px;
  height: 32px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  margin-right: 26px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/icon-globe-brown.svg);
}
.ns-lightbox__iconLink:last-child {
  margin-right: 0;
}
.ns-lightbox__iconLink:hover,
.ns-lightbox__iconLink:focus {
  background-image: url(/images/icon-globe-darkerbrown.svg);
}
.ns-lightbox__iconLink.ns-lightbox__iconLink--linkedin {
  height: 31px;
  background-image: url(/images/icon-linkedin-brown.svg);
}
.ns-lightbox__iconLink.ns-lightbox__iconLink--linkedin:hover,
.ns-lightbox__iconLink.ns-lightbox__iconLink--linkedin:focus {
  background-image: url(/images/icon-linkedin-darkerbrown.svg);
}
.ns-lightbox__iconLink.ns-lightbox__iconLink--xing {
  width: 27px;
  background-image: url(/images/icon-xing-brown.svg);
}
.ns-lightbox__iconLink.ns-lightbox__iconLink--xing:hover,
.ns-lightbox__iconLink.ns-lightbox__iconLink--xing:focus {
  background-image: url(/images/icon-xing-darkerbrown.svg);
}
.ns-form-group {
  float: left;
  width: 100%;
}
.ns-label {
  float: left;
  width: 100%;
  font-weight: 500;
  padding-bottom: 5px;
}
.ns-form-input {
  float: left;
  width: 100%;
}
.ns-input-group {
  float: left;
  width: 100%;
  display: flex;
}
.ns-input-group .ns-input-group__prepend {
  order: 1;
}
.ns-input-group .ns-input {
  order: 2;
}
.ns-input-group .ns-input-group__append {
  order: 3;
}
.ns-form-inputitem {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.ns-form-inputitem:first-child,
.ns-form-inputitem.ns-form-inputitem--choice {
  margin-top: 0;
}
.ns-form-input__message {
  float: left;
  width: 100%;
  margin-top: 6px;
  font-size: 86%;
}
.ns-form-group--horz {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.ns-form-group--horz .ns-label {
  min-height: 80px;
  box-sizing: border-box;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (max-width: 767px) {
  .ns-form-group--horz .ns-label {
    min-height: 60px;
    padding: 16px 0;
  }
}
.ns-form-group--horz.ns-form-group--dynamic .ns-label {
  width: auto;
  margin-right: 20px;
  white-space: nowrap;
}
.ns-form-group--horz.ns-form-group--fix .ns-label {
  width: 300px;
}
.ns-form-group--horz.ns-form-group--fix .ns-form-input {
  width: calc(100% - 320px);
}
.ns-upload {
  float: left;
  width: 100%;
}
.ns-upload .ns-upload__label {
  display: block;
  float: left;
  min-height: unset;
}
.ns-upload .ns-upload__fileinput {
  display: none;
}
.ns-upload .ns-upload__progress {
  float: left;
  min-width: 200px;
  border: 1px solid #BF9474;
  border-radius: 4px;
  margin: 5px;
}
.ns-upload .ns-upload__progress .ns-upload__progress__bar .ns-upload__progress-indicator {
  padding: 4px 20px;
  margin: 0;
  min-height: 1.5em;
  background-color: #BF9474;
}
/*# sourceMappingURL=./screen-small.css.map */