* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }
  *:before, *:after {
    box-sizing: border-box; }

img {
  max-width: 100%;
  height: auto; }

body {
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 600; }

h1 {
  font-size: 4.8rem;
  line-height: 1.1; }

a {
  color: #f39243; }
  a:hover, a:focus {
    color: #f39243; }

#logo-wrap {
  background: #3f464b;
  text-align: center;
  padding: 4rem; }
  #logo-wrap img {
    display: inline-block;
    max-width: 18rem; }

.divider {
  background: url("../images/trennung.png") repeat-x;
  height: 3.2rem;
  margin-bottom: 7.2rem; }

main {
  padding-bottom: 14rem; }
  main #stage {
    margin-bottom: 6.4rem; }
    main #stage .img-wrap {
      position: relative; }
      main #stage .img-wrap:before, main #stage .img-wrap:after {
        content: "";
        position: absolute;
        display: block; }
      main #stage .img-wrap:before {
        top: 27.6rem;
        left: 7.7rem;
        width: 8.8rem;
        height: 36.5rem;
        background: url("../images/waves_big_red.png") no-repeat 0 0; }
      main #stage .img-wrap:after {
        top: -4rem;
        right: 15rem;
        width: 3.9rem;
        height: 14.8rem;
        background: url("../images/zickzack_small_white.png") no-repeat 0 0; }
  main h1 {
    font-size: 2.8rem;
    margin-top: 0;
    margin-bottom: 6.4rem;
    text-transform: uppercase; }
  main .txt-wrap {
    position: relative;
    padding-left: 5.2rem; }
    main .txt-wrap:before {
      content: "";
      position: absolute;
      display: block;
      top: 0.5rem;
      left: 0;
      width: 2.1rem;
      height: 8.4rem;
      background: url("../images/waves_small_orange.png") no-repeat 0 0; }
  main .veranstaltung {
    position: relative;
    margin-bottom: 7.6rem; }
    main .veranstaltung div {
      float: left;
      position: relative; }
      main .veranstaltung div:first-child {
        width: calc((100% / 12) * 4); }
      main .veranstaltung div:nth-child(2) {
        width: calc((100% / 12) * 5); }
        main .veranstaltung div:nth-child(2):before {
          content: "";
          position: absolute;
          height: 100%;
          width: 0.1rem;
          background: #ffffff;
          right: 0;
          top: 0;
          display: block; }
      main .veranstaltung div:last-child {
        width: calc((100% / 12) * 3); }

@media screen and (max-width: 1199px) {
  main #stage .img-wrap:before {
    top: 18.6rem;
    left: 8.7rem;
    background-size: 80%; }
  main #stage .img-wrap:after {
    top: -3.4rem;
    right: 12rem;
    background-size: 80%; } }
@media screen and (max-width: 991px) {
  #logo-wrap {
    padding: 3rem; }
    #logo-wrap img {
      max-height: 5rem; }

  main #stage .img-wrap:before {
    top: 15.6rem;
    left: 6.7rem;
    background-size: 60%; }
  main #stage .img-wrap:after {
    top: -2.6rem;
    right: 8rem;
    background-size: 60%; }
  main .veranstaltung div:first-child {
    width: calc((100% / 9) * 4); }
  main .veranstaltung div:nth-child(2) {
    width: calc((100% / 9) * 5); }
    main .veranstaltung div:nth-child(2):before {
      display: none; }
  main .veranstaltung div:last-child {
    width: 100%; }
    main .veranstaltung div:last-child img {
      width: 100%; } }
@media screen and (max-width: 767px) {
  #logo-wrap {
    padding: 2rem; }
    #logo-wrap img {
      max-height: 4rem; }

  main {
    padding-bottom: 10rem; }
    main h1 {
      margin-bottom: 5.4rem; }
    main #stage {
      margin-bottom: 4.4rem; }
      main #stage .img-wrap:before {
        top: 55%;
        left: 9.5%;
        width: 6%;
        height: 55%;
        background-size: 100%; }
      main #stage .img-wrap:after {
        top: -7%;
        right: 13%;
        width: 3%;
        height: 25%;
        background-size: 100%; }
    main .txt-wrap {
      padding-left: 0; }
      main .txt-wrap:before {
        display: none; }
    main .veranstaltung div:first-child {
      width: 100%; }
    main .veranstaltung div:nth-child(2) {
      width: 100%; }
    main .veranstaltung div:last-child {
      width: 100%; }
    main .veranstaltung div img {
      width: 100%; } }
@media screen and (max-width: 479px) {
  main {
    padding-bottom: 6rem; }
    main h1 {
      margin-bottom: 4.4rem; }
    main #stage {
      margin-bottom: 3.4rem; } }

/*# sourceMappingURL=main.css.map */
