@media screen and (max-width: 1400px) {

  /* ALLGEMEIN */
  .section {
    padding: 30px 50px !important;
  }

  .section h2, .section h3, .section h4 {
    text-align: center;
  }

  .section .info-card h2,
  .section .info-card h3,
  .section .info-card h4 {
    text-align: left;
  }

  .footer {
    padding: 30px 50px;
  }

  .bottom-preview-bar {
    padding: 20px 50px;
  }

  .mk-top-text {
    padding: 50px;
  }

  h2 {
    font-size: 42px;
    margin-bottom: 20px;
  }

  h4 {
    font-size: 34px;
  }

  .paper-wrapper {
    width: calc(100% - 100px);
  }

  /* NAVI */
  .navbar {
    padding: 0 50px;
  }

  .navigation .menu li a {
    padding: 10px 30px;
  }

  /* HEADER */
  .header-side {
    width: 50%;
    padding: 100px 50px 0;
  }

  .anfahrt-map > img {
    width: 100%;
  }

  .anfahrt-map .info-card {
    width: 100%;
    transform: translateY(-100px) translateX(0);
  }

  .info-card > p {
    font-size: 14px;
    line-height: 20px;
  }

  .mk-event-ticket-link, .info-card-button {
    width: 50%;
    text-align: center;
    display: block;
  }

  .info-card {
    width: calc(100% - 50px);
    max-width: 480px;
  }

  .mk-gallery {
    width: calc(50% - 20px);
  }

  /* PARTNER */
  .partner-holder {
    flex-wrap: wrap;
    justify-content: center;
  }

  .partner-holder img {
    width: calc((100% / 3) - 100px);
    margin: 30px 50px;
  }

  /* TICKETS */
  .tickets-side-info {
    transform: translate(0);
  }

  .tickets-holder {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .tickets-holder > div {
    margin-top: 100px;
  }

  .anfahrt-section {
    position: relative;
    align-items: flex-start;
  }

  .anfahrt-section > div:first-of-type {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  .anfahrt-section > div:nth-of-type(2) {
    width: 50%;
    min-width: 530px;
  }



}

/* TABLET */
@media screen and (max-width: 1025px) {

  .footer {
    flex-direction: column;
  }
  .footer .menu {
    padding: 0 !important;
  }
  .footer > * {
    margin: 10px 0;
  }

  .paper-wrapper {
    overflow: hidden;
  }
  .bottom-preview-bar {
    margin-top: 30px;
  }

  /* NAVI */
  .burger-navigation {
    width: 50px;
    height: 30px;
    cursor: pointer;
  }
  .burger-navigation .stripe {
    display: block;
    height: 3px;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 9px;
    background-color: #fff;
    transition: .25s;
  }
  .burger-navigation .stripe:last-of-type {
    margin-bottom: 0;
  }

  .menu-hauptmenue-container {
    width: 100%;
    position: absolute;
    top: 100px;
    left: 0;
    overflow: hidden;
    height: 0;
    padding-top: 0 !important;
    transition: .5s;
    background-color: rgba(0,0,0,.8);
  }
  .menu-hauptmenue-container li {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .menu-hauptmenue-container li a {
      width: 90%;
      display: block;
      background-color: white;
      text-align: center;
      color: black !important;
      padding: 10px !important;
      margin: 0 auto;
      border-radius: 3px;
      font-size: 20px;
  }
  .menu-hauptmenue-container li a:hover {
    background-color: rgb(220,220,220);
  }
  .open .menu-hauptmenue-container {
    height: calc(100vh - 100px);
    padding-top: 50px !important;
  }
  .open .burger-navigation .stripe:first-of-type {
    transform: rotate(45deg) translateY(16px);
  }
  .open .burger-navigation .stripe:nth-of-type(2) {
    opacity: 0;
  }
  .open .burger-navigation .stripe:last-of-type {
    transform: rotate(-45deg) translateY(-16px);
  }

  .header-side:after {
    width: 0;
  }


  /* HEADER */
  .header {
    height: calc(100vh - 100px);
  }
  .header-side {
    width: 100%;
    background: rgba(171, 33, 27, .8);
  }
  .header-side .mk-button {
    width: 100%;
    display: block;
    text-align: center;
    padding: 5px 0;
  }


  /* REST */
  .mk-event {
    width: calc(50% - 20px);
    min-width: 0px;
    margin-bottom: -100px;
  }
  .mk-events {
    justify-content: flex-start;
  }
  .mk-event .index {
    display: none;
  }
  .mk-event .mk-event-ticket-link {
    width: 100%;
  }
  .mk-event-date {
    text-align: center;
  }
  .mk-event table {
    margin: 20px auto;
  }
  .mk-event-image {
    height: 400px;
  }
  .mk-event-info {
    padding: 30px;
    width: 100% !important;
  }
  .mk-event-info,
  .info-card {
    width: calc(100% - 50px);
  }


  /* MK INFO */
  .mk-info {
    width: 20%;
  }
  .mk-info img {
    height: 50px;
  }

  .tickets-holder > * {
    width: 80%;
  }
  .tickets-holder > div {
    margin-bottom: -200px;
  }

  .tickets-side-info {
    margin-bottom: 0px !important;
  }

  .info-card {
    max-width: none;
  }
  .info-card h4 {
    width: 50%;
    text-align: center;
  }

  .mk-gallery {
    width: 100%;
  }

  .gallery-preview-infos {
    transform: translateY(0px);
    width: 100%;
    min-width: 0;
  }

}

/* TABALET / BIG MOBILE */
@media screen and (max-width: 700px) {

  body {
    padding-top: 75px;
  }

  .paper-wrapper {
    width: 100%;
  }

  .bottom-preview-bar {
    margin-top: 0;
  }

  .navbar {
    height: 75px;
  }

  .logo img {
    height: 35px;
  }

  .header {
    height: calc(100vh - 75px);
  }

  .mk-info-area {
    height: 400px;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .mk-info {
    width: 35%;
    height: 50%;
  }

  .section > h2 {
    text-align: center;
  }

  .section,
  .footer,
  .bottom-preview-bar,
  .mk-top-text,
  .navbar,
  .header-side {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .header {
    height: auto;
    overflow-x: hidden;
  }

  .header-side {
    padding-top: 50px;
    padding-bottom: 50px;
    height: auto;
  }

  .header-countdown {
    margin: 50px auto;
  }

  .mk-event,
  .mk-gallery {
    margin-bottom: 50px;
  }

  .info-card table td br {
    display: none;
  }
  .info-card h4 {
    text-align: center !important;
  }

  .info-card,
  .mk-event-info,
  .gallery-preview-infos {
    transform: translateY(0) !important;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction:column;
    text-align: center;
  }

  .mk-event .index,
  .gallery-preview-year,
  .info-card-sidebar {
    display: none;
  }

  .gallery-preview-infos p,
  .anfahrt .info-card p,
  .info-card h4,
  .gallery-preview-image {
    width: 100%;
  }

  .mk-event-ticket-link,
  .info-card-button {
    width: 100%;
  }

  .gallery-preview-infos {
    min-width: 100%;
    transform: translateY(0);
  }

  .anfahrt .info-card {
    transform: translateY(-10px) !important;
    margin-bottom: 80px;
  }

  .section > h2 {
    font-size: 32px;
  }

  .partner-holder img {
    width: 80%;
    margin-bottom: 10px;
  }

  .mk-top-text p {
    font-size: 14px;
  }

  .bottom-preview-bar {
    flex-wrap: wrap;
  }

  .bottom-preview-bar h4 {
    width: 100%;
    text-align: center;
  }

  .bottom-preview-button {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }

  .tickets-holder {
    margin-bottom: 250px;
  }

  .tickets-holder form,
  .tickets-side-info img,
  .tickets-side-info {
    width: 100%;
  }

  .mk-event table, .info-card table {
    width: 80%;
    text-align: left;
  }

  .anfahrt-section {
    margin-bottom: 250px;
  }

  .anfahrt-section > div:nth-of-type(2) {
    width: 100%;
    position: relative;
    padding-top: 150px;
    min-width: 0;
    transform: translateY(180px);
  }

  .anfahrt-section > div:nth-of-type(2) .info-card {
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px !important;
  }

  .mk-banner {
    width: 100%;
    height: 120px;
  }

  .mk-banner-title {
    width: 100%;
    padding: 0;
    text-align: center;
    height: 120px;
    background-image: linear-gradient(90deg, rgba(144,25,15,.8) 0%, rgba(203,37,23,.8) 100%);;
  }

  .mk-banner-title:after {
    content: "";
    height: 0;
    width: 0;
  }

  .mk-banner-title h2 {
    padding: 0;
    line-height: 120px;
  }

  .header-countdown .number {
    font-size: 54px;
  }

  .awsm-grid > div a:hover img {
    filter: grayscale(0);
  }

  .awsm-content-scrollbar table tr td {
    width: 100%;
    display: block;
    font-weight: bold;
    padding-bottom: 5px;
  }

  .awsm-content-scrollbar table tr td:nth-of-type(2) {
    padding-bottom: 20px;
    font-weight: normal;
  }

  .partner-holder div {
    justify-content: center;
  }

  .partner-holder div img {
    margin-bottom: 0;
    margin-top: 0;
  }

  .menu-hauptmenue-container {
    top: 75px;
  }
}

/* MOBILE */
@media screen and (max-width: 480px) {

    .paper-wrapper {
      padding: 50px 30px;
    }

    .mk-banner-title {
      min-width: 100vw;
    }

    .created-by {
      width: 100%;
      text-align: center;
      margin-bottom: 30px;
    }

    .created-by p {
      margin: 0;
      background-color: rgba(0,0,0,.3);
      display: block;
      padding: 10px;
      margin-top: -40px;
    }

    .mk-info {
      width: 50%;
    }

    .mk-info-area {
      padding: 30px;
    }

    .mk-event {
      min-width: 100%;
      max-width: 100%;
    }
    .mk-events {
      justify-content: center;
    }

    .mk-event-info,
    .gallery-preview-infos {
      padding: 20px 20px 30px;
    }

    .info-card {
      padding: 30px;
    }

    .info-card table {
      width: 100%;
    }

    .preview-section {
      padding: 50px 30px;
    }

    #menu-footer-menu li {
      display: block;
      padding: 10px;
      text-align: center;
    }

    #menu-footer-menu li a {
      padding: 10px !important;
      text-align: center;
    }

}





@media screen and (max-width: 600px) {

  .mk-event {
    width: 100%;
  }

  .mk-event-info {
    max-width: 100%;
  }

}
