@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700|Open+Sans:400,400i,700,800');
#headerCenter {
  justify-content: center;
}
#headerRight {
  text-align: right;
  display: flex;
  align-items: stretch;
  margin-left: auto;
}
#headerBottom {
  text-align: center;
}
.teaser {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .teaser {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .teaser {
    padding-left: 40px;
  }
}
@media (min-width: 1200px) {
  .teaser {
    padding-left: 40px;
  }
}
@media (min-width: 768px) {
  .teaser {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .teaser {
    padding-right: 40px;
  }
}
@media (min-width: 1200px) {
  .teaser {
    padding-right: 40px;
  }
}
.teaser footer {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .teaser footer {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .teaser footer {
    padding-left: 40px;
  }
}
@media (min-width: 1200px) {
  .teaser footer {
    padding-left: 40px;
  }
}
@media (min-width: 768px) {
  .teaser footer {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .teaser footer {
    padding-right: 40px;
  }
}
@media (min-width: 1200px) {
  .teaser footer {
    padding-right: 40px;
  }
}
@media (min-width: 768px) {
  .teaser footer {
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .teaser footer {
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .teaser footer {
    padding-bottom: 60px;
  }
}
.teaser footer a {
  background: #ff346e;
  display: inline-block;
  padding: 12px 15px;
  border-radius: 2px;
  font-weight: bold;
  color: white;
  transition: .3s;
}
.teaser footer a:hover {
  text-decoration: none;
  background: #6594c3;
}
.teaser footer a:after {
  content: " »";
}
.teaser > * {
  padding-left: 0;
  padding-right: 0;
}
section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
section > * {
  max-width: 992px;
  margin: auto;
}
section:nth-child(odd) {
  background: #eee;
}
/******* optional Hilfs-Mixins *******/
/****** standard-css */
* {
  box-sizing: border-box;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
.contentBox > h1,
.contentBox > h2,
.contentBox > h3,
.contentBox > h4,
.contentBox > h5,
.contentBox > h6 {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .contentBox > h1,
  .contentBox > h2,
  .contentBox > h3,
  .contentBox > h4,
  .contentBox > h5,
  .contentBox > h6 {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .contentBox > h1,
  .contentBox > h2,
  .contentBox > h3,
  .contentBox > h4,
  .contentBox > h5,
  .contentBox > h6 {
    padding-top: 60px;
  }
}
@media (min-width: 1200px) {
  .contentBox > h1,
  .contentBox > h2,
  .contentBox > h3,
  .contentBox > h4,
  .contentBox > h5,
  .contentBox > h6 {
    padding-top: 60px;
  }
}
@media (min-width: 768px) {
  .contentBox > h1,
  .contentBox > h2,
  .contentBox > h3,
  .contentBox > h4,
  .contentBox > h5,
  .contentBox > h6 {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .contentBox > h1,
  .contentBox > h2,
  .contentBox > h3,
  .contentBox > h4,
  .contentBox > h5,
  .contentBox > h6 {
    padding-left: 40px;
  }
}
@media (min-width: 1200px) {
  .contentBox > h1,
  .contentBox > h2,
  .contentBox > h3,
  .contentBox > h4,
  .contentBox > h5,
  .contentBox > h6 {
    padding-left: 40px;
  }
}
@media (min-width: 768px) {
  .contentBox > h1,
  .contentBox > h2,
  .contentBox > h3,
  .contentBox > h4,
  .contentBox > h5,
  .contentBox > h6 {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .contentBox > h1,
  .contentBox > h2,
  .contentBox > h3,
  .contentBox > h4,
  .contentBox > h5,
  .contentBox > h6 {
    padding-right: 40px;
  }
}
@media (min-width: 1200px) {
  .contentBox > h1,
  .contentBox > h2,
  .contentBox > h3,
  .contentBox > h4,
  .contentBox > h5,
  .contentBox > h6 {
    padding-right: 40px;
  }
}
p:last-child {
  margin-bottom: 0;
}
img {
  max-width: 100%;
}
@media (min-width: 992px) {
  img {
    max-width: none;
  }
}
.floatLeft {
  margin-right: 20px;
}
.floatRight {
  margin-left: 20px;
}
iframe {
  width: 100%;
  height: 400px;
}
.fullWidth {
  max-width: 100%;
  width: 100%;
}
.error {
  color: #ff2448;
}
button,
hr,
input {
  overflow: visible;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
progress,
sub,
sup {
  vertical-align: baseline;
}
[type=checkbox],
[type=radio],
legend {
  box-sizing: border-box;
  padding: 0;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
select {
  text-transform: none;
}
[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
html,
body {
  height: 100%;
  height: 100vh;
}
.pageWrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  height: 100vh;
}
main {
  flex: 1 0 auto;
}
.container,
main > *,
.contentBox > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 992px;
}
.contentBox {
  width: 100%;
  max-width: 100%;
}
main > section {
  width: 100%;
  max-width: 100%;
}
.contentPadding,
article,
form {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .contentPadding,
  article,
  form {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .contentPadding,
  article,
  form {
    padding-left: 40px;
  }
}
@media (min-width: 1200px) {
  .contentPadding,
  article,
  form {
    padding-left: 40px;
  }
}
@media (min-width: 768px) {
  .contentPadding,
  article,
  form {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .contentPadding,
  article,
  form {
    padding-right: 40px;
  }
}
@media (min-width: 1200px) {
  .contentPadding,
  article,
  form {
    padding-right: 40px;
  }
}
.contentPadding,
article,
form {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .contentPadding,
  article,
  form {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .contentPadding,
  article,
  form {
    padding-top: 60px;
  }
}
@media (min-width: 1200px) {
  .contentPadding,
  article,
  form {
    padding-top: 60px;
  }
}
@media (min-width: 768px) {
  .contentPadding,
  article,
  form {
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .contentPadding,
  article,
  form {
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .contentPadding,
  article,
  form {
    padding-bottom: 60px;
  }
}
.headerWrapper {
  background: #080708;
  flex-shrink: 0;
}
.headerWrapper header {
  display: block;
  padding: 0px 0px 0px 0px;
  position: relative;
}
@media (min-width: 768px) {
  .headerWrapper header {
    display: flex;
    padding: 0px 20px 0px 20px;
  }
}
@media (min-width: 992px) {
  .headerWrapper header {
    padding: 0px 40px 0px 40px;
  }
}
.headerWrapper header > * {
  display: flex;
  align-items: center;
}
.logo {
  margin: 5px 1em 5px 0;
  display: flex;
  position: relative;
}
@media (min-width: 768px) {
  .logo {
    margin: 10px 1em 10px 0;
  }
}
@media (min-width: 992px) {
  .logo {
    left: 0;
    margin: 20px 2em 20px 0;
  }
}
.logo > img {
  height: 40px;
  max-width: none;
  max-height: 100%;
}
@media (min-width: 768px) {
  .logo > img {
    height: 67px;
  }
}
@media (min-width: 992px) {
  .logo > img {
    height: 93px;
  }
}
.pageHeading {
  display: inline-block;
  font-size: 1.3em;
  color: #576a7c;
  font-weight: bold;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .pageHeading {
    font-size: 1.5em;
    margin-bottom: 0.2em;
  }
}
@media (min-width: 992px) {
  .pageHeading {
    font-size: 1.6em;
  }
}
.slogan {
  white-space: nowrap;
}
nav a {
  text-decoration: none;
  color: inherit;
}
nav a:hover,
nav a:active {
  text-decoration: none;
}
nav a:focus {
  outline: none;
}
.headerWrapper nav {
  display: flex;
  align-items: stretch;
  height: 100%;
  white-space: nowrap;
}
.headerWrapper nav a {
  display: flex;
  align-items: center;
  padding-left: 1em;
  padding-right: 1em;
  color: #576a7c;
  transition: 0.4s;
}
.headerWrapper nav a.over,
.headerWrapper nav a.active {
  color: #5a8dbe;
}
#headerBottom {
  text-align: center;
}
@media (min-width: 768px) {
  #headerBottom nav {
    display: inline-flex;
  }
  #headerBottom nav a {
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 1.3em;
  }
}
main > nav,
nav.secondary {
  max-width: 100%;
  background: #576a7c;
  color: #fff;
  position: relative;
  text-align: center;
}
main > nav > a,
nav.secondary > a,
main > nav .dropdown > a,
nav.secondary .dropdown > a {
  display: inline-block;
  padding: 0.8em 1em 0.8em 1em;
}
main > nav > a.active,
nav.secondary > a.active,
main > nav .dropdown > a.active,
nav.secondary .dropdown > a.active {
  background: #457bb0;
  color: #fff;
}
main > nav > a.over,
nav.secondary > a.over,
main > nav .dropdown > a.over,
nav.secondary .dropdown > a.over {
  background: #457bb0;
  text-decoration: none;
  color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #ff346e;
}
h1 {
  font-size: 1.6em;
}
h2 {
  font-size: 1.3em;
}
h3 {
  font-size: 1.2em;
}
.burger {
  min-width: 24px;
  margin-left: auto;
}
.burger .line {
  background-color: #ffffff;
}
@media (max-width: 767px) {
  html > body.hasBurger nav:not(.noburger) {
    display: none;
  }
  .burgerNav a.active {
    background: #457bb0;
  }
}
@media (min-width: 768px) {
  .burger {
    display: none;
  }
}
.columns {
  padding: 0;
}
@media (min-width: 768px) {
  .columns {
    display: flex;
    flex-wrap: wrap;
    min-width: 0;
  }
  .columns > * {
    flex: 1;
  }
  .columns > *:not(:last-child) {
    padding-right: 2.5%;
  }
  .columns > *:last-child:not(:first-child) {
    padding-left: 2.5%;
  }
}
body {
  color: #444;
  font-size: 85%;
  line-height: 1.4;
  word-spacing: 0.15em;
}
@media (min-width: 768px) {
  body {
    font-size: 85%;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 100%;
  }
}
article img,
.phrase img,
.text img {
  margin-bottom: 15px;
  margin-top: 5px;
}
article img:first-child,
.phrase img:first-child,
.text img:first-child {
  margin: 0;
  vertical-align: bottom;
}
article time,
.phrase time,
.text time {
  display: block;
  margin-bottom: 1em;
  font-size: 0.9em;
  font-style: italic;
  font-weight: bold;
}
article:after,
.phrase:after,
.text:after {
  content: '';
  display: block;
  clear: both;
}
a[href^="tel"]:link,
a[href^="tel"]:visited,
a[href^="tel"]:hover {
  text-decoration: underline;
}
@media (min-width: 992px) {
  a[href^="tel"]:link,
  a[href^="tel"]:visited,
  a[href^="tel"]:hover {
    color: inherit;
    cursor: default;
    text-decoration: none;
  }
}
a {
  color: #37618b;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
form {
  max-width: 600px;
  margin: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  form {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  form {
    padding-left: 40px;
  }
}
@media (min-width: 1200px) {
  form {
    padding-left: 40px;
  }
}
@media (min-width: 768px) {
  form {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  form {
    padding-right: 40px;
  }
}
@media (min-width: 1200px) {
  form {
    padding-right: 40px;
  }
}
.field {
  margin-top: 2em;
  margin-bottom: 2em;
}
input[type='text'],
input[type='email'] {
  outline: 0;
}
input[type='text']:focus,
input[type='email']:focus {
  box-shadow: inset 0 -1px #ff346e;
}
textarea {
  outline: 0;
  font-family: inherit;
  font-size: inherit;
}
textarea:focus {
  box-shadow: -1px 1px #ff346e inset, 1px -1px #ff346e inset;
}
.field {
  position: relative;
}
input[type] {
  margin-bottom: 0;
}
input[type='text'],
input[type='email'] {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}
input[type='text'] + label,
input[type='email'] + label,
textarea + label {
  position: absolute;
  top: 0;
  left: 7px;
  padding-left: 0;
  padding-top: 7px;
  width: 100%;
  transition: .2s;
  transform-origin: left top;
}
textarea + label {
  margin-top: 0;
}
input[type='text']:focus + label,
input[type='text'].hasContent + label,
input[type='text'][data-has-value='true'] + label,
input[type='email']:focus + label,
input[type='email'].hasContent + label,
input[type='email'][data-has-value='true'] + label {
  transform: translateY(-1.4rem) scale(0.85);
}
textarea:focus + label,
textarea.hasContent + label,
textarea[data-has-value='true'] + label {
  transform: translateY(-1.8rem) scale(0.85);
}
input[type='text']:focus + label,
input[type='email']:focus + label,
textarea:focus + label {
  color: #ff346e;
}
input[type='file'] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
input[type='file'] + label {
  padding: 0;
  display: block;
}
input[type='file'] + label > .text {
  padding-left: 7px;
}
input[type='file'] + label > button {
  display: block;
  width: 100%;
  pointer-events: none;
  margin: 0;
  margin-top: 0.5em;
}
input[type='file']:focus + label {
  color: #ff346e;
}
input[type='file']:focus + label > button {
  border: 1px dashed #68afde;
}
input[type='file'] + label:hover > button {
  background-color: #ff1a5c;
  transition: 0.5s;
}
input[type='radio'],
input[type='checkbox'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  font-size: 1em;
}
input[type='radio'] + label,
input[type='checkbox'] + label {
  display: inline-block;
  min-height: 2em;
}
input[type='checkbox']:checked,
input[type='checkbox']:not(:checked),
input[type='radio']:checked,
input[type='radio']:not(:checked) {
  background: transparent;
  position: relative;
  visibility: hidden;
  margin: 0;
  padding: 0;
}
input[type='checkbox']:checked + label::before,
input[type='checkbox']:not(:checked) + label::before,
input[type='radio']:checked + label::before,
input[type='radio']:not(:checked) + label::before {
  content: ' ';
  display: inline-block;
  width: 17px;
  height: 17px;
  position: relative;
  top: 4px;
  border: 1px solid #bbb;
  background: white;
  margin-right: 1em;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
input[type=radio]:checked + label::before,
input[type=radio]:not(:checked) + label::before {
  border-radius: 50%;
}
input[type='checkbox']:hover + label::before,
input[type='radio']:hover + label::before {
  background: #ddd;
  box-shadow: inset 0 0 0 2px white;
}
input[type='checkbox']:checked + label::before,
input[type='radio']:checked + label::before {
  background: #ff346e;
  box-shadow: inset 0 0 0 2px white;
  transition: 0.2s;
}
input[type='text'],
input[type='email'],
textarea {
  display: block;
  width: 100%;
}
input,
textarea,
button {
  padding: 8px 7px;
  border-width: 1px;
  border-style: solid;
  border-color: #ff346e;
  border-radius: 3px;
}
label {
  padding-left: 7px;
  color: #777;
}
label:not([for]) {
  display: block;
  color: inherit;
}
input[type="text"]:required ~ label:after,
input[type="email"]:required ~ label:after,
textarea ~ label:after,
input[type="file"]:required ~ label > .text:after {
  content: ' *';
}
button,
input[type='submit'] {
  background-color: #e60042;
  color: #fff;
  font-weight: bold;
  font-size: 0.9em;
  padding: 10px 20px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 3px;
  border-color: #cd003b;
}
button:hover,
input[type='submit']:hover {
  background-color: #ff1a5c;
  transition: 0.5s;
}
.helperText,
.word-counter,
.thumbnail > .text {
  margin: 7px;
  font-size: @{@floatingScaleFactor}em;
  color: #888;
}
.word-counter {
  float: right;
}
.errorText:not(:empty) {
  font-size: @{@floatingScaleFactor}em;
  padding: 7px;
  color: #ff2448;
}
.helperText:not(:empty) + .errorText {
  padding-top: 0;
}
.thumbnail {
  background: #f2f2f2;
}
.thumbErrorText {
  color: #ff2448;
}
.footerWrapper {
  flex-shrink: 0;
  font-size: 0.9em;
  background: #080708;
  color: white;
}
.footerWrapper > footer {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .footerWrapper > footer {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .footerWrapper > footer {
    padding-left: 40px;
  }
}
@media (min-width: 1200px) {
  .footerWrapper > footer {
    padding-left: 40px;
  }
}
@media (min-width: 768px) {
  .footerWrapper > footer {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .footerWrapper > footer {
    padding-right: 40px;
  }
}
@media (min-width: 1200px) {
  .footerWrapper > footer {
    padding-right: 40px;
  }
}
.footerWrapper a {
  display: inline-block;
  padding: 10px;
  color: white;
}
.footerWrapper a.over,
.footerWrapper a.active {
  color: white;
  text-decoration: none;
  background: #ff346e;
}
.logo {
  margin-left: 5px;
}
@media (min-width: 768px) {
  .logo {
    margin-left: 0;
  }
}
body {
  font-family: 'Open Sans', Verdana, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', Verdana, sans-serif;
  letter-spacing: 4px;
  text-transform: uppercase;
}
header .title {
  color: white;
  font-weight: 900;
  letter-spacing: 5px;
  font-family: 'Lato', Verdana, sans-serif;
}
header nav {
  text-align: center;
}
header nav a {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1em;
}
#headerLeft {
  padding-left: 15px;
}
@media (min-width: 768px) {
  #headerLeft {
    display: block;
    text-align: center;
    padding: 25px;
  }
}
#headerLeft .burger {
  width: 50px;
  height: 50px;
}
#headerRight {
  display: block;
  text-align: center;
  border-top: 1px solid #666;
}
#headerRight a {
  display: inline-flex;
  align-items: center;
  padding: 20px 1em;
  color: #68afde;
  transition: 0.4s;
}
#headerRight a.over,
#headerRight a.active {
  color: #ff346e;
  text-decoration: none;
}
@media (min-width: 768px) {
  #headerRight nav {
    display: inline-block;
  }
}
#headerRight > * {
  vertical-align: middle;
}
.headerWrapper header {
  display: block;
  text-align: center;
  padding: 0;
}
.jumbotron {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: white;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 10;
  font-size: 1.3em;
}
@media (min-width: 768px) {
  .jumbotron {
    font-size: 3.5em;
  }
}
.jumbotron * {
  text-align: center;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
}
.jumbotron > * {
  z-index: 20;
}
strong,
.strong {
  font-weight: 800;
}
.light {
  font-weight: 300;
}
.accent1 {
  color: #ff346e !important;
}
.accent2 {
  color: #68afde !important;
}
.jumbotron.home:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: black;
  z-index: 15;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1));
}
.contentBox {
  overflow-x: hidden;
}
.ShopPlugin .category .thead > * {
  border-bottom: 1px solid #eee;
}
@media (min-width: 768px) {
  .ShopPlugin .category .product > div:first-of-type {
    padding-left: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .ShopPlugin .category .product > div:first-of-type {
    padding-left: 20px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .ShopPlugin .category .product > div:first-of-type {
    padding-left: 40px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .ShopPlugin .category .product > div:first-of-type {
    padding-left: 40px;
  }
}
.ShopPlugin .category .product:nth-child(odd) {
  background: #e6f2f9;
}
@media (min-width: 992px) {
  .ShopPlugin .category .product:nth-child(odd) > div:first-of-type {
    position: relative;
  }
  .ShopPlugin .category .product:nth-child(odd) > div:first-of-type:before {
    content: '';
    position: absolute;
    background: #e6f2f9;
    top: 0;
    height: 100%;
    left: -2500px;
    width: 5000px;
    overflow: hidden;
    z-index: -1;
  }
}
.ShopPlugin .toCart .text {
  display: none;
}
@media (min-width: 768px) {
  .ShopPlugin .toCart .text {
    display: inline;
  }
}
@media (min-width: 768px) {
  .ShopPlugin .toCart .icon {
    margin-right: 0.6em;
    margin-left: -0.3em;
  }
}
.ShopPlugin .checkout {
  max-width: 600px;
  margin: auto;
}
.ShopPlugin .actions {
  text-align: center;
}
.ShopPlugin.cart:before {
  background-image: url('//cdn.justedit.com/material-design/ic_shopping_cart_24px.svg/68afde/ff346e');
  transition: .3s;
  opacity: 1;
}
.ShopPlugin.cart:after {
  content: '\0a00';
  width: 24px;
  background-image: url('//cdn.justedit.com/material-design/ic_shopping_cart_24px.svg/68afde/ff346e#highlight');
  transition: .3s;
  position: absolute;
  opacity: 0;
  background-position: center center;
}
.ShopPlugin.cart.over:before,
.ShopPlugin.cart.active:before {
  opacity: 0;
}
.ShopPlugin.cart.over:after,
.ShopPlugin.cart.active:after {
  opacity: 1;
}
.FormPlugin {
  max-width: 100%;
}
.FormPlugin form {
  max-width: 100%;
}
.FormPlugin .field:not(.TableField) {
  max-width: 600px;
}
.FormPlugin header {
  color: white;
  background: #e60042;
  min-height: 3rem;
}
.FormPlugin header label {
  color: white;
  font-weight: bolder;
  font-size: 1.2rem;
}
.FormPlugin .TableField > header > label {
  padding-left: 20px;
}
.FormPlugin table th,
.FormPlugin table td {
  padding: 20px;
}
.FormPlugin .itemFormWrapper {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .FormPlugin .itemFormWrapper {
    padding: 3em 0;
  }
}
.FormPlugin .itemFormWrapper > .itemForm {
  display: flex;
  flex-direction: column;
  box-shadow: 1px 1px 5px;
  border-radius: 2px;
}
.FormPlugin .itemFormWrapper .itemFormInputs {
  overflow-y: auto;
}
