/*
Theme Name: Puschen 2025
*/

* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}
body {
  font-family: "pragmatica", sans-serif;
  font-weight: 300;
  font-style: normal;
  height: 100%;
  color: #000000;
  background: #e3e3e3;
  font-size: 16px;
  line-height: 22px;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  box-sizing:border-box;
}

.skip-link {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.skip-link:focus {
  position: static;
  width: auto;
  height: auto;
}

/* HEADER */

header {
  display: flex;
  height: 70px;
  border-left: 1px solid #000000;
  margin-left: 30px;
  margin-right: 30px;
}

header h1 {
  height: 40px;
  padding: 15px 30px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  background-color: white;
}

header h1 a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
}

header h1 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

header .nav-wrapper ul {
  display: flex;
  list-style: none;
}

header .nav-wrapper ul a {
  display: block;
  line-height: 70px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 0 30px;
  text-decoration: none;
  background-color: white;
}

header .nav-wrapper ul a:hover {
  background-color: #000000;
  color: #ffffff;
}

/* MAIN */

.main-wrapper {
  display: block;
  position: relative;
}

main {
  border-left: 1px solid #000000;
  margin-left: 30px;
  margin-right: 30px;
}

strong,
b {
  font-weight: inherit;
}

em {
  font-style: normal;
}

a {
  color: inherit;
}

main a {
  text-decoration: underline;
  color: #000000;
}
main a:hover {
  background-color: #000000;
  color: #ffffff;
}

h2 {
  /*font-family: "futura-pt-condensed", sans-serif;*/
  font-weight: 300;
  font-style: normal;
  font-size: 40px;
  line-height: 40px;
  padding: 15px 30px;
  box-sizing: border-box;
  display: inline-block;
  border-right: 1px solid #000000;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  background-color: white;
  margin-top: -1px;
}
.page-content h2:nth-child(1) {
  margin-top: 0;
}

h3 {
  /*font-size: 20px;
  line-height: 22px;
  font-weight: 800;
  margin-bottom: 2em;*/
  font-style: normal;
  font-size: 32px;
  line-height: 34px;
  margin-bottom: 16px;
  overflow-wrap: break-word;
}
.artist h3 {
  margin-bottom: 0;
}

.wp-block-columns .wp-block-column,
.page-content > figure {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  margin-top: -1px;
  background-color: white;
}

main img {
  max-width: 100%;
  height: auto;
  display: block;
}

.wp-block-columns {
  gap: 0 !important;
  align-items: stretch;
}

