.quote {
  font-family: 'LatoWeb';
  color: #333333;
  line-height: 1.8em;
  font-size: 0.95em;
}

.h1-wrapper {
  width: 92%;
  max-width: 820px;
  /*background-color: #d8d8d8;*/
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  /*flex-wrap: wrap;*/
  margin: 0 auto;
  float: none;
  padding-top: 65px;
  padding-bottom: 50px;
}

.h1-outline {
  display: inline;
  width: auto;
  min-width: 15%;
  flex: 1 1 15%;
  height: 1px;
  border-bottom: 1px solid #666666;
}

h1 {
  width: auto;
  /*min-width: 350px;*/
  text-align: center;
  padding: 0px 1.1em 0px 1.1em;
  font-family: 'Palatino';
  font-size: 1.4em;
  font-weight: 400;
  color: var(--main-theater-color);
  color: #333333;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  word-spacing: 0.2em;
  line-height: 1.5em;
}

.h2-wrapper {
  width: 90%;
  max-width: 620px;
  /*background-color: #d8d8d8;*/
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-top: -60px;
  float: none;
  padding: 0px 0px 25px 0px;
  /*border-top: 1px solid var(--main-theater-veryless);*/
}

.h2-bottomline {
  width: 50%;
  height: 1px;
  /*border-bottom: 1px solid var(--main-theater-veryless);*/
}

h2 {
  width: 100%;
  text-align: center;
  padding: 0;
  font-family: 'Palatino';
  font-size: 1em;
  font-weight: 400;
  color: var(--main-theater-less);
  /*text-transform: uppercase;*/
  letter-spacing: 0.05em;
  line-height: 1.3em;
}

@media only screen and (max-width: 410px) {
  .h1-outline {
    display: none;
  }
}


.spielplan-wrapper {
  width: calc(100% - 30px);
  max-width: 1000px;
  /*min-height: 500px;*/
  margin: 0 auto;
  display: flex;
  display: none;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  color: #333333;
  font-size: 0.9em;
  font-weight: 300;
  line-height: 1.4em;
  border-top: 2px solid #efefef;
}

.aktiver-spielplan {
  display: flex;
}

.spielplan-zelle {
  width: 100%;
  z-index: 8;
  /*margin: 20px 0px 20px 0px;*/
  display: grid;
  /*grid-template-columns: auto auto auto;*/
  grid-template-areas:
			'wochentag datum uhrzeit titel status info karten'
			'wochentag datum uhrzeit untertitel status info karten';
  grid-template-columns: 95px 105px 100px auto 90px 95px 110px;
  /*grid-template-rows: 50% 50%;*/
  grid-template-rows: auto auto;
  grid-gap: 0px;
  /*grid-column-gap: 20px;*/
  /*grid-row-gap: 10px;*/
  /*align-content: center;*/
  /*justify-content: space-around;*/
  /*display: flex;*/
  /*justify-content: flex-start;*/
  /*align-items: flex-start;*/
  /*flex-direction: row;*/
}

.spielplan-zelle:hover {
  background-color: #f8f8f8;
}

.spielplan-wochentag,
.spielplan-datum,
.neuer-tag .spielplan-wochentag,
.neuer-tag .spielplan-datum,
.spielplan-uhrzeit,
.spielplan-titel,
.spielplan-untertitel,
.spielplan-status,
.spielplan-info,
.spielplan-karten {
  /*min-width: 50px;*/
  padding: 10px 10px 7px 10px;
  margin: 0px;
  border-top: 1px solid #efefef;
}

.spielplan-untertitel {
  border-top: none;
  padding: 0px 10px 10px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.spielplan-titel {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px 10px 3px 10px;
  font-weight: 400;
  color: #333333;
  font-size: 1.05em;
}

.spielplan-info,
.spielplan-karten {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}

.spielplan-status {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 0 5px 10px;
  margin: 0;
  /*min-width: 0;*/
  /*width: 50px;*/
  /*white-space: nowrap;*/
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
  font-weight: 400;
  color: var(--main-theater-full);
}

.spielplan-datum {
  font-weight: 400;
  border-top: none;
}

.spielplan-wochentag {
  border-top: none;
}

.spielplan-info-button,
.spielplan-karten-button {
  background-color: white;
  color: var(--main-theater-full);
  border: 1.5px solid var(--main-theater-full);
  border-radius: 50px;
  padding: 5px 20px 5px 20px;
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  cursor: pointer;
  font-weight: 400;
  font-size: 0.9em;
  letter-spacing: 0.02em;
}

.spielplan-info-button:hover,
.spielplan-karten-button:hover {
  background-color: var(--main-theater-full);
  color: white;
}

.spielplan-info-button:disabled,
.spielplan-karten-button:disabled,
.spielplan-info-button:disabled:hover
.spielplan-karten-button:disabled:hover {
  color: #909090;
  border: 1.5px solid #909090;
  border: none;
  cursor: default;
  background-color: transparent;
}

/*.spielplan-datum {*/
/*border: none;*/
/*padding-top: 0;*/
/*margin-top: -5px;*/
/*}*/

/*.spielplan-datum,*/
/*.spielplan-wochentag {*/
/*font-style: italic;*/
/*}*/


.spielplan-wochentag {
  grid-area: wochentag;
}

.spielplan-datum {
  grid-area: datum;
}

.spielplan-uhrzeit {
  grid-area: uhrzeit;
}

.spielplan-titel {
  grid-area: titel;
}

.spielplan-untertitel {
  grid-area: untertitel;
}

.spielplan-status {
  grid-area: status;
}

.spielplan-info {
  grid-area: info;
}

.spielplan-karten {
  grid-area: karten;
}


#spielplan-puffer {
  width: 100%;
  height: 0;
  max-width: 1000px;
  margin: 0 auto;
}

