body {
  font-family: "Inconsolata", monospace;
  --header-height: 150px;
  --site-width: 1200px;
  --side-margin: 4px;
  --item-size: 56px;
  --animation-time: 0.8s;
  background: url("background.jpg"), linear-gradient(to bottom left,#f8a5a5,#efa5df,#cfc8ee,#c9eeff,#d3f8ff,#f1ffff);
  background-size: cover;
  background-attachment: fixed;
  --front-color: 0, 0, 0;
  --back-color: 255, 255, 255;
  --active-color: 40, 190, 80;
  color: rgb(var(--front-color));
  background-color: #ccdaf6;
  margin: 0;wwwwwwwwwwwwwwwwwwwwwwwwwwww
  padding: 0;
  overflow-x: hidden;
}

a {
  text-decoration: underline dashed grey;
  cursor: pointer;
  color: rgb(0, 80, 0);
}

a:hover {
  color: rgb(var(--active-color));
  outline: none;
}

#wrapper {
  max-width: var(--site-width);
  margin: auto;
  /*! padding: 0px 100px; */
}

#wrapper>* {}

#header {
  display: flex;
  flex-direction: column;
  position: fixed;
  max-height: var(--header-height);
  top: 0px;
  user-select: none;

  width: 100%;
  z-index: 1000;
  /*! margin: 0px 20px; */
  /*! box-sizing: content-box; */
  padding: 0px var(--side-margin);
  max-width: calc(var(--site-width) - 2 * var(--side-margin));
}

@media screen and (max-width: 1200px) {
  #header {
    padding: 0;
    max-width: 100%;
  }
}

.top {
  background-color: rgb(var(--front-color));
  font-weight: bold;
  color: rgb(var(--back-color));
  mix-blend-mode: multiply;
  margin: 0px;
  padding: 10px 20px;
}

.bottom {
  margin: 0px;
  /*! display: flex; */
  display: block;
  flex-wrap: wrap;
  background-color: rgba(var(--front-color), 0.8);
  padding: 0px 15px;
}

.bottom>* {
  /*! display: block; */
  padding: 10px 0;
  color: rgba(255, 255, 255, 0.6);
  display: inline-block;
  align-items: center;
}

.header-title {
  font-size: 30px;
  font-weight: bolder;
  padding: 20px 0;
}
.header-list {
  font-size: 15px;
  display: flex;
  flex-direction: column;
  padding-top: 0px;
  float: right;
  margin: -31px 20px 0 0;
  text-align: right;
}
.header-list>a {
  text-decoration: none;
  font-weight: normal;
  line-height: 14px;
}
.header-title>a,
.header-subtitle>a {
  padding: 0px !important;
}

.header-title>a:hover {
  color: white !important;
}

.header-subtitle {
  color: rgba(var(--back-color), 0.5);
}

#header a {
  color: white;
  padding: 5px;
  margin: 0px;
}

#header a:hover {
  color: rgb(var(--active-color));
}
.header-stuff {
  background-color: #dfa539;
  display: inline-block;
  font-size: 13px;
  position: absolute;
  right: 130px;
  top: 20px;
  transform:  rotate(9deg) ;
  text-decoration: none;
}
.header-stuff:hover {
  background-color: yellow;
  box-shadow: 0px 0px 10px white;
}
.header-stuff p {
  margin: 0px;
  padding: 3px 7px;
  color: black;
  font-weight: normal;
  text-align: center;
}
p.header-stuff-highlight {
  font-size: 22px;
  background-color: #ff00004d;
}
.right-item {
  float: right;
  padding-top: 10px !important;
}

.left-item {
  float: left;
  padding-top: 10px !important;
}

.below-item {
  clear: both;
}

.anchor {
  display: block;
  height: var(--header-height);
  margin-top: -var(--header-height);
  visibility: hidden;
}

