@charset "UTF-8";
/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
/* @import url('https://fonts.googleapis.com/css2?family=Markazi+Text&family=Neuton&family=Suez+One&display=swap'); */
/* markazi-text-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Markazi Text";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/google/markazi-text-v22-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* neuton-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Neuton";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/google/neuton-v19-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* suez-one-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Suez One";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/google/suez-one-v11-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body {
  background-image: url("https://www.mtm-theater.ch/images/background.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

main > .container {
  padding: 60px 15px 30px 15px;
  background: url(/images/white95.png);
}

.footer {
  background-color: #f5f5f5;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

h1, h2, h3 {
  font-family: "Markazi Text", serif;
  color: #a21936;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.5rem;
  margin-bottom: 0;
}

.card {
  background-color: #eeeeee;
  border: 0;
}

.card-footer {
  border-top: 0;
}

.plakat {
  max-height: 100px;
  transform: rotate(10deg);
  position: absolute;
  bottom: -10px;
  right: 17px;
}

a,
a:hover {
  color: #a21936;
}

.pressebericht {
  font-style: italic;
  padding: 30px;
}

.portrait-gallery img {
  max-width: 152px;
  margin: 0 10px 10px 0;
}

.impression-gallery img {
  padding: 0 10px 10px 0;
}

figure,
figcaption {
  margin: 0;
  padding: 0;
}

#gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(8em, 1fr));
  gap: 1em;
  text-align: center;
}

.projekt-brand #gallery {
  grid-template-columns: repeat(auto-fit, minmax(10em, 1fr));
}

#gallery figure {
  position: relative;
  color: black;
  background: white;
}

figure img {
  width: 100%;
  display: block;
}

#gallery > figure > figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 14px;
  color: #eee;
  background: rgba(0, 0, 0, 0.3);
  padding: 5px 0;
}

#gallery > figcaption {
  grid-column: 1/-1;
}

.enlarge:hover {
  transform-origin: top left;
  transition-duration: 0.5s;
  scale: 2;
  position: relative;
  z-index: 999;
}

.navbar .nav-link {
  padding: 0.25rem 0 !important;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
  background-color: transparent;
  border-bottom: 0.25rem solid transparent;
  margin-left: 1em;
}
.navbar .active > .nav-link {
  color: #fff;
  border-bottom-color: #fff;
}
.navbar .navbar-brand {
  margin-top: -8px;
  margin-bottom: -8px;
  padding-top: 0;
  padding-bottom: 0;
}
.navbar .navbar-brand > img {
  height: 80px;
  width: auto;
}

.navbar-toggler,
.navbar-toggler:focus {
  border: none;
  outline: none;
}

@media (max-width: 767.98px) {
  .navbar-collapse {
    margin-top: 20px;
  }
}
footer img {
  max-height: 25px;
}

.footer-text {
  display: flex;
  justify-content: space-between;
}

.langtext {
  -moz-columns: 2 300px;
       columns: 2 300px;
  -moz-column-gap: 3em;
       column-gap: 3em;
  -moz-column-rule-width: 1px;
  column-rule-width: 1px;
  -moz-column-rule-style: solid;
  column-rule-style: dotted;
  -moz-column-rule-color: black;
  column-rule-color: black;
}

.contact-left {
  background: #a21936;
  padding: 3% !important;
  color: white;
}

.contact-right {
  background: #eee;
  padding: 3% !important;
}

.logout {
  position: relative;
  top: -40px;
}

.tox-toolbar__primary {
  background-color: #f5f5f5 !important;
}

.tox-statusbar__branding {
  display: none;
}

.dropzone {
  border: 2px dashed #a21936;
  border-radius: 5px;
  background: #f5f5f5;
  min-height: 200px;
}
.dropzone .dz-message .dz-button {
  margin: 3em 0;
}
.dropzone .dz-preview .dz-image {
  border-radius: 5px;
}

#projekte img {
  max-height: 25px;
}

.vorverkauf > .card-header {
  padding-top: 10px;
  padding-bottom: 15px;
  font-size: 1.2rem;
  border-bottom: 0;
}

@media (max-width: 767.98px) {
  .shortDate {
    display: inline;
  }
  .longDate {
    display: none;
  }
}
@media (min-width: 768px) {
  .shortDate {
    display: none;
  }
  .longDate {
    display: inline;
  }
}
.dashboard .box {
  background-color: #e3e3e3;
  text-align: center;
  padding: 20px 5px;
}

.mailbox {
  background-color: #ccc;
  padding: 20px 20px;
  margin-right: 10px;
  min-width: 160px;
}

/* Sponsoren */
/* ------------------------------------------------------------------------------------------------------- */
.sponsor .typ {
  font-size: 80%;
  font-weight: 400;
  padding-bottom: 0.5rem;
}
.sponsor .logo > img {
  max-height: 80px;
}

