html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}
body {
  color: #333;
  background-color: #eee;
  background-image: url(../img/noise.png);
}
body,
table,
td,
th {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  text-align: left;
  letter-spacing: 0;
  line-height: 1.4;
  word-spacing: 0;
}
.too-old {
  /* IE 8 has no opacity */
}
.too-old header,
.too-old .header,
.too-old nav,
.too-old .nav,
.too-old #registration-teaser,
.too-old .main-img .caption {
  background-color: black;
}
.too-old .too-old-disclaimer {
  display: block !important;
  height: 0.7em;
  font-size: 0.7em;
}
header,
.header {
  width: 100%;
  min-height: 60px;
  z-index: 100;
  position: fixed;
  top: 0;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}
header:last-child,
.header:last-child {
  margin-right: 0;
}
footer,
.footer {
  width: 100%;
  font-size: 0.8em;
}
footer > *,
.footer > * {
  float: left;
  /* why is this necessary?? */
  width: 100%;
  background-image: url(../img/noise.png);
}
nav,
.nav {
  max-width: 1024px;
  margin: 0 auto;
  font-size: 1.4em;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}
nav *,
.nav * {
  text-transform: lowercase;
  color: #eee;
  margin-top: 5px;
}
nav ul,
.nav ul {
  float: right;
  list-style: none;
  margin-left: 0;
  margin-top: 10px;
}
nav ul li,
.nav ul li {
  float: left;
  margin-right: 20px;
  margin-left: 20px;
}
nav ul li.active,
.nav ul li.active,
nav ul li.active a,
.nav ul li.active a,
nav ul li.active a:link,
.nav ul li.active a:link,
nav ul li.active a:visited,
.nav ul li.active a:visited,
nav ul li.active a:hover,
.nav ul li.active a:hover,
nav ul li.active a:active,
.nav ul li.active a:active {
  font-weight: 400;
  color: #fff;
}
nav .logo,
.nav .logo {
  float: left;
  padding-left: 20px;
  transition: opacity 300ms linear;
}
@media (max-width: 1024px) {
  nav .logo,
  .nav .logo {
    display: none !important;
  }
}
nav a,
.nav a,
nav a:link,
.nav a:link,
nav a:visited,
.nav a:visited,
nav a:hover,
.nav a:hover,
nav a:active,
.nav a:active {
  text-decoration: none;
}
nav a:hover,
.nav a:hover {
  text-decoration: underline;
}
h2 a,
h2 a:link,
h2 a:visited,
h2 a:hover,
h2 a:active {
  text-decoration: none;
}
h2 a:hover {
  text-decoration: underline;
}
h1 {
  font-weight: 100;
}
h2,
h3,
h4,
h5,
h6,
nav *,
.nav * {
  font-weight: 300;
}
h1,
h2,
h3,
h4,
h5,
h6,
nav *,
.nav *,
button {
  font-family: 'Roboto', sans-serif;
}
h1,
.headline h2 {
  font-size: 2.6em;
}
h2,
h3 {
  font-size: 1.5em;
}
h4 {
  font-size: 1.3em;
}
sub,
sup {
  font-size: 0.7em;
}
p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
blockquote {
  font-style: italic;
  padding: 0.5em;
}
pre {
  color: #F1F2F3;
  display: block;
  font-family: monospace;
  font-size: 12px;
  line-height: 1.5em;
  white-space: pre-wrap;
  word-wrap: break-word;
  text-align: left;
}
button {
  cursor: pointer;
}
table.overlay {
  width: 1024px;
  position: absolute;
  margin: 0;
  margin-left: -25px;
}
table.overlay th {
  text-align: left;
  padding-left: 20px;
}
table.overlay td {
  text-align: left;
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}
tr.dashed td,
tr.dashed th {
  border-bottom: 2px dashed #eee;
}
tr.dashed td.col-lightgrey,
tr.dashed th.col-lightgrey {
  border-bottom: 2px dashed #333;
}
td,
th {
  vertical-align: top;
  padding-bottom: 5px;
}
th {
  padding-top: 5px;
  padding-bottom: 5px;
}
dl.toc {
  overflow: hidden;
}
dl.toc dt {
  float: left;
  clear: left;
  width: 4em;
}
dl.toc dt.toc-main {
  padding-top: 1em;
}
dl.toc dd {
  float: left;
  width: 50%;
  margin: 0 0.5em;
}
dl.toc dd.toc-main {
  padding-top: 1em;
}
ul,
ol {
  margin-left: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
}
li {
  margin-top: 5px;
}
img {
  padding: 0;
  margin: 0;
}
textarea {
  height: 200px;
}
textarea,
input,
select {
  padding: 5px;
  margin: 0;
  color: #333 !important;
}
iframe {
  border: 4px solid black;
}
.license-box button,
.reg-row button {
  background-color: #333;
  border-color: #000000;
  border-style: solid;
  border-width: 2px;
  box-shadow: 5px 5px 20px #AAAAAA;
  color: #eee;
  font-size: 12px;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-left: 1.5em;
  padding: 0.3em;
  text-align: center;
  width: 130px;
}
.license-box button.disabled,
.reg-row button.disabled {
  color: #aaa;
}
.license-box h3,
.reg-row h3 {
  margin: 1em 0;
}
#content {
  max-width: 1024px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
