html {
  background: url("../images/bg.jpg") no-repeat top left fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: transparent;
  margin: 0;
  height: 100%;
  box-sizing: border-box;
  color: #f8f8f8;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

html.video {
  /*background: linear-gradient(#004092, #020202, transparent), url("images/bg.jpg") no-repeat top left fixed;*/
  background: -moz-linear-gradient(top left, rgba(178, 145, 136, 0.5) 0%, rgba(156, 114, 102, 0.7) 100%), url("../images/bg.jpg") no-repeat top left fixed; /* FF3.6-15 */
  background: -webkit-linear-gradient(top left, rgba(178, 145, 136, 0.5) 0%, rgba(156, 114, 102, 0.7) 100%), url("../images/bg.jpg") no-repeat top left fixed; /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(178, 145, 136, 0.5) 0%, rgba(156, 114, 102, 0.7) 100%), url("../images/bg.jpg") no-repeat top left fixed; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

html.bio {
  background: url("../images/bg-bio.jpg") no-repeat top left fixed;
}

.blue {
  color: blue;
}

a {
  color: #f8f8f8;
  text-decoration: none;
}

a.active {
  text-decoration: underline;
}

.clear {
    clear: both;
    width: 0px;
    height: 0px;
    line-height: 0px;
}

body {
  margin: 0;
  height: 100%;
}

#main {
  width: 100%;
  display: block;
}

#center {
  width: 920px;
  float: left;
  display: block;
  min-height: 10px;
}

a.link {
  font-weight: bold;
}

a.link:hover {
  text-decoration: underline;
}

.promoImg {
  width: 100%;
}

.promoImg img {
  border: 10px solid white;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

audio {
  display: block;
  width: 350px;
}

#left, #right {
  width: calc((100% - 920px) / 2);
  float: left;
/*  background-color: rgba(255, 0, 0, 0.5); */
  display: block;
  min-height: 10px;
}

#left {
  padding-top: 60px;
}

#right {
  padding-top: 50px;
}

#title {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#menu {
  width: 100%;
  display: block;
  padding-top: 62px;
}

#menu ul {
  width: 100%;
  margin: 0px;
  padding: 0px;
  line-height: 30px;
  text-align: justify;
  display: flex;
  justify-content: space-between;
}

#menu ul li {
  display: block;
  float: left;
  width: auto;
}

#menu ul li a {
  display: block;
  text-transform: uppercase;
  font-size: 0.8em;
}

#menu ul li:hover a, h1:hover a {
  text-decoration: underline;
}

h1 {
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: normal;
  margin-left: 60px;
}

.soc-menu {
  width: 212px;
  height: 40px;
  background: url("../images/soc-icons.png") no-repeat;
  float: right;
  margin-right: 45px;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*
@media screen and (max-width: 990px) {
  .soc-menu {
    position: absolute;
    margin-top: 0px;
    right: 0px;
    top: 5px;
  }
}
*/

.soc-menu ul {
  padding: 0px;
  margin: 0px;
  line-height: 40px;
  margin-right: 60px;
  display: block;
  width: 100%;
}

.soc-menu ul li {
  float: left;
  list-style-type: none;
}

.soc-menu ul li a {
  float: left;
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 12px;
}

.cara {
  height: 1px;
  width: 100%;
}

#page {
  margin-top: 150px;
  padding-bottom: 100px;
}

.concerts {
  margin-top: 150px;
  float: right;
  width: 212px;
  margin-right: 45px;
  display: block;
}

.concert-container {
  padding-bottom: 50px;

}

.concert-date {
  font-weight: bold;
  padding-bottom: 5px;
}

.concert-date-date {
  float: left;
  width: 80%;
}

.concert-date-hours {
  float: right;
  text-align: right;
  width: 20%;
}

.concert-place {
padding-bottom: 10px;
}

.concert-title {
  font-weight: bold;
  margin-bottom: 10px;
}

.concert-description {
  text-align: center;
  line-height: 20px;
}

.concert-price {
  margin-top: 10px;
  text-align: center;
}

.concert-url {
  margin-top: 10px;
  font-weight: bold;
}

.concert-url:hover {
  text-decoration: underline;
}

.concerts-in-page {
  display: none;
  width: 360px;
  margin-left: auto;
  margin-right: auto;
}

.article {
  text-align: justify;
  line-height: 25px;
}

.article p {
  margin-bottom: 50px;
}

.article .headline {
  font-size: 1.5em;
}

#booking {
  text-align: center;
}

.article-flex {
  display: flex;
  gap: 10px;
}

.left {
  flex: 1;
}

.right {
  flex: 1;
}

@media screen and (max-width: 1465px) {
  .soc-menu {
    position: absolute;
    margin-top: -45px;
    margin-left: -200px;
    margin-left: 0px;
  }

  .concerts {
    display: none;
  }

  .concerts-in-page {
    display: block;
  }

  #left h1 {
    position: absolute;
    margin-top: -45px;
    left: 0px;
    margin-left: 0px;
  }

  #left, #right {
    position: absolute;
    top: 0px;
    width: 250px;
  }

  #left {
/*    right: calc(210px + (100%-970px)/2);*/
    left: 25px;
  }

  #center {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  #right {
    right: calc(-713px + (100% - 970px) / 2);
    right: 0px;
  }
}

@media screen and (max-width: 985px) {

  .soc-menu {
    margin-left: 0px;
  }

  #left {
    left: 25px;
  }

  #right {
/*    left: 948px; */
  }

  #center {
    width: 920px;
    width: auto;
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media screen and (max-width: 700px) {
  html {
    background: url("../images/bg-mob.jpg") repeat-y top center fixed;
  }

  #main {
    width: 100%;
  }

  #center {
    width: 100%;
    float: none;
    margin-top: 15px;
    padding-left: 0px;
    padding-right: 0px;
  }

  #menu {
    width: calc(100% - 10px);
    padding-left: 5px;
    padding-right: 5px;
  }

  #page {
    margin-top: 20px;
    width: calc(100% - 10px);
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
  }

  #left {
    float: none;
    width: 100%;
    position: relative;
    display: block;
    left: 0px;
    right: 0px;
    padding-top: 0px;
    right: 0px;
    margin-top: 10px;
  }

  #left h1 {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }

  #right {
    float: none;
    position: absolute;
    left: auto;
    right: auto;
    padding-top: 0px;
    top: 50px;
    width: 100%;
  }

  .left {
    flex: 1 1 100%;
  }

  .right {
    flex: 1 1 100%;
  }

  .soc-menu {
    position: relative;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    float: none;
  }
}

  .promo a {
    text-decoration: underline;
  }

  a.promo {
    text-decoration: underline;
  }

@media screen and (max-width: 460px) {
  audio {
    width: 100%;
  }

  .concerts-in-page {
    width: initial;
    padding-left: 10px;
    padding-right: 10px;
  }
}
