.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: #fff;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  cursor: pointer;
  color: #000;
  padding: 10px 16px;
  -webkit-appearance: none;
  border-radius: 10000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  min-width: 200px;
}
.button:hover,
.button:focus,
.ns-teaser:hover .button,
.ns-teaser:hover.button {
  color: #fff;
  background-color: #00B8F1;
  border-color: #00B8F1;
}
.area--four.button,
.area--four .button,
.footcontent .button,
.generatedBanner .button,
#disp.button {
  border: 1px solid #000;
}
.ns-slide__links .button,
#cb-cookie-warning .button {
  border: 1px solid #fff;
}
.ns-slide__links .button:hover,
#cb-cookie-warning .button:hover,
.ns-slide__links .button:focus,
#cb-cookie-warning .button:focus {
  background-color: transparent;
}
.section--one .subcontent {
  width: calc(50% - 15px);
}
.area--two .unitOne--1-3 {
  width: calc((100% / 3) - 30px);
}
.area--two .unitTwo .unit__background {
  width: calc(50% - 15px);
}
.area--two .unitTwo .unit__content {
  width: calc(50% - 15px);
}
.area--three .unitOne--1-3 {
  width: calc((100% / 3) - 30px);
}
.area--four .unitOne--1-3 {
  width: calc((100% / 3) - 30px);
}
.area--four .unitOne--1-4 {
  width: calc(25% - 30px);
}
/*# sourceMappingURL=./screen-large.css.map */