body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  background: #1c1d26;
  color: white;
  text-shadow: 1px 1px 5px black;
}

a {
  color: unset;
  text-decoration: none;
  display: contents;
}



.header {
  height: 50px;
  width: 100%;
  align-content: center;
}

.container.outer {
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.container.content {
  flex-wrap: wrap;
  display: flex;
  width: 80%;
  flex-grow: 1;
}

.sidebar {
  width: 20%;
  display: inline-block;
  flex-grow: 1;
}

.sidebar .content {
  width: 90%;
  margin: 5%;
  height: auto;
}

@media screen and (width <= 1000px) and (orientation: landscape) {
  .sidebar {
  	width: 30%;
    display: inline-block;
  }
  .container.content {
    width: 70%;
  }
}

@media (width <= 700px) or (orientation: portrait) {
  .sidebar {
  	width: 100%;
    height: auto;
    display: inline-block;
  }
  .sidebar .content {
    height: auto;
  }
  .quarter {
    height: auto !important;
    padding: 10px 0;
  }
}

.content {
  height: 100%;
  width: 100%;
}

.quarter {
  width: 50%;
  height: 50%;
  text-align: center;
  align-content: center;
  min-width: 400px;
  flex-grow: 1;
  box-shadow: 1px 1px 5px black;
}

.soundmann {
  background: url(https://dersoundmann.de/images/banner.jpg);
  background-size: cover;
  background-position: center;
}

.niko {
  background: url(https://dersoundmann.de/images/regie/r2.jpg);
  background-size: cover;
  background-position: center;
}

.logo {
  width: 70px;
  height: 70px;
  background: white;
  border-radius: 35px;
  align-content: center;
  display: inline-block;
}

.soundmann .logo {
  width: 260px;;
}

.description {
  width: 70%;
  margin: 10px;
  display: inline-block;
  height: auto;
}