@font-face {
  font-family: "logo";
  src: url("Dosis-ExtraLight.ttf") format("truetype");
}
@font-face {
  font-family: "regular";
  src: url("Dosis-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "bold";
  src: url("Dosis-SemiBold.ttf") format("truetype");
}
@keyframes slideInFromRight {
  0% {
    transform: translateX(50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInFromLeft {
  0% {
    transform: translateX(-50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
b {
  font-family: "bold";
  font-weight: normal;
}

code, sample {
  font-size: smaller;
  background-color: #424242;
  color: white;
  border-radius: 3px;
  padding: 3px 7px;
}

sample {
  display: block;
  font-family: monospace;
}

a.button {
  background-color: #D72024;
  padding-top: 1ex;
  padding-bottom: 1ex;
  padding-left: 2ex;
  padding-right: 2ex;
  border-radius: 1ex;
  color: #fefefe !important;
  border: 2px solid rgba(0, 0, 0, 0);
  transition: all 0.2s ease-out;
}
a.button:hover {
  color: #D72024 !important;
  border: 2px solid #D72024;
  background-color: #fefefe;
}

* {
  box-sizing: border-box !important;
}

html {
  min-width: 360px;
}
html a {
  text-decoration: none !important;
  color: #D72024;
}
html a:visited {
  color: #D72024;
}
html body {
  margin: 0px;
  font-family: regular, Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: rgb(128, 128, 128);
}
html body header {
  z-index: 1000;
  top: 0px;
  margin: 0px !important;
  display: flex;
  position: fixed;
  vertical-align: center;
  height: 4ex;
  width: 100%;
  max-width: 1200px;
  left: 50%;
  translate: -50%;
}
html body header div.header-inner-box {
  z-index: 1001;
  width: 100%;
  display: inherit;
  background-color: #fefefe;
  border-bottom: 1px solid #D72024;
}
html body header svg g path {
  fill: #D72024;
}
html body header div#header-left {
  position: absolute;
  display: inherit;
  left: 1ex;
}
html body header div#header-left span#logo-img {
  display: block;
  position: relative;
  height: 3ex;
  width: 3ex;
  top: 0.5ex;
}
html body header div#header-left span#logo-text {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  font-family: logo;
  font-size: x-large;
  color: #D72024;
  margin-left: 1ex;
  position: relative;
  top: 1px;
}
html body header div#header-center {
  color: #D72024;
  font-size: x-large;
  flex: 1;
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
}
html body header div#header-center span {
  cursor: pointer;
}
html body header div#header-right {
  position: absolute;
  left: auto;
  right: 1ex;
  top: calc(0.5ex + 2px);
  cursor: pointer;
}
html body div.icon-mask {
  height: 3ex;
  width: 3ex;
  position: relative;
}
html body div.icon-mask img {
  display: block;
}
html body #menu-icon-container {
  transition: src 0.2s ease-out;
  top: -3px;
}
html body div#menu-links {
  position: absolute;
  bottom: 4ex;
  transition: bottom 0.2s ease-out;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 1px solid #D72024;
  background-color: #fefefe;
  z-index: 1000;
  text-align: center;
  white-space: nowrap;
  padding: 2ex 0px;
  width: 100%;
}
html body div#menu-links ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  margin-left: auto;
  margin-right: auto;
}
html body div#menu-links ul li.separator {
  background-color: red;
  height: 1px;
  margin: 20px 0ex;
}
html body div#menu-links ul li img {
  display: block;
  height: 1lh;
  margin-left: auto;
  margin-right: auto;
}
html body div#menu-links ul li span {
  margin-left: auto;
  margin-right: auto;
}
html body div#menu-links ul.page ~ .page {
  padding-top: 2ex;
}
html body div#menu-links ul.page {
  padding-bottom: 2ex;
  border-bottom: 1px solid #D72024;
}
html body div#menu-links ul.global {
  width: max-content;
  padding: 0ex 2ex;
}
html body div#menu-links ul.global li {
  float: left;
}
html body div#menu-links ul.global li ~ li {
  margin-left: 2ex;
}
html body div#menu-links ul + ul.global {
  padding-top: 2ex;
}
html body div#content {
  position: relative;
  top: 4ex;
  filter: blur(0px);
  transition: filter 0.2s ease-out;
}
html body div#content.blurred {
  filter: blur(3px);
  user-select: none;
}
html body div#content .quote {
  font-style: italic;
  text-align: center;
}
html body div#content .quote-author {
  margin-right: 5rem;
  float: right;
}
html body div#content.shop {
  margin-bottom: 60px;
}
html body div#content.shop .content {
  position: relative;
  top: -73px;
}
html body div#content.page-not-found, html body div#content.internal-server-error {
  margin-bottom: 4rem;
}
html body div#content.page-not-found .button, html body div#content.internal-server-error .button {
  max-width: fit-content;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
