/* colors */
/*@brand-blue: #113E68;*/
#news a {
  color: #FFF;
}
#news a:hover {
  text-shadow: #FFF 0 0 2px;
}
/* fonts */
@font-face {
  font-family: 'Avenir Next';
  src: url(/files/assets/fonts/Avenir_Next_regular.woff2);
}
@font-face {
  font-family: 'garamond';
  src: url('/fonts/eb-garamond-medium.ttf');
}
@font-face {
  font-family: 'muli';
  src: url('/fonts/muli-regular.ttf');
}
/* sizes */
/* responsive */
@-ms-viewport {
  width: device-width;
}
/* reponsive sizes */
.only-sm,
.only-md,
.only-lg,
.only-xl {
  display: none !important;
}
.inline-sm,
.inline-md,
.inline-lg,
.inline-xl {
  display: none;
}
@media only screen and (max-width: 799px) {
  .only-sm {
    display: block !important;
  }
  .inline-sm {
    display: inline;
  }
}
@media only screen and (min-width: 800px) and (max-width: 991px) {
  .only-md {
    display: block;
  }
  .inline-md {
    display: inline;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .only-lg {
    display: block;
  }
  .inline-lg {
    display: inline;
  }
}
@media only screen and (min-width: 1200px) {
  .only-xl {
    display: block;
  }
  .inline-xl {
    display: inline;
  }
}
.from-sm,
.from-md,
.from-lg,
.from-xl,
.from-inline-sm,
.from-inline-md,
.from-inline-lg,
.from-inline-xl {
  display: none;
}
@media only screen and (min-width: 0) {
  .from-sm {
    display: block;
  }
  .from-inline-sm {
    display: inline;
  }
}
@media only screen and (min-width: 800px) {
  .from-md {
    display: block;
  }
  .from-inline-md {
    display: inline;
  }
}
@media only screen and (min-width: 992px) {
  .from-lg {
    display: block;
  }
  .from-inline-lg {
    display: inline;
  }
}
@media only screen and (min-width: 1200px) {
  .from-xl {
    display: block;
  }
  .from-inline-xl {
    display: inline;
  }
}
@media only screen and (max-width: 799px) {
  .hidden-sm {
    display: none;
  }
}
@media only screen and (min-width: 800px) and (max-width: 991px) {
  .hidden-md {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .hidden-xl {
    display: none;
  }
}
/* --8<-- automated values - do not edit below this line --8<-- */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: border-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/* mixins */
.clearfix::after {
  content: "";
  clear: both;
  display: block;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
a {
  color: #4FC3F7;
}
a:hover {
  color: #80d4f9;
  text-shadow: 0 0 0.45px #4FC3F7, 0 0 0.45px #4FC3F7;
}
body.home a:hover {
  text-shadow: none;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'muli', "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4286;
  /*background: @background @marble-bg0;*/
  background: #ffffff;
  background-position: center top;
}
body.night {
  filter: invert(100%);
  background: black;
}
/* main grid */
#wrapper {
  display: grid;
  min-height: 100vh;
  grid-template-columns: 1fr;
  grid-template-rows: 200px 1fr 60px;
  grid-template-areas: "header" "content" "footer";
  width: device-width;
}
@media only screen and (max-width: 799px) {
  #wrapper {
    grid-template-rows: 80px 1fr 60px;
  }
}
@media only screen and (max-width: 799px) {
  body.contains-news #wrapper {
    width: device-width;
    grid-template-rows: 109px 1fr 60px;
  }
}
/* common sm navigation(homeFooter and main) */
#header {
  grid-area: header;
  background: #FFF;
}
#header ul.navigation {
  width: device-width;
  margin: 0 auto 0 100px;
}
@media only screen and (min-width: 1200px) {
  #header ul.navigation {
    /* allow weird font scalings on big desktops */
    margin: 0 auto;
  }
}
@media only screen and (max-width: 799px) {
  #header {
    /* hide subnavigation */
  }
  #header #logo {
    width: device-width;
  }
  #header #shopButtons {
    margin-top: 50px;
    margin-right: 50px;
    width: device-width;
  }
  #header ul.navigation {
    display: none;
    position: relative;
    z-index: 10;
    width: device-width;
    margin: 0;
  }
  #header ul.navigation li {
    display: block;
  }
  #header ul.navigation li a {
    text-align: left;
    padding: 5px 15px;
    display: block;
    color: #FFF;
    background-color: #4FC3F7;
    font-size: 24px;
  }
  #header ul.navigation:nth-child(2) {
    display: none;
  }
}
@media only screen and (max-width: 799px) {
  body.contains-news #header #logo {
    margin-bottom: -70px;
    border-top: none;
    width: device-width;
  }
}
#hamburger {
  display: none;
}
@media only screen and (max-width: 799px) {
  #hamburger {
    display: block;
    float: left;
    padding: 10px;
  }
}
#content {
  grid-area: content;
  overflow: auto;
  margin: 0 auto 30px auto;
}
@media only screen and (min-width: 800px) {
  #content {
    width: 768px;
  }
}
@media only screen and (max-width: 799px) {
  #content {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 800px) {
  body.shop #content {
    width: 768px;
  }
}
@media only screen and (min-width: 1000px) {
  body.shop #content {
    width: 968px;
  }
}
@media only screen and (min-width: 1396px) {
  body.shop #content {
    width: 1364px;
  }
}
@media only screen and (min-width: 1792px) {
  body.shop #content {
    width: 1760px;
  }
}
@media only screen and (min-width: 2188px) {
  body.shop #content {
    width: 2156px;
  }
}
#footer {
  grid-area: footer;
  border-bottom: 8px solid #4FC3F7;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  grid-template-areas: "left logo right";
}
/* news */
#news {
  color: #FFF;
  background-color: #4FC3F7;
  height: 29px;
  line-height: 29px;
  text-align: center;
  text-transform: uppercase;
  font-size: 25px;
  display: none;
}
@media only screen and (max-width: 799px) {
  #news {
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
  }
}
body.contains-news #news {
  display: block;
}
/* home grid */
#homeWrapper {
  display: grid;
  min-height: 100vh;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr auto;
  grid-template-areas: "header" "content" "footer";
}
@media only screen and (max-width: 799px) {
  #homeWrapper {
    grid-template-rows: 80px 1fr auto;
  }
}
#homeHeader {
  grid-area: header;
}
#homeHeader #shopButtons {
  margin-top: 15px;
  margin-right: 10px;
}
#homeLogo img {
  display: block;
  margin: 62px auto 32px auto;
}
#homeSearch form {
  display: flex;
  flex-wrap: nowrap;
}
#homeSearch form input,
#homeSearch form button {
  margin: 0;
}
#homeSearch form input {
  padding: 8px 16px;
}
#homeSearch form button {
  width: 60px;
  background: #4FC3F7;
}
#homeContent {
  grid-area: content;
  overflow: auto;
  margin: 0 auto 16px auto;
}
@media only screen and (min-width: 800px) {
  #homeContent {
    width: 768px;
  }
}
#homeContent h1 {
  color: #4FC3F7;
  text-align: center;
  text-transform: uppercase;
}
#homeContent .grid3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 10px;
}
#homeContent .grid3 .gbox {
  display: flex;
  border: 1px solid #4FC3F7;
  height: 350px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  align-items: flex-end;
  justify-content: center;
}
#homeContent .grid3 .gbox.mouthpieces {
  background-image: url(/images/home/mouthpieces.png);
}
#homeContent .grid3 .gbox.reeds {
  background-image: url(/images/home/reeds.png);
}
#homeContent .grid3 .gbox.video {
  background-image: url(/images/home/video.png);
  background-position: left center;
}
#homeContent .grid3 .gbox.video span {
  color: #FFF !important;
}
#homeContent .grid3 .gbox span {
  font-size: 20px;
  text-transform: uppercase;
}
#homeContent .grid3 a.gbox {
  text-decoration: none;
}
#homeContent .grid3 a.gbox:hover {
  background-color: #4FC3F7;
}
#homeContent .grid3 a.gbox:hover span {
  color: #FFF;
}
@media only screen and (max-width: 799px) {
  #homeContent .grid3 {
    display: block;
    margin: 0 10px;
  }
  #homeContent .grid3 .gbox {
    background-size: contain;
    margin-bottom: 10px;
  }
}
#homeFooter {
  grid-area: footer;
  border-bottom: none;
  margin: 16px 0;
  display: block;
}
#homeFooter .footer-right {
  float: right;
  padding-right: 10px;
  position: relative;
  top: 31px;
  line-height: auto;
}
#homeFooter .footer-right .navigation-social {
  height: auto;
}
#homeFooter #navigation {
  margin: 0 auto;
}
#homeFooter #navigation ul {
  margin-left: auto;
  margin-right: auto;
}
#homeFooter #navigation ul:nth-child(1) {
  width: 520px;
}
#homeFooter #navigation ul:nth-child(2) {
  width: 480px;
}
#homeFooter #navigation ul:nth-child(2) li {
  margin-right: 0;
}
@media only screen and (max-width: 799px) {
  #homeFooter #navigation {
    font-size: 0;
    position: absolute;
    top: 70px;
    left: 0;
  }
  #homeFooter #navigation ul {
    width: 100% !important;
    width: device-width;
    margin: 0;
  }
  #homeFooter #navigation ul li {
    display: block;
  }
  #homeFooter #navigation ul li a {
    text-align: left;
    padding: 5px 15px;
    display: block;
    color: #FFF;
    background-color: #4FC3F7;
    font-size: 24px;
  }
  #homeFooter #navigation ul:nth-child(2) {
    margin-top: -4px;
  }
}
/* footer */
.navigation-social {
  float: right;
  width: 40px;
  height: 52px;
}
#footer {
  line-height: 52px;
  vertical-align: middle;
}
#footer .navigation {
  grid-area: left;
  padding: 0 34.66666667px;
}
#footer .navigation li {
  margin-right: 16px;
}
@media only screen and (max-width: 799px) {
  #footer .navigation li {
    display: none;
  }
}
#footer img {
  grid-area: logo;
}
#footer .footer-right {
  padding-right: 5px;
  grid-area: right;
}
/* base layout */
h1,
h2,
h3,
h4 {
  font-family: 'garamond', serif;
  font-weight: normal;
  margin-top: 17px;
  margin-bottom: 22px;
}
h2,
h3,
h4 {
  color: #4FC3F7;
  text-transform: uppercase;
  margin-bottom: 8px;
}
h2 .normalcase,
h3 .normalcase,
h4 .normalcase {
  text-transform: none;
}
h1 {
  color: #4FC3F7;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 5px;
}
@media only screen and (max-width: 799px) {
  h1 {
    padding: 5px 0;
    margin: 10px 0;
    border: 2px solid #4FC3F7;
    border-left: none;
    border-right: none;
  }
}
h2 {
  font-size: 25px;
  line-height: 1;
  letter-spacing: 5px;
}
@media only screen and (max-width: 799px) {
  h2 {
    padding: 5px 0;
    margin: 10px 0;
    border: 2px solid #4FC3F7;
    border-left: none;
    border-right: none;
  }
}
h2 ~ h2 {
  margin-top: -10px;
}
h3 {
  font-size: 25px;
  letter-spacing: 2px;
  line-height: 1.2;
}
p {
  margin: 8px 0;
}
/* hover bold without shift https://stackoverflow.com/questions/556153/inline-elements-shifting-when-made-bold-on-hover */
ul.navigation {
  font-family: 'muli', "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 2px;
  margin: 0;
  overflow: hidden;
  list-style: none;
  padding-left: 0;
  width: 100%;
}
ul.navigation.justify {
  padding-top: 2px;
  text-align: justify;
}
@media only screen and (max-width: 799px) {
  ul.navigation.justify {
    padding-top: 0;
  }
}
ul.navigation.justify:before {
  content: '';
  display: block;
  width: 100%;
  margin-bottom: -1.2em;
}
ul.navigation.justify:after {
  content: '';
  display: inline-block;
  width: 100%;
}
ul.navigation.justify li {
  position: relative;
  top: 1.2em;
}
ul.navigation li {
  display: inline-block;
}
ul.navigation li a {
  color: #555;
  text-transform: uppercase;
  text-decoration: none;
}
ul.navigation li a:hover {
  color: #80d4f9;
}
ul.navigation li.active a {
  color: #4FC3F7;
  text-shadow: 0 0 0.45px #4FC3F7, 0 0 0.45px #4FC3F7;
}
ul.navigation li.active a:hover {
  color: #80d4f9;
}
body.shop #header ul.navigation:nth-child(2) {
  text-align: center;
}
body.shop #header ul.navigation:nth-child(2) li {
  margin-right: 0;
  margin-left: 20px;
}
#shopButtons {
  float: right;
  margin-right: 40px;
}
#shopButtons a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-left: 10px;
}
#shopButtons a span {
  color: #4FC3F7;
  display: inline-block;
  position: relative;
  left: 15px;
  top: -30px;
  width: 40px;
  height: 40px;
  margin-right: -40px;
  text-align: left;
}
/* header */
#logo {
  height: 70px;
  line-height: 70px;
  vertical-align: sub;
  text-align: center;
  border-top: 8px solid #4FC3F7;
}
.debug::before {
  position: fixed;
  top: 65px;
  left: 5px;
  height: 17px;
  line-height: 17px;
  font-size: 13px;
  padding: 0 5px;
  color: #FFF;
  background-color: #ffffff;
  border-radius: 10px;
}
@media only screen and (max-width: 799px) {
  .debug::before {
    content: "sm";
  }
}
@media only screen and (min-width: 800px) and (max-width: 991px) {
  .debug::before {
    content: "md";
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .debug::before {
    content: "lg";
  }
}
@media only screen and (min-width: 1200px) {
  .debug::before {
    content: "xl";
  }
}
#navigation {
  width: 800px;
  margin: 20px auto 70px auto;
}
#navigation ul:nth-child(2) li {
  margin-right: 20px;
}
#navigation ul {
  margin: 0;
}
#navigation ul:nth-child(2) {
  margin-top: 5px;
}
@media only screen and (max-width: 799px) {
  #navigation {
    width: 100%;
    margin: 0;
  }
}
/* behavior */
.content-vertical-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
p.pre {
  white-space: pre-line;
}
img.responsive {
  width: 100%;
}
/* content */
ul {
  list-style-image: url('/images/bullet.png');
  list-style-position: inside;
  padding-left: 0;
}
ul ul {
  padding-left: 20px;
}
ol {
  list-style-position: inside;
  padding-left: 0;
}
ol ol {
  padding-left: 20px;
}
/* boxes */
.box {
  margin-bottom: 120px;
}
@media only screen and (min-width: 800px) {
  .box {
    display: grid;
    grid-template-columns: 300px 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "side main";
  }
  .box:nth-child(even) {
    grid-template-columns: 1fr 300px;
    grid-template-areas: "main side";
  }
}
.box .box-side {
  grid-area: side;
}
.box .box-side .image {
  margin: 10px 0 20px 0;
  text-align: center;
}
.box .box-side .buttons {
  text-align: center;
}
.box .box-side .buttons a {
  display: inline-block;
  margin-right: 10px 20px 10px 20px;
}
.box .box-side .buttons a:last-child {
  margin-right: 0;
}
.box .box-main {
  overflow: auto;
  grid-area: main;
  padding: 10px 20px 10px 20px;
}
.box .box-main *:first-child {
  margin-top: 0;
}
.box .box-main *:last-child {
  margin-bottom: 0;
}
.box:nth-child(odd) .box-main {
  border-left: 2px solid #4FC3F7;
  padding-left: 80px;
}
.box:nth-child(even) .box-main {
  border-right: 2px solid #4FC3F7;
  padding-right: 80px;
  text-align: right;
}
.box:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 799px) {
  .box:nth-child(odd) .box-main,
  .box:nth-child(even) .box-main {
    border: none;
    padding: 0;
    text-align: left;
  }
}
.box.employee h2 {
  margin-bottom: 0;
}
.box.employee h2 span {
  text-transform: uppercase;
  display: block;
}
.box.employee h3 {
  line-height: 1;
}
/* shop */
#shop {
  display: grid;
  grid-template-columns: 200px 1fr;
  grid-template-rows: auto auto 1fr auto;
  grid-template-areas: "breadcrumbs breadcrumbs" "nav summary" "nav products" "nav description" "footer footer";
  grid-gap: 16px;
}
#shop > ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
#shop .productGroupSummary,
#shop .productGroupText {
  grid-area: description;
  padding-left: 16px;
}
#shop .productGroupSummary *,
#shop .productGroupText * {
  margin: 8px 0;
}
#shop .productGroupSummary ul li,
#shop .productGroupText ul li {
  margin: 0;
}
#shop .productGroupSummary *:first-child,
#shop .productGroupText *:first-child {
  margin-top: 5px;
}
#shop .productGroupSummary *:last-child,
#shop .productGroupText *:last-child {
  margin-bottom: 5px;
}
#shop .productGroupSummary {
  grid-area: summary;
}
#shop .productGroupSummary h1 {
  color: #4FC3F7;
  text-transform: uppercase;
  font-size: 200%;
}
@media only screen and (max-width: 799px) {
  #shop {
    grid-template-areas: "breadcrumbs breadcrumbs" "summary summary" "products products" "description description" "footer footer";
  }
}
.shop-footer {
  text-align: center;
  grid-area: footer;
}
.payment-logo {
  width: 70px;
  height: auto;
  display: inline-block;
  margin: 10px;
  box-shadow: 0 0 1px #4FC3F7;
}
#shop-nav {
  grid-area: nav;
  /* sub sub nav: extra spacing  */
  /* 1st level */
}
#shop-nav li.search form {
  display: grid;
  grid-template-columns: 1fr 28px;
  grid-gap: 0;
}
#shop-nav li.search form input {
  background: #FFF;
  border: none;
  padding: 10px;
}
#shop-nav li.search form button {
  background: #FFF;
  padding: 0;
  border: none;
}
#shop-nav,
#shop-nav ul {
  list-style: none;
}
#shop-nav ul {
  display: none;
  padding-left: 0;
}
#shop-nav > li > a {
  text-transform: uppercase;
  letter-spacing: 1px;
}
#shop-nav li a {
  display: block;
  color: #555;
  text-decoration: none;
  font-size: 16px;
  line-height: 16px;
  padding: 10px;
}
#shop-nav li a:hover {
  color: #4FC3F7;
}
#shop-nav li a.edit {
  color: red;
  float: right;
  background-color: #FFF;
  position: relative;
  z-index: 10;
  padding: 0;
  height: 20px;
  margin-bottom: -20px;
  display: block;
}
#shop-nav ul ul li a {
  font-size: 12.8px;
}
#shop-nav ul ul li:last-child {
  margin-bottom: 8px;
}
#shop-nav > li {
  border-top: 1px solid #AAA;
}
#shop-nav > li:first-child {
  border-top: none;
}
#shop-nav .expander {
  float: right;
  border: none;
  width: 34px;
  height: 34px;
  cursor: pointer;
  outline: none;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("/images/buttons/expand-grey.svg");
  background-size: 26px 26px;
}
#shop-nav .expander:hover {
  background-image: url("/images/buttons/expand.svg");
}
#shop-nav .expander ~ a::after {
  content: "";
  clear: both;
  display: block;
}
#shop-nav li.active > a {
  color: #FFF;
  background-color: #4FC3F7;
}
#shop-nav li.active > a svg .st0 {
  fill: #F0F;
}
#shop-nav li.active li.active > a {
  color: #4FC3F7;
  text-shadow: 0 0 0.45px #4FC3F7, 0 0 0.45px #4FC3F7;
  background-color: transparent;
}
#shop-nav li.active li.active > a:hover {
  color: #80d4f9;
}
#shop-nav li.expanded ul .expander {
  position: relative;
  top: -5px;
  margin-bottom: -5px;
}
#shop-nav li.expanded > .expander {
  background-image: url("/images/buttons/collapse-grey.svg");
}
#shop-nav li.expanded > .expander:hover {
  background-image: url("/images/buttons/collapse.svg");
}
#shop-nav li.expanded > ul {
  display: block;
}
#shop-nav li.expanded > ul li {
  padding: 0;
}
#shop-nav li.expanded > ul li a {
  padding: 5px 10px;
}
@media only screen and (max-width: 799px) {
  #shop-nav {
    display: none;
  }
}
#shop-products {
  grid-area: products;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-rows: minmax(auto, auto);
  grid-gap: 16px;
  /* sm: 2-3 columns */
  /* jl dbg - try 1 col on small screens... */
  padding: 2px 0;
  /* allow box shadow*/
}
@media only screen and (min-width: 1000px) {
  #shop-products {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }
}
@media only screen and (min-width: 1396px) {
  #shop-products {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }
}
@media only screen and (min-width: 1792px) {
  #shop-products {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }
}
@media only screen and (min-width: 2188px) {
  #shop-products {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }
}
@media only screen and (max-width: 799px) {
  #shop-products {
    grid-template-columns: minmax(0, 1fr);
  }
  #shop-products li img {
    /* new width: 144px */
    width: 192px;
  }
}
@media only screen and (min-width: 620px) and (max-width: 799px) {
  #shop-products {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }
}
#shop-products > li {
  min-height: 200px;
  text-align: center;
  background: #FFF;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#shop-products > li.hero {
  grid-row-start: span 2;
  background: #AFF;
  min-height: 400px;
}
#shop-products > li.wide {
  grid-column-start: span 2;
}
#shop-products > li a {
  text-decoration: none;
}
#shop-products > li a h3 {
  margin-top: 8px;
  word-wrap: break-word;
}
@media only screen and (max-width: 799px) {
  #shop-products > li a h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 799px) {
  #shop-products > li a p {
    word-wrap: break-word;
  }
}
#shop-products > li a:hover {
  text-shadow: none;
}
#shop-products > li a .price {
  font-size: 20px;
  margin-top: 10px;
}
#shop-products > li a .description {
  margin-top: -5px;
  color: #555 !important;
}
#shop-products > li:hover {
  border-color: #80d4f9;
}
#shop-breadcrumbs-stub {
  display: none;
}
@media only screen and (max-width: 799px) {
  #shop-breadcrumbs-stub {
    grid-area: breadcrumbs;
    display: block;
  }
}
#shop-breadcrumbs {
  grid-area: breadcrumbs;
  text-align: left;
}
#shop-breadcrumbs li {
  display: inline-block;
}
#shop-breadcrumbs li::before {
  padding: 0 5px;
  content: "›";
}
#shop-breadcrumbs li:first-child::before {
  display: none;
}
#shop-breadcrumbs li a {
  text-decoration: none;
  text-transform: uppercase;
}
#shop-breadcrumbs.fixed {
  position: fixed;
  top: 0px;
  height: 35px;
  background-image: linear-gradient(white, white, transparent);
}
@media only screen and (max-width: 799px) {
  #shop-breadcrumbs {
    position: absolute;
    right: 20px;
    overflow-x: hidden;
    white-space: nowrap;
  }
}
.button-primary {
  color: #FFF;
  background-color: #4FC3F7;
  border: 1px solid #4FC3F7;
  cursor: pointer;
}
.button-primary:hover {
  color: #4FC3F7;
  background-color: white;
}
#shop-products li.stocked-high,
#shop-products li.stocked-medium {
  background-image: url(/images/buttons/truck-high.svg);
  background-size: 27px 18px;
  background-repeat: no-repeat;
  background-position: left 4px bottom 5px;
}
#shop-products li.stocked-medium {
  background-image: url(/images/buttons/truck-medium.svg);
}
#shop-products li.discount .price {
  color: red;
}
#shop-products li.discount s {
  position: relative;
  top: 0.4em;
  font-size: 80%;
  background: linear-gradient(to left top, transparent 47.75%, currentColor 49.5%, currentColor 50.5%, transparent 52.25%);
  text-decoration: none;
  color: #4FC3F7;
}
#shop-products li.discount s::before {
  color: red;
  content: "Aktion";
  text-transform: none;
  position: relative;
  margin-left: -2.5em;
  width: 2em;
  left: 3em;
  top: -1em;
}
#shop-products li.productGroup {
  background-image: none;
}
#shop-product {
  grid-area: products;
}
#shop-product table td {
  padding-right: 20px;
}
#shop-product a.edit {
  display: block;
  float: right;
}
#shop-product form {
  float: right;
  padding-top: 7px;
}
#shop-product div.stocked {
  line-height: 26px;
  height: 26px;
  padding-left: 37px;
  background-repeat: no-repeat;
  background-position: left center;
}
#shop-product div.stocked.stocked-high {
  color: #3C3;
  background-image: url(/images/buttons/truck-high.svg);
}
#shop-product div.stocked.stocked-medium {
  color: #f0ad4e;
  background-image: url(/images/buttons/truck-medium.svg);
}
#shop-product button {
  background-image: url("/images/buttons/cart-white.svg");
  background-position: 5px 5px;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  height: 40px;
  text-align: right;
  min-width: 8em;
  padding-left: 40px;
  color: #FFF;
  background-color: #4FC3F7;
  border: 1px solid #4FC3F7;
  cursor: pointer;
}
#shop-product button:hover {
  color: #4FC3F7;
  background-color: white;
}
#shop-product button:hover {
  background-image: url("/images/buttons/cart-empty.svg");
}
#shop-product button:hover s {
  color: #4FC3F7 !important;
}
#shop-product.discount button {
  color: red;
}
#shop-product.discount button s {
  position: relative;
  top: 0.4em;
  font-size: 80%;
  background: linear-gradient(to left top, transparent 47.75%, currentColor 49.5%, currentColor 50.5%, transparent 52.25%);
  text-decoration: none;
  color: #FFF;
}
#shop-product.discount button s::before {
  color: red;
  content: "Aktion";
  text-transform: none;
  position: relative;
  margin-left: -2.5em;
  width: 2em;
  left: 3em;
  top: -1em;
}
#shop-product .name {
  color: #4FC3F7;
}
#shop-product .number {
  float: right;
}
#shop-product .description {
  color: #555;
  font-family: sans-serif;
  letter-spacing: unset;
  text-transform: none;
}
#shop-product img.main {
  border: 1px solid rgba(79, 195, 247, 0.3);
}
@media only screen and (max-width: 510px) {
  #shop-product img.main {
    width: calc(100% - 30px*2);
  }
}
#shop-product ul.variants li {
  display: inline-block;
  margin: 5px;
}
#shop-product ul.variants li a {
  text-decoration: none;
  border: 1px solid rgba(79, 195, 247, 0.9);
  padding: 1px 5px;
}
#shop-product ul.variants li.active a {
  color: #FFF;
  background-color: rgba(79, 195, 247, 0.9);
}
#shop-product .images::after {
  content: "";
  clear: both;
  display: block;
}
#shop-product .images ul.thumbnails {
  float: left;
  margin: 0 20px 0 0;
  padding-left: 0;
  list-style: none;
}
#shop-product .images ul.thumbnails li {
  margin-bottom: 10px;
}
#shop-product .images ul.thumbnails li a {
  display: block;
  border: 1px solid rgba(79, 195, 247, 0.3);
}
#cartItems {
  list-style: none;
  padding-left: 0;
}
#cartItems li {
  border-bottom: 4px solid #4FC3F7;
  padding: 16px 0;
  display: grid;
  grid-template-columns: 260px 1fr 200px;
  grid-template-rows: 1fr;
  grid-template-areas: "left center right";
}
@media only screen and (max-width: 799px) {
  #cartItems li {
    grid-template-rows: 128px auto auto;
    grid-template-columns: 1fr;
    grid-template-areas: "left" "center" "right";
  }
  #cartItems li .check-left img {
    height: 100%;
  }
}
#cartItems li .check-left {
  grid-area: left;
}
#cartItems li .check-center {
  grid-area: center;
}
#cartItems li .check-center h2 {
  margin-top: 0;
}
#cartItems li .check-right {
  grid-area: right;
}
#cartItems li .check-right .amount {
  font-size: 24px;
  color: #4FC3F7;
  float: left;
  text-align: center;
}
#cartItems li .check-right .price {
  font-size: 24px;
  color: #4FC3F7;
  text-align: right;
}
#cartItems li.shipping button {
  font-size: 16px;
  text-transform: none;
  margin: 0;
}
#cartItems li img.main {
  border: 1px solid rgba(79, 195, 247, 0.3);
}
#cartItems .buttons form {
  display: inline-block;
}
#cartItems .buttons form:nth-child(1) {
  margin-right: 8px;
}
#cartItems .buttons form button {
  width: 32px;
  padding: 2px 0;
}
#checkThanks h2 {
  margin-bottom: 32px;
}
#checkThanks p {
  font-size: 16px;
}
.big-button {
  padding: 8px 16px;
  color: #4FC3F7;
  background-color: #FFF;
  border: 1px solid #D7D7D7;
  border-bottom: 2px solid #4FC3F7;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  color: #FFF;
  background-color: #4FC3F7;
  border: 1px solid #4FC3F7;
  cursor: pointer;
}
.big-button:hover {
  color: #4FC3F7;
  background-color: white;
}
#cartButtons {
  text-align: center;
  margin: 32px 0 32px 0;
}
#cartButtons a {
  padding: 8px 16px;
  color: #4FC3F7;
  background-color: #FFF;
  border: 1px solid #D7D7D7;
  border-bottom: 2px solid #4FC3F7;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  color: #FFF;
  background-color: #4FC3F7;
  border: 1px solid #4FC3F7;
  cursor: pointer;
}
#cartButtons a:hover {
  color: #4FC3F7;
  background-color: white;
}
#cartButtons a:first-child {
  display: inline-block;
  margin-right: 16px;
}
#cartTotal {
  text-align: right;
}
#cartTotal .price {
  display: inline-block;
  width: 6em;
}
#cartTotal .total {
  color: #4FC3F7;
  font-size: 24px;
}
#checkAddresses {
  margin: 32px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  grid-template-areas: "invoice shipping";
  grid-gap: 32px;
}
@media only screen and (max-width: 799px) {
  #checkAddresses {
    display: block;
  }
}
#checkAddresses h3 {
  margin-top: 0;
}
#checkAddresses a {
  display: block;
  float: right;
  text-decoration: none;
  padding: 4px 8px;
  color: #FFF;
  background-color: #4FC3F7;
  border: 1px solid #4FC3F7;
  cursor: pointer;
}
#checkAddresses a:hover {
  color: #4FC3F7;
  background-color: white;
}
#checkAddresses #invoiceAddress {
  grid-area: "invoice";
}
#checkAddresses #shippingAddress {
  grid-area: "shipping";
}
#remark textarea {
  max-width: 400px;
}
#payments.marked,
#legals.marked {
  border: 3px solid #FF8833;
  padding: 16px 32px;
}
#payments.marked .hint,
#legals.marked .hint {
  color: #FF8833;
  font-weight: bold;
}
#payments ul,
#legals ul {
  list-style: none;
}
#payments input[type="radio"],
#legals input[type="radio"],
#payments input[type="checkbox"],
#legals input[type="checkbox"] {
  width: 32px;
  display: inline-block;
  margin-top: 0;
}
#payments img,
#legals img {
  display: none;
}
#payments li {
  display: flex;
  justify-content: start;
  align-items: center;
}
#payments img {
  vertical-align: middle;
  display: inline-block;
}
#payments .info {
  display: inline-block;
  margin-left: 10px;
}
#buy {
  margin: 32px 0;
}
#buy[disabled] {
  cursor: not-allowed;
  color: #777;
  background-color: #CCC;
  border-color: #777;
}
#buy[disabled]:hover {
  color: #777;
  background-color: #CCC;
  border-color: #777;
}
/* contact */
.bottom-spacer {
  margin-bottom: 32px;
}
a.map,
a.map img {
  display: block;
  width: 100%;
  margin-bottom: 32px;
}
.contact-button span,
.contact-button img {
  display: inline-block;
  line-height: 32px;
  vertical-align: middle;
}
.contact-button span {
  margin-left: 8px;
}
.contact-button ~ .contact-button {
  margin-bottom: 32px;
}
form input,
form textarea,
form button,
form select {
  display: block;
  width: 100%;
  margin-top: 16px;
  padding: 8px 16px;
  color: #4FC3F7;
  background-color: #FFF;
  border: 1px solid #D7D7D7;
  border-bottom: 2px solid #4FC3F7;
}
form input::placeholder,
form textarea::placeholder,
form button::placeholder,
form select::placeholder {
  color: rgba(79, 195, 247, 0.6);
}
form button {
  color: #FFF;
  background-color: #4FC3F7;
  border: 1px solid #4FC3F7;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
}
form button:hover {
  color: #4FC3F7;
  background-color: white;
}
form textarea {
  min-height: 150px;
}
label.legals {
  padding: 10px 0;
  display: block;
  padding-left: 50px;
}
label.legals input {
  width: 20px;
  float: left;
  display: block;
  position: relative;
  left: -40px;
  top: 5px;
  margin-right: -20px;
  margin-top: 0;
}
/* myCustomer / myMaxton */
#myCustomer .orderHeader {
  padding: 10px;
  border: 1px solid rgba(79, 195, 247, 0.3);
  margin: 15px 0 15px 0;
}
#myCustomer .orderHeader > h3 {
  margin-top: 0;
}
#myCustomer .orderHeader .product-thumbnails img {
  width: auto;
  height: 72px;
}
@media only screen and (min-width: 800px) {
  #myCustomer .orderHeader div.orderAddresses {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
}
#myCustomer a.orderDetails {
  text-decoration: none;
  padding: 3px 5px;
  border: 1px solid #4FC3F7;
  color: #4FC3F7;
  background-color: white;
}
#myCustomer a.orderDetails:hover {
  color: white;
  background-color: #4FC3F7;
}
#myCustomer div.orderDetails ul.transactionItems {
  list-style: none;
}
#myCustomer div.orderDetails ul.transactionItems li a {
  border-top: 1px solid rgba(79, 195, 247, 0.3);
  display: grid;
  grid-template-columns: 72px 1fr 3em 5em;
  grid-template-areas: "image name amount price" "image description number number";
  grid-gap: 16px;
  text-decoration: none;
  cursor: pointer;
}
#myCustomer div.orderDetails ul.transactionItems li a h2,
#myCustomer div.orderDetails ul.transactionItems li a h3 {
  font-size: 16px;
  letter-spacing: 2px;
  border: none;
}
#myCustomer div.orderDetails ul.transactionItems li a p {
  font-size: 14px;
}
#myCustomer div.orderDetails ul.transactionItems li a img {
  grid-area: image;
  width: 100%;
  height: auto;
}
#myCustomer div.orderDetails ul.transactionItems li a .name {
  grid-area: name;
}
#myCustomer div.orderDetails ul.transactionItems li a .amount {
  grid-area: amount;
  text-transformation: none;
}
#myCustomer div.orderDetails ul.transactionItems li a .price {
  grid-area: price;
}
#myCustomer div.orderDetails ul.transactionItems li a .number {
  grid-area: number;
}
#myCustomer div.orderDetails ul.transactionItems li a .description {
  grid-area: description;
}
@media only screen and (max-width: 799px) {
  #myCustomer div.orderDetails ul.transactionItems li a {
    grid-template-columns: 36px 36px 1fr;
    grid-template-areas: "image image name" "image image description" "amount price number";
  }
  #myCustomer div.orderDetails ul.transactionItems li a h3,
  #myCustomer div.orderDetails ul.transactionItems li a p {
    margin: 8px 0 8px 0;
  }
}
#myCustomer .logout {
  float: right;
  padding: 8px 16px;
  color: #4FC3F7;
  background-color: #FFF;
  border: 1px solid #D7D7D7;
  border-bottom: 2px solid #4FC3F7;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  color: #FFF;
  background-color: #4FC3F7;
  border: 1px solid #4FC3F7;
  cursor: pointer;
}
#myCustomer .logout:hover {
  color: #4FC3F7;
  background-color: white;
}
.my-nav {
  padding-left: 0;
  list-style: none;
}
.my-nav li {
  display: inline-block;
  margin-right: 10px;
}
.my-nav li a {
  color: #FFF;
  background-color: #4FC3F7;
  border: 1px solid #4FC3F7;
  cursor: pointer;
  text-decoration: none;
  padding: 6px 5px;
  line-height: 1;
  font-weight: bold;
}
.my-nav li a:hover {
  color: #4FC3F7;
  background-color: white;
}
/* expanders */
.expanderSection h3 {
  line-height: 32px !important;
  height: 32px;
}
.expanderSection h3::after {
  content: "";
  clear: both;
  display: block;
}
.expanderSection .expanderButton {
  cursor: pointer;
  display: none;
  float: right;
  height: 32px;
}
.expanderSection .expanderBlock.closed {
  max-height: 0;
  overflow: hidden;
}
.expanderSection .expanderBlock.opened {
  transition: max-height 0.8s ease-in;
  max-height: 1000px;
  overflow: hidden;
}
/* downloads */
ul#downloads {
  list-style: none;
  padding-left: 0;
}
ul#downloads li {
  margin: 32px 0;
}
ul#downloads li::after {
  content: "";
  clear: both;
  display: block;
}
ul#downloads li img.preview {
  width: 80px;
}
ul#downloads li:nth-child(odd) img.preview {
  float: left;
}
ul#downloads li:nth-child(odd) .main {
  margin-left: 100px;
}
ul#downloads li:nth-child(even) img.preview {
  float: right;
}
ul#downloads li:nth-child(even) .main {
  margin-right: 100px;
  text-align: right;
}
ul#downloads a {
  display: inline-block;
  margin: 0 5px;
}
p.lead {
  margin: 24px 0;
  font-size: 20px;
}
.form-group label {
  margin-top: 16px;
  display: block;
  color: #4FC3F7;
  font-weight: bold;
}
.form-group input {
  margin-top: 0;
}
.separator {
  border-top: 3px solid #4FC3F7;
  text-align: center;
  margin: 64px 0;
}
.separator span {
  position: relative;
  top: -12px;
  background-color: #FFF;
  font-size: 16px;
  font-weight: bold;
  color: #4FC3F7;
  padding: 5px 5px;
}
.alert {
  border: 3px solid #4FC3F7;
  margin: 64px 0;
  padding: 32px;
}
.alert.alert-danger {
  color: #F55;
  border-color: #F55;
}
.alert.alert-success {
  color: #3C3;
  border-color: #3C3;
}
input:invalid,
select:invalid {
  border-bottom-color: #F00;
}
table td.r {
  text-align: right;
}
#cookieModal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
#cookieModal h2 {
  margin-top: 0;
  margin-bottom: 10px;
}
#cookieModal button {
  color: #FFF;
  padding: 5px 9px;
  background-color: #4FC3F7;
  border: none;
  cursor: pointer;
  font-weight: bold;
  float: right;
}
#cookieModal .option ~ .option {
  border-top: 1px solid #CCC;
  padding-top: 10px;
}
#cookieModal .cookieModalContent {
  width: 40em;
  margin: 30px auto;
  padding: 10px 20px;
  background-color: #FFF;
}
#cookieModal .cookieModalContent::after {
  content: "";
  clear: both;
  display: block;
}
@media only screen and (max-width: 799px) {
  #cookieModal .cookieModalContent {
    width: auto;
    margin: 20px;
  }
}
#advent-calendar {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  grid-gap: 10px;
  margin: 20px 0;
}
#advent-calendar .item {
  border: 1px solid #D7D7D7;
}
#advent-calendar .item a {
  text-decoration: none;
  display: block;
}
#advent-calendar .item img {
  max-width: 100%;
  display: block;
}
#advent-calendar .item span {
  padding: 5px;
  display: block;
  position: relative;
  margin-bottom: -30px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  font-size: 30px;
  color: #4FC3F7;
  text-shadow: 0 0 2px #FFF, 0 0 5px #FFF;
}
#advent-calendar .item.today {
  box-shadow: 0 0 3px #4FC3F7;
}
#advent-calendar .item.today span {
  text-shadow: 0 0 3px #4FC3F7;
}
#advent-calendar .item.old img {
  filter: opacity(30%) grayscale(100%);
}
#advent-calendar .item.old span {
  color: #D7D7D7;
}
h2.top-margin {
  margin-top: 1em;
  margin-bottom: -0.2em;
}
/* JL: */
.imgHeader {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.imgHeader img {
  width: 60%;
}
@media only screen and (max-width: 799px) {
  .imgHeader {
    padding-top: 5%;
    padding-bottom: 27%;
  }
  .imgHeader img {
    width: 72%;
  }
}