/* Container */
.container-vorverkauf-sponsor {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}

/* Desktop: Breite nach Inhalt (Bild) */
.vorverkauf-sponsor {
  display: inline-grid;
  grid-template-rows: auto 1fr;
  /* Text oben */
  /* Bildbereich */
}
.vorverkauf-sponsor .title {
  padding-bottom: 0.5rem;
  font-weight: 600;
}
.vorverkauf-sponsor .image-wrap {
  display: flex;
  align-items: center; /* vertikal */
  min-height: 90px; /* nötig fürs Zentrieren */
  /* Bild */
}
.vorverkauf-sponsor .image-wrap img {
  display: block;
  height: auto;
  max-height: 90px;
  max-width: 200px;
}

/* 📱 Mobile */
@media (max-width: 576px) {
  .container-vorverkauf-sponsor {
    flex-direction: column;
  }
  .vorverkauf-sponsor {
    width: 100%;
  }
  .vorverkauf-sponsor .image-wrap {
    min-height: 20px;
  }
  .vorverkauf-sponsor .image-wrap img {
    max-width: 200px;
  }
}
/* Termin Grid*/
/* ------------------------------------------------------------------------------------------------------- */
.grid-termine {
  display: grid;
  grid-template-rows: 3rem;
  grid-template-columns: 90px 130px 90px 1fr 2fr 2fr;
  grid-gap: 5px;
  border-bottom: 1px solid #ccc;
  grid-template-areas: "spalte-1 spalte-2 spalte-3 spalte-4 spalte-5 spalte-6";
  padding-top: 10px;
  padding-bottom: 10px;
}
.grid-termine div {
  display: flex;
  align-items: center;
}
.grid-termine div.sponsor img {
  max-height: 40px;
}
.grid-termine .grid-item6 {
  justify-content: end;
}

@media screen and (max-width: 992px) {
  .grid-termine {
    grid-template-rows: 1rem 2rem 1rem;
    grid-template-columns: 90px 70px 70px 70px 1fr;
    grid-template-areas: "spalte-1 spalte-2 spalte-2 spalte-3 spalte-4" "spalte-6 spalte-6 spalte-6 spalte-6 spalte-6" "spalte-5 spalte-5 spalte-5 spalte-5 spalte-5";
  }
  .grid-termine .grid-item5 {
    font-size: 0.75rem;
  }
  .grid-termine .grid-item6 {
    justify-content: start;
  }
}
@media screen and (max-width: 576px) {
  .grid-termine {
    grid-template-rows: 1rem 2rem 1rem;
    grid-template-columns: 90px 70px 70px 1fr;
    grid-template-areas: "spalte-1 spalte-2 spalte-2 spalte-3" "spalte-6 spalte-6 spalte-6 spalte-6" "spalte-4 spalte-5 spalte-5 spalte-5";
  }
  .grid-termine .grid-item5 {
    font-size: 0.75rem;
  }
  .grid-termine .grid-item6 {
    justify-content: start;
  }
}
/* Termin Grid*/
/* ------------------------------------------------------------------------------------------------------- */
.grid-sponsoren {
  display: grid;
  grid-template-rows: 2rem 80px;
  grid-template-columns: 40% 20% 20% 20%;
  grid-template-areas: "title-1 title-2 title-2 title-2" "logo-1 logo-2 logo-3 logo-4";
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
}
.grid-sponsoren div {
  white-space: nowrap;
}
.grid-sponsoren img {
  max-height: 70px;
  padding-right: 20px;
}
.grid-sponsoren .grid-item7 img {
  max-height: 90px;
}

@media screen and (max-width: 768px) {
  .grid-sponsoren {
    grid-template-rows: 1rem 80px 1rem 80px;
    grid-template-columns: 33% 33% 33%;
    grid-template-areas: "title-1 title-1 title-1" "logo-1 logo-1 logo-1" "title-2 title-2 title-2" "logo-2 logo-3 logo-4";
  }
}
span.sponsor {
  display: block;
  padding-bottom: 0.75rem;
}
span.sponsor img {
  max-height: 80px;
  max-width: 200px;
}

.frc-banner {
  display: none;
}