:root {
  --greyscale-1: rgb(242, 242, 247);
  --greyscale-2: rgb(229, 229, 234);
  --greyscale-3: rgb(209, 209, 214);
  --greyscale-4: rgb(199, 199, 204);
  --greyscale-5: rgb(174, 174, 178);
  --greyscale-6: rgb(142, 142, 147);
  --greyscale-7: rgb(99, 99, 102);
  --greyscale-8: rgb(72, 72, 74);
  --greyscale-9: rgb(58, 58, 60);
  --greyscale-10: rgb(44, 44, 46);
  --greyscale-11: rgb(28, 28, 30);

}

body {
  background-color: var(--greyscale-4);
  font-family: 'Libre Baskerville';
  color: var(--greyscale-11);
}

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

#name-plate {
  padding-top: 2em;
  padding-left: 2em;
}

#name-plate h1 {
  font-size: 2.8em;
  color: var(--greyscale-1);
  width: 100%;
  -webkit-text-stroke: 1px black;
}

#name-plate h2 {
  font-size: 2.3em;
  color: var(--greyscale-2);
  -webkit-text-stroke: 1px black;
}

.navbar-brand {
  font-size: 2em;
  color: var(--greyscale-1) !important;
}

.nav-link {
  font-size: 1.2em;
  font-weight: 500;
  color: var(--greyscale-1) !important;
}

.nav-item {
  text-align: right;
}

.content-block {
  background-color: var(--greyscale-2);
  margin: 1vh 0 1vh 0;
  align-items: center;
  border: 2px;
  border-radius: 3px;
}

@media (max-width: 576px) {
  .content-block {
    margin-left: 2vw;
    margin-right: 2vw;
  }

  section {
    padding: 1.0em .5em 1.0em .5em;
  }
}

@media (min-width: 576px) {
  .content-block {
    margin-left: 2vw;
    margin-right: 2vw;
  }

  section {
    padding: 1.0em 1em 1.5em 1em;
  }
}

@media (min-width: 768px) {
  .content-block {
    margin-left: 3vw;
    margin-right: 3vw;
  }

  section {
    padding: 1.0em 1.5em 1.5em 1.5em;
  }

  #name-plate h1 {
    font-size: 4em;

  }

  #name-plate h2 {
    font-size: 3em;
  }
}

@media (min-width: 992px) {
  .content-block {
    margin-left: 4vw;
    margin-right: 4vw;
  }

  section {
    padding: 1.0em 2em 1.5em 2em;
  }
}

@media (min-width: 1200px) {
  .content-block {
    margin-left: 7vw;
    margin-right: 7vw;
  }

  section {
    padding: 1.5 3em 1.5em 3em;
  }
}

@media (min-width: 1400px) {
  .content-block {
    margin-left: 9vw;
    margin-right: 9vw;
  }

  section {
    padding: 1.5 4em 1.5em 4em;
  }
}

@media (min-width: 1600px) {
  .content-block {
    margin-left: 12vw;
    margin-right: 12vw;
  }

  section {
    padding: 1.5em 5em 1.5em 5em;
  }
}

@media (min-width: 1800px) {
  .content-block {
    margin-left: 14vw;
    margin-right: 14vw;
  }

  section {
    padding: 1.5em 6em 1.5em 6em;
  }
}

@media (min-width: 2000px) {
  .content-block {
    margin-left: 16vw;
    margin-right: 16vw;
  }

  section {
    padding: 1.5em 7em 1.5em 7em;
  }
}

#opnames {
  text-align: center;
}

#content-column {
  display: flex;
  justify-content: space-around;
  max-width: 1000px;
  margin: auto;
}

#content-column img {
  width: 35vw;
  max-width: 250px;
  border-radius: 5px;
  box-shadow: 1px 1px 10px lightgray;
}

#content-column div {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#contact-div {
  bottom: 10%;
  width: 100%;
  display: flex;
  position: absolute;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}

#contact-div:before,
#contact-div:after {
  content: " ";
  width: 100%;
  height: 2px;
  margin: 10px;
  vertical-align: super;
  background-color: rgba(255, 255, 255, 0.5);
}

