html {
  height: 100%;
}
body {
  --back-light: rgb(190, 225, 200);
  --back-col: rgb(125, 196, 146);
  --back-dark: rgb(80, 125, 93);
  --card-width: 400px;
  background-color: var(--back-col);
  color: var(--back-dark);
  vertical-align: middle;
  font-family: sans-serif;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  --card-distance: 40px;
  margin-left: calc(-1 * var(--card-distance));
  margin-bottom: 190px;
  margin-top: 20px;
  /*! height: 100%; */
  flex-grow: 1;
}
a {
  color: var(--back-dark);
}
a:hover {
  color: black !important;
}
.hidden {
  display: none !important;
}
#about-button-more {
  margin-left: 10px;
}
.readmore {
  user-select: none;
  cursor: pointer;
}
.slice {
  max-width: var(--card-width);
  margin-left: var(--card-distance);
  display: flex;
  flex-direction: column;
  /*! justify-content: space-between; */
  flex-grow: 1;
  /*! flex-grow: 1; */
}
.card {
  background: var(--back-light);
  border-radius: 10px;
  margin-top: 20px;
  padding: 0;
  /*! overflow: hidden; */
}
.embed {
  padding: 0px;
  /*! margin: 10px 0px; */
}
.cookie-placeholder-img {
  width: 100%;
  height: 100%;
}
#yt-embed {
  background: url("img/yt-thumb.jpg");
}
.yt-play {
}
.yt-play:hover {
  background: red;
}

#sc-embed {
  background: url("img/sc-thumb.png");
}
.sc-play:hover {
  background: #f50;
}
.cookie-play {
  background: rgba(50,50,50,0.9);
  border-radius: 15px;
  display: block;
  position: absolute;
  width: 140px;
  color: white;
  text-align: center;
  margin-left: 53px;
  top: 76px;
  left: 18%;
  cursor: pointer;
  padding: 5px;
}
.cookie-play-top {
  font-size: 25px;
}
.cookie-play-top img {
  height: 2em;
}
.cookie-play-bottom {
  font-size: 10px;
}


.soundcloud-embed {
  position: relative;
  height: 240px;
  margin-bottom: 0;
}
.soundcloud-embed iframe {
  position: absolute;
  clip:rect(4px,400px,400px,0px);
  margin-top: -4px;
  /*! margin-bottom: 4px; */
  height: 102%;
}
.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%;
}

ul {
  padding-left: 30px;
}
li {
  margin-bottom: 20px;
}
p {
  padding: 10px;
  margin: 0;
  text-align: left;
  word-spacing: 4px;
  word-break: break-word;
}
.text-img {
  margin: 5px 10px;
}

.title-img {
  margin: 20px -1px;
  width: 100.6%;
}
h1 {
  text-align: center;
  color: var(--back-col);
  font-size: 50px;
}
h2 {
  text-align: right;
  font-size: 40px;
  padding-top: 80px;
  padding-bottom: 10px;
  padding-right: 10px;
  border-radius: 10px 10px 0px 0px;
  margin-top: 0;
  margin-bottom: 0;
  color: white;
  background: green;
}
h3 {
  font-size: 20px;
  text-align: center;
  margin: 10px;
}
#language {
  position: absolute;
  margin-left: var(--card-distance);
  top: 0px;
}