#content {
  position: relative;
  /*border-left: solid 3px rgb(var(--front-color));
	border-right: solid 3px rgb(var(--front-color));*/
}

.section {
  min-height: 80px;
  margin-bottom: 40px;
  border-left: solid 37px rgba(var(--front-color), 0.1);
  margin: 5px var(--side-margin);
  padding: 0px 20px;
}

.element {
  clear: both;
  margin-bottom: 20px;
}

.low-focus {
  font-style: italic;
  opacity: 0.5;
  
}

.element.side-by-side  {
  clear: none;
}
.side-small {
  float: right;
  max-width: 700px;
  margin-bottom: 20px;
  margin-left: 10px;
}
.code-section > * {
  min-height: 300px;
  max-width: 400px;
  position: relative;
}
.code-section h1 {
  left:-78px !important;
}
.code-section li {
  margin-bottom: 10px;
}
.code-link {
  display: block;
  text-decoration: none;
  background: rgba(var(--active-color), 0.77);
  padding: 2px;
  text-align: center;
  margin-bottom: 10px;
}

.websites-code-section a:hover {
  color: black;
}
  .code-right {
    background-color: red;
  }

@media screen and (max-width: 1228px) and (min-width: 790px) {
  .code-section {
    width: 100%;
    display: flex;
    box-sizing: border-box;
  }
  .code-section > * {
    max-width: 50%;
    flex-grow: 1;
  }
}
@media screen and (min-width: 1229px) {
  .code-sections {
    display: flex;
  }
}
/******************************************************************************************************
 * CHOICE SPAN
 ******************************************************************************************************/
.choice-span {
  margin-bottom: 20px;
  display: inline-block;
}

.choice-span-button {
  display: block;
  padding: 1px 10px;
}

.choice-span-column {
  display: inline-block;
  vertical-align: middle;
  /*! padding-bottom: 10px; */
}


/******************************************************************************************************
 * AXES OF SOUND PLOT
 ******************************************************************************************************/
#axes-of-sound {
  --axis-space: 20px;
  position: relative;
  width: 100%;
  height: 400px;
}

#axes-of-sound-inner {
  position: absolute;
  width: calc(100% - var(--axis-space));
  left: var(--axis-space);
  height: calc(100% - var(--axis-space));
  padding: none;
  margin: none;
  border-left: solid 2px rgb(var(--front-color));
  border-bottom: solid 2px rgb(var(--front-color));
  position: relative;
}

.axis-label {
  position: absolute;
}

.axis-label:after {
  content: " ->";
}

#axis-Y-label {
  transform: translateX(-100%) rotate(-90deg);
  transform-origin: right;
  top: 35%;
  text-align: center;
  left: -13px;
  /*! width: 120px; */
}

#axis-X-label {
  text-align: center;
  top: calc(100% + 5px);
  left: 0%;
  width: 100%;
}

#axes-of-sound .arrow {
  --size: 14px;
  --pos-shift: -8px;
  /*calc(-0.5 * var(--size));*/
  width: var(--size);
  height: var(--size);
  position: absolute;
}

#axes-of-sound .up-arrow {
  top: var(--pos-shift);
  left: var(--pos-shift);
}

#axes-of-sound .right-arrow {
  bottom: var(--pos-shift);
  right: var(--pos-shift);
}

#axes-content {
  position: absolute;
  width: calc(100% - var(--item-size));
  height: calc(100% - var(--item-size));
}

.track-item{
  transition: left var(--animation-time), top var(--animation-time);
  width: var(--item-size);
  height: var(--item-size);
  border-radius: 200px;
  background: rgb(var(--front-color));
  background-size: cover;
  cursor: pointer;
  position: relative;
}
.own-track-item {
  position: absolute;
}

.track-item.selected,
.track-item.selected:hover {
  --item-size: 60px;
  border: solid 2px rgb(var(--active-color));
  box-shadow: 0 0 0 3px black;
  margin: -4px;
  z-index: 99;
}

