.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 44px;
}

h2 {
  color: #d6cfa7;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}

a {
  color: #d6cfa7;
  text-transform: none;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
}

a:hover {
  color: #fff;
}

.body {
  color: #ccc;
  object-position: 50% 0%;
  background-color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.nav-container {
  width: 1170px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar {
  z-index: 9999;
  background-color: #111;
  justify-content: center;
  padding: 30px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-link {
  color: rgba(204, 204, 204, .6);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 15px;
  font-size: 15px;
  text-decoration: none;
  transition: all .2s;
}

.nav-link:hover {
  color: #ccc;
}

.nav-link.w--current {
  color: #d6cfa7;
}

.nav-link.footer {
  border-top: 0 rgba(0, 0, 0, 0);
  padding-left: 15px;
  padding-right: 15px;
}

.logo-wrapper {
  padding-left: 0;
}

.image {
  width: 200px;
}

.header-section {
  z-index: 10;
  height: 100vh;
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding: 210px 30px 150px;
  display: flex;
  position: relative;
}

.container {
  width: 100%;
  max-width: 1170px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.container.footer {
  width: 100%;
  border-top: 0 rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: space-between;
  padding: 0;
}

.container.impressum {
  align-items: flex-start;
}

.service-section {
  z-index: 10;
  height: 100%;
  background-color: #000;
  border-top: 1px solid #333;
  justify-content: center;
  align-items: flex-start;
  padding: 90px 30px 180px;
  display: flex;
  position: relative;
}

.zitat-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h1-headline {
  max-width: 670px;
  color: #ccc;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.3;
}

.h1-headline.header {
  text-align: left;
  font-size: 36px;
}

.illu-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 90px;
  margin-bottom: 90px;
  display: flex;
}

.illu-wrapper.party-illu {
  margin-top: 0;
  margin-bottom: 0;
}

.leistungs-illu {
  max-width: 670px;
}

.referenzen-section {
  z-index: 10;
  height: 100%;
  background-color: #000;
  border-top: 1px solid #333;
  justify-content: center;
  align-items: flex-start;
  padding: 90px 30px 180px;
  display: flex;
  position: relative;
}

.zitat-autor {
  color: rgba(204, 204, 204, .6);
  margin-top: 30px;
}

.kunden-wrapper {
  margin-top: 60px;
}

.kunden-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
}

.kunden-liste {
  line-height: 2;
}

.job-section {
  z-index: 10;
  height: 100%;
  background-color: #000;
  border-top: 1px solid #333;
  justify-content: center;
  align-items: flex-start;
  padding: 90px 30px 180px;
  display: flex;
  position: relative;
}

.job-wrapper {
  max-width: 670px;
}

.h2-headline {
  color: #d6cfa7;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}

.h2-headline.serviceleistungen {
  margin-top: 120px;
  line-height: 1.4;
}

.text-wrapper {
  margin-top: 75px;
}

.text-wrapper.download {
  text-align: center;
  margin-top: 0;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: .5fr 1fr;
}

.text-block {
  text-align: left;
}

.text-block.center {
  text-align: center;
  text-decoration: none;
}

.text-block.center.kontakt {
  margin-top: 30px;
}

.text-block.center.black {
  color: #000;
}

.text-block.center.intro {
  margin-bottom: 30px;
}

.text-block.right {
  color: #d6cfa7;
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
}

.text-block.impressum {
  max-width: 670px;
  margin-top: 15px;
}

.text-link {
  color: #d6cfa7;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
}

.text-link:hover {
  color: #fff;
}

.zitat-trenner {
  width: 120px;
  height: 1px;
  background-color: rgba(204, 204, 204, .35);
  margin-top: 60px;
  margin-bottom: 60px;
}

.zitat-trenner.klein {
  width: 120px;
  margin-top: 45px;
  margin-bottom: 45px;
}

.service-wrapper {
  width: 670px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.service-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
}

.service-text-wrapper {
  flex-direction: column;
  padding: 30px;
  display: flex;
}

.service-text-wrapper.left {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 20%, #0f0f0f), url('../images/MN-Events_Leistungs-Illu_V2_right_1.png');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: space-between;
}

.service-text-wrapper.right {
  background-image: url('../images/MN-Events_Leistungs-Illu_V2_left.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: space-between;
}

.section-title-wrapper {
  margin-top: 0;
  margin-bottom: 90px;
}

.section-title {
  color: #d6cfa7;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.section-title.header {
  margin-bottom: 30px;
}

.download-section {
  z-index: 10;
  background-color: #000;
  border-top: 1px solid #333;
  justify-content: center;
  align-items: flex-start;
  padding: 90px 30px 180px;
  display: flex;
  position: relative;
}

.link {
  color: #d6cfa7;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 45px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.link:hover {
  color: #fff;
}

.link.oben {
  margin-top: 0;
}

.header-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr;
}

.header-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.header-illu-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.kontakt-section {
  z-index: 10;
  background-color: #000;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 90px 30px 180px;
  display: flex;
  position: relative;
}

.kontakt-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
}

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4 {
  font-weight: 400;
}

.footer {
  background-color: #111;
  justify-content: center;
  padding: 30px;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-icon-box {
  transition: all .2s;
  display: flex;
}

.link-icon-box:hover {
  opacity: .65;
}

.link-icon-box.nach-oben {
  height: 100%;
  opacity: .5;
  color: rgba(204, 204, 204, .6);
  text-align: left;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
}

.link-icon-box.nach-oben:hover {
  opacity: 1;
}

.link-icon {
  margin-right: 0;
}

.logo-section {
  background-color: #111;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.logo {
  width: 200px;
}

.impressum-datenschutz-section {
  border-top: 1px solid #333;
  justify-content: center;
  align-items: center;
  padding: 90px 30px 180px;
  display: flex;
}

.mitglied-igz-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 15px;
  margin-bottom: 30px;
  display: flex;
}

.igz-logo {
  margin-top: 15px;
}

.social-media-wrapper {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.socioal-icon-wrapper {
  margin-top: 60px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 20px;
  transition-duration: .3s;
}

.socioal-icon-wrapper:hover {
  opacity: .5;
}

.icon_firefox {
  width: 55px;
  height: 55px;
  border-radius: 100px;
  margin-bottom: 5px;
  padding: 6px;
}

.browser_title {
  color: #7a849e;
  font-size: 14px;
  font-weight: 500;
}

.browser_details {
  color: #7a849e;
  text-align: center;
  letter-spacing: -.2px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.browser_link {
  width: 33.3333%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  text-decoration: none;
  display: flex;
}

.browser-detect {
  z-index: 9999;
  background-color: rgba(0, 0, 0, .59);
  justify-content: center;
  align-items: center;
  padding: 325px 150px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ie_logo {
  width: 70px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.browser_wrap {
  max-width: 300px;
  min-height: 50px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.browser-warning {
  max-width: 600px;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 40px;
  display: flex;
  box-shadow: 11px 11px 55px rgba(53, 90, 164, .1);
}

.browser_header {
  color: #20355a;
  text-align: center;
  letter-spacing: -.2px;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 32px;
  line-height: 40px;
}

.html-embed {
  max-width: 670px;
  margin-top: 15px;
}

@media screen and (max-width: 991px) {
  .navbar {
    height: 150px;
  }

  .nav-link {
    text-align: center;
  }

  .image {
    width: 200px;
  }

  .header-section {
    height: auto;
    background-image: none;
    padding-top: 240px;
    padding-bottom: 120px;
  }

  .container {
    width: 100%;
    max-width: 1170px;
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
  }

  .illu-wrapper {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .zitat-autor {
    margin-top: 20px;
  }

  .kunden-wrapper {
    margin-top: 60px;
  }

  .kunden-grid {
    grid-row-gap: 0px;
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: center;
    font-size: 16px;
  }

  .text-wrapper.download {
    text-align: center;
  }

  .text-block.kontakt {
    text-align: left;
  }

  .nav-menu {
    background-color: #111;
    padding: 15px 15px 30px;
  }

  .menu-button {
    opacity: .6;
    color: rgba(0, 0, 0, 0);
    padding: 15px;
    transition: all .2s;
  }

  .menu-button:hover {
    opacity: 1;
  }

  .mobile-menu-wrapper {
    flex-direction: column;
    display: flex;
  }

  .mobile-menu-balken {
    width: 30px;
    height: 2px;
    background-color: #ccc;
    margin-top: 7px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .mobile-menu-balken.oben {
    background-color: #ccc;
    margin-top: 0;
  }

  .section-title-wrapper {
    margin-bottom: 60px;
  }

  .link:hover {
    color: #fff;
  }

  .header-grid {
    grid-template-columns: 1fr 1fr;
  }

  .logo {
    width: 200px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 18px;
  }

  .navbar {
    height: 120px;
  }

  .nav-link.footer {
    padding-left: 0;
    padding-right: 0;
  }

  .image {
    width: 175px;
  }

  .header-section {
    padding-top: 180px;
  }

  .container.footer {
    border-top-style: none;
  }

  .service-section {
    padding-top: 60px;
    padding-bottom: 120px;
  }

  .h1-headline {
    font-size: 24px;
  }

  .h1-headline.header {
    font-size: 30px;
  }

  .illu-wrapper {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .leistungs-illu {
    width: 100%;
  }

  .referenzen-section {
    padding-top: 60px;
    padding-bottom: 120px;
  }

  .kunden-wrapper {
    margin-top: 45px;
  }

  .kunden-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .job-section {
    padding-top: 60px;
    padding-bottom: 120px;
  }

  .h2-headline {
    font-size: 18px;
  }

  .text-wrapper {
    margin-top: 60px;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .text-block {
    text-align: center;
  }

  .text-block.right {
    text-align: center;
    padding-top: 20px;
  }

  .text-block.header, .text-block.kontakt {
    text-align: center;
  }

  .text-block.impressum {
    max-width: none;
    text-align: left;
  }

  .zitat-trenner {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .zitat-trenner.klein {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .service-wrapper {
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .service-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .service-text-wrapper.left {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 30%, #0f0f0f), url('../images/MN-Events_Leistungs-Illu_V2_right.png');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .section-title-wrapper {
    margin-bottom: 45px;
  }

  .download-section {
    padding-top: 60px;
    padding-bottom: 120px;
  }

  .header-grid {
    grid-template-columns: 1fr;
  }

  .header-text-wrapper {
    align-items: center;
  }

  .header-illu-wrapper {
    margin-top: 30px;
  }

  .kontakt-section {
    padding-top: 60px;
    padding-bottom: 120px;
  }

  .kontakt-grid {
    grid-template-columns: 1fr;
  }

  .link-icon-box.nach-oben {
    justify-content: center;
  }

  .logo {
    width: 175px;
  }

  .impressum-datenschutz-section {
    padding-top: 60px;
    padding-bottom: 120px;
  }

  .socioal-icon-wrapper {
    margin-top: 40px;
  }

  .browser-warning {
    padding: 25px;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 16px;
  }

  .navbar {
    height: 90px;
    padding: 15px;
  }

  .nav-link.footer {
    text-align: left;
    justify-content: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
  }

  .logo-wrapper {
    padding-left: 10px;
  }

  .image {
    width: 150px;
  }

  .header-section {
    padding: 135px 20px 60px;
  }

  .service-section {
    padding: 45px 20px 90px;
  }

  .h1-headline {
    font-size: 20px;
  }

  .h1-headline.header {
    text-align: center;
    font-size: 24px;
  }

  .illu-wrapper {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .referenzen-section {
    padding: 45px 20px 90px;
  }

  .zitat-autor {
    margin-top: 15px;
    font-size: 13px;
  }

  .kunden-wrapper {
    margin-top: 30px;
  }

  .kunden-grid {
    grid-column-gap: 15px;
    grid-row-gap: 0px;
    font-size: 13px;
  }

  .job-section {
    padding: 45px 20px 90px;
  }

  .h2-headline {
    font-size: 16px;
  }

  .h2-headline.serviceleistungen {
    margin-top: 120px;
  }

  .text-wrapper {
    margin-top: 45px;
  }

  .grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .text-block {
    text-align: center;
    font-size: 13px;
  }

  .text-block.center {
    font-size: 13px;
  }

  .text-block.center.kontakt {
    padding-top: 20px;
  }

  .text-block.right {
    text-align: center;
    padding-top: 20px;
    font-size: 13px;
  }

  .text-block.header, .text-block.kontakt {
    font-size: 13px;
  }

  .text-block.impressum {
    text-align: left;
    font-size: 13px;
  }

  .zitat-trenner, .zitat-trenner.klein {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .service-grid {
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }

  .section-title-wrapper {
    margin-bottom: 30px;
  }

  .section-title {
    font-size: 13px;
  }

  .download-section {
    padding: 45px 20px 90px;
  }

  .link {
    margin-top: 30px;
  }

  .link.oben {
    margin-top: 0;
  }

  .header-illu-wrapper {
    margin-top: 15px;
  }

  .kontakt-section {
    padding: 45px 20px 90px;
  }

  .footer {
    padding: 20px;
    display: flex;
  }

  .link-icon-box.nach-oben {
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-icon {
    width: 15px;
    height: 15px;
    margin-right: 9px;
  }

  .logo-section {
    padding: 20px;
  }

  .logo {
    width: 150px;
  }

  .impressum-datenschutz-section {
    padding: 45px 20px 90px;
  }

  .socioal-icon-wrapper {
    margin-top: 20px;
    transition-duration: .3s;
  }

  .html-embed {
    font-size: 13px;
  }
}

#w-node-a32768a3-5cc8-432d-8f6a-b91736375527-0976b81d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0d392e3a-a9ec-c91c-1d0c-19f4424ee548-0976b81d, #w-node-_97db8acd-dc71-f3af-b2d4-9316d2e08b13-0976b81d, #w-node-c84b0c29-5654-688b-a6d8-29c569114b44-0976b81d, #w-node-a6435e7c-9499-e68b-c0cb-03e5ac314e33-0976b81d, #w-node-f5d1ba1d-2def-2c83-320f-af5c0bc0b0e6-0976b81d, #w-node-_76c237d5-f681-efa4-0362-9029a5b9529b-0976b81d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9af8942c-9422-0076-8c0a-9e279bfc6c1b-0976b81d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-a32768a3-5cc8-432d-8f6a-b91736375527-0976b81d {
    grid-column-end: span .989583;
    grid-column-start: span .989583;
    grid-row-end: span .989583;
    grid-row-start: span .989583;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a32768a3-5cc8-432d-8f6a-b91736375527-0976b81d, #w-node-_9af8942c-9422-0076-8c0a-9e279bfc6c1b-0976b81d {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a32768a3-5cc8-432d-8f6a-b91736375527-0976b81d, #w-node-_9af8942c-9422-0076-8c0a-9e279bfc6c1b-0976b81d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Playfairdisplay variablefont wght';
  src: url('../fonts/PlayfairDisplay-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Playfairdisplay variablefont wght';
  src: url('../fonts/PlayfairDisplay-VariableFont_wght.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}