@charset "UTF-8";
/**
 *
 * Filmpodium Biel/Bienne: Stylesheet public web
 *
 * @author		Manuel Märklin
 * @copyright	2026 Manuel Märklin, Switzerland
 * @link		https://www.2mp.ch
 */
/**
Fonts
 */
@font-face {
  font-family: 'favorit';
  font-weight: 400;
  font-style: normal;
  src: url("ABCFavorit-Regular.otf") format("truetype"); }
@font-face {
  font-family: 'favorit';
  font-weight: 400;
  font-style: italic;
  src: url("ABCFavorit-RegularItalic.otf") format("truetype"); }
@media all {
  /**
    * Allgemeine Definitionen
    */
  * {
    margin: 0;
    padding: 0; }

  html {
    font-size: 18px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility; }

  body {
    font-family: favorit, sans-serif;
    font-size: 1em;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    color: #000000;
    background: #f5f0f0; }

  a {
    color: #000;
    text-decoration: underline; }
    a.button {
      display: block;
      margin-top: 2.0rem;
      max-width: 16rem;
      background-color: #fff;
      border-color: #dbdbdb;
      border-width: 1px;
      border-radius: 1.222rem;
      color: #363636;
      cursor: pointer;
      justify-content: center;
      padding-bottom: calc(.5em - 1px);
      padding-left: 1em;
      padding-right: 1em;
      padding-top: calc(.5em - 1px);
      text-align: center;
      white-space: nowrap;
      text-decoration: none; }
    a.button:hover {
      background-color: #000;
      border-color: #dbdbdb;
      color: #fff; }

  h1 {
    font-size: 2.777rem;
    font-weight: 700;
    line-height: 3.333rem;
    text-transform: uppercase; }

  h2 {
    font-size: 1.666rem;
    font-weight: 700;
    line-height: 2.222rem;
    text-transform: uppercase; }

  form {
    line-height: 1.0em;
    margin-left: 2.0rem;
    padding: 0; }
    form .errormsg,
    form .formerror {
      color: #ff0000;
      font-size: 0.9em;
      padding-bottom: 0.5em; }
    form .form-group {
      margin-bottom: 0.5em; }
      form .form-group.labels-top label {
        margin-bottom: 0.1em; }
      form .form-group .elementgroup .inline {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0; }
    form label {
      display: inline-block;
      min-width: 15rem; }
      form label.required::after {
        content: '*';
        font-size: 1.1em;
        margin-left: 0.3rem; }
    form input,
    form select,
    form select optgroup,
    form textarea {
      font-family: favorit, sans-serif;
      font-size: 1.0em;
      font-style: normal;
      padding: 0.2em;
      background-color: #dfdfdf;
      border: 0;
      width: 20rem; }
    form input.numsmall {
      text-align: right;
      width: 5.0rem; }
    form input[type="radio"] {
      margin-top: 0.5em;
      width: 15px;
      margin-right: 0.7em; }
    form input[type="checkbox"],
    form .checkbox {
      display: inline;
      vertical-align: top;
      width: 15px;
      margin-right: 1.0rem; }
    form button,
    form input[type="submit"],
    form input[type="reset"] {
      background-color: #fff;
      border-color: #dbdbdb;
      border-width: 1px;
      border-radius: 1.222rem;
      color: #363636;
      cursor: pointer;
      padding: calc(.5em - 1px) 1em;
      text-align: center;
      white-space: nowrap;
      width: 80%; }
    form button:hover,
    form input[type="submit"]:hover,
    form input[type="reset"]:hover {
      background-color: #000;
      border-color: #dbdbdb;
      color: #fff; }
    form input[disabled],
    form input[readonly] {
      background-color: #f0f0f0; }
    form .label,
    form .split {
      padding-bottom: 0.2em; }
    form .prefix {
      display: inline-block;
      padding-right: 1.0em;
      width: 10.0rem;
      text-align: right; }
    form .postfix {
      display: inline-block;
      padding-left: 0.5em;
      color: #888888;
      font-size: 0.9rem; }
    form .hint {
      padding-left: 0.5rem;
      vertical-align: top;
      color: #888888;
      font-size: 0.9rem;
      max-width: 20rem; }
      form .hint label {
        text-align: right; }
    form .checkbox-text .postfix {
      padding-left: 0; }
    form .radioitems {
      margin-bottom: 1.0em; }
      form .radioitems ul {
        padding-left: 0; }
      form .radioitems li {
        list-style: none;
        margin-left: 0; }
    form .whpclass,
    form .whpclass label {
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      height: 0;
      width: 0;
      z-index: -1; }

  .logo {
    padding: 1.0rem 2.0rem;
    background-color: #ffffff; }
    .logo img {
      max-width: 500px; }

  .page {
    padding-left: 2.0em; }

  .showtime {
    margin: 1.0rem 0;
    padding: 0.5rem 2.0rem;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    max-width: 600px; }

  .alert {
    margin: 1.0rem 0;
    padding: 0.5rem 1.0rem;
    background-color: #ffaaaa; }

  .topinfo,
  .secondaryinfo {
    margin: 1.0rem 0;
    max-width: 600px; }

  .form td, .form th,
  .summary td,
  .summary th {
    padding-bottom: 0.5rem; }
  .form th,
  .summary th {
    padding-top: 1.0rem;
    text-align: left; }

  .form {
    margin: 2.0rem 0; }

  .summary table {
    width: 100%;
    max-width: 480px; }
  .summary .label {
    width: 50%; }
  .summary .price,
  .summary .quantity {
    text-align: right; }
  .summary .price {
    padding-right: 1.0rem; } }
@media screen and (max-width: 700px) {
  form {
    margin-left: 0; }
    form label {
      min-width: auto; }
    form input,
    form select,
    form select optgroup,
    form textarea {
      width: auto; }
    form .prefix {
      width: 6.0rem;
      padding-right: 0.5em; }

  .logo {
    padding: 0.5rem 1.0rem; }

  .page {
    padding: 0 1.0em; }

  .showtime {
    padding: 0.5rem 1.0rem; } }
@media screen and (max-width: 400px) {
  html {
    font-size: 16px; }

  form input[type="text"] {
    width: 90%; }

  .page {
    padding: 0 0.5em; } }