.track-item.selected.playing .play-icon {
  display: none;
}

.track-item.selected .play-icon {
  display: inherit;
  position: absolute;
  top: 11px;
  left: 18px;
  height: 40px;
}

.pause-icon,
.track-item.selected .pause-icon {
  display: none;
}

.play-icon {
  height: 17px;
  position: absolute;
  left: 10px;
  top: 10px;
  display: none;
}

.track-item.playing .pause-icon {
  display: inherit;
  position: absolute;
  top: 13px;
  left: 14px;
  height: 36px;
}

.track-item:hover {
  --item-size: 60px;
  margin-left: -2px;
  margin-top: -2px;
  z-index: 100;
}

.passing-by-item {
  display: inline-block;
  position: absolute;
  left: 0px;
  top:2px;
}
#passing-by-widget {
  clear: none;
  text-align: center;
}
.passing-by-item-wrap {
  display: inline-block;
  width: var(--item-size);
  height: var(--item-size);
  margin: 0px 10px;
  position: relative;
}
.passing-by-widget-inner {
  width: fit-content;
  display: inline-block;
  border: solid 0px rgba(0,29,45,0.6);
  /*background-color: WHITE;*/
  padding: 10px 3px;
  border-radius: 100px;
  position: relative;
}
.passing-by-widget-line {
  position: absolute;
  width: 80%;
  left: 40px;
  top: 25px;
  background-color: white;
  background-image: linear-gradient(to right, #c3f9df,rgb(57, 58, 113),rgb(106, 206, 135),rgb(227, 197, 157),red);
  height: 30px;
  opacity: 0.5;
}
.passing-by-widget-text {
  /*! margin-top: -30px; */
  /*! margin-bottom: 20px; */
}
#passing-by-playlist iframe {
  height: 280px;
}
@media screen and (max-width: 492px) {
  .passing-by-widget-inner {
    width: 100%;
    border-radius: 0px;
    display: flex;
    justify-content: space-between;
  }
}



/******************************************************************************************************
 * GRID
 ******************************************************************************************************/
.grid {
  display: flex;
  --item-height: 160px;
  flex-wrap: wrap;
}

.grid-item {
  position: relative;
  height: var(--item-height);
  flex: 1 1 0px;
  min-width: 286px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-size: cover;
  background-position: bottom;
  max-width: 400px;
}
.grid-item.small {
  flex: 0 1 0px;
  min-width: 200px;
}
.grid-item.spotlight {
  outline: solid 4px rgba(var(--active-color), 0.5);
}

.grid-item.selected,
.grid-item:hover {
  outline: solid 4px black;
  box-shadow: 0px 0px 5px 5px rgb(var(--active-color));
}

.grid-item-title {
  position: absolute;
  display: none;
  width: 100%;
  bottom: 0%;
  flex-grow: 1;
  text-align: center;
  align-self: center;
  background: rgba(0, 0, 0, 0.7);
  padding: 5px 0px;
  margin: 0;
  font-family: sans-serif;
  font-weight: normal;
  font-size: 17px;
  color: white;
}
.grid-item:hover .grid-item-title{
  display: inherit;
}

.grid-item-detail {
  position: absolute;
  top: var(--item-height);
  background: rgba(255, 255, 255);
  padding: 8px;
  display: none;
}

.grid-item:hover>.grid-item-detail {
  display: block;
  z-index: 100;
}

.grid-item:hover .play-icon {
  display: inherit;
}

.left-float-image {
  float: left;
  padding: 0 10px 10px 0;
}

#contact .small-icon {
  margin-bottom: -2px;
  margin-right: 7px;
}

#contact>p {
  margin-bottom: 10px;
}

#contact>p>a {
  padding: 10px;
  width: 100%;
  display: block;
  text-decoration: none;
}


/******************************************************************************************************
 * FOOTER
 ******************************************************************************************************/