html body div#content section {
  position: relative;
  overflow: hidden;
  max-width: 1200px;
}
html body div#content section.product-head .spacer {
  height: 4ex;
}
html body div#content section.product-head img {
  position: absolute;
  left: 0px;
}
html body div#content div.width-limiter {
  position: relative;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
html body div#content div.width-limiter h1 {
  margin-top: 0px;
}
html body div#content section.product-section {
  display: flex;
  align-items: center;
  align-content: center;
  border-top: 1px solid #D72024;
}
html body div#content section.product-section div {
  padding-top: 2ex;
  padding-bottom: 2ex;
}
html body div#content section.product-section p {
  padding-left: 2ex;
  padding-right: 2ex;
}
html body div#content section.product-section div[class*=box] {
  padding-top: 4ex;
  padding-bottom: 4ex;
}
html body div#content section.product-section div.text-box {
  transition: opacity 0.5s ease-out;
  min-width: 50%;
  max-width: 50%;
}
html body div#content section.product-section div.image-box {
  cursor: zoom-in;
}
html body div#content section.product-section div.image-box img {
  position: relative;
}
html body div#content section.product-section div.links {
  padding-top: 0px;
  padding-bottom: 0px;
}
html body div#content section.product-section div.links h1 {
  margin-bottom: 0px;
}
html body div#content section.product-section div.links ul {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: wrap;
  width: fit-content;
  padding-left: 0px;
  row-gap: 10px;
}
html body div#content section.product-section div.links ul li {
  margin-left: auto;
  margin-right: auto;
  border-left: 2px solid white;
  border-right: 2px solid white;
}
html body div#content section.product-section div.links ul li img {
  display: none;
}
html body div#content section.product-section div.links ul li .button {
  display: block;
}
html body div#content section.show-image-only div.text-box {
  opacity: 0;
}
html body div#content section.show-image-only div.image-box {
  cursor: zoom-out;
}
html body div#content section.product-section.text-left {
  flex-direction: row;
}
html body div#content section.product-section.text-left div.image-box.slide-in-from-right {
  animation: 0.5s ease-out 0s 1 slideInFromRight forwards;
}
html body div#content section.product-section.text-left div.image-box.slide-in-from-right img {
  right: 0%;
  transition: all 0.5s;
}
html body div#content section.product-section.text-left.show-image-only div.image-box img {
  right: 50%;
}
html body div#content section.product-section.text-right {
  flex-direction: row-reverse;
}
html body div#content section.product-section.text-right div.text-box {
  background-color: #fefefe;
}
html body div#content section.product-section.text-right div.image-box.slide-in-from-left {
  position: relative;
  animation: 0.5s ease-out 0s 1 slideInFromLeft forwards;
  overflow: hidden;
}
html body div#content section.product-section.text-right div.image-box.slide-in-from-left img {
  left: 0%;
  transition: all 0.5s;
}
html body div#content section.product-section.text-right div.image-box.image-align-right {
  overflow: unset;
}
html body div#content section.product-section.text-right.show-image-only div.image-box {
  overflow: visible;
}
html body div#content section.product-section.text-right.show-image-only div.image-box img {
  left: 50%;
}
html body div#content section.product-head div.product-text-box {
  text-align: center;
  max-width: 50%;
  float: right;
}
html body div#content section.product-head div.product-text-box div.product-description {
  margin-top: 30px;
  margin-bottom: 30px;
}
html body div#content section.product-head div.product-text-box div.product-name {
  margin-top: 30px;
  font-family: "bold";
}
html body div#content section.product-head img {
  max-width: 50%;
  z-index: -1;
}
html body div#content section.product-head section:first-of-type, html body div#content section.product-section section:first-of-type {
  border-top: none;
}
html body div#content section.product-head, html body div#content section.product-section {
  margin-left: auto;
  margin-right: auto;
}
html body div#content section.product-head div.product-name, html body div#content section.product-section div.product-name {
  font-size: xx-large;
  color: #999;
}
html body div#content section.product-head h1, html body div#content section.product-section h1 {
  color: #999;
  font-size: xx-large;
}
html body div#content h1, html body div#content h2, html body div#content h3 {
  color: #999;
  text-align: center;
  font-weight: normal;
  font-family: "bold";
}
html body div#content h1 {
  font-size: xx-large;
}
html body div#content h2 {
  font-size: x-large;
}
html body div#content h3 {
  font-size: large;
}
html body div#content p {
  text-align: center;
}
html body div#content ul.productTeaser {
  list-style: none;
  padding: 0px;
  margin: 0px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
