header #header-wrapper {
  width: 100%;
}

header h1 {
  background: url(/images/events/wg20/banner.png) center no-repeat;
  min-height: 104px;
}

#homeSplashscreen header {
  margin: 0px;
}

#homeSplashscreen header #header-wrapper {
  margin-top: 22px;
  height: 105px;
}

#homeSplashscreen #extra-divider {
  padding: 20px 0px;
}

#homeSplashscreen #crew {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

/* hide logo text */
header h1 a span {
  opacity: 0;
}

#seatmap {
  /* height: 852px; */
  height: 1462px;
}
/* 
#seatmap.seatmap_15{
  height: 660px;
} */

/* scene */
#seatmap #seatmap-area-125 {
  background: #314290;
}


/* Trappa */
#seatmap #seatmap-area-128 {
  background: #314290;
}

/* Entré */
#seatmap #seatmap-area-126 {
  background: #314290;
}

/* Passage */
#seatmap #seatmap-area-132 {
  background: #314290;
}

/* VIP area in A-arena */
#seatmap-area-127 {
  box-sizing: border-box;
  background-color: #285971a3!important;
}

/* VIP-seats in the A-arena */
#seatmap ul#tableRowList_212 a.seat.free {
    background-color: #4b006e;
    /* height: 28px!important;
    padding-top: 14px!important; */
}