html, body {
  height: 100%;
  hyphens: auto;
}

body {
  /* margin: 0 20%; */
  /* max-width: 1400px; */
  background: #242424;
  color: #CFCFCF;
  background-image: url("../res/img/background.jpg");
  background-color: #040B13;
  /* Full height */
  height: 100%;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

h1, h2, h3 {
  color: #FAFAFA;
  font-family: raleway, sans-serif;
  font-weight: 100;
}
/*
.container{
  margin-top: 30px;
  margin-bottom: 30px;
} */

#who h2 {
  font-size: 100px;
}

#who .who-heading {
  text-align: right;
}

#about {
  background-color: #D5CBC9;
  color: #717171;
}

#about h1, #about h2, #about h3 {
  color: black;
}

#auftritte {
  background-color: #D5CBC9;
  color: #717171;
}

#auftritte h1, #auftritte h2, #auftritte h3 {
  color: black;
}

#cd img {
  max-width: 300px;
}

#cd a {
  color: #A7786E;
}

div.center-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

footer {
  background: #D5CBC91A;
}

footer p.awsh {
  font-size: 10px;
  margin: 0 auto !important;
}

.logo-container {
  border: 5px solid white;
}

hr {
  margin: 30px 0;
  border-top: 2px solid rgba(255, 255, 255, .8);
}

.logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 70%;
}

footer div.footer-menu, footer div.footer-menu a, footer .awsh {
  color: #848484;
  font-size: 14px;
}

nav li.active {
  border-bottom: 1px solid lightgray;
}

.carousel {
  max-height: 350px;
  overflow: hidden;
}

@media (max-width: 992px) {
  body {
    margin: 0;
  }
}

/* @media (min-width: 1200px){
  .container {

      max-width: 1000px;

  }
} */
@media (min-width: 1200px) {
  .container {
    padding: 0 5%;
  }
}

@media (min-width: 2320px) {
  body {
    margin: auto;
  }
}