.lang-button {
  width: 60px;
  height: 24px;
  font-size: 15px;
  padding: 0px;
  margin: 0px;
  background: var(--back-light);
  border: none;
  cursor: pointer;
  color: var(--back-dark);
}
#lang-german {
  border-bottom-left-radius: 10px;
}
#lang-english {
  border-bottom-right-radius: 10px;
}
.lang-button:hover {
  outline: solid 1px black;
}
.german .eng,
.english .ger{
  display: none;
}
.english #lang-english,
.german #lang-german{
  background: white;
}
#live-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
h2#live {
  background-image: url(img/leipzig.jpg);
  background-position-y: -10px;
  background-size: cover;
  color: var(--back-light);
}
.cover-link::after {
  content: "";
  position: absolute;
  top:0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.gig-list {
  display: table;
  width: 100%;
}
.gig {
  position: relative;
  display: table-row;
  width: 100%;
  text-decoration: none;
  height: 50px;
  box-sizing: border-box;
  overflow: visible;
}
.past.gig {
  background-color: var(--back-col);
  opacity: 0.8;
}
.past.gig > * {
  border-top: solid 1px var(--back-light);
}
.past.gig:hover {
  opacity: 1;
}
.gig > *{
  border-top: solid 2px var(--back-col);
  padding: 10px;
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  box-sizing: border-box;
}
.gig a {
  text-decoration: none;
}
.gig .dd {
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 1000;
  width: 100%;
  pointer-events: none;
  background-color: rgb(203, 231, 211);
  display: none;
  border-radius: 0px 0px 10px 10px;
  font-weight: normal;
  padding-top: 0px;
  text-align: justify;
  box-shadow: 0px 8px 7px var(--back-col);
}
.dd div {
  margin-top:5px;
}
.gig:hover .dd {
  display: block;
}
.t{
  text-align: center;
}
.o {
  color: rgba(0,0,0,0.4);
  text-align: right;
}
.social-small {
  width: 24px;
  height: 24px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  z-index: 10;
}
.social-small-fb {
  background: url(img/fb-color.svg);
}
.social-small-fb:hover {
  background: url(img/fb-black.svg);
}
.social-small-web {
  background: url(img/globe-color.svg);
}
.social-small-web:hover {
  background: url(img/globe-black.svg);
}
.social-small-ticket {
  background: url(img/ticket-color.svg);
}
.social-small-ticket:hover {
  background: url(img/ticket-black.svg);
}

.gig:hover {
  background: rgb(203, 231, 211);
}
#booking {
  background: var(--back-dark);
  color: var(--back-light);
  text-align: center;
  padding: 10px;
}
.document {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  padding: 4px 10px;
  user-select: none;
  cursor: pointer;
}
.document:hover {
  background: rgba(255,255,255,0.2);
}
.document > span {
  margin-left: 10px;
}
#booking .social {
}
#booking a {
  color: rgba(255,255,255,0.8);
}
#booking a:hover {
  color: white !important;
}
#impressum {
  padding: 10px;
  text-align: center;
  display: flex;
}
#impressum a {
  flex-grow: 1;
  text-align: right;
}

img.address-text {
  display: block;
  /*! margin: auto; */
  width: 140px;
  margin-top: 17px;
}
img.phone-text {
  display: inline;
  height:0.78em;
}
img.mail-text {
  display: inline;
  height: 1em;
  fpadding-top: 10px;
  margin-bottom: -4px;
}

.social-bar {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
}
.social {
  height: 40px;
  width: 40px;
  border-top: 5px solid rgba(0,0,0,0);
  padding-top: 5px;
  margin-top: -9px;
  display: block;
}
a.social:hover {
  border-top: 5px solid white;
}
.social.seperator {
  flex-grow: 0.3;
}
#footer{
  max-width: var(--card-width);
  width: 100%;
  position: fixed;
  bottom: 10px;
  background: black;
  color: white;
  margin-left: 40px;
  left: unset;
  right: unset;
  padding: 5px;
  border-radius: 5px;
  z-index: 12;
}

#footer-line {
  position: fixed;
  bottom: 41px;
  background: black;
  height: 9px;
  width: 100%;
  z-index: 11;
  left: 0;
}

@media screen and (max-height: 500px) {
  #footer {
    border-radius: 5px;
    bottom: 3px;
    padding: 0px;
  }
  #footer-line {
    background-color: var(--back-col);
    bottom: 0px;
    height: 55px;
  }
  .social-bar {
    padding: 4px 10px;
  }
}

@media screen and (max-width: 434px){
  body {
    margin-left: 0;
    width: 100%;
  }
  .slice {
    margin-left: 0;
  }
  .card {
    
    border-radius: 0;
  }
  .title-img {
    margin: 9px -15px;
    width: 110%;
  }
  .social-bar,
  #booking,
  h2
  {
    border-radius: 0;
    }
  #language {
    margin-left: 0px !important;
  }
  #footer-line {
    bottom: 0px;
    height: 0px;
  }
  #footer {
    min-width: 100%;
    border-radius: 0px;
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    bottom: 0px;
    background: black;
  }
}
