article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
a,
input,
button {
  touch-action: manipulation;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ========== responsive breakpoint =========== */
/*  ============= retina ============== */
/**
  * default less template startingpoint
  * author: Frank Fuchs BrainSellers Mediendesign
  * @brainseller http://frankfuchs.net
**/
/* ------------------------------------- *\
          mixins (CSS3 Helpers)
\* ------------------------------------- */
/* ======== rounded corners ======== */
/* ======== box shadow ======== */
/* ======== transition ======== */
/* ======== transform ======== */
/* ======== top-to-bottom gradient ======== */
/* ======== left-to-right gradient ======== */
/* ======== top-to-bottom 3 stop gradient ======== */
/* ======== left-to-right 3 stop gradient ======== */
/* ======== top-to-bottom 4 stop gradient ======== */
/* ======== left-to-right 4 stop gradient ======== */
/* ------------------------------------- *\
			variables
\* ------------------------------------- */
/* ======== colors ======== */
/* ======== sizes ======== */
/* ------------------------------------- *\
			CSS document
			Basics and typography
\* ------------------------------------- */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  color: #eee;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  background: url(../images/crossed_stripes.png);
  background-color: #333;
}
a {
  color: #f33;
}
a:hover {
  color: #f66;
}
small,
.small {
  font-size: 0.75em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1em;
  color: #ccc;
}
h1 {
  font-size: 3em;
}
h2 {
  font-size: 2.5em;
}
h3 {
  font-size: 2em;
}
h4 {
  font-size: 1.75em;
}
h5 {
  font-size: 1.5em;
}
h6 {
  font-size: 1.25em;
}
img,
canvas,
iframe,
video,
svg {
  max-width: 100%;
  height: auto;
}
/* ------------------------------------- *\
			site wide elements
\* ------------------------------------- */
.mainHeader,
.mainContent,
footer,
.manualHeader {
  width: 90%;
  max-width: 800px;
  margin: auto;
}
.mainHeader {
  padding: 20px 0;
  position: relative;
}
.siteTitle {
  display: inline;
}
.siteTitle a {
  display: inline-block;
  width: 256px;
  height: 256px;
  position: absolute;
  background: url(../images/SB_logo_512.png);
  background-size: 100%;
  text-indent: -4000px;
}
@media screen and (max-width: 1200px) {
  .siteTitle a {
    width: 192px;
    height: 192px;
  }
}
@media screen and (max-width: 470px) {
  .siteTitle a {
    width: 128px;
    height: 128px;
    bottom: -1em;
  }
}
#mainNav {
  margin-left: 300px;
}
@media screen and (max-width: 470px) {
  #mainNav {
    margin-left: 0;
  }
}
.navList {
  list-style: none;
  padding: 0;
}
.navList li {
  display: inline;
}
.navList li a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 1.125em;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 1.5em;
}
.navList li a:hover {
  color: #f33;
}
@media screen and (max-width: 470px) {
  .navList li a {
    font-size: 1.25em;
    line-height: 2em;
  }
}
@media screen and (max-width: 780px) {
  .navList li {
    display: block;
    text-align: right;
  }
  .navList li a {
    margin-right: 0;
    line-height: 2em;
  }
}
.subHead img {
  -moz-box-shadow: 0 0.05em 0.3em hsla(0, 0%, 100%, 0.3);
  -webkit-box-shadow: 0 0.05em 0.3em hsla(0, 0%, 100%, 0.3);
  -o-box-shadow: 0 0.05em 0.3em hsla(0, 0%, 100%, 0.3);
  box-shadow: 0 0.05em 0.3em hsla(0, 0%, 100%, 0.3);
}
.button {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 1.125em;
  text-shadow: 0 -0.05em 0 #111;
  padding: 0.4em 0.8em;
  border-radius: 0.3125em;
  border: none;
  background: rgba(255, 255, 255, 0.2) / 2;
  background-image: -moz-linear-gradient(top, hsla(0, 0%, 100%, 0.2), transparent);
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.2)), to(transparent));
  background-image: -webkit-linear-gradient(top, hsla(0, 0%, 100%, 0.2), transparent);
  background-image: -o-linear-gradient(top, hsla(0, 0%, 100%, 0.2), transparent);
  background-image: linear-gradient(top, hsla(0, 0%, 100%, 0.2), transparent);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=hsla(0, 0%, 100%, 0.2), endColorstr=transparent)";
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=hsla(0, 0%, 100%, 0.2), endColorstr=transparent)";
  background-image: -ms-linear-gradient(top, transparent, transparent);
  background-color: #877;
  -moz-box-shadow: 0 0.1em 0.2em rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.1em 0.2em rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0.1em 0.2em rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.1em 0.2em rgba(0, 0, 0, 0.1);
}
.button:hover {
  background-color: #6d5e5e;
}
.okButton {
  background-color: #47c508;
}
.okButton:hover {
  background-color: #359407;
}
.cancelButton {
  background-color: #e90303;
}
.cancelButton:hover {
  background-color: #a40202;
}
input,
textarea {
  border: 2px solid transparent;
  border-radius: 0.3125em;
  padding: 0.4em 0.8em;
  background-color: #eee;
  background-color: hsla(0, 0%, 100%, 0.8);
}
.seperator {
  clear: both;
  display: block;
  margin: 1em 0;
}
.divider {
  height: 8px;
  background: url(../images/crossed_stripes.png);
  margin: 64px 0;
}
footer {
  clear: both;
  padding: 1em 0;
}
/* ------------------------------------- *\
			sections
\* ------------------------------------- */
#intro {
  padding: 1em 0;
}
.siteClaim {
  color: #fff;
}
.whiteBody {
  background: url(../images/crossed_stripes_inverted.png);
  background-color: #eee;
  color: #111;
  padding: 1em 0;
}
.whiteBody h1,
.whiteBody h2,
.whiteBody h3,
.whiteBody h4,
.whiteBody h5,
.whiteBody h6 {
  color: #666;
}
.whiteBody .artHeading {
  color: #999;
}
.whiteBody .button {
  border-color: #ddd;
}
.artHeading {
  clear: both;
}
.artHeadingRight {
  /*   text-align: right; */
}
.artImg {
  max-width: 50%;
  height: auto;
  -moz-box-shadow: 0 0.05em 0.2em rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0.05em 0.2em rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0.05em 0.2em rgba(0, 0, 0, 0.5);
  box-shadow: 0 0.05em 0.2em rgba(0, 0, 0, 0.5);
}
.artImgRight {
  float: right;
  margin: 0 0 1em 1em;
}
.artImgLeft {
  float: left;
  margin: 0 1em 1em 0;
}
.detailImg {
  width: 160px;
  max-width: 45%;
  height: auto;
  margin-right: 2%;
}
/* Downloads */
h4.downloadHeading {
  color: #999;
  margin: 0;
}
.fileName {
  margin: 0.5em 0 0;
}
.fileData {
  margin: 0;
  font-size: 0.75em;
}
.download {
  padding-left: 48px;
  background: url(../images/sb_logo_128.png) no-repeat;
  background-size: 32px;
}
.previewImage {
  margin: 0 0 48px;
  padding: 0 0 0 48px;
  /*   max-width: 90%; */
}
/* newsletter */
.newsletterForm fieldset,
.contactForm fieldset {
  border-radius: 0.3125em;
  border: none;
  background-color: #ccc;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 0.2em 1em;
}
.newsletterForm label,
.contactForm label {
  display: inline-block;
  width: 18%;
}
.newsletterForm label.error,
.contactForm label.error {
  display: block;
  width: inherit;
  margin-left: 18%;
  font-size: 0.875em;
  color: #c00;
}
.newsletterForm input.textInput,
.contactForm input.textInput,
.newsletterForm textarea.textInput,
.contactForm textarea.textInput {
  width: 80%;
}
.newsletterForm input.textInput.error,
.contactForm input.textInput.error,
.newsletterForm textarea.textInput.error,
.contactForm textarea.textInput.error {
  border-color: #c00;
}
@media screen and (max-width: 780px) {
  .newsletterForm label,
  .contactForm label {
    display: block;
    width: inherit;
  }
  .newsletterForm label.error,
  .contactForm label.error {
    margin-left: 0;
  }
  .newsletterForm input.textInput,
  .contactForm input.textInput,
  .newsletterForm textarea.textInput,
  .contactForm textarea.textInput {
    width: 100%;
  }
}
.zemThanks {
  color: #47c508;
  font-size: 1.25em;
}
.inForm {
  font-size: 1.25em;
  font-weight: bold;
}
.errorText {
  color: red;
}
/* footer */
footer .navList {
  font-size: 0.75em;
}
.l10n_lang_list {
  list-style: none;
  padding: 0;
}
.l10n_lang_list li {
  display: inline;
  margin-right: 16px;
  font-size: 0.825em;
}
.l10n_lang_list li a {
  text-decoration: none;
  color: #eee;
}
.l10n_lang_list li a:hover {
  color: #f33;
}
.l10n_lang_list li.current {
  font-weight: bold;
  color: #aaa;
}
.socialList {
  list-style: none;
  padding: 0;
}
.socialList li {
  display: inline;
}
.socialIcon {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url(../images/socialIcons.png);
  text-indent: -4000px;
}
.facebookIcon {
  background-position: -64px 0;
}
.companyLink {
  font-size: 0.825em;
}
.brainLink {
  background: url(../images/BS_logo_320px.png) no-repeat;
  text-indent: -4000px;
  margin: 5px 10px 5px 5px;
  width: 160px;
  height: 78px;
  display: inline-block;
  background-size: 100%;
  vertical-align: middle;
}
.honey {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}