#footer {
  min-height: 100px;
  background-color: rgb(var(--front-color));
}

#footer>div {
  margin: auto;
  display: flex;
  justify-content: space-between;
  max-width: 350px;
}

#footer a {
  display: block !important;
  /*! margin: 10px 10px; */
  text-decoration: none;
  color: white;
  /*! background: rgba(var(--active-color), 0.3); */
  padding: 10px;
}

#footer a.unimportant {
  background: none;
  padding: 3px !important;
  color: grey;
}

#footer a:hover {
  background: rgba(var(--active-color), 0.5);
}

#footer a.unimportant:hover {
  color: white;
  background: none;
}


/******************************************************************************************************
 * OVERLAY
 ******************************************************************************************************/
#overlay {
  position: fixed;
  display: flex;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

#overlay-inner {
  background-color: rgba(255, 255, 255, 0.9);
  margin: auto;
  max-width: calc(var(--site-width) - 100px);
  min-height: 60%;
  max-height: 90%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px;
}

.overlay-header {
  font-size: 40px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: nowrap;
}
.overlay-date {
  margin-top: -30px;
  font-size: 14px;
  color: rgba(0,0,0,0.5);
  margin-bottom: 20px;
  display: block;
}

.overlay-title {
  flex-grow: 1;
  margin-bottom: 10px;
  word-break: break-word;
}

.overlay-close {
  font-size: 30px;
}

.overlay-text {
  text-align: justify;
}

.overlay-link,
.overlay-close {
  text-decoration: none;
  background: rgba(var(--active-color), 0.8);
  padding: 10px;
  margin-top: -5px;
}

.overlay-link:hover,
.overlay-close:hover {
  background: rgba(var(--active-color));
  color: white;
}

.overlay-link {
  float: right;
  margin: 0 0 15px 15px;
  padding-top: 7px;
  font-size: 22px;
  /*! margin-bottom: 40px; */
}
.overlay-link-small {
  font-size: 10px;
  display: block;
  background-color: rgba(0,0,0,0.1);
  color: rgba(255,255,255,1);
  margin: 4px -10px -10px -10px;
  padding: 2px 0px 6px 0px;
  text-align: center;
}

.scale-embed {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}

.scale-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.overlay-close {
  color: black;
  background: none;
  margin-left: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

/******************************************************************************************************
 * NEWS
 ******************************************************************************************************/
.news-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  
}

.news-section button {
  width: 100%;
  border: none;
  background: none;
  padding: 4px;
  cursor: pointer;
  text-align: center;
  /*! font-weight: bold; */
}

.news-section button:hover {
  background: rgba(255, 255, 255, 0.7);
}

.news-item {
  text-decoration: none;
  display: flex;
  position: relative;
  flex-direction: row;
  margin-bottom: 9px;
  color: var(--front-color);
  padding: 5px;
  height: 2.1em;
  width: 100%;
  overflow: hidden;
}
.news-item.news-spotlight {
}

.news-item:hover {
  background: white;
  color: inherit;
  overflow: visible;
  z-index: 100;
}
.news-past-separator {
  border-top: dashed 1px rgba(0,0,0,0.5);
  height: 1px;
  width: 100%;
  margin-bottom: 4px;
  margin-top: -5px;
}
.news-hide, .news-show-hidden .news-more {
  display: none
}

.news-show-hidden .news-hide {
  display: inherit
}

.news-icon {
  background-size: contain;
  background-repeat: no-repeat;
  min-width: 20px;
  min-height: 20px;
  display: inline-block;
  margin: auto 10px auto 5px;
  overflow: hidden;
}
.news-icon-blog {
  background-image: url("img/icons/blog.svg")
}

.news-icon-gig {
  background-image: url("img/icons/gig.svg")
}

.news-icon-track {
  background-image: url("img/icons/track.svg")
}

