[lang="de"] q {
  quotes: "»" "«";
}
[lang="en"] q {
  quotes: '“' '”' '‘' '’';
}
[lang="fr"] q {
  quotes: "»" "«";
}
body {
  --side-nav-width: 10%;
  --main-max-width: 85vw;
}
@media screen and (min-width: 768px) {
  body {
    display: grid;
    grid-template-rows: 40px 4rem 1fr;
  }
}
@media screen and (max-width: 1200px) {
  body {
    grid-template-areas: "header" "sidenav" "main" "footer";
  }
}
@media screen and (min-width: 1200px) {
  body {
    --side-nav-width: 220px;
    --main-max-width: 700px;
    grid-template-columns: var(--side-nav-width) 4fr;
    grid-template-rows: 40px 80px 1fr;
    grid-template-areas: "header header" ".      ." "sidenav main" "footer footer";
  }
}
@media screen and (min-width: 1280px) {
  body {
    --main-max-width: 800px;
    --side-nav-width: 350px;
  }
}
header {
  position: relative;
  min-height: 40px;
  grid-area: header;
}
@media screen and (min-width: 768px) {
  header {
    position: fixed;
  }
}
main {
  grid-area: main;
}
@media print {
  main {
    margin: 4rem auto;
  }
}
footer {
  grid-area: footer;
}
figure,
picture {
  margin: 32px 0 32px 0;
  display: inline-block;
  z-index: 0;
}
figure img,
picture img {
  max-width: 100%;
  height: auto;
}
figure figcaption,
picture figcaption {
  display: none;
}
.sticky-placeholder {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  visibility: hidden;
  z-index: -1;
}
input#show-menu2 {
  display: none;
}
input#show-menu2:checked ~ #sidenav li.L1 {
  display: block;
}
input#show-menu2:checked ~ #sidenav .menu-label label {
  transform: rotate(270deg);
}
#sidenav {
  display: none;
  font-size: 0.9rem;
  max-width: 210px;
  position: fixed;
  opacity: 0.9;
  overflow-y: auto;
  list-style: none;
  padding: 16px;
  padding-top: 5rem;
  padding-bottom: 32px;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  #sidenav {
    display: block;
  }
}
@media (min-width: 768px) {
  #sidenav {
    grid-area: sidenav;
    top: 0;
    bottom: 0;
    margin-top: 40px;
    margin-bottom: 24px;
  }
}
#sidenav .menu-label {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #sidenav:not(.no-horizontal) {
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    max-width: 100%;
    left: 0;
    background-color: #f6f6f6f2;
    border-bottom: 1px solid hsl(0, 0%, 80%);
    opacity: 1;
    height: 2rem;
    padding: 15px 16px;
    top: 40px;
    right: 0;
    margin: 0;
    z-index: 2;
  }
  #sidenav:not(.no-horizontal) .L2,
  #sidenav:not(.no-horizontal) .L3 {
    display: none;
  }
  #sidenav:not(.no-horizontal) li:first-child a {
    font-size: 120%;
  }
}
@media screen and (max-width: 767px) {
  #sidenav:not(.no-horizontal) {
    display: flex;
    flex-direction: column;
    position: -webkit-sticky !important;
    position: sticky !important;
    align-items: flex-start;
    max-width: 100%;
    left: 0;
    background-color: #f6f6f6f2;
    border-bottom: 1px solid hsl(0, 0%, 80%);
    opacity: 1;
    padding: 15px 16px;
    top: 0;
    right: 0;
    margin: 0;
    z-index: 2;
  }
  #sidenav:not(.no-horizontal) li + .L1 {
    margin-top: 1.3rem;
  }
  #sidenav:not(.no-horizontal) .L2,
  #sidenav:not(.no-horizontal) .L3 {
    display: none;
  }
  #sidenav:not(.no-horizontal) li:first-child a {
    font-size: 120%;
  }
  #sidenav:not(.no-horizontal) li:not(.btn-buy):not(:first-child):not(.menu-label) {
    display: none;
  }
  #sidenav:not(.no-horizontal) .btn-buy {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 1rem;
    margin-right: 1rem;
  }
  #sidenav:not(.no-horizontal) .menu-label {
    display: block;
    position: absolute;
    right: 43vw;
    top: 1rem;
    padding: 0 1rem;
    font-size: 1.3rem;
  }
  #sidenav:not(.no-horizontal) .menu-label label {
    display: block;
    transform: rotate(90deg);
    transition: transform 150ms;
  }
}
#sidenav .active-fix {
  font-weight: bold;
}
#sidenav li.vendor-product {
  line-height: 1.1rem;
  padding: 1.1rem 1.4rem;
}
#sidenav li.vendor-product em {
  opacity: 0.7;
  font-size: 0.8rem;
  display: block;
}
#sidenav li.back {
  font-size: 1em;
  margin-left: -1.5rem;
}
#sidenav li.back i {
  opacity: 0.9;
  margin-left: 0.5rem;
  font-style: normal;
}
#sidenav li.current {
  font-weight: bold;
  padding-left: 1.4rem;
}
#sidenav a,
#sidenav a:visited {
  color: #333;
  text-decoration: none;
  display: flex;
  align-items: center;
}
#sidenav a svg,
#sidenav a:visited svg {
  margin-right: 0.1rem;
}
@media (max-width: 639px) {
  #sidenav li {
    font-size: 14px;
  }
}
@media (min-width: 640px) and (max-width: 1399px) {
  #sidenav li {
    font-size: 15px;
  }
}
@media (min-width: 1400px) {
  #sidenav li {
    font-size: 1rem;
  }
}
#sidenav li.active:not(.section) {
  font-weight: bold;
}
#sidenav li:not(.section) {
  opacity: 0.9;
}
#sidenav * + .L1 {
  margin-top: 0.4rem;
}
#sidenav :not(.L2) + .L2:not(.section),
#sidenav .L2 + .L1:not(.section) {
  margin-top: 0.5rem;
}
#sidenav .L2 {
  padding-left: 1rem;
}
#sidenav .L3 {
  padding-left: 1.5rem;
}
#sidenav .L4 {
  padding-left: 2rem;
}
#sidenav .vip {
  font-weight: bold;
  opacity: 1;
}
#sidenav .active {
  opacity: 1;
}
#sidenav .section {
  margin-top: 1rem;
  margin-bottom: 0.2em;
  color: #020202;
  opacity: 0.95;
}
#sidenav .section a {
  font-size: 1.1em;
}
.support-head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.support-head img {
  max-width: 150px;
  margin: 1rem;
}
@media screen and (min-width: 640px) {
  .support-head {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 2rem;
  }
}
.contact .email img {
  max-height: 42px;
}
.faq-list {
  margin: 2rem 1rem;
  font-size: 1rem;
}
.faq-list summary {
  color: #111;
  margin: -0.5em -0.5em 0;
  padding: 0.7em;
  display: block;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary:before {
  content: '+';
  position: absolute;
  margin-left: -1.2rem;
}
.faq-list details[open] {
  padding-top: 32px;
}
.faq-list details[open] summary {
  font-weight: bold;
  padding-top: 32px;
}
.faq-list details[open] summary:before {
  content: '-';
  position: absolute;
  margin-left: -1.2rem;
}
@media screen and (min-width: 640px) {
  .faq-list {
    margin-left: 1.2rem;
  }
  .faq-list p,
  .faq-list summary {
    font-size: large;
  }
}
.faq-list details {
  color: #444;
}
@media screen and (max-width: 639px) {
  .faq-list details ol,
  .faq-list details ul {
    padding-left: 1.1rem;
  }
}
@media screen and (min-width: 640px) {
  .faq-list details ol li,
  .faq-list details ul li {
    font-size: 1.125rem;
    line-height: 2;
  }
}
.faq-list div.container-5050 {
  display: grid;
}
@media screen and (min-width: 640px) {
  .faq-list div.container-5050 {
    grid-template-columns: 50% 50%;
    grid-gap: 40px 10px;
  }
  .faq-list div.container-5050 * {
    align-self: center;
    justify-self: center;
  }
}
@media screen and (min-width: 640px) {
  .faq-list figure#fohComplete {
    margin-left: 106px;
  }
}
h4.anchored {
  padding-top: 32px;
  margin-top: -24px;
}
section {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
  clear: both;
  max-width: var(--main-max-width);
}
section h1 {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  section {
    margin-bottom: 4rem;
  }
}
@media all and (min-width: 900px) {
  section {
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (min-width: 1441px) {
}
@media screen {
  section + section {
    margin-top: 3rem;
  }
  section + section:not(.raw) {
    border-top: 1px solid #d8d8d8;
  }
  section + section.top {
    margin-top: unset;
    padding-top: unset;
    border-top: none;
  }
}
@media screen and screen and (min-width: 768px) {
  section + section {
    margin-top: 5rem;
  }
}
section p {
  margin: 0 0 16px 0;
  line-height: 1.6;
}
section p img {
  margin: 16px 0 16px 0;
}
section table {
  margin: 0 0 32px 0;
}
section p + h4 {
  margin-top: 32px;
}
section h1 + h2 {
  margin-top: 32px;
}
section > h2:first-child {
  padding-top: 4rem;
}
@media (max-width: 767px) {
  section ul {
    padding-inline-start: 20px;
    -webkit-padding-start: 20px;
  }
}
pre {
  display: inline-block;
  margin: 1em 1em;
  padding: 1em 2em;
}
pre,
code {
  background-color: #f8f8f8;
  overflow: auto;
}
.warn-inline {
  font-weight: bold;
  margin-right: 0.3em;
}
table {
  font-size: 1rem;
  width: unset !important;
  caption-side: bottom;
}
table caption {
  margin-top: 0.5rem;
  opacity: 0.75;
}
thead {
  font-size: 0.9rem;
}
th,
td {
  padding: 0.5rem 1rem;
}
@media screen and (max-width: 768px) {
  th,
  td {
    padding: 0.2rem 0.5rem;
  }
}
.table-bordered {
  margin: 2rem 0;
  overflow: auto;
  /* footnotes */
}
.table-bordered table {
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #a9a9a9;
  border-radius: 2px;
}
.table-bordered table colgroup {
  display: none;
}
.table-bordered table ul {
  list-style: none;
}
.table-bordered table tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
.table-bordered table tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
@media screen and (max-width: 768px) {
  .table-bordered table img {
    max-width: 100px;
  }
}
.table-bordered table tr th:not(:last-child) {
  border-right: 1px solid #dcdcdc;
}
.table-bordered table tr td:not(:last-child) {
  border-right: 1px solid #dcdcdc;
}
.table-bordered table tr:not(:last-child) td,
.table-bordered table thead tr td {
  border-bottom: 1px solid #dcdcdc;
}
.table-bordered table tr:not(:last-child) th,
.table-bordered table thead tr th {
  border-bottom: 1px solid #a9a9a9;
}
.table-bordered table ~ p {
  color: #9f9f9f;
  font-size: 1rem;
  margin-left: 0.7em;
  margin-top: -1em;
}
.table-bordered table ~ p::before {
  content: '*';
  margin-left: -0.7em;
  position: absolute;
}
.btn.btn-default {
  background-color: #fafafa;
  color: #111;
  border-radius: 3px;
  border: 1px solid #aaa;
  padding: 5px 9px;
  margin: 0px 4px;
}
.btn.btn-primary {
  background-color: #55626b;
  color: #ffffff;
  font-size: 98%;
  border-radius: 3px;
  border: 1px solid #aaa;
  padding: 5px 9px;
  margin: 0px 4px;
}
.btn-buy {
  border: 0px solid #bfc3c5;
  border-radius: 4px;
  margin-top: 4rem;
  padding: 0.2rem 1rem;
  font-size: 1.2rem;
  background-color: hsl(207, 100%, 51%);
  display: inline-block;
}
.btn-buy a,
.btn-buy a:visited {
  color: white !important;
  display: list-item;
  text-align: center;
  background: url('/live/oe_/https://phoscon.de/img/shopping-cart-white.svg') no-repeat;
  background-size: contain;
  padding-left: 47px;
}
.btn-buy:hover {
  background-color: hsl(207, 100%, 45%);
}
@media screen and (max-width: 1200px) {
  .btn-buy {
    padding: 0.2rem 0.7rem;
    position: relative;
    top: 0.3rem;
    font-size: 1rem;
  }
}
.btn-order-direct {
  border: 0px solid #a9a9a9;
  border-radius: 4px;
  margin-top: 2rem;
  padding: 0.1rem 1rem;
  font-size: 1.2rem;
  background-color: hsl(207, 17%, 38%);
  width: max-content;
}
.btn-order-direct:hover {
  background-color: hsl(207, 20%, 45%);
}
.btn-order-direct p {
  margin: 3px;
}
.btn-order-direct a,
.btn-order-direct a:visited {
  color: white !important;
  text-align: center;
  background: url('/live/oe_/https://phoscon.de/img/shopping-cart-white.svg') no-repeat;
  background-size: contain;
  padding-left: 60px;
}
.app-stores {
  display: grid;
  grid-column-gap: 3rem;
  grid-template-columns: 1fr 1fr;
  margin-top: 2.5em;
}
.app-stores img {
  min-width: 50%;
  height: 50%;
}
@media screen and (max-width: 768px) {
  .app-stores img {
    max-width: 100%;
  }
}
.app-gallery {
  display: grid;
  grid-column-gap: 3rem;
  grid-template-columns: 2fr 1fr;
  margin-top: 2.5em;
}
.app-gallery img {
  max-height: 400px;
  min-width: auto;
  max-width: 540px;
}
@media screen and (max-width: 768px) {
  .app-gallery img {
    max-width: 100%;
  }
}
