.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: #ed3335;
  line-height: 1.33333333;
  cursor: pointer;
  color: #fff;
  padding: 10px 40px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  background-image: linear-gradient(to right, #000, #000);
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.button:hover,
.button:focus {
  color: #fff;
  background-size: 100% 100%;
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  background: none;
  font-size: 100%;
}
*::selection {
  background: #ed3335;
  color: #fff;
}
.hidden,
.cb-invisible {
  display: none !important;
}
li {
  list-style-position: inside;
}
img,
audio,
video,
iframe {
  float: left;
  width: 100%;
}
strong {
  font-weight: bold;
}
sup,
sub {
  position: relative;
  vertical-align: baseline;
  top: -0.8em;
  font-size: 70%;
}
sub {
  top: 0.4em;
}
address {
  font-style: normal;
}
input,
textarea {
  border-radius: 0;
  font-size: 15px;
  font-family: 'Verdana', sans-serif;
  line-height: 1.33333333;
}
.unit caption {
  display: none;
}
.flag {
  background: #ed3335;
  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);
}
.area {
  float: left;
  width: 100%;
}
#view .area:empty {
  display: none;
}
.unit {
  float: left;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}
@media (max-width: 1023px) {
  .unit {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .unit {
    margin-top: 5px;
  }
}
@media (max-width: 1023px) {
  .unit {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .unit {
    margin-bottom: 5px;
  }
}
.unit .head,
.unit .body,
.unit .foot {
  float: left;
  width: 100%;
}
.unit.fold .less,
.unit.fold .more {
  float: left;
  width: 100%;
}
.part {
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}
@media (max-width: 1023px) {
  .part {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .part {
    margin-top: 10px;
  }
}
@media (max-width: 1023px) {
  .part {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .part {
    margin-bottom: 10px;
  }
}
.pict a {
  float: left;
  width: 100%;
}
.pict img {
  width: 100%;
}
.pict img:not(.svg) {
  width: auto;
  max-width: 100% !important;
}
#root#root#root img.zoom {
  display: none !important;
}
.cb-image-figure {
  float: left;
  width: 100%;
}
.cb-image-container {
  float: left;
  width: 100%;
  position: relative;
}
.cb-image-caption {
  float: left;
  width: 100%;
}
#expo .cb-image-figure {
  height: 100%;
}
#expo .cb-image-container {
  height: 100% !important;
}
#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 {
  color: #fff;
  font-size: 16px;
  line-height: 1.25;
}
.cb-album .cb-image-figure {
  opacity: 1 !important;
  display: block !important;
}
.cb-album .cb-image-container {
  position: static;
}
.cb-album .cb-image-caption {
  display: none;
}
div.load {
  background: none !important;
}
div.load a.load {
  display: inline-block;
  padding-left: 26px;
  background-size: 16px 16px;
  background-position: 0 2px;
  background-repeat: no-repeat;
  background-image: url(/images/icon-download-red.svg);
}
.show a {
  float: left;
  width: 100%;
  display: block;
}
#edit .line {
  padding-top: 5px;
  padding-bottom: 5px;
}
.line hr {
  float: left;
  width: 100%;
  border-bottom: 1px solid #000;
}
.line hr.bold {
  border-bottom-width: 2px;
}
.line hr.dash {
  border-bottom-style: dashed;
}
.line hr.spot {
  border-bottom-style: dotted;
}
#edit div.code {
  position: relative;
  min-height: 30px;
}
#edit div.code:after {
  content: 'Code';
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background: #aaa;
  opacity: 0.6;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 0.2em;
  padding: 0 20px;
}
.cb-code-executable {
  float: left;
  width: 100%;
}
.cb-service {
  float: left;
  width: 100%;
  margin: 5px 0;
}
.cb-service:first-child {
  margin-top: 0;
}
.cb-service:last-child {
  margin-bottom: 0;
}
.cb-youtube iframe,
.cb-vimeo iframe {
  height: 100%;
  background-color: #fff;
}
.text-section {
  float: left;
  width: 100%;
}
.list {
  float: left;
  width: 100%;
}
.list--bullet li {
  list-style: none;
  padding-left: 20px;
  position: relative;
}
.list--bullet li:before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
}
.list--numbered li {
  margin-left: 20px;
  list-style-position: outside;
}
#expo {
  float: left;
  width: 100%;
  position: relative;
}
#slides {
  float: left;
  width: 100%;
  height: 0 !important;
  max-width: 100% !important;
  max-height: 100% !important;
  padding-bottom: 23.046875%;
  position: relative;
}
@media (max-width: 564px) {
  #slides {
    padding-bottom: 130px;
  }
}
.cb-layout1 #slides {
  padding-bottom: 40.625%;
}
#slides .slide {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}
#slides a {
  display: block;
  width: 100%;
  height: 100%;
}
#slides a.null {
  cursor: default;
}
.cb-slides .cb-image-figure {
  height: 100%;
}
.cb-slides .cb-image-container {
  height: 100% !important;
}
#slides img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
#expo div.link {
  float: left;
  width: 100%;
  height: 0;
}
.cb-layout2 #expo div.link {
  display: none;
}
#expo a.link {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 32px;
  height: 62px;
  transform: translateY(-50%);
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-left-white.png);
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
}
#expo a.link.prev {
  left: 44px;
}
#expo a.link.next {
  right: 44px;
  background-image: url(/images/arrow-right-white.png);
}
@media (max-width: 767px) {
  #expo a.link {
    width: 16px;
    height: 31px;
  }
  #expo a.link.prev {
    left: 5%;
  }
  #expo a.link.next {
    right: 5%;
  }
}
table.link,
table.link tbody {
  float: left;
  display: block;
  width: 100%;
  height: 0;
}
.cb-index-all {
  display: block;
  position: absolute;
  left: 0;
  bottom: 26px;
  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: 10px;
  height: 10px;
  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: #ed3335;
}
@media (max-width: 767px) {
  .cb-index-all {
    bottom: 12px;
  }
  .cb-index-all td {
    margin: 0 6px;
  }
}
.cb-index-some {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  display: none;
}
.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: 'Verdana', sans-serif;
  line-height: 1.42857143;
  color: #000;
}
#disp.mail {
  position: fixed;
}
@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: #ed3335;
  width: 100%;
  box-sizing: border-box;
  padding-right: 30px;
}
#disp h3 {
  color: #ed3335;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 0;
  width: 100%;
}
#disp .head .ctrl {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
#disp .head .ctrl > div {
  float: left;
}
#disp .head .ctrl a {
  float: left;
  display: block;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  width: 16px;
  height: 24px;
  background-size: 16px 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-cross-black.svg);
}
#disp .foot input,
#disp .foot a {
  float: left;
  background-color: #ed3335;
  line-height: 1.33333333;
  cursor: pointer;
  color: #fff;
  padding: 10px 40px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  background-image: linear-gradient(to right, #000, #000);
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  line-height: 1.42857143;
}
#disp .foot input:hover,
#disp .foot a:hover,
#disp .foot input:focus,
#disp .foot a:focus {
  color: #fff;
  background-size: 100% 100%;
}
#disp .foot input.next,
#disp .foot a.next {
  float: right;
}
#disp.mail .foot input {
  float: right;
}
#disp.mail .foot a.cb-disp-sent {
  float: right;
  background-color: #5abb55;
}
@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: 1023px) {
  .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;
  color: #fff;
}
#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: 'Verdana', 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%;
  font-size: 18px;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}