#contact-button {
  background-color: rgba(0, 0, 0, 0.5);
  border-color: var(--greyscale-6);
  min-width: 11em;
}

#splash {
  background: no-repeat top center url("assets/banner.jpg");
  background-size: cover;
  height: calc(var(--vh, 1vh) * 100);
  -webkit-box-shadow: 0 0px 5px black;
  -moz-box-shadow: 0 0px 5px black;
  box-shadow: 0 0px 5px black;
}

.navbar {
  position: absolute;
  width: 100%;
}

html {
  scroll-behavior: smooth;
}


section h2 {
  padding-bottom: .5em;
}

table {
  width: 100%;
  font-family: 'Source Sans Pro', sans-serif;
  border-collapse: collapse;
  background-color: var(--greyscale-3);
  overflow: hidden;
}

table thead tr {
  background-color: var(--greyscale-6);
  color: var(--greyscale-1);
  text-align: left;
}

table th {
  padding: 12px 15px;
  text-align: center;
}

table tbody tr {
  border-bottom: 1px dashed var(--greyscale-1);

}

table tbody tr:last-of-type {
  /* same color as  table th:nth-child(2), table th:nth-child(3) { */
  border-bottom: 10px solid var(--greyscale-2);
}

table th:nth-child(2),
table th:nth-child(3) {
  /* same color as table tbody tr:last-of-type { */
  background-color: var(--greyscale-2);
}

table td:nth-child(1) {
  background-color: var(--greyscale-5);
  border-bottom: 1px dashed var(--greyscale-11);
  text-align: center;
  font-size: 1.2em;
  width: 2em;
}

table td:nth-child(2) {
  padding-left: 5px;
}

table td:nth-child(3) {
  padding-left: 5px;
  padding-right: 5px;
  text-align: right;
  width: fit-content;
}

a {
  color: black;
}

a:hover {
  color: darkgoldenrod;
}

#gallery-button-wrapper {
  padding-top: 20px;
  text-align: center;
  font-family: 'Source Sans Pro', sans-serif;
}

#content-page-navbar-bg {
  /* same color as bg */
  background-color: var(--greyscale-3);
}

#gallery-button {
  font-family: 'Source Sans Pro';
}

.nav-link.disabled {
  text-decoration: underline double;
  text-underline-position: under;
  font-weight: 600;
}

.modal-content {
  background-color: var(--greyscale-2) !important;
}

#concerts {
  overflow: auto;
  white-space: nowrap;
  padding-left: auto;
  display: flex;
  /* padding-top: 0 !important; */
  /* padding-bottom: 0 !important; */
}

.concert-card {
  height: 30vh;
  max-height: 300px;
  min-width: 350px;
  flex-grow: 1;
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 5px;
  padding: .5em .5em .5em .5em;
  color: white;
  cursor: pointer;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
  margin-left: 5px;
  margin-right: 5px;
}

.concert-title {
  overflow: visible;
  font-size: 1.6em;
}

.concert-date,
.concert-location {
  display: inline-block;
  bottom: 0;
  position: absolute;
  font-size: 1.3em;
}

.concert-location {
  right: .5em;
  font-size: 1em;
  text-align: right;
}

#gedicht {
  background-color: var(--greyscale-1);
  padding-top: 1em;
  padding-bottom: 1em;
  border-radius: 5px;
  box-shadow: 1px 1px 5px lightgray;
}

p#gedicht {

  font-family: 'IM Fell English';
  font-size: 1.5em;
}

p#gedicht::first-letter {
  font-size: 3em;
  line-height: 0.85;
}

p#biografie {
  text-align: justify;
  padding: 1em;
}

footer {
  font-family: 'Source Sans Pro';
  margin: auto;
  text-align: center;
}

#text-block {
  display: flex;
  margin: auto;
  padding-top: 1em;
  hyphens: auto;
  text-align: justify;
}

#text-block img {
  width: 100%;
  max-width: 25em;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
  box-shadow: 1px 1px 10px lightgray;
}

#text-block div {
  width: 50%;
  display: flex;
  flex-direction: column;
}

divider {
  width: 1em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='10'%3E%3Ccircle cx='8' cy='10' r='1' fill='grey' /%3E%3C/svg%3E");

}