@media screen and (max-width: 1470px) {
  .masonryholder {
    column-count: 4;
  }
  .logo {
    display: none;
  }
  .container {
    width: 90%;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 992px) {
  .header .titel h1 {
    font-size: 7.5rem;
  }
  .masonryholder {
    column-count: 3;
  }
}
@media screen and (max-width: 768px) {
  .header {
    height: 7em;
    align-items: center;
  }
  .header .titel_gr {
    display: none;
  }
  .header .titel_kl {
    display: block;
    width: 100%;
    text-align: center;
  }
  .header .titel_kl h1 {
    font-size: 4rem;
    line-height: 1;
  }
  /* ----------------------------------- Menu Start --------------------------- */
  .toggle-button {
    top: 40%;
    right: 25px;
    width: 30px;
    height: 23px;
  }
  .toggle-button .bar {
    height: 3px;
    width: 100%;
    background-color: var(--main-brand-color);
    border-radius: 100px;
  }
  .header .titel h1 {
    font-size: 5rem;
  }
  .list-container {
    display: none;
  }
  .toggle-button {
    display: flex;
  }
  nav {
    flex-direction: column;
    align-items: center;
  }
  .navigation_bar {
    height: 100%;
  }
  .list-container ul {
    flex-direction: column;
    width: 100%;
    background-color: var(--primary-color);
    position: absolute;
    top: 0;
    left: 0;
  }
  .list-container li {
    text-align: center;
  }
  .list-container li a {
    color: var(--text-color);
  }
  .list-container.active {
    display: flex;
    height: 100%;
    background-color: var(--primary-color);
  }
  /* ----------------------------------- Menu Ende --------------------------- */
  .ueberschrift {
    margin-top: 0.5em;
  }
  .ueber1 {
    border-radius: 0;
    font-size: 3.5rem;
  }
  .ueber2 {
    font-size: 3rem;
  }
  .container {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }
  .container h2 {
    border-radius: 0;
  }
  .container p {
    font-size: 2rem;
  }
  .section {
    font-size: 1.5rem;
  }
  .section img {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .masonryholder {
    column-count: 2;
  }
  .masonryblocks img {
    width: 100%;
    height: auto;
  }
  /* ------------------------------- Veranstaltungskalender -------------------- */
  .kalender {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    /* background-color: coral; */
  }
  .kalender img {
    width: 50%;
    align-items: center;
    margin: 1em 0;
  }
  .kal_innen {
    flex-direction: column;
    width: 90%;
  }
  .kal_innen_pic {
    width: 100%;
  }
  .kal_innen_kal {
    width: 90%;
  }
  .table thead {
    display: none;
  }
  .table, .table tbody, .table tr, .table td {
    display: block;
    width: 100%;
  }
  .table tr {
    margin-bottom: 15px;
  }
  .table td {
    text-align: right;
    padding-left: 50%;
    text-align: left;
    position: relative;
  }
  .table td::before {
    content: attr(data-label);
    position: absolute;
    left: 0;
    width: 50%;
    padding-left: 15px;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
  }
  .musiker {
    margin-bottom: 0;
  }
  .musiker img {
    width: 25em;
  }
}
@media screen and (max-width: 600px) {
  .header .titel h1 {
    font-size: 4rem;
  }
  .einleitung p {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 540px) {
  .header {
    height: 4em;
  }
  .header .titel {
    width: 100%;
    text-align: center;
  }
  .header .titel h1 {
    font-size: 2.5rem;
  }
  .toggle-button {
    width: 20px;
    height: 15px;
  }
  .ueber1 {
    font-size: 2.53rem;
  }
  .ueber2 {
    font-size: 2.25rem;
  }
  .einleitung {
    padding: 0 0.25em;
  }
  .einleitung p {
    text-align: left;
    font-size: 1.5rem;
    padding: 0.25em;
  }
  .neon-text {
    font-size: 3.5rem;
  }
  .kalender {
    margin: 0.5em 0;
  }
  .kalender img {
    width: 50%;
    align-items: center;
    margin: 1em 0;
  }
  .kalender tr:last-child {
    display: none;
  }
  .kal_innen {
    flex-direction: column;
    width: 100%;
  }
  .kal_innen_pic {
    display: none;
  }
  .footer {
    display: none;
  }
  .footer_resp {
    display: flex;
    flex-direction: row;
    position: sticky;
    bottom: 0;
    width: 100%;
    height: var(--footer-resp-height);
    justify-content: space-around;
    background-color: var(--primary-color);
    margin-bottom: 1em;
  }
  .footer_resp p {
    margin: 0;
    padding: 0.5em 1em 0.5em 1em;
    font-size: 1.5rem;
    line-height: 0.75;
    color: white;
  }
  .footer span {
    font-size: 1.25rem;
  }
}/*# sourceMappingURL=style_resp.css.map */