.cb-result p {
  margin-top: 10px;
}
.cb-result a {
  color: #ed3335;
  text-decoration: none;
}
.cb-result a:hover {
  color: #c21113;
  text-decoration: underline;
}
.cb-result h3 span {
  margin-right: 20px;
}
.cb-result .part {
  margin-bottom: 50px;
}
@media (max-width: 1023px) {
  .cb-result .part {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cb-result .part {
    margin-bottom: 30px;
  }
}
.cb-result table {
  float: left;
  width: 100%;
  border-collapse: collapse;
}
.cb-result tbody {
  width: 100%;
}
.cb-result th {
  padding-top: 20px;
  font-size: 24px;
  line-height: 1;
  text-align: left;
}
.cb-result th:first-child {
  padding-right: 40px;
  width: 80px;
}
.cb-result td {
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.cb-result th,
.cb-result td {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .cb-result {
    font-size: 14px;
  }
  .cb-result th {
    padding-top: 10px;
    font-size: 18px;
  }
  .cb-result th:first-child {
    padding-right: 10px;
    width: 54px;
  }
  .cb-result td {
    padding-bottom: 10px;
    padding-top: 5px;
  }
}
.unit.form form {
  float: left;
  width: 100%;
}
.cb-form-required {
  float: left;
  width: 100%;
}
.unit.form fieldset {
  float: left;
  width: 100%;
  position: relative;
}
.unit.form div.ctrl {
  float: left;
  width: 100%;
}
.unit.form div.ctrl.fail {
  box-sizing: border-box;
  padding: 5px;
  background-color: #e7bcbc;
}
@media (min-width: 768px) {
  .unit.form .tile div.ctrl {
    float: right;
    width: 74%;
  }
}
.unit.form .name {
  float: left;
  width: 100%;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .unit.form .tile .name {
    width: 24%;
    min-height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    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: #f5f5f5;
  min-height: 40px;
  padding: 5px 10px;
  -webkit-appearance: none;
  background-image: linear-gradient(to right, #ed3335, #ed3335);
  background-size: 0 4px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: all 0.6s;
}
.unit.form input.text.fail,
.unit.form textarea.fail {
  background-color: #e7bcbc;
}
.unit.form input.text:focus,
.unit.form textarea:focus {
  background-size: 100% 4px;
}
.unit.form textarea {
  padding: 10px;
}
@media (min-width: 768px) {
  .unit.form .tile input.text,
  .unit.form .tile textarea {
    float: right;
    width: 74%;
  }
}
.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: 10px;
    padding-bottom: 10px;
  }
}
.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: 20px;
  vertical-align: top;
}
@media (min-width: 768px) {
  .unit.form div.tick.tile input {
    top: 10px;
  }
}
.unit.form select {
  float: left;
  width: 100%;
  background: #f5f5f5;
  height: 40px;
  border: 1px solid #000;
  padding: 5px;
  border: 1px solid #b1b1b1;
}
.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: 74%;
    min-height: 40px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
}
.unit.form input.submit {
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #ed3335;
  line-height: 1.33333333;
  cursor: pointer;
  color: #fff;
  padding: 10px 40px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  background-image: linear-gradient(to right, #000, #000);
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  min-width: 202px;
}
@media (max-width: 1023px) {
  .unit.form input.submit {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .unit.form input.submit {
    margin-top: 10px;
  }
}
@media (max-width: 1023px) {
  .unit.form input.submit {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .unit.form input.submit {
    margin-bottom: 10px;
  }
}
.unit.form input.submit:hover,
.unit.form input.submit:focus {
  color: #fff;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .unit.form input.submit {
    margin-left: 0;
    width: 100%;
    max-width: 100%;
  }
}
.calendar {
  position: absolute !important;
  z-index: 2;
  left: 26% !important;
  top: 100% !important;
  right: unset !important;
  background: #fff;
  width: 200px;
  margin: 10px 0 0 0 !important;
  box-shadow: 0 0 6px rgba(160, 160, 160, 0.4);
  font-size: 14px;
  line-height: 1.14285714;
  padding: 20px;
}
.calendar table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.calendar th,
.calendar td {
  text-align: center;
  padding: 2px;
}
.calendar tr.month th {
  padding-bottom: 10px;
}
.calendar tr.month th:first-child a,
.calendar tr.month th:last-child a {
  float: left;
  display: block;
  width: 16px;
  height: 16px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-arrow-left-black.svg);
}
.calendar tr.month th:last-child a {
  float: right;
  background-image: url(/images/cb-default/cb-arrow-right-black.svg);
}
.calendar td.today a {
  color: #000;
  text-decoration: underline;
}
.unit.form .recaptcha-info {
  color: #aaa;
}
.unit.form .recaptcha-info a {
  color: #aaa;
}
.unit.form .recaptcha-info a:hover,
.unit.form .recaptcha-info a:focus {
  text-decoration: underline;
}
.unit.form .part.fail {
  font-size: 16px;
  line-height: 1.25;
  border-left: 4px solid #ae2121;
  box-sizing: border-box;
  padding: 20px;
  background-color: #e7bcbc;
  color: #ae2121;
}
.unit.form div.cb-form-sent {
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  .unit.form div.cb-form-sent {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .unit.form div.cb-form-sent {
    margin-top: 10px;
  }
}
@media (max-width: 1023px) {
  .unit.form div.cb-form-sent {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .unit.form div.cb-form-sent {
    margin-bottom: 10px;
  }
}
.unit.form div.cb-form-sent a {
  float: 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 {
  background-color: #ed3335;
  line-height: 1.33333333;
  cursor: pointer;
  color: #fff;
  padding: 10px 40px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  background-image: linear-gradient(to right, #000, #000);
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.two-step-verification-container a:hover,
.two-step-verification-container a:focus {
  color: #fff;
  background-size: 100% 100%;
}
.two-step-verification__div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #fff;
  background-size: 100px 100px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-loader-black.svg);
}
.two-step-verification-container.loaded .two-step-verification__div {
  background-image: none;
}
.table {
  float: left;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.table-layout-fixed .table {
  table-layout: fixed;
}
.table tr {
  border-top: 1px solid #bababa;
  border-bottom: 1px solid #bababa;
}
.table-head tr {
  border-top: none;
}
.table th {
  font-weight: normal;
  padding: 3px 10px;
}
.table th.init {
  padding-left: 0;
}
.table th.exit {
  padding-right: 0;
}
.table th.align-left {
  text-align: left;
}
.table th.align-center {
  text-align: center;
}
.table th.align-right {
  text-align: right;
}
.table--headline th {
  font-weight: bold;
}
.table td {
  padding: 3px 10px;
}
.table td.init {
  padding-left: 0;
}
.table td.exit {
  padding-right: 0;
}
.table td.align-left {
  text-align: left;
}
.table td.align-center {
  text-align: center;
}
.table td.align-right {
  text-align: right;
}
#edit .table td {
  border-left: 1px dashed #e0e0e0;
  border-right: 1px dashed #e0e0e0;
}
.table--footer .table-foot td {
  font-weight: bold;
}
@media (max-width: 767px) {
  .part--table {
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .part--table::-webkit-scrollbar {
    display: none;
  }
  .part--table .table {
    white-space: nowrap;
    width: auto;
    min-width: 100%;
  }
}
html,
body {
  float: left;
  width: 100%;
  min-height: 100vh;
}
#home {
  float: left;
  height: 58px;
  margin-top: 60px;
}
.logo {
  width: auto;
  height: 100%;
}
#head {
  float: left;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 25px;
}
@media (max-width: 1023px) {
  #head {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  #head {
    margin-top: 30px;
  }
}
@media (max-width: 1023px) {
  #head {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  #head {
    margin-bottom: 15px;
  }
}
.scroll-animated {
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.8s;
}
.scroll-animated.scroll-animated--active {
  opacity: 1;
  transform: translateY(0);
}
.wrapper {
  float: left;
  width: 100%;
  min-height: 100vh;
  background-color: #fff;
  font-size: 15px;
  font-family: 'Verdana', sans-serif;
  line-height: 1.33333333;
  color: #000;
  overflow: hidden;
  hyphens: auto;
}
.desk {
  *zoom: 1;
  margin: 0 auto;
  max-width: 100%;
  width: 1060px;
  position: relative;
}
.desk:before,
.desk:after {
  display: table;
  content: '';
}
.desk:after {
  clear: both;
}
.cb-layout1 .section--title .desk,
.cb-layout2 .section--title .desk,
.cb-layout5 .section--title .desk,
.section--alpha .desk {
  width: 720px;
}
.section--gamma .desk {
  width: 480px;
}
.section {
  float: left;
  width: 100%;
  position: relative;
}
.section--header {
  z-index: 2004;
}
.cb-layout1 .section--side,
.cb-layout4 .section--side {
  background-color: #1a1a1a;
  color: #fff;
}
.side--empty.cb-layout1 .section--side,
.side--empty.cb-layout4 .section--side {
  margin-top: 0;
  margin-bottom: 0;
}
.cb-layout2 .section--side {
  background-color: red;
}
.cb-layout5 .section--side {
  background-color: #f2f2f2;
}
.cb-layout3 .section--side {
  background-color: #000;
  color: #fff;
  text-align: center;
}
#view.cb-layout3 .section--farwest,
#view.cb-layout3 .section--farnorth {
  display: none;
}
.section--farnorth {
  background-color: #f2f2f2;
}
.section--ao-filter {
  background-color: #f2f2f2;
  margin-top: 25px;
  margin-bottom: 25px;
  z-index: 3;
}
@media (max-width: 1023px) {
  .section--ao-filter {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .section--ao-filter {
    margin-top: 15px;
  }
}
@media (max-width: 1023px) {
  .section--ao-filter {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .section--ao-filter {
    margin-bottom: 15px;
  }
}
.section--footer {
  background-color: #f2f2f2;
  border-bottom: 18px solid #000;
}
.cb-layout2 .section--footer,
.cb-layout5 .section--footer {
  margin-top: 25px;
}
.side--empty.cb-layout2 .section--footer,
.side--empty.cb-layout5 .section--footer {
  margin-top: 0;
}
.navigation {
  float: left;
  width: 100%;
  margin-top: 22px;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  .navigation {
    display: none;
  }
}
.langnavi {
  position: absolute;
  right: 158px;
  top: 50px;
  z-index: 2;
  display: flex;
  align-items: center;
}
.langnavi .meta.cart {
  float: left;
  width: 20px;
  height: 20px;
  display: block;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/icon-cart-black.svg);
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  margin-right: 16px;
  display: none;
}
.c2 .langnavi .meta.cart {
  display: block;
}
.langnavi .cb-cart-icon-holder {
  float: left;
  margin-right: 16px;
  display: none;
}
.c2 .langnavi .cb-cart-icon-holder {
  display: block;
}
.langnavi .cb-cart-icon-holder .meta {
  float: left;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/icon-cart-black.svg);
  font-size: 0;
  line-height: 0;
  position: relative;
}
.langnavi .cb-cart-icon-holder .meta .cb-cart-icon-count {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 18px;
  height: 18px;
  background-color: #ed3335;
  border-radius: 10000px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 10px;
  line-height: 1.6;
  font-weight: bold;
}
.langnavi .cb-cart-icon-holder .meta.cb-cart-icon-link-empty .cb-cart-icon-count {
  display: none;
}
.langnavi .meta.service_zumShop {
  float: left;
  width: 20px;
  height: 20px;
  display: block;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/icon-shop-black.svg);
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  margin-right: 16px;
}
.langnavi .meta.find {
  float: left;
  width: 20px;
  height: 20px;
  display: block;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/icon-search-black.svg);
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
}
.action {
  position: absolute;
  right: 0;
  top: 6px;
  z-index: 3;
  width: 96px;
}
.quicklinks {
  position: absolute;
  top: 50px;
  transform: translateX(100%);
  margin-right: 40px;
  right: 0;
  z-index: 2500;
  display: flex;
  flex-direction: column;
  transition: transform 0.6s cubic-bezier(0.05, 0.8, 0.5, 1), margin 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.quicklinks.cb-toggle-target-active {
  transform: translateX(0);
  margin-right: 0;
}
.quicklinks.cb-scroll-triggered--active {
  position: fixed;
  top: 179px;
}
@media (max-width: 767px) {
  .quicklinks {
    display: none;
  }
}
.quicklink {
  float: left;
  margin-bottom: 5px;
  background-color: #ed3335;
  color: #fff;
  font-size: 14px;
  line-height: 1.42857143;
  padding: 10px 10px 10px 46px;
  background-size: 26px 30px;
  background-position: 7px 50%;
  background-repeat: no-repeat;
  background-image: url(/images/quicklink-contact.svg);
  box-shadow: 0 0 5px rgba(120, 120, 120, 0.6);
}
.quicklink:last-child {
  margin-bottom: 0;
}
.quicklink:hover,
.quicklink:focus {
  background-color: #000;
  color: #fff;
}
.quicklink.quicklink--council {
  background-image: url(/images/quicklink-council.svg);
}
.quicklink.quicklink--call {
  background-image: url(/images/quicklink-call.svg);
}
.quicklinks__toggle {
  position: absolute;
  right: 100%;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  margin-right: 10px;
  background-color: #ed3335;
  cursor: pointer;
  box-shadow: 0 0 5px rgba(120, 120, 120, 0.6);
  background-size: 10px 10px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/quicklink-toggle-open.svg);
}
.quicklinks__toggle:hover,
.quicklinks__toggle:focus {
  background-color: #000;
}
.quicklinks__toggle.cb-toggle-active {
  background-image: url(/images/quicklink-toggle-close.svg);
}
div.sub1 {
  float: left;
  display: block;
}
div.sub1 > .item {
  float: left;
  margin-left: 16px;
}
div.sub1 > .item > .menu {
  color: #000;
  text-transform: lowercase;
}
div.sub1 > .item > .menu:hover,
div.sub1 > .item > .menu:focus,
div.sub1 > .item > .menu.path {
  color: #ed3335;
}
#social {
  float: left;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1023px) {
  #social {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  #social {
    margin-top: 30px;
  }
}
@media (max-width: 1023px) {
  #social {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  #social {
    margin-bottom: 30px;
  }
}
#social .meta {
  float: left;
  width: 30px;
  height: 30px;
  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/social-facebook.svg);
  margin-right: 16px;
}
#social .meta:last-child {
  margin-right: 0;
}
#social .meta:hover,
#social .meta:focus {
  opacity: 0.7;
}
#social .meta.service_youtube {
  height: 20px;
  background-image: url(/images/social-youtube.svg);
}
#social .meta.service_pinterest {
  background-image: url(/images/social-pinterest.svg);
}
#social .meta.service_instagram {
  background-image: url(/images/social-instagram.svg);
}
#social .meta.service_holzofen {
  background-image: url(/images/social-holzofen.svg);
}
.footcontent {
  float: left;
  width: 100%;
  width: 654px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 80px;
}
.footpartwrapper {
  float: left;
  width: 422px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footpart {
  float: left;
  width: 190px;
}
.footpart--links {
  font-size: 14px;
  line-height: 1.71428571;
}
#root .footpart--links a {
  color: #000;
  background-color: transparent;
  padding: 0;
}
#root .footpart--links a:hover,
#root .footpart--links a:focus {
  color: #ed3335;
}
.vcard {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 1.42857143;
}
.vcard .region {
  font-weight: bold;
  text-transform: uppercase;
}
.vcard.vcard--zuerich {
  margin-top: 60px;
}
.beratung {
  float: left;
  width: 112px;
  margin-top: 60px;
}
.footpart .service_impressum {
  margin-top: 24px;
  display: inline-block;
}
.wengerkilu {
  position: absolute;
  right: 90px;
  bottom: 0;
  z-index: 2;
  width: 308px;
}
.wengerkilu__img {
  float: left;
  width: 100%;
  height: auto;
}
.wengerkilu__text {
  position: absolute;
  left: 100%;
  margin-left: -70px;
  top: 70px;
  width: 180px;
  font-size: 12px;
  line-height: 1.33333333;
  text-transform: uppercase;
  font-weight: bold;
  color: #ed3335;
  hyphens: none;
}
.wengerkilu__text > span {
  float: left;
  width: 100%;
}
.ao-newsletter {
  float: left;
  width: 100%;
  margin-top: 14px;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.ao-newsletter__content {
  float: left;
  width: 100%;
}
.ao-newsletter__input {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.ao-newsletter__input label {
  float: left;
  width: 100%;
  font-size: 12px;
  line-height: 1.66666667;
  color: #000;
}
.ao-newsletter__input input {
  float: left;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  min-height: 20px;
  font-size: 12px;
  line-height: 1.66666667;
  box-sizing: border-box;
}
.ao-newsletter__submit {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.ao-newsletter__submit button {
  float: left;
  width: 100%;
  background-color: #ed3335;
  line-height: 1.33333333;
  cursor: pointer;
  color: #fff;
  padding: 10px 40px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  background-image: linear-gradient(to right, #000, #000);
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.ao-newsletter__submit button:hover,
.ao-newsletter__submit button:focus {
  color: #fff;
  background-size: 100% 100%;
}
.pfad {
  float: left;
  width: 100%;
  display: none;
  color: #000;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.42857143;
}
.cb-layout2 .pfad {
  display: block;
}
.pfad a {
  float: left;
  color: #000;
  padding-right: 15px;
  background-size: 8px 11px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-black.svg);
  margin-right: 8px;
}
.pfad a:last-child {
  padding-right: 0;
  background: none;
}
.backlink {
  position: absolute;
  right: 0;
  top: 56px;
  width: 20px;
  height: 20px;
  z-index: 3;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/filter-close-black.svg);
  cursor: pointer;
  display: none;
}
.cb-layout2 .backlink {
  display: block;
}
@media (max-width: 1023px) {
  .backlink {
    right: initial;
    left: 0;
    top: 50px;
  }
}
@media (max-width: 767px) {
  .backlink {
    top: 30px;
  }
}
.form--title {
  float: left;
  width: 100%;
  font-size: 24px;
  line-height: 1.25;
}
.rootvideo {
  float: left;
  width: 100%;
}
.rootvideo__movie {
  float: left;
  width: 100%;
}
.warning {
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 10;
  background-color: #fff;
  width: 460px;
  box-sizing: border-box;
  padding: 30px;
  display: none;
}
.cb-layout1 .warning {
  display: block;
}
@media (max-width: 1023px) {
  .warning {
    position: static;
    float: left;
    width: 100%;
    border-top: 1px solid #efefef;
    padding: 4vw;
  }
}
@media (max-width: 767px) {
  .warning {
    padding: 5vw;
  }
}
.warning__content {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding-left: 80px;
  background-size: 60px 60px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(/images/warning.svg);
}
@media (max-width: 1023px) {
  .warning__content {
    background-size: 40px 40px;
    padding-left: 60px;
  }
}
.warning .area {
  margin-top: -25px;
  margin-bottom: -25px;
}
.warning .area h3 {
  color: #ed3335;
}
@media (max-width: 767px) {
  .warning .area {
    margin-top: -15px;
    margin-bottom: -15px;
  }
}
a {
  color: #ed3335;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #c21113;
}
h1 {
  font-size: 36px;
  line-height: 1.11111111;
  font-weight: bold;
  text-transform: uppercase;
  hyphens: none;
}
.cb-layout2 h1 {
  padding-right: 50px;
}
@media (max-width: 1023px) {
  .cb-layout2 h1 {
    padding-top: 40px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cb-layout2 h1 {
    padding-top: 30px;
  }
}
h2 {
  color: #ed3335;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.16666667;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  position: relative;
  padding-bottom: 12px;
}
h2:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 170px;
  height: 4px;
  background-color: #ed3335;
}
h3 {
  font-size: 24px;
  line-height: 1.25;
  font-weight: normal;
}
.skew {
  font-family: Georgia, Serif;
  font-size: 24px;
  line-height: 1.25;
  font-weight: bold;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
}
.pale {
  color: #ccc;
  font-size: 14px;
  line-height: 1.14285714;
}
.section--alpha .area {
  display: flex;
  flex-wrap: wrap;
}
.cb-layout1 .section--alpha .area.main,
.cb-layout4 .section--alpha .area.main {
  margin-bottom: 25px;
}
@media (max-width: 1023px) {
  .cb-layout1 .section--alpha .area.main,
  .cb-layout4 .section--alpha .area.main {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .cb-layout1 .section--alpha .area.main,
  .cb-layout4 .section--alpha .area.main {
    margin-bottom: 15px;
  }
}
.cb-layout1 .section--alpha .area.side,
.cb-layout4 .section--alpha .area.side {
  margin-top: 25px;
  margin-bottom: 25px;
}
@media (max-width: 1023px) {
  .cb-layout1 .section--alpha .area.side,
  .cb-layout4 .section--alpha .area.side {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .cb-layout1 .section--alpha .area.side,
  .cb-layout4 .section--alpha .area.side {
    margin-top: 15px;
  }
}
@media (max-width: 1023px) {
  .cb-layout1 .section--alpha .area.side,
  .cb-layout4 .section--alpha .area.side {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .cb-layout1 .section--alpha .area.side,
  .cb-layout4 .section--alpha .area.side {
    margin-bottom: 15px;
  }
}
.cb-layout1 .section--alpha .area.base,
.cb-layout4 .section--alpha .area.base {
  margin-top: 25px;
}
@media (max-width: 1023px) {
  .cb-layout1 .section--alpha .area.base,
  .cb-layout4 .section--alpha .area.base {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .cb-layout1 .section--alpha .area.base,
  .cb-layout4 .section--alpha .area.base {
    margin-top: 15px;
  }
}
.section--beta .area {
  display: flex;
  flex-wrap: wrap;
}
.cb-layout2 .section--beta .area.main .cb-image-caption {
  display: none;
}
.cb-layout5 .section--beta .area.main {
  margin-bottom: 25px;
}
@media (max-width: 1023px) {
  .cb-layout5 .section--beta .area.main {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .cb-layout5 .section--beta .area.main {
    margin-bottom: 15px;
  }
}
.cb-layout5 .section--beta .area.main .cb-image-caption {
  display: none;
}
.section--gamma .area {
  margin-top: 25px;
  margin-bottom: 25px;
}
@media (max-width: 1023px) {
  .section--gamma .area {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .section--gamma .area {
    margin-top: 15px;
  }
}
@media (max-width: 1023px) {
  .section--gamma .area {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .section--gamma .area {
    margin-bottom: 15px;
  }
}
.section--gamma .area.farwest {
  margin-top: 0;
  text-align: center;
}
.section--delta .area {
  display: flex;
  flex-wrap: wrap;
}
.cb-layout3 .section--delta .area.main {
  margin-bottom: 25px;
}
@media (max-width: 1023px) {
  .cb-layout3 .section--delta .area.main {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .cb-layout3 .section--delta .area.main {
    margin-bottom: 15px;
  }
}
.section--alpha .area .seam {
  box-sizing: border-box;
}
.section--alpha .area .seam .part {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.section--alpha .area .flat .part {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.section--alpha .area .edge {
  margin-top: 25px;
  margin-bottom: 25px;
  width: 100vw !important;
  position: relative;
  left: 50%;
  margin-left: -50vw !important;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .section--alpha .area .edge {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .section--alpha .area .edge {
    margin-top: 15px;
  }
}
@media (max-width: 1023px) {
  .section--alpha .area .edge {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .section--alpha .area .edge {
    margin-bottom: 15px;
  }
}
.section--alpha .area .edge:last-child {
  margin-bottom: 0;
}
.section--alpha .area .edge .part {
  margin: 0 !important;
  width: 100% !important;
}
.section--beta .area .unit.slim {
  text-align: center;
}
.section--beta .area .unit.slim .body > a {
  float: left;
  width: 100%;
  display: block;
}
.section--beta .area .unit.slim .pict .cb-image-container {
  overflow: hidden;
}
.section--beta .area .unit.slim .pict .cb-image-container img {
  transition: all 0.3s;
}
.section--beta .area .unit.slim:hover .pict img {
  transform: scale(1.06);
}
.section--gamma .farnorth .unit:first-child {
  margin-bottom: -15px;
}
.section--delta .area .unit .body > a {
  text-align: center;
  color: black;
}
.section--delta .area .seam {
  margin-top: 25px;
  margin-bottom: 25px;
}
@media (max-width: 1023px) {
  .section--delta .area .seam {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .section--delta .area .seam {
    margin-top: 15px;
  }
}
@media (max-width: 1023px) {
  .section--delta .area .seam {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .section--delta .area .seam {
    margin-bottom: 15px;
  }
}
#view .section--delta .area .seam .part {
  margin: 0;
}
#view .section--delta .area .seam .part.text {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.8);
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
@media (max-width: 1023px) {
  #view .section--delta .area .seam .part.text {
    position: relative;
    transform: scale(1);
    opacity: 1;
    pointer-events: initial;
    background-color: #f2f2f2;
  }
}
#view .section--delta .area .seam .pict {
  background: #f2f2f2;
  overflow: hidden;
}
#view .section--delta .area .seam .pict img {
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
@media (min-width: 1024px) {
  #view .section--delta .area .seam:hover .text {
    opacity: 1;
    transform: scale(1);
    pointer-events: initial;
  }
  #view .section--delta .area .seam:hover .pict img {
    transform: scale(1.1);
    opacity: 0.1;
  }
}
.footcontent .unit {
  margin-top: 0;
  margin-bottom: 0;
}
.footcontent .unit .part {
  margin-top: 0;
  margin-bottom: 0;
}
.unit.form .cb-form-required {
  font-size: 13px;
  line-height: 1.23076923;
  margin: 5px 0;
}
#view .unit.form .part.tick.tile span.name {
  display: none;
}
#view .unit.form .part.tick.tile + .part.tick.tile {
  margin-top: -8px;
}
.unit.cb-album {
  margin-top: -15px;
}
.area:not(.south) div.link a.open {
  display: inline-block;
  background-color: #ed3335;
  line-height: 1.33333333;
  cursor: pointer;
  color: #fff;
  padding: 10px 40px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  background-image: linear-gradient(to right, #000, #000);
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.area:not(.south) div.link a.open:hover,
.area:not(.south) div.link a.open:focus {
  color: #fff;
  background-size: 100% 100%;
}
.cb-widget .cb-mail {
  background-color: #ed3335;
  line-height: 1.33333333;
  cursor: pointer;
  color: #fff;
  padding: 10px 40px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  background-image: linear-gradient(to right, #000, #000);
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  font-size: 0;
  display: block;
  float: left;
  background-color: #000;
  background-image: linear-gradient(to right, #ed3335, #ed3335);
}
.cb-widget .cb-mail:hover,
.cb-widget .cb-mail:focus {
  color: #fff;
  background-size: 100% 100%;
}
.cb-widget .cb-mail:before {
  display: block;
  float: left;
  content: 'Teilen...';
  font-size: 15px;
  line-height: 1.33333333;
}
.fr .cb-widget .cb-mail:before {
  content: 'Partager...';
}
div.pict a .cb-image-container {
  overflow: hidden;
}
div.pict a .cb-image-container img {
  transition: all 0.3s;
}
div.pict a:hover img {
  transform: scale(1.06);
}
.cb-image-caption {
  text-align: center;
  color: #000;
  font-size: 24px;
  line-height: 1.25;
  margin-top: 12px;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 1023px) {
  .navi {
    display: none;
  }
}
.togglebg {
  position: fixed;
  z-index: 2010;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ed3335;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.togglebg .cb-cart-icon-holder {
  float: right;
  margin: 16px 24px 0 0;
  display: none;
}
@media (max-width: 1023px) {
  .c2 .togglebg .cb-cart-icon-holder {
    display: block;
  }
}
.togglebg .cb-cart-icon-holder .meta {
  float: left;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/icon-cart-white.svg);
  font-size: 0;
  line-height: 0;
  position: relative;
}
.togglebg .cb-cart-icon-holder .meta .cb-cart-icon-count {
  position: absolute;
  right: 100%;
  margin-right: -4px;
  top: -2px;
  width: 14px;
  height: 14px;
  background-color: #ed3335;
  border: 2px solid #fff;
  border-radius: 10000px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 9px;
  line-height: 1.33333333;
  font-weight: bold;
}
.togglebg .cb-cart-icon-holder .meta.cb-cart-icon-link-empty .cb-cart-icon-count {
  display: none;
}
@media (max-width: 767px) {
  .togglebg .cb-cart-icon-holder {
    margin-top: 8px;
  }
}
.mobileLinks {
  float: left;
  align-items: center;
  display: none;
}
@media (max-width: 767px) {
  .mobileLinks {
    display: flex;
  }
}
.mobileLink {
  float: left;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  background-size: auto 30px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/quicklink-contact.svg);
}
.mobileLink.mobileLink--council {
  background-image: url(/images/quicklink-council.svg);
  background-size: auto 24px;
}
.mobileLink.mobileLink--call {
  background-image: url(/images/quicklink-call.svg);
  background-size: auto 26px;
}
.togglenavigation {
  float: left;
  position: relative;
  z-index: 2009;
  width: 36px;
  height: 40px;
  cursor: pointer;
  margin-top: 6px;
  margin-bottom: 6px;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .togglenavigation {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 4px;
  }
}
.tline {
  position: absolute;
  top: 8px;
  left: 5px;
  width: 26px;
  height: 4px;
  background-color: #fff;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1), opacity 0.2s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.tline--2,
.tline--3 {
  top: 50%;
  transform: translateY(-50%);
}
.tline--4 {
  top: unset;
  bottom: 8px;
}
body.cb-toggle-target-active .tline--1 {
  opacity: 0;
  transform: translateX(-20px);
}
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: translateX(20px);
}
.mobile-navigation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2009;
  height: 100%;
  width: 100%;
  max-width: 320px;
  background-color: #fff;
  overflow-y: scroll;
  transform: translateX(-100%);
  transition: all 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
}
body.cb-toggle-target-active .mobile-navigation {
  transform: translateX(0);
  box-shadow: 0 0 4px rgba(120, 120, 120, 0.4);
}
.mobile-navi-animation {
  float: left;
  width: 100%;
}
.mobile-navigation div.navi {
  float: left;
  width: 100%;
  display: block;
  position: relative;
}
.mobile-navigation div.navi > .cb-toggle {
  display: none;
}
.mobile-navigation div.navi > .item {
  float: left;
  width: 100%;
  position: relative;
}
.mobile-navigation div.navi > .item.item-empty > .cb-toggle {
  display: none;
}
.mobile-navigation div.navi > .item > .menu {
  display: block;
  color: #000;
  font-size: 15px;
  line-height: 1.46666667;
}
.mobile-navigation div.navi > .item > .menu.path {
  color: #fff;
  background-color: #ed3335;
  padding-left: 10px;
}
.mobile-navigation div.sub2 {
  box-sizing: border-box;
  padding: 0 20px;
  margin: 80px 0 50px;
}
.mobile-navigation div.sub2 > .item {
  margin: 5px 0;
}
.mobile-navigation div.sub2 > .item.init {
  margin-top: 0;
}
.mobile-navigation div.sub2 > .item.exit {
  margin-bottom: 0;
}
.mobile-navigation div.sub2 > .item.exit > .menu {
  float: left;
  padding: 0;
  background-color: #ed3335;
  color: #fff;
  box-shadow: 0 0 0 4px #ed3335;
  margin: 4px 0;
}
.mobile-navigation div.sub2 > .item.exit > .menu.path {
  color: #000;
}
.mobile-navigation div.sub2 > .item:nth-child(1) .cb-toggle,
.mobile-navigation div.sub2 > .item:nth-child(2) .cb-toggle,
.mobile-navigation div.sub2 > .item:nth-child(1) > div.sub3,
.mobile-navigation div.sub2 > .item:nth-child(2) > div.sub3 {
  display: none!important;
}
.mobile-navigation div.sub2 > .item > .menu {
  text-transform: uppercase;
  font-weight: bold;
  padding-right: 36px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.mobile-navigation div.sub3 > .item {
  margin: 5px 0;
}
.mobile-navigation div.sub3 > .item.init {
  margin-top: 10px;
}
.mobile-navigation div.sub3 > .item.exit {
  margin-bottom: 20px;
}
.mobile-navigation div.sub3 > .item > .menu {
  padding: 2px 0;
}
.mobile-navigation div.sub4 {
  box-sizing: border-box;
  padding-left: 20px;
}
.mobile-navigation div.sub4 > .item.init {
  margin-top: 10px;
}
.mobile-navigation div.sub4 > .item.exit {
  margin-bottom: 10px;
}
.mobile-navigation div.sub4 > .item > .menu {
  font-size: 14px;
  line-height: 1.57142857;
}
.mobile-navigation div.sub4 > .item > .menu.path {
  color: #ed3335;
  background-color: transparent;
  padding-left: 0;
}
.mobile-navigation div.sub3 {
  overflow: hidden;
  max-height: 0;
}
.mobile-navigation div.sub3 > .item {
  opacity: 0;
  transform: scale(0.8);
}
.mobile-navigation div.sub4 {
  overflow: hidden;
  max-height: 0;
}
.mobile-navigation div.sub4 > .item {
  opacity: 0;
  transform: scale(0.8);
}
.mobile-navigation div.navi > .item.cb-toggle-target-active > div.navi {
  transition: none;
  max-height: 1000px;
  transition: max-height 2s;
}
.mobile-navigation div.navi > .item.cb-toggle-target-active > div.navi > .item {
  transform: scale(1);
  opacity: 1;
  transition: all 0.3s;
}
.mobile-navigation .cb-toggle {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  cursor: pointer;
  width: 36px;
  height: 30px;
  background-size: 18px 18px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/mnavi-toggle-black.svg);
  transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.mobile-navigation .cb-toggle.cb-toggle-active {
  transform: rotate(-180deg);
}
.mobile-navigation div.sub3 > .item > .cb-toggle {
  height: 26px;
  background-size: 14px 14px;
}
.mobile-navigation .item.path > .cb-toggle {
  background-image: url(/images/mnavi-toggle-white.svg);
}
.part.payp .name {
  float: left;
  width: 100%;
  padding-bottom: 10px;
}
.part.payp.tile .name {
  width: auto;
  padding: 0;
  min-height: 40px;
  margin-left: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.part.payp .papc {
  float: left;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .part.payp .papc {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .part.payp .papc .name {
    order: 1;
    margin-left: 0;
  }
  .part.payp .papc input.numb {
    order: 2;
  }
}
.part.payp input.numb {
  float: left;
  background-color: #F0F0F0;
  padding: 5px 5px 5px 10px;
  min-height: 40px;
  box-sizing: border-box;
  width: 60px;
  text-align: right;
}
.part.payp div.ctrl {
  float: right;
  max-width: calc(100% - 70px);
  display: flex;
  flex-wrap: nowrap;
}
.part.payp.tile div.ctrl {
  max-width: 100%;
}
@media (max-width: 767px) {
  .part.payp.tile div.ctrl {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
  }
  .part.payp.tile div.ctrl .name {
    order: 1;
    margin-left: 0;
  }
  .part.payp.tile div.ctrl input.submit {
    float: right;
    margin-left: 0;
  }
}
@media (max-width: 767px) and (max-width: 1023px) {
  .part.payp.tile div.ctrl {
    margin-top: 10px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .part.payp.tile div.ctrl {
    margin-top: 10px;
  }
}
.part.payp div.ctrl > div {
  float: left;
  min-height: 40px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.part.payp .prix {
  text-align: right;
  line-height: 1.33333333;
  padding-right: 3px;
}
#edit .part.payp .prix {
  width: 70px;
}
.part.payp div.ctrl form {
  float: left;
}
.part.payp div.ctrl form fieldset {
  float: left;
}
.part.payp div.ctrl input.submit {
  float: left;
  margin-left: 10px;
  cursor: pointer;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  background-color: #F0F0F0;
  background-size: 16px 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-cart-black.svg);
}
.part.payp div.ctrl input.submit:hover {
  background-color: #ed3335;
  background-image: url(/images/cb-default/cb-cart-white.svg);
}
.part.payp div.ctrl input.submit:active {
  background-color: #da1315;
}
#disp.cb-shoppingcart table {
  float: left;
  width: 100%;
  border-collapse: collapse;
}
#disp.cb-shoppingcart .cury {
  font-size: 10px;
  margin-left: 3px;
}
#disp.cb-shoppingcart tr {
  border-bottom: 1px solid #E0E0E0;
  border-top: 1px solid #E0E0E0;
}
#disp.cb-shoppingcart thead tr {
  border-top: none;
  border-bottom-color: #000;
}
#disp.cb-shoppingcart th,
#disp.cb-shoppingcart td {
  padding: 5px;
  vertical-align: top;
}
#disp.cb-shoppingcart th {
  text-align: left;
}
#disp.cb-shoppingcart .cb-cart-subtotal-shipping .cb-cart-label:after {
  content: '(entfällt bei Abholung)';
  display: inline-block;
  margin-left: 4px;
}
.fr #disp.cb-shoppingcart .cb-cart-subtotal-shipping .cb-cart-label:after {
  content: '(non applicable si emporté)';
}
#disp.cb-shoppingcart .cb-cart-item-count {
  padding-left: 0;
}
#disp.cb-shoppingcart .cb-cart-item-count input.numb {
  width: 54px;
  padding: 0px 2px 0px 5px;
  background: #F0F0F0;
  text-align: right;
  box-sizing: border-box;
  height: 20px;
  min-height: 0;
}
#disp.cb-shoppingcart .cb-cart-value,
#disp.cb-shoppingcart .cb-cart-item-sum,
#disp.cb-shoppingcart .cb-cart-item-price {
  text-align: right;
}
#disp.cb-shoppingcart .cb-cart-item-action {
  padding-right: 0;
}
#disp.cb-shoppingcart .cb-cart-item-action a {
  float: right;
  display: block;
  width: 20px;
  height: 20px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  background-size: 14px 14px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-trash-black.svg);
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
#disp.cb-shoppingcart .cb-cart-item-action a:hover {
  transform: scale(1.2);
}
#disp.cb-shoppingcart .cb-cart-item-action a:active {
  transform: scale(1);
}
#disp.cb-shoppingcart .cb-cart-subtotals {
  background: #fcfcfc;
}
#disp.cb-shoppingcart .cb-cart-totals {
  background: #f0f0f0;
  font-weight: bold;
}
@media (max-width: 639px) {
  #disp.cb-shoppingcart table {
    float: left;
    width: 100%;
    display: block;
  }
  #disp.cb-shoppingcart table * {
    float: left;
    display: block;
  }
  #disp.cb-shoppingcart thead {
    display: none;
  }
  #disp.cb-shoppingcart tbody,
  #disp.cb-shoppingcart tfoot {
    width: 100%;
  }
  #disp.cb-shoppingcart tr {
    width: 100%;
    padding: 10px 0;
    margin-bottom: -1px;
  }
  #disp.cb-shoppingcart td {
    width: 100%;
    position: relative;
    padding: 3px 0 3px 100px !important;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  #disp.cb-shoppingcart td:before {
    content: attr(data-title);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    font-weight: bold;
  }
  #disp.cb-shoppingcart .cb-cart-subtotals td,
  #disp.cb-shoppingcart .cb-cart-totals td {
    padding: 0 !important;
  }
  #disp.cb-shoppingcart .cb-cart-subtotals tr,
  #disp.cb-shoppingcart .cb-cart-totals tr {
    padding: 3px 6px;
    box-sizing: border-box;
  }
}
#disp.cb-shoppingcart .cb-address,
#disp.cb-shoppingcart .cb-additional-information,
#disp.cb-shoppingcart .cb-payment,
#disp.cb-shoppingcart .cb-agb,
#disp.cb-shoppingcart .cb-order {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#disp.cb-shoppingcart .cb-address:first-child h3:first-child {
  padding-top: 0;
}
.cb-address p {
  display: block;
  width: 100%;
}
.cb-address input.submit {
  float: left;
  margin-top: 20px;
  background-color: #ed3335;
  line-height: 1.33333333;
  cursor: pointer;
  color: #fff;
  padding: 10px 40px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  background-image: linear-gradient(to right, #000, #000);
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  line-height: 1.42857143;
}
.cb-address input.submit:hover,
.cb-address input.submit:focus {
  color: #fff;
  background-size: 100% 100%;
}
#disp.cb-shoppingcart a.agbs {
  float: left;
  margin-bottom: 20px;
  background-color: #ed3335;
  line-height: 1.33333333;
  cursor: pointer;
  color: #fff;
  padding: 10px 40px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  background-image: linear-gradient(to right, #000, #000);
  background-size: 0 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  line-height: 1.42857143;
}
#disp.cb-shoppingcart a.agbs:hover,
#disp.cb-shoppingcart a.agbs:focus {
  color: #fff;
  background-size: 100% 100%;
}
.cb-album {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}
.cb-album .body-mobile {
  display: none !important;
}
.cb-album h2 {
  display: none;
}
.cb-album .body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cb-album .part {
  width: 100% !important;
  margin: 0 !important;
}
.cb-album .part.desc {
  display: none;
}
#root.ie11 .cb-album img {
  height: auto !important;
  max-height: 1000000000px !important;
}
.cb-album.cb-album .scan {
  margin-top: 40px !important;
}
.cb-album.cb-album .scan:first-child {
  margin-top: 0 !important;
  margin-bottom: 40px !important;
}
.cb-album .scan table,
.cb-album .scan tbody,
.cb-album .scan tr {
  float: left;
  display: block;
  width: 100%;
}
.cb-matrix .body {
  margin-top: -0.5%;
  margin-bottom: -0.5%;
}
.cb-matrix .part {
  margin-top: 0.5% !important;
  margin-bottom: 0.5% !important;
}
.cb-matrix .part.foto {
  height: auto !important;
  box-sizing: border-box;
}
.cb-matrix .part.foto a.foto,
.cb-matrix .part.foto span.foto {
  display: block;
  height: 0;
  padding-bottom: 60%;
  position: relative;
  overflow: hidden;
}
.cb-matrix .part.foto img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.cb-matrix .part.foto a.foto.zoom img {
  transform: scale(1.1);
}
.cb-matrix.cb-matrix-columns-1 .part.foto {
  width: 100% !important;
}
.cb-matrix.cb-matrix-columns-2 .part.foto {
  width: 49.5% !important;
}
.cb-matrix.cb-matrix-columns-3 .part.foto {
  width: 32.66666667% !important;
}
.cb-matrix.cb-matrix-columns-4 .part.foto {
  width: 24.25% !important;
}
.cb-matrix.cb-matrix-columns-5 .part.foto {
  width: 19.2% !important;
}
.cb-matrix.cb-matrix-columns-6 .part.foto {
  width: 15.83333333% !important;
}
.cb-matrix.cb-matrix-columns-7 .part.foto {
  width: 13.42857143% !important;
}
.cb-matrix.cb-matrix-columns-8 .part.foto {
  width: 11.625% !important;
}
.cb-matrix .scan tr {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.cb-matrix .scan td {
  float: left;
  display: block;
  margin: 0 10px;
  font-size: 16px;
  line-height: 1.25;
}
.cb-matrix .scan td:first-child {
  margin-left: 0;
}
.cb-matrix .scan td:last-child {
  margin-right: 0;
}
.cb-matrix .scan td.prev,
.cb-matrix .scan td.next {
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  width: 20px;
  height: 20px;
}
.cb-matrix .scan td.prev a,
.cb-matrix .scan td.next a {
  float: left;
  display: block;
  width: 100%;
  height: 100%;
  background-size: 16px 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-arrow-left-black.svg);
}
.cb-matrix .scan td.prev:empty,
.cb-matrix .scan td.next:empty {
  opacity: 0.5;
  pointer-events: none;
}
.cb-matrix .scan td.next a {
  background-image: url(/images/cb-default/cb-arrow-right-black.svg);
}
.cb-matrix .scan td a {
  color: #000;
}
.cb-matrix .scan td .same {
  color: #ed3335;
}
.cb-strips .part.foto {
  height: auto !important;
  max-height: 1000000000px !important;
}
.cb-strips-images {
  float: left;
  width: 100%;
  height: 0 !important;
  padding-bottom: 56.25%;
  position: relative;
}
.cb-strips-images a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  transform: scale(0.96);
  z-index: 2;
  transition: opacity 1s cubic-bezier(0.05, 0.8, 0.5, 1), transform 1s cubic-bezier(0.05, 0.8, 0.5, 1);
  overflow: hidden;
}
.cb-strips-images a.is-active {
  z-index: 3;
  pointer-events: auto;
  opacity: 1;
  transform: scale(1);
}
.cb-strips-images img {
  opacity: 1 !important;
  display: block !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.cb-strips .scan tbody > tr {
  float: left;
  width: 100%;
  display: flex;
}
.cb-strips .scan tbody > tr > td {
  float: left;
  width: 100%;
  display: block;
}
.cb-strips .scan td.prev,
.cb-strips .scan td.next {
  margin-right: 1.25%;
  width: 6.25%;
}
.cb-strips .scan td.next {
  margin-right: 0;
  margin-left: 1.25%;
}
.cb-strips .scan div.prev,
.cb-strips .scan div.next {
  float: left;
  width: 100%;
  height: 100%;
}
.cb-strips .scan div.prev a,
.cb-strips .scan div.next a {
  float: left;
  display: block;
  width: 100%;
  height: 100%;
  background-size: 16px 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-arrow-left-black.svg);
  transition: background 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.cb-strips .scan div.prev a:hover,
.cb-strips .scan div.next a:hover {
  background-position: 40% 50%;
}
.cb-strips .scan div.next a {
  background-image: url(/images/cb-default/cb-arrow-right-black.svg);
}
.cb-strips .scan div.next a:hover {
  background-position: 60% 50%;
}
.cb-strips .scan td.cb-strips-thumbs {
  width: 85%;
}
.cb-strips-container {
  float: left;
  width: 100%;
}
.cb-strips-container .body {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cb-strips-container .part.foto {
  position: relative;
}
.cb-strips-container .part.foto a.foto,
.cb-strips-container .part.foto span.foto {
  float: left;
  width: 100%;
  display: block;
  height: 0;
  position: relative;
  padding-bottom: 60%;
  opacity: 0.4;
  transition: opacity 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  overflow: hidden;
}
.cb-strips-container .part.foto a.foto:hover,
.cb-strips-container .part.foto span.foto:hover,
.cb-strips-container .part.foto a.foto.is-active,
.cb-strips-container .part.foto span.foto.is-active {
  opacity: 1;
}
.cb-strips-container .part.foto a.foto .cb-zoom-indicator,
.cb-strips-container .part.foto span.foto .cb-zoom-indicator {
  display: none;
}
.cb-strips-container .part.foto img {
  opacity: 1 !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.cb-strips-container .part.foto a.foto:hover img {
  transform: scale(1.2);
}
.cb-strips-4 .cb-strips-container .part.foto {
  width: 23.95833333% !important;
}
.cb-strips-6 .cb-strips-container .part.foto {
  width: 15.50925926% !important;
}
.cb-strips-8 .cb-strips-container .part.foto {
  width: 11.28472222% !important;
}
.cb-strips-10 .cb-strips-container .part.foto {
  width: 8.75% !important;
}
.cb-slideshow-images {
  float: left;
  width: 100%;
}
.cb-slideshow .part.foto,
.cb-slideshow .part.crossslideContainer {
  max-height: 1000000000px !important;
  max-width: 100% !important;
  height: 0 !important;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.cb-slideshow a.foto {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  z-index: 1;
  transition: opacity 1s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.cb-slideshow a.foto.is-activated {
  z-index: 2;
  pointer-events: auto;
  opacity: 1;
}
.cb-slideshow img {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  border: none !important;
  z-index: 1;
}
.cb-slideshow img.is-activated {
  z-index: 2;
}
#view .cb-slideshow.cb-manual img {
  transition: all 1s cubic-bezier(0.05, 0.8, 0.5, 1);
  transform: scale(1.05);
}
#view .cb-slideshow.cb-manual a.foto.is-activated img {
  transform: scale(1);
}
#view .cb-slideshow.cb-fading img {
  opacity: 0 !important;
  transition: all 1s cubic-bezier(0.05, 0.8, 0.5, 1);
  transform: scale(1.05);
}
#view .cb-slideshow.cb-fading img.is-activated,
#view .cb-slideshow.cb-fading .cb-image-figure.is-activated img {
  opacity: 1 !important;
  transform: scale(1);
}
#view .cb-slideshow.cb-sliding img {
  opacity: 0 !important;
  width: 110% !important;
  max-width: 110% !important;
  transition: all 1s cubic-bezier(0.05, 0.8, 0.5, 1);
  animation-name: SlideshowSlide;
  animation-duration: 12s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
#view .cb-slideshow.cb-sliding img.is-activated,
#view .cb-slideshow.cb-sliding .cb-image-figure.is-activated img {
  opacity: 1 !important;
}
@keyframes SlideshowSlide {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -10%;
  }
  100% {
    margin-left: 0;
  }
}
#view .cb-slideshow.cb-moving img {
  opacity: 0 !important;
  transition: all 1s cubic-bezier(0.05, 0.8, 0.5, 1);
  animation-name: SlideshowMove;
  animation-duration: 16s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