html body div#content ul.productTeaser li {
  border-bottom: 1px solid #D72024;
}
html body div#content ul.productTeaser li div.productTeaser {
  padding-top: 4ex;
  padding-bottom: 4ex;
  width: 100%;
}
html body div#content ul.productTeaser li div.productTeaser img.productIcon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}
html body div#content ul.productTeaser li div.productTeaser div.productText div.productName {
  text-align: center;
  width: auto;
  font-size: xx-large;
  font-family: "bold";
  color: #999;
}
html body div#content ul.productTeaser li div.productTeaser div.productText div.productShortDescription {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
html body div#content div.wrap-collabsible {
  margin: 1.2rem 0;
  margin-left: auto;
  margin-right: auto;
}
html body div#content div.wrap-collabsible input[type=checkbox] {
  display: none;
}
html body div#content div.wrap-collabsible input[type=checkbox]:checked + .lbl-toggle::before {
  transform: rotate(90deg) translateX(-3px);
}
html body div#content div.wrap-collabsible input[type=checkbox]:checked + .lbl-toggle + .collapsible-content {
  max-height: 750px;
}
html body div#content div.wrap-collabsible label.lbl-toggle {
  display: block;
  text-align: center;
  padding: 1rem;
  color: #D72024;
  cursor: pointer;
  transition: all 0.25s ease-out;
  border-radius: 7px;
}
html body div#content div.wrap-collabsible label.lbl-toggle:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
html body div#content div.wrap-collabsible label.lbl-toggle::before {
  content: " ";
  display: inline-block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid currentColor;
  vertical-align: middle;
  margin-right: 0.7rem;
  transform: translateY(-2px);
  transition: transform 0.2s ease-out;
}
html body div#content div.wrap-collabsible div.collapsible-content {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.25s ease-in-out;
}
html body div#content div.wrap-collabsible div.collapsible-content .content-inner {
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  padding: 0.5rem 1rem;
}
html body div#content div.wrap-collabsible div.collapsible-content p {
  margin-bottom: 0;
}
html body div#content.product-subpage .product-head .product-text-box {
  display: none;
}
html body div#content.product-subpage .product-head img {
  position: relative;
  object-fit: contain;
  margin-block-end: -16%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