#spielplan-navigation {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  top: 0;
  right: 0;
  z-index: 10;
  /*transition: opacity 0.5s ease;*/
  /*-webkit-transition: opacity 0.5s ease;*/
  /*-moz-transition: opacity 0.5s ease;*/
  /*-o-transition: opacity 0.5s ease;*/
  /*-ms-transition: opacity 0.5s ease;*/
}

#spielplan-nav-monate {
  width: 100%;
  background-color: white;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  border-bottom: 2px solid white;
}

.monat {
  padding: 10px 25px 10px 25px;
  color: var(--main-theater-full);
  background-color: white;
  /*border: 2px solid var(--main-theater-full);*/
  cursor: pointer;
}

.monat:hover {
  background-color: #efefef;
}

.aktiver-monat,
.aktiver-monat:hover {
  color: white;
  background-color: var(--main-theater-full);
  /*border-top: 2px solid var(--main-theater-full);*/
}

.spielplan-nav-tage {
  width: calc(100% - 10px);
  display: flex;
  display: none;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 0.95em;
  background-color: var(--main-theater-full);
  /*border-top: 2px solid var(--main-theater-full);*/
  /*border-bottom: 2px solid var(--main-theater-full);*/
}

.aktive-tage {
  display: flex;
}

.tag {
  padding: 6px 7px 6px 7px;
  color: white;
  cursor: pointer;
  font-weight: 400;
}

.tag:hover {
  background-color: white;
  color: var(--main-theater-full);
}

.vergangener-tag,
.vergangener-tag:hover {
  background-color: transparent;
  color: white;
  color: var(--main-theater-full);
  text-decoration: line-through;
  color: #efefef;
  color: #d0d0d0;
  font-weight: 300;
  /*background-color: white;*/
  cursor: default;
}

.disabled {
  color: #909090;
}


.download-spielplan {
  width: 92%;
  max-width: 820px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: -1rem auto 4rem;
  float: none;
}

.download-spielplan a button {
  font-family: LatoWeb;
  padding: 0.6rem 1.5rem;
  background-color: #1e1e1f;
  background-color: var(--main-theater-full);
  color: white;
  border: 2px solid #1e1e1f;
  border: 2px solid var(--main-theater-full);
  border-radius: 20px;
  font-weight: 400;
  cursor: pointer;
  letter-spacing: .1em;
  font-size: .9rem;
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
}

.download-spielplan a button:hover {
  color: #1e1e1f;
  color: var(--main-theater-full);
  background-color: white;
}


@media only screen and (min-width: 551px) and (max-width: 900px) {
  .spielplan-wrapper {
    line-height: 1.3em;
  }

  .spielplan-zelle {
    grid-template-areas:
				'wochentag blanko blanko blanko'
				'datum uhrzeit uhrzeit uhrzeit'
				'status titel info karten'
				'status untertitel info karten';
    grid-template-columns: 97px auto 95px 110px;
    grid-template-rows: auto auto auto auto;
    padding: 0px 0px 0px 0px;
    /*background-color: #efefef;*/
  }

  .spielplan-zelle:hover {
    background-color: white;
  }

  .neuer-tag {
    border-top: 3px solid #efefef;
    margin-top: 40px;
    padding-top: 20px;
  }

  .neuer-tag .spielplan-wochentag,
  .neuer-tag .spielplan-datum,
  .neuer-tag .spielplan-uhrzeit,
  .neuer-tag .spielplan-info {
    border-top: none;
    padding-top: 0px;
  }

  .spielplan-wochentag {
    padding: 0;
    margin: 0 auto;
  }

  .neuer-tag .spielplan-wochentag {
    padding: 20px 10px 5px 10px;
    margin-right: 0px;
    font-weight: 400;
    font-size: 1.1em;
    text-align: right;
  }

  .spielplan-wochentag,
  .spielplan-datum,
  .spielplan-uhrzeit,
  .spielplan-titel,
  .spielplan-untertitel,
  .spielplan-status,
  .spielplan-info,
  .spielplan-karten {
    border: none;
    padding-bottom: 2px;
  }

  .spielplan-uhrzeit {
    border-top: 1px solid #efefef;
    font-weight: 400;
    color: #333333;
  }

  .spielplan-datum {
    font-weight: 400;
    text-align: right;
  }

  .spielplan-titel,
  .spielplan-untertitel {
    white-space: normal;
    overflow: auto;
    text-overflow: initial;
    padding-top: 0;
  }

  .spielplan-wochentag,
  .spielplan-datum,
  .spielplan-uhrzeit {
    padding-top: 20px;
  }

  .spielplan-uhrzeit {
    /*padding-top: 0px;*/
  }

  .spielplan-info,
  .spielplan-karten {
    /*padding-top: 8px;*/
    justify-content: flex-end;
    align-items: flex-start;
    padding: 0 10px 0 0;
  }

  .spielplan-untertitel {
    /*padding-bottom: 15px;*/
  }

  .spielplan-status {
    padding-left: 10px;
    padding-right: 10px;
    justify-content: flex-end;
    align-items: flex-start;
    text-align: right;
  }
}


