:root {
  --primary-color: blue;
  --secondary-color: orange;
}

body {
  margin: 0em;
}

body header {
  margin: 0em;
  padding: 0em;
}

body header nav {
  background-color: gray;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: row flex;
      flex-wrap: row flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body header nav span {
  font-size: 1.5em;
  color: var(--primary-color);
}

body header nav ul {
  padding: 0em;
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: row flex;
      flex-wrap: row flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body header nav ul li {
  list-style: none;
  font-size: 1.3em;
}

body header nav ul li a {
  text-decoration: none;
  color: var(--secondary-color);
}

body header nav .cta-contact {
  opacity: 0;
  font-size: 1.3em;
}

body main {
  margin: 2em;
}

body main .logo {
  margin: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body main .logo img {
  width: 40%;
  height: auto;
}

body main .einleitung {
  font-size: 1.5em;
}

body main .shows p {
  width: 60%;
  font-size: 1.5em;
}

body main .shows .float-left {
  float: left;
  margin-right: 2em;
}

body main .shows h2 {
  margin-bottom: 0em;
  padding-bottom: 0em;
}

body main .shows .solo-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5em;
}

body main .shows .solo-show img {
  width: 30%;
  height: auto;
}

body main .shows .collaboration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5em;
}

body main .shows .collaboration img {
  width: 30%;
  height: auto;
}

body main .shows .photoshotings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5em;
}

body main .shows .photoshotings img {
  width: 30%;
  height: auto;
}

body main .ueberschrift {
  font-size: 1.3em;
}

body main .collage {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: row;
      flex-wrap: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5em;
}

body main .collage ul {
  width: 100vw;
  margin: 0em;
  padding: 0em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}

body main .collage ul li {
  margin: 2em;
}

body main .collage ul li img {
  max-width: 20vw;
  min-width: 5cm;
  margin: 0em;
  padding: 1em;
}

body footer {
  margin: 0em;
  padding: 2em;
  background-color: gray;
}
/*# sourceMappingURL=main.css.map */