#view .cb-slideshow.cb-moving img.is-activated,
#view .cb-slideshow.cb-moving .cb-image-figure.is-activated img {
  opacity: 1 !important;
}
@keyframes SlideshowMove {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cb-slideshow .head {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 4;
  height: 0;
}
.cb-slideshow .ctrl {
  float: left;
  width: 100%;
}
.cb-slideshow .ctrl a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.6);
  background-size: 16px 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-arrow-left-black.svg);
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.cb-slideshow .ctrl a:hover {
  width: 70px;
}
.cb-slideshow .ctrl a.fade {
  opacity: 0.4;
  cursor: default;
  width: 50px;
}
.cb-slideshow .ctrl .next a {
  left: unset;
  right: 0;
  background-image: url(/images/cb-default/cb-arrow-right-black.svg);
}
.crossslide {
  float: left;
  width: 100%;
  max-width: 100% !important;
  position: static !important;
  padding: 0 !important;
}
.desk {
  max-width: 90%;
}
@media (max-width: 767px) {
  .section--header .desk {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .langnavi {
    position: static;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .action {
    position: static;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .wengerkilu {
    position: relative;
    float: right;
  }
  .wengerkilu__text {
    margin-left: -80px;
  }
  .footcontent {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  .footpartwrapper {
    width: 100%;
    margin-top: 30px;
  }
  .footpart {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .vcard.vcard--zuerich {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .beratung {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 24px;
    line-height: 1.25;
  }
}
.section--beta .area {
  width: 100%;
}
.section--beta .area > .unit {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.section--beta .area .cb-album .body,
.section--beta .area .head,
.section--beta .area .foot,
.section--beta .area .part {
  margin-right: 2%;
  margin-left: 2%;
  width: 96%;
}
.section--beta .area .tiny {
  width: 46%;
}
.section--beta .area > .slim .part {
  width: 96%;
}
.section--beta .area {
  width: 104%;
  margin-left: -2%;
}
.section--beta .area .unit.slim {
  margin-left: 2%;
  margin-right: 2%;
  width: 96%;
}
.section--beta .area .unit.slim .part {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.ao-filter {
  float: left;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
}
@media (max-width: 1023px) {
  .ao-filter {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .ao-filter {
    margin-top: 15px;
  }
}
@media (max-width: 1023px) {
  .ao-filter {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .ao-filter {
    margin-bottom: 15px;
  }
}
.ao-filter-configuration {
  float: left;
  width: calc(100% + 30px);
  margin: -5px -15px;
}
@media (max-width: 767px) {
  .ao-filter-configuration {
    width: calc(100% + 20px);
    margin: -5px;
  }
}
.ao-filter-dropdown {
  float: left;
  position: relative;
  margin: 5px 15px;
}
.ao-filter-dropdown.is-active {
  z-index: 2;
}
@media (max-width: 767px) {
  .ao-filter-dropdown {
    margin: 5px;
  }
}
.ao-filter-dropdown__text {
  float: left;
  background-color: #ed3335;
  color: #fff;
  font-size: 12px;
  line-height: 1.66666667;
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px 30px 5px 10px;
  background-size: 14px 10px;
  background-position: right 8px center;
  background-repeat: no-repeat;
  background-image: url(/images/filter-arrow-down-white.svg);
  cursor: pointer;
}
.ao-filter-dropdown__text:hover,
.ao-filter-dropdown__text:focus {
  background-color: #ef4a4c;
}
.ao-filter-dropdown-options {
  margin-top: 6px;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  flex-direction: column;
  padding: 12px 15px;
  min-width: 180px;
  box-sizing: border-box;
  display: none;
}
.ao-filter-dropdown.is-active .ao-filter-dropdown-options {
  display: flex;
}
.ao-filter-dropdown-options__option {
  float: left;
  margin: 3px 0;
  white-space: nowrap;
  cursor: pointer;
}
.ao-filter-dropdown-options__option:hover,
.ao-filter-dropdown-options__option:focus {
  color: #ed3335;
}
.ao-filter-dropdown-options__option.is-active {
  font-weight: bold;
}
.ao-filter-dropdown-options__option.is-active:hover,
.ao-filter-dropdown-options__option.is-active:focus {
  color: #000;
}
.ao-filter-current-selection {
  float: left;
  width: calc(100% + 6px);
  margin-left: -3px;
  margin-top: 25px;
}
@media (max-width: 1023px) {
  .ao-filter-current-selection {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .ao-filter-current-selection {
    margin-top: 15px;
  }
}
.ao-filter-current-selection:empty {
  margin-top: 0;
}
.ao-filter-current-selection__item {
  float: left;
  margin: 0 3px;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.42857143;
  padding: 5px 10px 5px 30px;
  box-sizing: border-box;
  min-width: 120px;
  cursor: pointer;
  color: #000;
  background-size: 14px 14px;
  background-position: 8px 50%;
  background-repeat: no-repeat;
  background-image: url(/images/filter-close-black.svg);
}
.ao-filter-current-selection__item:hover,
.ao-filter-current-selection__item:focus {
  background-color: rgba(255, 255, 255, 0.6);
  color: #000;
}
.ao-filter-misc {
  float: left;
  width: 100%;
  margin-top: 25px;
}
@media (max-width: 1023px) {
  .ao-filter-misc {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .ao-filter-misc {
    margin-top: 15px;
  }
}
.ao-filter-counter {
  float: left;
}
.ao-filter-reset__anchor {
  float: left;
  margin-left: 30px;
}
.ao-filter-unit.unit--isNew:after {
  content: 'New';
  position: absolute;
  right: 0;
  top: 30px;
  background-color: #ed3335;
  color: #fff;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.66666667;
  text-transform: uppercase;
}
.unit--imageDivider {
  width: 100% !important;
  margin: 0 !important;
}
.ns-imageDivider {
  float: left;
  width: 100%;
}
.ns-imageDivider__content {
  float: left;
  width: 100%;
}
.ns-slider__stage {
  float: left;
  width: 100%;
  display: flex;
}
@media (max-width: 1023px) {
  .ns-slider__stage {
    margin-bottom: 70px;
  }
}
.ns-slide {
  float: left;
  width: 100%;
  flex-shrink: 0;
  margin-right: -100%;
  z-index: 1;
  position: relative;
  transition: opacity 0.6s;
  opacity: 0;
}
.ns-slide.is-active {
  z-index: 2;
  opacity: 1;
}
.ns-slide__content {
  float: left;
  width: 100%;
  position: relative;
}
.ns-slide__background {
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
}
.ns-slide__overlay {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 50%;
  height: 100%;
  box-sizing: border-box;
  border-right: 4px solid #ed3335;
}
.ns-slide__overlayCover {
  float: left;
  width: 100%;
  overflow: hidden;
}
.ns-slide__overlayWidth {
  float: left;
  width: 720px;
}
.ns-slide__handler {
  position: absolute;
  right: -27px;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 10000px;
  background-color: #ed3335;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/imageDivider.svg);
  cursor: grab;
}
.ns-slide__handler:active {
  cursor: grabbing;
}
#edit .ns-slide__handler {
  display: none;
}
.ns-slider__part {
  float: left;
  width: 100%;
}
.ns-slider__part--image {
  height: 0;
  position: relative;
  padding-bottom: 56.38888889%;
}
.ns-slider__part--image .ns-sliderImage {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
}
.ns-sliderControl {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  width: 50px;
  height: 50px;
  background-color: #ed3335;
  cursor: pointer;
  border-radius: 10000px;
  background-size: 10px 14px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .ns-sliderControl {
    top: initial;
    transform: translateY(0);
    bottom: 0;
  }
}
.ns-sliderControl--prev {
  right: 100%;
  margin-right: 60px;
  background-image: url(/images/arrow-left-white.svg);
}
@media (max-width: 1023px) {
  .ns-sliderControl--prev {
    right: initial;
    margin-right: 0;
    left: 0;
  }
}
.ns-sliderControl--next {
  left: 100%;
  margin-left: 60px;
  background-image: url(/images/arrow-right-white.svg);
}
@media (max-width: 1023px) {
  .ns-sliderControl--next {
    left: initial;
    margin-left: 0;
    right: 0;
  }
}
:root {
  --newsletterDelay: 10s;
}
.NLPopup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2500;
  overflow: hidden;
  width: 0;
  height: 0;
}
.show-content .NLPopup {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  transition: width 0s var(--newsletterDelay), height 0s var(--newsletterDelay);
}
.NLPopup.is-hidden {
  overflow-y: hidden;
  width: 0;
  height: 0;
  transition: all 0s 0.4s;
}
#edit .NLPopup {
  position: relative;
  float: left;
  width: 100% !important;
  height: auto !important;
  z-index: 100;
}
#view.areaTwenty--empty .NLPopup {
  display: none !important;
}
.NLPopup__overlay {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
  width: 0;
  height: 0;
  opacity: 0;
}
.show-content .NLPopup__overlay {
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.4s var(--newsletterDelay), width 0s var(--newsletterDelay), height 0s var(--newsletterDelay);
}
.NLPopup.is-hidden .NLPopup__overlay {
  width: 0;
  height: 0;
  opacity: 0;
  transition: all 0s 0.4s, opacity 0.4s;
}
#edit .NLPopup__overlay {
  position: absolute;
  opacity: 1 !important;
  width: 100% !important;
  height: 100% !important;
}
.NLPopup__wrapper {
  float: left;
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 170px 0;
  position: relative;
  z-index: 2;
}
#edit .NLPopup__wrapper {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .NLPopup__wrapper {
    padding: 60px 0;
  }
}
.NLPopup__desk {
  float: left;
  width: 600px;
  max-width: 90%;
}
.NLPopup__content {
  float: left;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 40px;
  position: relative;
  transform: scale(0);
  opacity: 0;
}
.show-content .NLPopup__content {
  transform: scale(1);
  opacity: 1;
  transition: all 0.4s var(--newsletterDelay);
}
.NLPopup.is-hidden .NLPopup__content {
  transform: scale(0);
  opacity: 0;
  transition: all 0.4s;
}
#edit .NLPopup__content {
  transform: scale(1) !important;
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .NLPopup__content {
    padding: 20px;
  }
}
.NLPopup .area .unit {
  margin-top: -10px;
  margin-bottom: -10px;
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.NLPopup__close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  width: 60px;
  height: 60px;
  background-size: 14px auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/filter-close-black.svg);
  cursor: pointer;
}
@media (max-width: 767px) {
  .NLPopup__close {
    width: 40px;
    height: 40px;
    background-size: 12px auto;
  }
}
/*# sourceMappingURL=./screen-small.css.map */