.news-icon-other {
  background-image: url("img/icons/other.svg")
}

.news-content {
  margin: 0;
  padding: 0;
  flex-grow: 1;
}

.news-content>* {
  margin: 0;
}

.news-cancelled .news-header {
  text-decoration: line-through 3px rgba(0,0,0,0.5);
}

.news-date {
  color: rgba(0,0,0,0.5);
  display: inline;
  font-size: 15px;
}
.news-gig.news-past{
  opacity: 0.5;
}
.news-gig.news-past:hover {
  opacity: 1.0;
}

.news-desc {
  display: none;
}

.news-item:hover .news-desc {
  display: block;
  outline: 5px solid white;
  margin-top: 5px;
  margin-left: -35px;
  padding-left: 35px;
  background: white;
  pointer-events: none;
}
#news-other-header {
  display: none;
}
@media screen and (max-width: 1785px) and (min-width: 700px) {
  .sidebar {
    display: flex;
    /*! border-right: solid 10px; */
  }
  .news-item {
  height: 3.1em;
  }
  .news-section {
    flex: 1 1 0;
  }
  .news-section h1 {
    width: 100%;
    position: relative !important;
    left: 0 !important;;
    font-stretch: condensed;
    writing-mode: initial !important;
    
    border-top: solid 2px black;
    width: 100%;
    
  }
  #gigs-list {
    border-left: none;
  }
  #gigs-list h1 {
    left: none;
    right: -20px;
  }
  #news-other-header {
    display: block;
    padding-top: 5px;
  }
}

@media screen and (min-width: 1785px) {
  .news-item {
  height: 3.1em;
  background: rgba(255, 255, 255, 0.5);
  }
  .news-cancelled {
    background: none;
  }
  .sidebar {
    position: absolute;
  right: -280px;
  top: 0;
    width: 270px;
    border: none;
    padding: 0;
  }
  .sidebar .section {
    border: none;
    padding: 0;
    margin: 10px -2px;
  }

  .sidebar h1 {
    width: 100%;
    position: relative !important;
    left: 0 !important;;
    font-stretch: condensed;
    writing-mode: initial !important;
    
    border-top: solid 2px black;
    width: 100%;
  }

  .anchor#news {
    height: 0px;
    position: absolute;
    top: 0;
  }
}


/******************************************************************************************************
 * COOKIE BANNER
 ******************************************************************************************************/
#cookie-banner {
  position: fixed;
  background: black;
  bottom: 10px;
  right: 10px;
  width: 300px;
  padding: 0px;
  border-radius: 10px;
  color: white;
  box-shadow: 0px 0px 30px rgb(var(--active-color));
  user-select: none;
  text-align: center;
}

#cookie-banner>p {
  margin: 10px;
}

#cookie-banner>h1 {
  margin: 10px;
  font-size: 25px;
}

#cookie-banner>div {
  display: flex;
  justify-content: space-around;
}

#cookie-banner a,
.precookie-placeholder a {
  background: rgb(var(--active-color));
  padding: 10px;
  margin-top: 10px;
  display: inline-block;
  text-decoration: none;
  border-radius: 4px;
  flex-grow: 1;
  text-align: center;
}

#cookie-banner a:first-child {
  margin-right: 1px;
  border-radius: 0px 0px 0px 10px;
}

#cookie-banner a:last-child {
  border-radius: 0px 0px 10px 0px;
}

#cookie-banner a:hover,
.precookie-placeholder a:hover {
  background: white;
  color: black;
}

.precookie-placeholder {
  background: rgba(var(--front-color),0.4);
  padding: 10px;
  min-height: 20px;
  border-radius: 4px;
  position: relative;
  text-align: center;
}
.precookie-inner {
  background: rgba(200,200,200,0.9);
  padding: 10px;
  max-width: 300px;
  display: inline-block;
}
.precookie-img {
  padding-top: 56%;
  background-size: cover;
  background-position: center;
}
.precookie-img > .precookie-inner {
  position: absolute;
  left: 0px;
  top: 0px;
}


