@import "https://raw.githubusercontent.com/heygrady/scss-blend-modes/master/stylesheets/_blend-modes.scss";
/* apply a natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
body,
html {
  margin: 0;
  padding: 0; }

img {
  max-width: 100%;
  border: none; }

html,
body,
table {
  font-size: 12.6px;
  line-height: 1.4;
  font-family: Candara, Arial, sans-serif; }
  @media (min-width: 768px) {
    html,
    body,
    table {
      font-size: 14.4px; } }
  @media (min-width: 992px) {
    html,
    body,
    table {
      font-size: 16.2px; } }
  @media (min-width: 1200px) {
    html,
    body,
    table {
      font-size: 18px; } }

html {
  color: #dddddd;
  background-color: #111111; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  padding: 0.75rem 0; }

h1 {
  font-size: 1.9rem; }

h2 {
  font-size: 1.2rem; }

h3 {
  font-size: 1rem; }

p + h2, p + h3, p + h4 {
  margin-top: 1.5rem; }

a:link,
a:visited {
  text-decoration: none;
  color: #cccccc; }
  a:link:hover, a:link:focus,
  a:visited:hover,
  a:visited:focus {
    color: #aaaaaa; }

blockquote {
  margin: 0.75rem 0;
  background: #FFFFDD;
  padding: 0.5rem; }

p + * {
  margin-top: 0.75rem; }

svg.icon {
  height: 1.5em;
  width: 1.5em;
  color: #cccccc;
  fill: #cccccc; }
  svg.icon:hover {
    background-color: #cccccc;
    border-radius: 100%;
    color: #EEEEEE;
    fill: #EEEEEE;
    transform: scale(1.25);
    transition: background-color .5s, transform .5s ease-out; }

.section-title {
  text-align: center;
  font-size: 3rem;
  margin: 3rem 0; }

.site-header {
  padding: 0.5rem; }

.site-logo {
  float: left;
  padding-right: 1.5rem; }
  .site-logo > svg {
    width: 5em;
    fill: #dddddd; }
    @media (min-width: 61rem) {
      .site-logo > svg {
        width: 8em; } }

.site-title {
  padding: 0;
  font-size: 3.2rem; }
  @media (min-width: 61rem) {
    .site-title {
      font-size: 4rem; } }

.site-subtitle {
  font-weight: normal;
  font-size: 1.2rem;
  text-transform: uppercase;
  padding: 0; }

.off-notice {
  color: #e83;
  background-color: #410;
  padding: .25rem .75rem; }
  .off-notice a:link,
  .off-notice a:visited {
    color: #e50; }
  .off-notice a:hover {
    color: #c20; }

.site-footer {
  text-align: center;
  margin: 1rem .5rem 1rem;
  font-weight: bold; }
  .site-footer > div {
    padding: .5rem; }
  @media (min-width: 768px) {
    .site-footer {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      align-items: center; }
      .site-footer > div {
        width: 33%;
        max-width: 20em;
        padding: 2rem .5rem; }
        .site-footer > div + div {
          border-left: 2px solid #080808; } }
  .site-footer a {
    padding: .3rem .5rem; }

.icon {
  vertical-align: middle;
  display: inline-block;
  width: 1.7em;
  line-height: 1;
  box-sizing: content-box; }
  .icon > svg {
    fill: #dddddd; }
  .icon > small {
    display: none; }

a.icon:link > svg,
a.icon:visited > svg {
  fill: #cccccc; }

a.icon:hover > svg,
a.icon:focus > svg {
  fill: #aaaaaa; }

.intro {
  clear: left; }

.todo-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column; }
  .todo-list > li {
    list-style: none;
    padding: .8rem .75rem;
    background: #aaa;
    color: #222;
    font-size: 1.2rem;
    max-width: 27rem;
    line-height: 1.1;
    min-height: 2.7em;
    vertical-align: middle;
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; }
    .todo-list > li + li::before {
      content: "";
      position: absolute;
      left: 50%;
      margin-left: -0.4em;
      top: -0.1em;
      width: 0;
      height: 0;
      border: 0.4em solid transparent;
      border-top-color: #888; }
    .todo-list > li a:link,
    .todo-list > li a:visited {
      color: #444444; }
    .todo-list > li a:hover,
    .todo-list > li a:focus {
      color: #777777; }

.intro {
  margin: 1.5rem 0; }

.order-info {
  font-size: 1.1em;
  background: #222;
  padding: 0.5rem 0.5rem 3.5rem;
  margin-top: 7rem; }
  @media (min-width: 61rem) {
    .order-info > .container > .video {
      display: block; } }
  .order-info > .container > .content {
    max-width: 50em;
    min-width: 20em;
    flex-basis: 35em;
    flex-grow: 1; }
  .order-info strong {
    color: #bbb; }

.address-hinweis {
  text-align: center;
  font-size: 1.8em;
  padding: 1.5rem;
  font-weight: bold; }
  .address-hinweis > a:link,
  .address-hinweis > a:visited {
    color: #888; }
  .address-hinweis > a:hover,
  .address-hinweis > a:focus {
    color: #ccc; }

.container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .container > .content {
    padding: 0 1rem; }

.products-index {
  padding: 0.75rem; }

.products {
  margin: -0.5rem;
  display: flex;
  flex-wrap: wrap; }

.product {
  display: flex;
  flex-direction: column;
  margin: 0.5rem;
  background-color: #dddddd;
  color: #222222;
  width: 100%;
  max-width: 800px; }
  @media (min-width: 61rem) {
    .product {
      width: 48%;
      width: calc(50% - 1rem); } }
  @media (min-width: 91rem) {
    .product {
      width: 32%;
      width: calc(33.33% - 1rem); } }
  @media (min-width: 121rem) {
    .product {
      width: 22%;
      width: calc(25% - 1rem); } }
  .product a:link,
  .product a:visited {
    color: #444444; }
  .product > .product-body {
    padding: 1rem 1rem 1.5rem;
    flex-grow: 1; }

.product-title {
  margin: 0; }

.product-infos {
  padding: 0.75rem 1.5rem;
  background: #777;
  color: #222;
  display: flex;
  justify-content: space-between; }

.price {
  text-align: right; }
  .price > strong {
    font-size: 2em;
    display: block;
    padding: 0 .75rem .25rem;
    line-height: 1; }

.products-link {
  font-size: 1.5em;
  margin: 5rem .5rem;
  text-align: center; }

.video {
  width: 100%;
  max-width: 400px; }
  @media (min-width: 91rem) {
    .video {
      max-width: 800px; } }
  .video > .wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0; }
    .video > .wrapper > iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
