@import "/fonts/stylesheet.css";
html, body {
  font-family: 'Mote';
  background: #4a4a4a !important; }

html, body.order {
  background: white; }

.button {
  border-radius: 0;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-shadow: none; }
  .button.is-primary {
    background: #435feb; }
    .button.is-primary:disabled {
      background: #435feb; }
    .button.is-primary:hover {
      background: #2940b3; }

.is-checkradio[type=radio] + label::before,
.is-checkradio[type=radio] + label:before {
  border-color: #dedede; }

.is-checkradio[type=radio]:hover:not([disabled]) + label::before,
.is-checkradio[type=radio]:hover:not([disabled]) + label:before {
  border-color: #435feb !important; }

.is-checkradio[type=radio] + label::after,
.is-checkradio[type=radio] + label:after {
  background: #435feb; }

.is-vertical-center {
  display: flex;
  align-items: center; }

#cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0; }
  #cookie-banner .notification {
    padding: 1rem; }

.container {
  max-width: 1000px;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(35, 34, 34, 0.5); }

.main-header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 20px;
  border-bottom: 1px solid #e6e3e3; }
  .main-header .logo {
    display: flex;
    width: 100%;
    max-width: 300px; }

@media (max-width: 768px) {
  .main-header {
    padding: 20px; }
    .main-header .logo {
      max-width: 200px; } }

.main-footer {
  background-color: #232222;
  color: #767070;
  outline: #232222 solid 1px;
  font-size: 0.875rem;
  line-height: 1.07143;
  letter-spacing: 0.03em;
  padding: 40px 20px;
  display: flex;
  justify-content: center; }
  .main-footer a {
    color: #767070;
    text-decoration: none; }
    .main-footer a:not(:first-child)::before {
      content: "\2022";
      margin-left: 5px;
      margin-right: 5px; }
    .main-footer a:hover {
      text-decoration: underline; }

html, body {
  background-color: #3c3d3f; }

::selection {
  background-color: #e30613;
  color: #fff; }

::-moz-selection {
  background-color: #e30613;
  color: #fff; }

.top-image {
  display: block; }

.bc-player-default_default .vjs-big-play-button,
.bc-player-default_default.vjs-mouse .vjs-big-play-button {
  left: 46%;
  top: 46%;
  width: 8%;
  height: 8%;
  background: #e30613;
  border-radius: 200px; }
  .bc-player-default_default .vjs-big-play-button::before,
  .bc-player-default_default.vjs-mouse .vjs-big-play-button::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    line-height: 170%;
    color: white;
    opacity: 1; }

.kassenbon.section {
  margin: 0;
  padding-top: 0; }
  .kassenbon.section small {
    display: block;
    margin: 1rem;
    margin-bottom: 3rem;
    font-weight: 300;
    line-height: 1rem;
    color: #4b4c4e;
    font-size: 0.75rem;
    text-align: center; }
    .kassenbon.section small a {
      color: #4b4c4e;
      text-decoration: underline; }
  .kassenbon.section .title.article {
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-family: 'Mote';
    font-weight: 700;
    line-height: 28.8px;
    color: #232222; }
  .kassenbon.section p {
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 400;
    line-height: 20.8px;
    color: #232222; }
  .kassenbon.section .image img {
    max-width: 100%; }

.notification.is-dark {
  margin: 0;
  padding: 0;
  background-color: #4b4c4e;
  color: white;
  padding: 2rem;
  padding-top: 50px;
  margin: 4rem 0 0 0;
  border-radius: 0; }
  .notification.is-dark .title {
    margin: 0;
    padding: 0;
    font-family: 'Mote';
    font-weight: 600;
    text-align: center;
    line-height: 28px;
    color: white;
    font-size: 28px;
    margin-bottom: 10px; }
  .notification.is-dark .subtitle {
    margin-top: 0;
    text-align: center;
    font-family: 'Mote';
    font-style: italic;
    margin-bottom: 50px;
    color: white;
    font-size: 14px;
    letter-spacing: .5px;
    line-height: 1.25;
    font-weight: 400; }
  .notification.is-dark .image {
    margin: 0; }
    .notification.is-dark .image img {
      display: block;
      margin: 0; }
  .notification.is-dark li {
    margin-bottom: 1rem;
    font-size: 18px;
    line-height: 23.4px;
    color: white; }
    .notification.is-dark li strong {
      font-weight: 600; }
  .notification.is-dark .columns {
    margin-bottom: 0; }
    .notification.is-dark .columns .column {
      margin-bottom: 0;
      padding-top: 0;
      padding-bottom: 0; }

@media (min-width: 768px) {
  .notification.is-dark .subtitle {
    margin-bottom: 2rem; } }

#kassenbon-modal h3 {
  margin-bottom: 0; }

#kassenbon-modal .button.is-primary {
  margin-bottom: 1rem; }

#kassenbon-modal .delete {
  position: absolute;
  top: 1rem;
  right: 1rem; }
