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;
}
body,
table,
td,
th {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  text-align: left;
  letter-spacing: 0;
  line-height: 1.4;
  word-spacing: 0;
}
@media (max-width: 1024px) {
  body,
  table,
  td,
  th {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  img {
    max-width: 100%;
    height: auto;
  }
}
iframe {
  max-width: 100%;
}
.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);
}
@media (max-width: 1024px) {
  header,
  .header {
    position: absolute;
  }
}
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%;
}
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);
}
@media (max-width: 1024px) {
  nav,
  .nav {
    font-size: 1em;
  }
}
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;
  padding-left: 20px;
}
nav ul li,
.nav ul li {
  float: left;
  margin-right: 20px;
  margin-left: 20px;
}
@media (max-width: 1024px) {
  nav ul li,
  .nav ul li {
    margin-left: 0;
  }
}
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,
nav ul li.active span,
.nav ul li.active span {
  font-weight: 400;
  color: #fff;
}
nav .logo,
.nav .logo {
  float: left;
  padding-left: 20px;
  transition: opacity 300ms linear;
}
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: 'Open Sans', sans-serif;
}
h1,
.headline h2 {
  font-size: 2.6em;
}
@media (max-width: 1024px) {
  h1,
  .headline h2 {
    font-size: 2em;
  }
}
@media (max-width: 540px) {
  h1,
  .headline h2 {
    font-size: 1.5em;
  }
}
h2,
h3 {
  font-size: 1.5em;
}
@media (max-width: 540px) {
  h2,
  h3 {
    font-size: 1.2em;
  }
}
h4 {
  font-size: 1.3em;
}
@media (max-width: 540px) {
  h4 {
    font-size: 1.2em;
  }
}
sub,
sup {
  font-size: 0.7em;
}
p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
blockquote.tip::before {
  content: "💡 ";
  font-style: normal;
}
blockquote {
  font-style: italic;
  padding: 0.5em;
}
blockquote code {
  background-color: #bbb;
}
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;
}
@media (max-width: 1024px) {
  pre {
    font-size: 20px;
  }
}
code {
  color: #000;
  background-color: #ddd;
  font-size: 0.9em;
  border-radius: 4px;
  padding: 0.1em 0.2em;
}
.col-green code {
  background-color: #060;
}
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: 5em;
}
dl.toc dt.toc-main {
  padding-top: 1em;
}
dl.toc dd {
  float: left;
  margin: 0 0.5em;
  padding-left: 1em;
}
dl.toc dd.toc-first-level {
  font-weight: bold;
  padding-left: 0.5em;
}
dl.toc dd.toc-main {
  padding-top: 1em;
}
dl.toc *:not(.toc-first-level) + * + .toc-first-level {
  margin-top: 0.5em;
}
dl.toc .toc-first-level:not(:has(+ * + .toc-first-level)) {
  margin-bottom: 0.5em;
}
@media (width <= 1600px) {
  #toc-flyout {
    display: none !important;
  }
}
#toc-flyout {
  background-color: #ccc;
  position: fixed;
  width: 400px;
  height: 1080px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1;
  padding-top: 20px;
}
#toc-flyout a {
  color: #333;
}
#toc-flyout ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#toc-flyout li {
  margin: 0;
  padding-left: 20px;
  padding-top: 5px;
}
#toc-flyout .toc-selected {
  font-weight: bold;
}
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;
}
@media (max-width: 1024px) {
  #content {
    width: 100%;
    padding: 0;
  }
}
#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;
}
#usp {
  /*
  @media (max-width: @media-max-width) {
    .illustration {
      display: none;
    }

    .text, .text * {
      height: auto;
    }

    .col-50 {
      .col(1024px)
    }
  }
  */
}
#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;
}
#manual ul {
  list-style: disc;
  margin-left: 2em;
  margin-top: 0;
  margin-bottom: 0;
}
#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;
  /*
    @media (max-width: @media-max-width) {
      margin: 150px 50px;

      h1 {
        font-size: 1.5em !important;
      }

      #logo {
        display: none;
      }
    }
    */
  /* height: 220px; */
  background-color: rgba(0, 0, 0, 0.85);
  color: #eee;
}
.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 {
  padding: 20px;
}
.col-75-wrapper {
  float: left;
  width: 768px;
  padding: 0;
  margin: 0;
}
@media (max-width: 1024px) {
  .col-75-wrapper {
    width: 100%;
  }
}
.col-50-wrapper {
  float: left;
  width: 512px;
  padding: 0;
  margin: 0;
}
@media (max-width: 1024px) {
  .col-50-wrapper {
    width: 100%;
  }
}
.col-25-wrapper {
  float: left;
  width: 256px;
  padding: 0;
  margin: 0;
}
@media (max-width: 1024px) {
  .col-25-wrapper {
    width: 100%;
  }
}
.col-100 {
  float: left;
  width: 974px;
  min-width: 206px;
  padding: 20px;
  margin: 5px;
}
@media (max-width: 1024px) {
  .col-100 {
    width: 100%;
    margin: 5px 0 5px 0;
    height: auto;
    box-sizing: border-box;
  }
}
.col-75 {
  float: left;
  width: 718px;
  min-width: 206px;
  padding: 20px;
  margin: 5px;
}
@media (max-width: 1024px) {
  .col-75 {
    width: 100%;
    margin: 5px 0 5px 0;
    height: auto;
    box-sizing: border-box;
  }
}
.col-67 {
  float: left;
  width: 633px;
  min-width: 206px;
  padding: 20px;
  margin: 5px;
}
@media (max-width: 1024px) {
  .col-67 {
    width: 100%;
    margin: 5px 0 5px 0;
    height: auto;
    box-sizing: border-box;
  }
}
.col-50 {
  float: left;
  width: 462px;
  min-width: 206px;
  padding: 20px;
  margin: 5px;
}
@media (max-width: 1024px) {
  .col-50 {
    width: 100%;
    margin: 5px 0 5px 0;
    height: auto;
    box-sizing: border-box;
  }
}
.col-33 {
  float: left;
  width: 291px;
  min-width: 206px;
  padding: 20px;
  margin: 5px;
}
@media (max-width: 1024px) {
  .col-33 {
    width: 100%;
    margin: 5px 0 5px 0;
    height: auto;
    box-sizing: border-box;
  }
}
.col-25 {
  float: left;
  width: 206px;
  min-width: 206px;
  padding: 20px;
  margin: 5px;
}
@media (max-width: 1024px) {
  .col-25 {
    width: 100%;
    margin: 5px 0 5px 0;
    height: auto;
    box-sizing: border-box;
  }
}
.buttons {
  float: right;
}
div.col-red,
pre.col-red,
blockquote.col-red {
  background-color: #33c;
}
div.col-green,
pre.col-green,
blockquote.col-green {
  background-color: #383;
}
div.col-black,
pre.col-black,
blockquote.col-black {
  background-color: #111;
}
div.col-darkgrey,
pre.col-darkgrey,
blockquote.col-darkgrey {
  background-color: #333;
}
div.col-grey,
pre.col-grey,
blockquote.col-grey {
  background-color: #555;
}
div.col-lightgrey,
pre.col-lightgrey,
blockquote.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;
}
@media (max-width: 1024px) {
  .theme {
    display: none;
  }
}
.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: 2.2em;
}
.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;
}
.show-imports {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  border: 2px solid #000;
  background-color: #fff;
  font-size: 0.7em;
}
.show-imports a {
  text-decoration: none;
  color: #333;
}
.tabs {
  float: left;
  width: 1024px;
  min-width: 256px;
  padding: 0;
  margin: 0;
}
@media (max-width: 1024px) {
  .tabs {
    width: 100%;
    margin: 5px 0 5px 0;
    height: auto;
    box-sizing: border-box;
  }
}
.tabs .tab {
  float: left;
  margin-left: 5px;
  padding: 10px;
}
.tabs .tab.active {
  color: #fff;
  background-color: #33c;
}
.tabs .tab.inactive {
  cursor: pointer;
  color: #ccc;
  background-color: #118;
}
.tab-content.inactive {
  display: none;
}
.search-result {
  cursor: pointer;
  padding: 20px;
  margin: 20px 0 20px 0;
  background-color: #eee;
}
.search-result:hover {
  background-color: #ccc;
}
@media (max-width: 540px) {
  .no-mobile,
  .breadcrumb {
    display: none;
  }
}