html body div#content.product-subpage.releasenotes section.product-section {
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 800px;
}
html body div#content.product-subpage.releasenotes section.product-section .product-version {
  font-size: x-large;
  font-family: "bold";
  color: #999;
}
html body div#content.product-subpage.releasenotes section.product-section .product-release-date {
  font-size: smaller;
}
html body div#content.product-subpage.releasenotes section.product-section .product-version, html body div#content.product-subpage.releasenotes section.product-section .product-release-date {
  padding-bottom: 0px;
}
html body div#content.product-subpage.releasenotes section.product-section h3 {
  text-align: left;
  font-size: unset;
  font-weight: normal;
}
html body div#content.product-subpage.faq section.product-section {
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
}
html body div#content.product-subpage.faq section.product-section p {
  text-align: left;
  padding: 0px;
}
html body div#content.product-subpage.faq section.product-section .Q {
  color: #D72024;
  display: block;
  text-align: left;
  font-family: "bold";
  font-size: x-large;
  color: #999;
}
html body div#content.product-subpage.faq section.product-section .A {
  display: block;
}
html body footer {
  background-color: #fefefe;
  border-top: 1px solid #D72024;
  font-size: medium;
  text-align: center;
  padding-top: 1ex;
  padding-bottom: 1ex;
  position: relative;
  margin-top: 4ex;
  max-width: 1200px;
  left: 50%;
  translate: -50%;
}

@media screen and (max-width: 800px) {
  html body div#content.product-page section {
    display: block;
  }
  html body div#content.product-page section.single-column {
    display: flex;
  }
  html body div#content.product-page div.image-box {
    cursor: unset !important;
    padding-top: 0px !important;
  }
  html body div#content.product-page section img {
    position: relative;
    left: unset !important;
  }
  html body div#content div.width-limiter {
    position: relative;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  html body div#content section.product-section img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    max-width: 100%;
    position: relative;
  }
  html body div#content section.product-head img {
    object-fit: contain;
    margin-block-end: -16%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  html body div#content section.product-head div.product-text-box {
    max-width: 80%;
    float: unset;
    margin-left: auto;
    margin-right: auto;
  }
  html body div#content section.product-head div.width-limiter div.product-text-box div.product-description p {
    padding-left: 2ex;
    padding-right: 2ex;
  }
  html body div#content section.product-head, html body div#content section.product-section {
    margin-left: auto;
    margin-right: auto;
  }
  html body div#content section.product-head h1, html body div#content section.product-section h1 {
    font-size: xx-large;
  }
  html body div#content section.product-head div.text-box.left, html body div#content section.product-section div.text-box.left {
    float: none;
  }
  html body div#content section.product-head div.text-box.right, html body div#content section.product-section div.text-box.right {
    float: none;
  }
  html body div#content section.product-head div.text-box, html body div#content section.product-section div.text-box {
    left: unset !important;
    text-align: center;
    max-width: unset;
    padding-top: 0.5rem;
  }
  html body div#content h1, html body div#content h3 {
    color: #999;
    font-size: xx-large;
    text-align: center;
  }
  html body div#content h3 {
    font-size: x-large;
  }
  html body div#content p {
    text-align: center;
  }
  html body div#content ul.productTeaser {
    list-style: none;
    padding: 0px;
    margin: 0px;
  }
  html body div#content ul.productTeaser li {
    border-bottom: 1px solid #D72024;
    max-width: 800px;
  }
  html body div#content ul.productTeaser li div.productTeaser {
    max-width: 1200px;
  }
}
@media screen and (max-width: 500px) {
  html body {
    font-size: 18px;
  }
  html body header div#header-left span#logo-text {
    display: none;
  }
  html body div#content div#content section.product-head div.product-text-box {
    max-width: 90%;
  }
  html body div#content ul.productTeaser {
    list-style: none;
    padding: 0px;
    margin: 0px;
  }
  html body div#content ul.productTeaser li div.productTeaser {
    padding-top: 4ex;
    padding-bottom: 4ex;
    width: 100%;
  }
  html body div#content ul.productTeaser li div.productTeaser img.productIcon {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
  }
  html body div#content ul.productTeaser li div.productTeaser div.productText div.productName {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    font-size: xx-large;
  }
  html body div#content ul.productTeaser li div.productTeaser div.productText div.productShortDescription {
    text-align: center;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  html body div#content ul.productTeaser li div.productTeaser img.productIcon {
    width: 12ex;
  }
  html body div#content div.wrap-collabsible {
    max-width: unset;
  }
  html body div#content div.wrap-collabsible label.lbl-toggle {
    border-radius: unset;
  }
}

/*# sourceMappingURL=style.css.map */