/******************************************************************************************************
 * GENERAL STUFF
 ******************************************************************************************************/
.hidden {
  display: none !important;
}

.large-icon {
  height: 30px;
}

.small-icon {
  height: 15px;
}
#footer .small-icon {
  height: 28px;
}

.button.selected {
  color: rgb(var(--back-color));
  background: rgb(var(--front-color));
  mix-blend-mode: multiply;
}

.button {
  cursor: pointer;
  user-select: none;
}

.button:hover {
  outline: solid 1px rgb(var(--front-color));
}

.button>img {
  height: 12px;
}

.block-link-span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;

  z-index: 1;
}

.passing-by-header {
  background-image: url("passing-by/header_img.png");
  height: 240px;
  text-align: center;
  
  margin-bottom: 33px;
}
.passing-by-header img{
  max-width: 351px;
  margin-top: 183px;
  background-color: rgba(0,29,45,0.6);
  padding: 7px 30px;
}

summary::marker {
  content: "";
  font-size: 0px;
  color: rgba(0, 0, 0, 0);
} 

.impressum-address {
  height: 3em;
}

.impressum-phone {
  height: 0.7em;
}
@media screen and (max-width: 1011px) {
  .large-header {
    display: none !important;
  }
  .side-small {
    float: none;
    margin-left: 0px;
  }
  .bottom>* {
    display: block !important;
    text-align: center;
    font-size: 20px;
    text-decoration: none;
    padding: 10px !important;
    /*! padding: 0 !important; */
  }
  .separator {
    max-height:0px;
    border-bottom: dashed #ffffff5e 2px;
    margin: none;
    padding: 0px !important;
  }
}

@media screen and (min-width: 1012px) {
  .small-header {
    display: none !important;
  }
}

/* Smartphone screens. ALSO CHANGE VALUE IN axesOfSound.js! */
@media screen and (max-width: 600px) {
  #content {
    padding: 0px 10px;
  }
  .large-screen {
    display: none !important;
  }

  .section {
    border-left: solid 0px black;
    padding: 0;
  }

  .grid-item {
    max-width: initial;
    min-width: 280px;
  }
  .grid-item.small {
    height: 100px;
    min-width: 184px;
    flex: 1 1 0px;
    min-height: 100px;
    /*! font-size: 11px; */
    max-width: 250px;
  }
  .left-float-image {
    float: none;
    display: block;
    margin: auto;
  }

  .header-title {
    margin: 0;
  }


  .bottom>a:hover {
    background: rgba(0, 0, 0, 0.3);
  }

  body {
    --header-height: 130px;
  }

  #footer {
    min-height: 58px;
  }

  #cookie-banner {
    right: 0px;
    width: 100%;
  }

  #cookie-banner>p, #cookie-banner>h1 {
    margin: 6px 10px;
  }
}

/* Big screen: hide small screen stuff */
@media screen and (min-width: 601px) {
  .small-screen {
    display: none !important;
  }

  #content h1 {
    position: absolute;
    font-stretch: condensed;
    writing-mode: vertical-rl;
    left: -17px;
    margin-top: 6px;
  }
}

@media screen and (max-width: 390px) {
  #footer {
    min-height: 120px;
    padding-top: 1px;
    text-align: center;
  }

  #footer .left-item {
    float: none;
  }

  #footer .right-item {
    float: none;
    display: inline-block !important;
  }

  .grid {
  }

  .grid-item {
    min-height: 150px;
    width: 100%;
  }
  .grid-item.small {
    /*! width: initial; */
    /*! flex: 1 1 0px; */
  }
}

@media screen and (max-height: 600px) {
  #header {
    position: absolute;
  }

  .no-scale-embed iframe,
  .no-scale-embed {
    max-height: 170px;
  }
}