#terms .col-100,
#terms .col-75,
#terms .col-67,
#terms .col-50,
#terms .col-33,
#terms .col-20,
#privacy .col-100,
#privacy .col-75,
#privacy .col-57,
#privacy .col-50,
#privacy .col-33,
#privacy .col-20 {
  text-align: justify;
}
@media (max-width: 1024px) {
  #usp .illustration {
    display: none;
  }
  #usp .text,
  #usp .text * {
    height: auto;
  }
  #usp .col-50 {
    float: left;
    width: 974px;
    min-width: 206px;
    padding: 20px;
    margin: 5px;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  #usp .col-50 {
    width: calc(100% - 50px);
    height: auto;
  }
}
#manual h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2.6em;
  text-transform: none;
}
#manual h3 {
  margin-top: 1em;
  margin-bottom: 1em;
}
#manual img {
  border: 2px solid #333;
  margin: 2em;
}
#contact .main-img {
  background: url(../img/main-img-callcenter.jpg) no-repeat;
}
.teaser-button {
  padding: 10px 30px;
  margin: 0 10px;
  border: 2px solid #eee;
  color: #eee;
  text-align: center;
  vertical-align: middle;
  font-size: 1.5em;
  background-color: #ff1f03;
}
.teaser-button-small {
  padding: 10px 30px;
  margin: 0 10px;
  border: 2px solid #eee;
  color: #eee;
  text-align: center;
  vertical-align: middle;
  font-size: 1.5em;
  background-color: #ff1f03;
  font-size: 1em;
}
#registration-teaser {
  width: 100%;
  height: 50px;
  z-index: 100;
  position: fixed;
  bottom: 0;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.9);
  color: #eee;
  text-align: center;
}
#registration-teaser button {
  padding: 10px 30px;
  margin: 0 10px;
  border: 2px solid #eee;
  color: #eee;
  text-align: center;
  vertical-align: middle;
  font-size: 1.5em;
  background-color: #ff1f03;
}
#seeing-is-believing img {
  border: 5px solid black;
  width: 960px;
  margin-top: 2em;
  margin-bottom: 2em;
}
.reg-row {
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.reg-col {
  float: left;
  margin: 0;
  overflow: hidden;
}
.reg-col > * {
  margin-right: 20px;
}
.reg-col .input,
.reg-col select,
.reg-col textarea {
  width: 90%;
}
.reg-col textarea {
  height: 100px;
}
.reg-col-1 {
  width: 33%;
}
.reg-col-2 {
  width: 66%;
}
.reg-col-3 {
  width: 100%;
}
.tooltip {
  padding: 5px;
}
.main-img #logo {
  width: 160px;
  height: 160px;
  margin-right: 30px;
}
.main-img .caption {
  position: absolute;
  padding: 20px;
  margin: 300px 112px;
  max-width: 800px;
  /* height: 220px; */
  background-color: rgba(0, 0, 0, 0.85);
  color: #eee;
}
@media (max-width: 1024px) {
  .main-img .caption {
    margin: 150px 50px;
  }
  .main-img .caption h1 {
    font-size: 1.5em !important;
  }
  .main-img .caption #logo {
    display: none;
  }
}
.main-img .caption label {
  color: #eee;
}
.main-img .caption h2 {
  margin-top: 1em;
  font-family: 'Open Sans', sans-serif;
}
.main-img .caption button {
  padding: 10px 30px;
  margin: 0 10px;
  border: 2px solid #eee;
  color: #eee;
  text-align: center;
  vertical-align: middle;
  font-size: 1.5em;
  background-color: #ff1f03;
  float: right;
  margin-top: 1em;
}
.main-img .caption-right {
  margin: 100px 372px;
  height: 450px;
}
.left {
  text-align: right;
}
.right {
  text-align: left;
}
.row-2100 {
  height: 2050px;
}
.row-1950 {
  height: 1900px;
}
.row-1800 {
  height: 1750px;
}
.row-1650 {
  height: 1600px;
}
.row-1500 {
  height: 1450px;
}
.row-1350 {
  height: 1300px;
}
.row-1275 {
  height: 1225px;
}
.row-1200 {
  height: 1150px;
}
.row-1125 {
  height: 1075px;
}
.row-1050 {
  height: 1000px;
}
.row-975 {
  height: 925px;
}
.row-900 {
  height: 850px;
}
.row-825 {
  height: 775px;
}
.row-750 {
  height: 700px;
}
.row-675 {
  height: 625px;
}
.row-600 {
  height: 550px;
}
.row-525 {
  height: 475px;
}
.row-450 {
  height: 400px;
}
.row-375 {
  height: 325px;
}
.row-300 {
  height: 250px;
}
.row-225 {
  height: 175px;
}
.row-200 {
  height: 150px;
}
.row-175 {
  height: 125px;
}
.row-150 {
  height: 100px;
}
.row-125 {
  height: 75px;
}
.row-100 {
  height: 50px;
}
.row-75 {
  height: 25px;
}
.row-25 {
  height: 15px;
}
.col {
  background-image: url(../img/noise.png);
  padding: 20px;
}
.col-75-wrapper {
  float: left;
  width: 768px;
  padding: 0;
  margin: 0;
}
.col-50-wrapper {
  float: left;
  width: 512px;
  padding: 0;
  margin: 0;
}
.col-25-wrapper {
  float: left;
  width: 256px;
  padding: 0;
  margin: 0;
}
.col-100 {
  float: left;
  width: 974px;
  min-width: 206px;
  padding: 20px;
  margin: 5px;
}
@media (max-width: 1024px) {
  .col-100 {
    width: calc(100% - 50px);
    height: auto;
  }
}
.col-75 {
  float: left;
  width: 718px;
  min-width: 206px;
  padding: 20px;
  margin: 5px;
}
@media (max-width: 1024px) {
  .col-75 {
    width: calc(100% - 50px);
    height: auto;
  }
}
.col-67 {
  float: left;
  width: 633px;
  min-width: 206px;
  padding: 20px;
  margin: 5px;
}
@media (max-width: 1024px) {
  .col-67 {
    width: calc(100% - 50px);
    height: auto;
  }
}
.col-50 {
  float: left;
  width: 462px;
  min-width: 206px;
  padding: 20px;
  margin: 5px;
}
@media (max-width: 1024px) {
  .col-50 {
    width: calc(100% - 50px);
    height: auto;
  }
}
.col-33 {
  float: left;
  width: 291px;
  min-width: 206px;
  padding: 20px;
  margin: 5px;
}
@media (max-width: 1024px) {
  .col-33 {
    width: calc(100% - 50px);
    height: auto;
  }
}
.col-25 {
  float: left;
  width: 206px;
  min-width: 206px;
  padding: 20px;
  margin: 5px;
}
@media (max-width: 1024px) {
  .col-25 {
    width: calc(100% - 50px);
    height: auto;
  }
}
.buttons {
  float: right;
}
div.col-red,
pre.col-red {
  background-color: #33c;
}
div.col-green,
pre.col-green {
  background-color: #383;
}
div.col-black,
pre.col-black {
  background-color: #111;
}
div.col-darkgrey,
pre.col-darkgrey {
  background-color: #333;
}
div.col-grey,
pre.col-grey {
  background-color: #555;
}
div.col-lightgrey,
pre.col-lightgrey {
  background-color: #ccc;
}
.no-theme {
  margin-top: 60px;
}
.theme {
  border-bottom: 2px solid black;
  background-color: black;
  overflow: hidden;
  margin-top: 60px;
  height: 550px;
}
.theme .theme-background {
  position: relative;
  left: 0;
  top: -200px;
  height: 800px;
}
.theme .caption-container {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.theme .main-img {
  max-width: 1024px;
  margin: 0 auto;
}
.col-red *,
.col-green *,
.col-black *,
.col-darkgrey *,
.col-grey * {
  color: #fff;
}
.col-lightgrey *,
.col-white * {
  color: #333;
}
.ok-or-no {
  height: 30px;
  padding-top: 5px;
}
.ok,
.no,
.what {
  margin-left: 108px;
  width: 40px;
  height: 40px;
}
.col-red .ok,
.col-green .ok,
.col-black .ok,
.col-darkgrey .ok,
.col-grey .ok {
  /*background: url(../img/ok_white.png) repeat-x;*/
}
.col-lightgrey .ok,
.col-white .ok {
  /*background: url(../img/ok_black.png) repeat-x;*/
}
.col-red .no,
.col-green .no,
.col-black .no,
.col-darkgrey .no,
.col-grey .no {
  /*background: url(../img/no_white.png) repeat-x;*/
}
.col-lightgrey .no,
.col-white .no {
  /*background: url(../img/no_black.png) repeat-x;*/
}
.col-red .what,
.col-green .what,
.col-black .what,
.col-darkgrey .what,
.col-grey .what {
  /*: url(../img/what_white.png) repeat-x;*/
}
.col-lightgrey .what,
.col-white .what {
  /*background: url(../img/what_black.png) repeat-x;*/
}
.pad {
  padding-left: 10px;
}
.non-wide {
  max-width: 1024px;
  margin: 0 auto;
}
.center,
.headline {
  text-align: center;
}
.headline {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  font-size: 1.5em;
}
.headline .prettyprint {
  font-size: 1em;
}
.scroll-y {
  overflow-x: hidden;
  overflow-y: auto;
}
.emphasis {
  font-size: 1.5em;
}
.action * {
  cursor: pointer;
}
h2.action-switch {
  padding-left: 40px;
}
h2.active {
  color: #ff1f03;
  background: url(../img/arrow.png) no-repeat left;
}
.hide {
  display: none;
}
.unbulleted-lists ul {
  margin-left: 0;
  list-style: none;
}
.download-column-label {
  text-align: justify;
}
.community-download-table th,
.community-download-table td {
  padding-right: 10px;
  padding-bottom: 10px;
}
.license-box {
  font-size: 1.2em;
}
.faq {
  float: left;
  margin-left: -2em;
}
.anchor,
.manual-single-page-anchor {
  position: relative;
  top: -60px;
  z-index: 100;
}
.price {
  font-size: 3em;
}
.arrow-left-note {
  position: relative;
  left: 216px;
  top: 80px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #ccc;
}
.buy-now {
  text-align: center;
}
.subscriptions sub {
  white-space: nowrap;
}
#license-terms .pad {
  white-space: nowrap;
}
#download-all select {
  width: 100%;
}