.wp-block-group.playlist {
  width: 50%;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

.wp-block-group,
.wp-block-column {
  box-sizing: border-box;
  padding: 30px;
  border-right: 1px solid #000000;
  margin-top: -1px;
  background-color: white;
}

.artist-bio,
main ul,
main ol,
main p,
.wp-block-column figure {
  margin-bottom: 1em;
}

.socials ul {
  list-style: none;
}

.socials i {
  margin-right: 5px;
}

/* ARTISTS */

.artists-head {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-top: -1px;
  background-color: white;
  display: flex;
}

.generated-code li.artist > div,
.artists-head > div {
  border-left: 1px solid #000000;
  padding: 15px 30px;
}
.generated-code li.artist > div:last-child,
.artists-head > div:last-child {
  border-right: 1px solid #000000;
}
.artist-name {
  border-left: none !important;
}
.artist-name,
.artist-label {
  width: 35%;
}
.artist-territory,
.artist-contact {
  width: 15%;
}

.generated-code > ul {
  list-style: none;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.generated-code li.artist {
  width: 33.33%;
  background-color: white;
  margin-top: -1px;
  border: 1px solid #000000;
  border-left: 0;
  box-sizing: border-box;
}

.generated-code li.artist a {
  display: block;
  padding: 30px;
  border: 0;
}

.generated-code li.artist a:hover {
  background-color: #000000;
  color: #ffffff;
}

.generated-code li.artist a:hover img {
  /*filter: invert(100%);*/
}

.artist a {
  text-decoration: none;
}

/* BERLIN GIGS / SHOWS */

.generated-code.berlin-gigs > ul,
.generated-code.shows > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  border-top: 1px solid #000000;
  border-bottom: 0;
  margin-top: -1px;
}

.generated-code.berlin-gigs li.berlin-show,
.generated-code.shows li.artist-shows {
  width: 33.33%;
  border-bottom: 1px solid #000000;
  box-sizing: border-box;
  border-right: 1px solid #000000;
  padding: 30px;
  background-color: #ffffff;
}

.artist-content figure,
.artist figure,
figure.artist-image {
  width: 100%;
  margin-bottom: 1em;
}

.artist-content figure img,
.artist figure img,
figure.artist-image img {
  display: block;
  width: 100%;
  height: auto;
}

.show-info {
/*  display: flex;
  flex-wrap: wrap;
  align-items: stretch; */
}

ul.show-links,
ul.artist-links,
ul.artist-show {
  list-style: none;
}

.artist-show > li {
  position: relative;
/*  margin-bottom: 1em;*/
}

.artist-promoter-wrapper {
  margin-bottom: 1em;
}

.show-details.canceled {
  text-decoration: line-through;
}

.show-details .date:after {
  content: ': ';
}
.show-details .tickets:before {
  content: ', ';
}

/* ARTIST PAGE */

.artist-content {
  padding: 30px;
  width: 100%;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #000000;
  border-left: 0;
  margin-top: -1px;
}

ul.artist-details {
  list-style: none;
}

/* FOOTER */

.footer-wrapper {
  border-left: 1px solid #000000;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: -1px;
}

.footer {
  display: flex;
  flex-wrap: wrap;
}

.footer a {
  display: block;
  line-height: 70px;
  padding: 0 30px;
  text-decoration: none;
  border-top: 1px solid #000000;
  background-color: white;
  margin-top: -1px;
}
.footer a:hover {
  background-color: #000000;
  color: #ffffff;
}

.footer .socials a {
  border-left: 1px solid #000000;
}

.footer .socials ul {
  display: flex;
  border-right: 1px solid #000000;
}

.footer .socials i {
  display: none;
}

.puschen-footer {
  border-right: 1px solid #000000;
}

@media screen and (max-width: 1099px)
{
  header h1,
  header .nav-wrapper ul a,
  .footer a,
  h2 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .artist-content,
  .generated-code.berlin-gigs li.berlin-show,
  .generated-code.shows li.artist-shows,
  .generated-code li.artist a,
  .wp-block-group,
  .wp-block-column {
    padding: 22px;
  }
}

@media screen and (max-width: 999px)
{
  header h1,
  header .nav-wrapper ul a,
  .footer a,
  h2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .artist-content,
  .generated-code.berlin-gigs li.berlin-show,
  .generated-code.shows li.artist-shows,
  .generated-code li.artist a,
  .wp-block-group,
  .wp-block-column {
    padding: 20px;
  }

  header,
  main,
  .footer-wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }

  header {
    display: block;
    height: auto;
  }

  .page-content {
    margin-top: -1px;
  }

  .wp-block-columns {
    flex-wrap: wrap !important;
  }

  .wp-block-columns .wp-block-column {
    width: 50% !important;
    flex-basis: 50% !important;
  }

  .generated-code.berlin-gigs li.berlin-show,
  .generated-code.shows li.artist-shows {
    width: 50% !important;
  }

  h3 {
    font-size: 28px;
    line-height: 30px;
  }
}
 @media screen and (max-width: 699px)
 {
   body {
    font-size: 14px;
    line-height: 19px;
  }

   header .nav-wrapper ul {
     flex-wrap: wrap;
   }

   .footer a,
   header .nav-wrapper ul a {
     line-height: 44px;
   }

   header h1, header .nav-wrapper ul a, .footer a, h2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .artist-content,
  .generated-code.berlin-gigs li.berlin-show,
  .generated-code.shows li.artist-shows,
  .generated-code li.artist a,
  .wp-block-group,
  .wp-block-column {
    padding: 15px;
  }

  header h1 {
    height: 32px;
  }

  h2 {
    font-size: 32px;
    line-height: 32px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  h3 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 12px;
  }

  body .is-layout-flex {
    display: block;
  }

  .wp-block-columns .wp-block-column {
    width: 100% !important;
    flex-basis: 100% !important;
  }

  .generated-code li.artist {
    width: 50%;
  }

  .generated-code.berlin-gigs li.berlin-show,
  .generated-code.shows li.artist-shows {
    width: 100% !important;
  }

  .puschen-footer {
    border-bottom: 1px solid #000000;
  }
 }

@media screen and (max-width: 499px)
{
  .generated-code li.artist {
      width: 100%;
  }
}