@media only screen and (max-width: 550px) {
  .spielplan-wrapper {
    width: 100%;
    width: calc(100% - 30px);
    max-width: 600px;
    margin-left: 15px;
    margin-right: 15px;
    line-height: 1.3em;
  }

  .spielplan-zelle {
    grid-template-areas:
				'wochentag blanko blanko'
				'datum uhrzeit uhrzeit'
				'status titel titel'
				'status untertitel untertitel'
				'status info karten';
    grid-template-columns: 95px 100px auto;
    grid-template-rows: auto auto auto auto auto;
    padding: 0px 0px 0px 0px;
    background-color: transparent;
    /*border-top: 1px solid #efefef;*/
  }

  .spielplan-zelle:hover {
    background-color: transparent;
  }

  .spielplan-nav-tage {
    display: none;
  }

  #spielplan-nav-monate {
    border-bottom: 1px solid var(--main-theater-full);
    border-top: 1px solid var(--main-theater-full);
    box-shadow: 0px 0px 7px -2px rgba(0, 0, 0, 0.5);
    /*justify-content: center;*/
  }

  .neuer-tag {
    border-top: 2px solid #efefef;
    margin-top: 40px;
    padding-top: 20px;
  }

  .neuer-tag .spielplan-wochentag,
  .neuer-tag .spielplan-datum,
  .neuer-tag .spielplan-uhrzeit {
    border-top: none;
    padding-top: 0px;
    margin-top: 0px;
  }

  .spielplan-wochentag,
  .spielplan-datum,
  .spielplan-uhrzeit,
  .spielplan-titel,
  .spielplan-untertitel,
  .spielplan-status,
  .spielplan-info,
  .spielplan-karten {
    border: none;
    /*padding-top: 5px;*/
    padding-bottom: 6px;
  }

  .spielplan-wochentag {
    padding: 0;
    margin: 0;
  }

  .spielplan-datum {
    font-weight: 600;
    font-style: italic;
    text-align: right;
    padding-bottom: 0;
  }

  .spielplan-titel,
  .spielplan-untertitel {
    white-space: normal;
    overflow: auto;
    text-overflow: initial;
    padding-top: 0;
  }

  .neuer-tag .spielplan-wochentag {
    /*background-color: #efefef;*/
    /*color: white;*/
    font-size: 1.40em;
    padding: 0 10px 5px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 15px;
    font-weight: 500;
    font-style: italic;
    text-align: right;
  }

  .spielplan-info,
  .spielplan-karten {
    /*padding-top: 8px;*/
    justify-content: flex-start;
    padding: 1px 0 0 10px;
  }

  .spielplan-titel {
    padding-top: 5px;
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
  }

  .spielplan-untertitel {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .spielplan-status {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    justify-content: flex-end;
    align-items: flex-start;
    text-align: right;
    border-right: 1px solid var(--main-theater-full);
  }

  .neuer-tag .spielplan-uhrzeit,
  .spielplan-uhrzeit {
    padding: 15px 0 2px 10px;
    margin: 20px 0 0 0;
    letter-spacing: 0.03em;
    font-weight: 400;
    color: #333333;
    font-style: italic;
    /*border-top: 1px solid #efefef;*/
  }

  .neuer-tag .spielplan-datum {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 0;
    letter-spacing: 0.03em;
  }

  .neuer-tag .spielplan-uhrzeit {
    margin-top: 0;
    padding: 2px 0 2px 10px;
    border-top: none;
  }

  .spielplan-info-button,
  .spielplan-karten-button {
    border-width: 1px;
    padding: 3px 15px 3px 15px;
  }

  .spielplan-info-button:disabled,
  .spielplan-karten-button:disabled,
  .spielplan-info-button:disabled:hover
  .spielplan-karten-button:disabled:hover {
    color: #909090;
    border: 1.5px solid #909090;
    cursor: default;
    background-color: transparent;
  }

  .neuer-tag:first-of-type {
    margin-top: 0;
    border-top: none;
  }

}





