/* ==========================================================
   GLOBAL BASE
   ========================================================== */

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  background-color: #000;
  background-repeat: repeat;
  font-family: 'Quicksand', Arial, sans-serif;
  font-size: 14px;
  color: #ffffff;
  margin: 0;
  padding: 0;
}
html, body {
  margin: 0;
  padding: 0;
}

.site-logo {
  display: block;
}

.site-header {
  padding-top: 0;
  margin-top: 0;
}

/* ==========================================================
   TYPOGRAPHY
   ========================================================== */

.readmore  {
	color:#9eabb4;
}

hr {
  height: 2px;
  border: 0px;
  background-color: #860a09;
}


h1 {
  font-size: 28px;
  color: #6d7a84;
  font-weight: normal;
  text-shadow: #472823 5px 3px 2px;
  margin: 0 0 10px 0;
  font-family:'Quicksand';
}

h2,
h2.b,
h2.c {
  font-size: 24px;
  color: #e3e3e3;
  font-weight: normal;
  text-shadow: #292929 5px 3px 2px;
  margin: 0 0 10px 0;
}

@media (max-width: 768px) {
  h1 { font-size: 22px; }
  h2,
  h2.b,
  h2.c { font-size: 20px; }
}

/*/ FORM ELEMENTS /*/
    input{background-color:transparent;font-family:'Quicksand';font-size:13px;color:white;width:200px;height:25px;padding:3px;border-radius: 5px;}
    option,select{border:1px solid #ffffff;background-color:#000000;font-family:'Quicksand';font-size:13px;color:white;width:220px;height:25px;padding:3px;}
    input:hover{border:1px solid #860a09;background-color:#1f1f1f;font-family:'Quicksand';font-size:13px;color:white;width:200px;height:25px;padding:3px;}
    input.aantal{border:1px solid #ffffff;background-color:transparent;font-family:'Quicksand';font-size:13px;color:white;width:200px;height:25px;padding:3px;  width:25px;}
    input.button{border:1px solid #ffffff;background-color:transparent;font-family:'Quicksand';font-size:13px;font-weight:bold;color:white;width:120px;height:25px;padding:3px;cursor:pointer;}
    input.button:hover{border:1px solid #ffffff;background-color:#1f1f1f;font-family:'Quicksand';font-size:13px;font-weight:bold;color:#c5c5c5;width:120px;height:25px;padding:3px;cursor:pointer;}
    textarea{border:1px solid #ffffff;background-color:transparent;font-family:'Quicksand';font-size:13px;width:90%;height:200px;color:white;padding:5px;border-radius: 5px;}
    label{display:block;width:110px;float:left;margin:2px 4px 6px 4px;text-align:left;}
    input.button2{color:red;border: 1px solid #860a09;width:45px;}
    textarea:hover{border: 1px solid #860a09;}

/* ==========================================================
   LINKS
   ========================================================== */

a{
  color: #ffffff;
  text-decoration: none;
}

a:hover {
  color: #b2b2b2;
}

a.inline {
  border-bottom: 1px solid #590904;
}

a.inline:hover {
  border-bottom-color: #9d9d9d;
}

/* ==========================================================
   MEDIA SAFETY
   ========================================================== */

img {
  max-width: 100%;
  height: auto;
  border: 0;
  display: block;
}

iframe {
  max-width: 100%;
}

/* ==========================================================
   HEADER + LOGO + MENU
   ========================================================== */

.site-header {
  background-color: #000;
  position: relative;
  z-index: 9999;
}

/* Sticky header: mobile only */
@media (max-width: 768px) {
  .site-header {
    position: sticky;
    top: 0;
  }


}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* Hamburger button */
.menu-toggle {
  position: absolute;
  left: 15px;
  font-size: 28px;
  cursor: pointer;
  user-select: none;
  display: none;
}

/* Logo */
.site-title {
  text-align: center;
}

.site-logo {
  display: block;
  margin: 0 auto;
  vertical-align:top;
  z-index:-1;
}

/* Desktop: logo uses full intrinsic size */
@media (min-width: 1200px) {
  .site-logo {
    max-height: none;
    width: 1200px;
    height: auto;
  }
}

/* ==========================================================
   MENU
   ========================================================== */

.themenu {
  display: flex;
  justify-content: center;
  gap: 16px;
  padding: 10px 15px;
}

/* Mobile menu */
@media (max-width: 768px) {

  .menu-toggle {
    display: block;
  }

  .themenu {
    display: none;
    flex-direction: column;
    align-items: center;
    background-color: #0b0b0b;
    border-bottom: 1px solid #222;
    width: 100%;
    position: absolute;
    top: 70px;
    left: 0;
  }

  .themenu.active {
    display: flex;
  }

  .themenu a {
    padding: 12px;
    font-size: 18px;
  }
}

.centered-bar {
  display: block;
  margin: 0px auto;
}
/* ==========================================================
   MAIN PAGE LAYOUT
   ========================================================== */

.page {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  background-image: url("https://www.adaptormusic.com/img/bg.gif");
  background-size:cover;
  background-repeat: no-repeat;

}

/* Left / right columns */
.left {
  width: 80%;
}

.right {
  width: 20%;
}

@media (max-width: 1200px) {
  .page {
    flex-direction: column;
    padding: 0 10px;
  }

  .left,
  .right {
    width: 100%;
  }
}

/* ==========================================================
   PADDING HELPERS
   ========================================================== */

.paddingm {
  padding: 15px;
}

.paddingy {
  padding: 15px;
}

.paddingf {
  text-align: center;
  padding: 15px;
}

/* ==========================================================
   SHOWS – CARD LAYOUT
   ========================================================== */

.shows-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin: 20px 0;
}

.show-card {
  background-color: #121212;
  border: 1px solid #2a2a2a;
  padding: 15px;
  border-radius: 8px;
  transition: transform .2s ease, box-shadow .2s ease;
}

.show-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0,0,0,.6);
}

.show-date {
  font-size: 14px;
  color: #9eabb4;
  margin-bottom: 6px;
}

.show-title {
  font-size: 18px;
  font-weight: bold;
}

.show-support,
.show-venue,
.show-time,
.show-price {
  font-size: 14px;
  color: #cccccc;
  margin-top: 6px;
}

.showrow {
border: 2px solid #320a0b;
vertical-align:top;
}

.showrow:hover {
background-color:#0e171e;
}

tr.showrow td{
vertical-align:top;
}

.gallery img {
  display: inline-block;   /* or inline */
  vertical-align: top;

}

/* ==========================================================
   FOOTER
   ========================================================== */

.site-footer {
  border-top: 1px solid #222;
  margin-top: 30px;
}

.album-row {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 16px;

  border-radius: 12px;
  padding: 18px 24px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.album-img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.18);
}

.album-info {
  width:200px;
  min-width: 120px;
  margin-right: 24px;
  text-align: left;
}

.album-title {
  font-size: 1.3em;
  font-weight: bold;
  color: #e3e3e3;
}

.album-year {
  font-size: 1em;
  color: #9eabb4;
  margin-top: 6px;
}

.album-tracks {
  list-style: none;
  margin: 0;
  padding: 0;
}

.album-tracks li {
  font-size: 1em;
  color: #fff;
  margin-bottom: 6px;
}
@media (max-width: 700px) {
  .album-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 12px;
  }
  .album-img {
    width: 200px;
    height: 200px;
  }
  .album-info {
    margin-right: 0;

  }
}

    .player {
      max-width: 200px;
      margin: 20px auto;
      padding: 14px;
      border: 1px solid #860a09;
      border-radius: 10px;
      background: transparent;
      color: #fff;
      font-family:'Quicksand';
    }
    .now { font-weight: 600; margin: 8px 0 12px; font-family:'Quicksand';}
    .controls { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 12px; }
    button {
      background: #222; color: #fff; border: 1px solid #333;
      padding: 8px 10px; border-radius: 8px; cursor: pointer;
    }
    button:hover { background: #2b2b2b; }
    ul { list-style: none; padding: 0; margin: 10px 0 0; }
    li {
      padding: 10px; border-radius: 8px; cursor: pointer;
      border: 1px solid transparent;
    }
    li:hover { linear-gradient(180deg,rgba(61, 61, 61, 1) 50%, rgba(0, 0, 0, 1) 100%); }
    li.active { background: #1f1f1f; border-color: #444; }
    audio { width: 100%; background-color:#04080c; }
