@font-face {
  font-family: "Bauhaus 93";
  src: url('../fonts/bauhaus-93.zip') format("undefined");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bebas;
  src: url('../fonts/bebas.zip') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Futura;
  src: url('../fonts/futura.zip') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: League Spartan;
  src: url('../fonts/league-spartan.zip') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nexa;
  src: url('../fonts/nexa-bold.zip') format("undefined");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Raleway;
  src: url('../fonts/raleway.zip') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bauhaus 93";
  src: url('../fonts/bauhaus-93.zip') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bauhaus 93";
  src: url('../fonts/bauhaus-93.zip') format("undefined");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bauhaus 93";
  src: url('../fonts/bauhaus-93.zip') format("undefined");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Itc Avant Garde Gothic Lt Book;
  src: url('../fonts/ITC-Avant-Garde-Gothic-LT-Book.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Itc Avant Garde Gothic Lt Book;
  src: url('../fonts/ITC-Avant-Garde-Gothic-LT-Book.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Itc Avant Garde Gothic Lt Book;
  src: url('../fonts/ITC-Avant-Garde-Gothic-LT-Book.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Itc Avant Garde Gothic Lt Book;
  src: url('../fonts/ITC-Avant-Garde-Gothic-LT-Book.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Itc Avant Garde Gothic Lt Book;
  src: url('../fonts/ITC-Avant-Garde-Gothic-LT-Book.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Itc Avant Garde Gothic Lt Book;
  src: url('../fonts/ITC-Avant-Garde-Gothic-LT-Book.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Texgyreadventor;
  src: url('../fonts/texgyreadventor-regular.otf') format("opentype"), url('../fonts/texgyreadventor-italic.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Texgyreadventor;
  src: url('../fonts/texgyreadventor-bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  cursor: none;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  color: #000;
  text-decoration: underline;
}

img {
  max-width: 100%;
  display: inline-block;
}

.slide-one {
  background-color: red;
  height: 600px;
}

.slide-two {
  background-color: #0004ff;
  height: 500px;
}

.mask {
  height: 100%;
}

.section {
  background-color: #f5f5f5;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
}

.slide-inner-flex {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.slider {
  background-color: #0000;
  height: 600px;
  transition: all .2s;
}

.body {
  -webkit-text-fill-color: inherit;
  cursor: none;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.video {
  text-align: center;
}

.section-2 {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  object-fit: scale-down;
  flex-flow: row;
  min-width: 100vw;
  height: 50vh;
  margin: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.navbar {
  background-color: #fff;
}

.container {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.nav-menu {
  color: #e81d03;
}

.nav-link {
  text-transform: none;
  text-decoration-color: #e81d03;
}

.section-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fffdfd;
  grid-template: ". Area . Area-4"
                 "Area-3 . Area-2 ."
                 / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.video-3 {
  height: 50%;
  position: relative;
}

.section-4 {
  background-image: none;
  background-size: auto;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  min-width: 100svw;
  height: 300vh;
  min-height: 100%;
  transition: opacity .475s;
  display: flex;
}

.video-4 {
  aspect-ratio: auto;
  object-fit: fill;
  max-height: 50vh;
  overflow: visible;
}

.video-5 {
  height: 50%;
  min-height: 500%;
  max-height: 20px;
  overflow: visible;
}

.container-2 {
  max-width: 100%;
  height: 50vh;
}

.video-6 {
  margin: 1px 88px -192px 96px;
  padding-bottom: 0;
  padding-right: 234px;
  overflow: visible;
}

.code-embed {
  height: 50vh;
}

.text-block {
  float: none;
  text-align: center;
  border-radius: 0;
  font-size: 50px;
  text-decoration: none;
  position: relative;
}

.quick-stack {
  width: 80%;
  padding-left: 20px;
}

.quick-stack-2 {
  grid-column-gap: 12em;
  grid-row-gap: 12em;
  -webkit-text-stroke-width: 1px;
  background-color: #fff;
  background-image: none;
  background-size: auto;
  width: 80vw;
  height: auto;
  margin-bottom: 100px;
  padding-top: 8px;
  padding-bottom: 0;
}

.cell {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Funkberater_C-12.jpg');
  background-position: 0 0;
  background-size: cover;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.image {
  vertical-align: baseline;
  flex: 0 auto;
  display: block;
}

.container-3 {
  text-align: left;
  background-color: #2354dc03;
  order: 0;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 100vw;
  max-width: 100vw;
  height: 150px;
  display: flex;
}

.container-4 {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 400px;
  display: flex;
  overflow: visible;
}

.section-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  width: 90vw;
  height: 100vh;
  display: flex;
}

.cell-2 {
  text-align: center;
  justify-content: space-between;
  align-items: flex-start;
}

.cell-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.image-2 {
  width: 50%;
  max-width: 50%;
}

.cell-4 {
  background-image: url('../images/icons8-youtube-150.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.cell-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/icons8-instagram-150.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.cell-6 {
  background-image: url('../images/icons8-linktree-150.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.cell-7 {
  background-image: url('../images/icons8-soundcloud-150.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.image-3 {
  text-align: left;
}

.cell-8 {
  justify-content: center;
  align-items: center;
}

.cell-9 {
  padding: 0 0%;
}

.text-block-2 {
  color: #000;
  text-align: left;
  text-overflow: clip;
  border: 0 solid #000;
  border-radius: 999em;
  align-self: flex-start;
  font-family: Itc Avant Garde Gothic Lt Book, Arial, sans-serif;
  font-size: 50px;
  font-style: italic;
  font-weight: 400;
  line-height: 60px;
  position: static;
}

.section-6 {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #fff;
  background-clip: border-box;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.video-7 {
  text-align: left;
  mix-blend-mode: normal;
}

.cursor-wrapper {
  z-index: 1000;
  flex-flow: row;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor {
  filter: invert(0%);
  background-image: url('../images/funkberater_logo_weiss_transparent.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
}

.cursor.red {
  background-image: url('../images/Funkberater-F---BlauKein-Hintergrund-2.svg');
}

.cursor.blue {
  background-image: url('../images/funkberater_logo_schwarz_transparent.png');
}

.mask-2 {
  margin-top: 0;
  position: relative;
}

.slide, .slide-2 {
  width: 33.3%;
}

.slide-nav {
  display: none;
}

.cell-8-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.image-4 {
  opacity: 0;
  margin-left: 0;
  transition: opacity .575s cubic-bezier(.645, .045, .355, 1);
}

.image-4:hover {
  opacity: 1;
}

.text-block-3 {
  color: #000;
  text-align: left;
  -webkit-text-stroke-width: 0px;
  font-family: Texgyreadventor, Arial, sans-serif;
  font-size: 50px;
  font-style: italic;
  font-weight: 400;
  line-height: 60px;
}

.text-block-4 {
  color: #000;
  text-align: right;
  -webkit-text-stroke-width: 0px;
  font-family: Texgyreadventor, Arial, sans-serif;
  font-size: 50px;
  font-style: italic;
  line-height: 60px;
}

.image-5 {
  opacity: 0;
  filter: invert();
  transition: opacity .5s cubic-bezier(.645, .045, .355, 1);
}

.image-5:hover {
  opacity: 100;
  filter: invert();
}

.image-5.zoom-image {
  opacity: 100;
  transition: opacity .5s cubic-bezier(.645, .045, .355, 1);
}

.text-block-5 {
  color: #000;
  letter-spacing: 2px;
  -webkit-text-stroke-width: 2px;
  text-transform: none;
  white-space: normal;
  font-family: Itc Avant Garde Gothic Lt Book, Arial, sans-serif;
  font-size: 80px;
  font-style: italic;
  font-weight: 500;
  line-height: 60px;
}

.cell-10 {
  justify-content: center;
  align-items: center;
}

.quick-stack-3 {
  width: 100%;
  min-width: 100svw;
  height: 100%;
  min-height: 100svh;
  position: static;
  top: 0;
  overflow: hidden;
}

.cell-11 {
  justify-content: flex-start;
  align-items: center;
}

.section-7 {
  width: 100svw;
  height: 100svh;
  position: sticky;
}

.nav {
  z-index: 2;
  cursor: none;
  border-bottom: 0 solid #d3d3d3;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  position: fixed;
  inset: 0% 0% auto;
}

.container-w1 {
  width: 100%;
  max-width: 95em;
  margin-left: auto;
  margin-right: auto;
}

.container-w1.gutter-outside {
  float: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.header-inner {
  grid-column-gap: 3em;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.header-left {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  align-items: center;
  display: flex;
}

.header-button {
  color: #fff;
  letter-spacing: .08em;
  -webkit-text-stroke-width: 1px;
  text-transform: uppercase;
  cursor: grab;
  background-color: #e81c02;
  border: 2px solid #fff;
  border-radius: 999em;
  padding: 1.1em 2em 1em;
  font-family: Texgyreadventor, Arial, sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: all .35s cubic-bezier(.165, .84, .44, 1);
  display: inline-block;
  box-shadow: -15px 15px #0003;
}

.header-button:hover {
  padding-left: 3.5em;
  padding-right: 3.5em;
}

.header-button.w--current {
  color: #fff;
}

.header-button.secondary {
  color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  background-color: #0000;
  border-width: 2px;
  box-shadow: -15px 15px #000;
}

.section-typo-zoom-in {
  color: #000;
  border-radius: 0;
  width: 100%;
  height: 280vh;
  display: block;
}

.typo-zoom-sticky {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.typo-zoom-sticky-inner {
  background-color: #e81c02;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.typo-zoom-text-wrapper {
  width: 50vw;
}

.typo-zoom-text {
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.typo-zoom-text-image {
  filter: invert();
  width: 100%;
}

.section-8 {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
  display: flex;
  position: relative;
}

.cell-12 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  text-align: center;
  justify-content: center;
  align-items: flex-end;
}

.cell-13 {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
}

.image-6 {
  vertical-align: baseline;
  display: inline-block;
  position: fixed;
}

.image-7 {
  box-sizing: content-box;
  aspect-ratio: auto;
  object-fit: fill;
  display: block;
  position: fixed;
  inset: 10% 0 auto 15%;
  overflow: visible;
  transform: translate(-8%, -20%)scale(1.6);
}

.text2 {
  color: #000;
  text-align: left;
  -webkit-text-stroke-width: 1px;
  word-break: normal;
  border: 1px solid #000;
  border-radius: 999em;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 20vw;
  padding: 1em 2em;
  font-family: Itc Avant Garde Gothic Lt Book, Arial, sans-serif;
  font-size: 40px;
  font-style: italic;
  line-height: 5px;
  display: flex;
}

.cell-14 {
  background-image: url('../images/Funkberater_C-22.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-start;
}

.quick-stack-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  min-height: 70vh;
}

.cell-15 {
  background-image: url('../images/Funkberater_C-21.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cell-16 {
  background-image: url('../images/Funkberater_C-31.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-button-copy {
  filter: invert();
  color: #fff;
  letter-spacing: .08em;
  -webkit-text-stroke-width: 1px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 999em;
  padding: 1.1em 2em 1em;
  font-family: Itc Avant Garde Gothic Lt Book, Arial, sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all .35s cubic-bezier(.165, .84, .44, 1);
  display: inline-block;
}

.header-button-copy:hover {
  padding-left: 3.5em;
  padding-right: 3.5em;
}

.header-button-copy.secondary {
  color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  background-color: #0000;
  border-width: 1px;
}

.cell-17 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.cell-18 {
  display: flex;
}

.cell-19, .cell-20, .cell-21 {
  justify-content: center;
  align-items: center;
}

.cell-22 {
  text-align: left;
}

.text2-copy {
  color: #000;
  text-align: left;
  -webkit-text-stroke-width: 1px;
  word-break: normal;
  text-align: left;
  -webkit-text-stroke-width: 2px;
  word-break: normal;
  border: 0 solid #000;
  border-radius: 999em;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 20vw;
  padding: .8em 1.2em;
  font-family: Texgyreadventor, Arial, sans-serif;
  font-size: 50px;
  font-style: italic;
  line-height: 30px;
  display: flex;
}

.text-block-2-copy {
  color: #000;
  text-align: left;
  text-overflow: clip;
  border: 0 solid #000;
  border-radius: 999em;
  align-self: center;
  font-family: Itc Avant Garde Gothic Lt Book, Arial, sans-serif;
  font-size: 50px;
  font-style: italic;
  font-weight: 400;
  line-height: 60px;
  position: static;
}

.section-5-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  width: 80vw;
  height: 100vh;
  display: flex;
}

.section-5-follow-us {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-self: center;
  align-items: stretch;
  width: 90vw;
  display: flex;
}

.cell-22-copy {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.header-button-copy-copy {
  filter: invert();
  color: #fff;
  letter-spacing: .08em;
  -webkit-text-stroke-width: 1px;
  text-transform: uppercase;
  border: 2px solid #fff;
  border-radius: 999em;
  padding: 1.1em 2em 1em;
  font-family: Itc Avant Garde Gothic Lt Book, Arial, sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all .35s cubic-bezier(.165, .84, .44, 1);
  display: inline-block;
}

.header-button-copy-copy:hover {
  padding-left: 3.5em;
  padding-right: 3.5em;
}

.header-button-copy-copy.secondary {
  color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  background-color: #0000;
  border-width: 1px;
}

.cell-23, .cell-24, .cell-25 {
  justify-content: center;
  align-items: center;
}

.header-button-copy-copy-copy-copy {
  filter: invert();
  color: #fff;
  letter-spacing: .08em;
  -webkit-text-stroke-width: 1px;
  text-transform: uppercase;
  border: 2px solid #fff;
  border-radius: 999em;
  padding: 1.1em 2em 1em;
  font-family: Texgyreadventor, Arial, sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: all .35s cubic-bezier(.165, .84, .44, 1);
  display: inline-block;
}

.header-button-copy-copy-copy-copy:hover {
  padding-left: 3.5em;
  padding-right: 3.5em;
}

.header-button-copy-copy-copy-copy.secondary {
  color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  background-color: #0000;
  border-width: 1px;
}

.section-5-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: stretch;
  width: 90vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.section-9 {
  flex: 0 auto;
  order: 0;
  align-self: auto;
  position: fixed;
}

.quick-stack-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.container-5 {
  aspect-ratio: auto;
  text-align: center;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 5%;
}

.div-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text2-style {
  color: #000;
  text-align: left;
  -webkit-text-stroke-width: 1px;
  word-break: normal;
  border: 2px solid #000;
  border-radius: 999em;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  padding: .6em 1em;
  font-family: Texgyreadventor, Arial, sans-serif;
  font-size: 40px;
  font-style: italic;
  line-height: 5px;
  display: flex;
}

.text2-style-copy {
  color: #000;
  text-align: left;
  -webkit-text-stroke-width: 1px;
  word-break: normal;
  border: 2px solid #000;
  border-radius: 999em;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  padding: .6em 1em;
  font-family: Texgyreadventor, Arial, sans-serif;
  font-size: 40px;
  font-style: italic;
  line-height: 5px;
  display: flex;
}

.section-5-copy-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: stretch;
  width: 80vw;
  height: 80vh;
  display: flex;
  position: relative;
}

.section-5-latest {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  width: 80vw;
  height: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.text-block-6 {
  color: #000;
  -webkit-text-stroke-width: 0px;
  font-family: Itc Avant Garde Gothic Lt Book, Arial, sans-serif;
  font-size: 25px;
  font-style: italic;
  font-weight: 400;
  line-height: 60px;
}

.text-span {
  -webkit-text-stroke-width: 0px;
  border: 2px solid #000;
  border-radius: 999em;
  padding: 9px;
  font-family: Texgyreadventor, Arial, sans-serif;
  font-size: 40px;
  line-height: 90px;
}

.typo-zoom-text-image-copy {
  opacity: 0;
  filter: invert();
  width: 0%;
}

.quick-stack-4-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  min-height: 70vh;
}

.quick-stack-5-copy {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  align-self: center;
  width: 50vw;
}

.header-button-copy-copy-copy {
  filter: invert();
  color: #fff;
  letter-spacing: .08em;
  -webkit-text-stroke-width: 1px;
  text-transform: uppercase;
  border: 2px solid #fff;
  border-radius: 999em;
  padding: .6em .9em;
  font-family: Texgyreadventor, Arial, sans-serif;
  font-size: 50px;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: all .35s cubic-bezier(.165, .84, .44, 1);
  display: inline-block;
}

.header-button-copy-copy-copy:hover {
  padding-left: 3.5em;
  padding-right: 3.5em;
}

.header-button-copy-copy-copy.secondary {
  color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  background-color: #0000;
  border-width: 1px;
}

.text-block-3-copy {
  color: #000;
  text-align: left;
  font-family: Texgyreadventor, Arial, sans-serif;
  font-size: 50px;
  font-style: italic;
  font-weight: 400;
  line-height: 60px;
}

.text-block-3-copy-copy {
  color: #000;
  text-align: left;
  font-family: Itc Avant Garde Gothic Lt Book, Arial, sans-serif;
  font-size: 50px;
  font-style: italic;
  font-weight: 400;
  line-height: 60px;
}

.text-block-2-copy {
  color: #000;
  text-align: left;
  -webkit-text-stroke-width: 0px;
  text-overflow: clip;
  border: 0 solid #000;
  border-radius: 999em;
  align-self: flex-start;
  font-family: Itc Avant Garde Gothic Lt Book, Arial, sans-serif;
  font-size: 50px;
  font-style: italic;
  font-weight: 400;
  line-height: 60px;
  position: static;
}

.section-5-copy-copy-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: stretch;
  width: 80vw;
  height: 80vh;
  display: flex;
  position: relative;
}

.section-5-gallery {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: stretch;
  width: 80vw;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.text-span-copy {
  -webkit-text-stroke-width: 0px;
  border: 2px solid #000;
  border-radius: 999em;
  padding: 9px;
  font-family: Texgyreadventor, Arial, sans-serif;
  font-size: 40px;
  line-height: 80px;
}

.video-8 {
  pointer-events: auto;
}

.quick-stack-5-copy-copy {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  align-self: center;
  width: 50vw;
}

.div-block-2 {
  flex-flow: column;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.div-block-3 {
  flex-flow: column;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 0;
  display: flex;
}

.text2-copy-copy {
  color: #000;
  text-align: left;
  -webkit-text-stroke-width: 1px;
  word-break: normal;
  text-align: left;
  -webkit-text-stroke-width: 1px;
  word-break: normal;
  text-align: left;
  -webkit-text-stroke-width: 1px;
  word-break: normal;
  text-align: left;
  -webkit-text-stroke-width: 1px;
  word-break: normal;
  border: 0 solid #000;
  border-radius: 999em;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 20vw;
  padding: .8em 1.2em;
  font-family: Itc Avant Garde Gothic Lt Book, Arial, sans-serif;
  font-size: 25px;
  font-style: italic;
  line-height: 30px;
  display: flex;
}

.imprint-text {
  color: #000;
  text-align: center;
  -webkit-text-stroke-width: 0px;
  word-break: normal;
  border: 0 solid #000;
  border-radius: 999em;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 20vw;
  padding: .8em 1.2em;
  font-family: Texgyreadventor, Arial, sans-serif;
  font-size: 30px;
  font-style: italic;
  line-height: 30px;
  display: flex;
}

.text2-copy-copy-copy {
  color: #000;
  text-align: left;
  -webkit-text-stroke-width: 1px;
  word-break: normal;
  text-align: left;
  -webkit-text-stroke-width: 1px;
  word-break: normal;
  text-align: left;
  -webkit-text-stroke-width: 1px;
  word-break: normal;
  border: 0 solid #000;
  border-radius: 999em;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 20vw;
  padding: .8em 1.2em;
  font-family: Itc Avant Garde Gothic Lt Book, Arial, sans-serif;
  font-size: 25px;
  font-style: italic;
  line-height: 30px;
  display: flex;
}

.text2-copy-copy-copy-copy {
  color: #000;
  text-align: left;
  -webkit-text-stroke-width: 1px;
  word-break: normal;
  border: 0 solid #000;
  border-radius: 999em;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 20vw;
  padding: .8em 1.2em;
  font-family: Itc Avant Garde Gothic Lt Book, Arial, sans-serif;
  font-size: 25px;
  font-style: italic;
  line-height: 30px;
  display: flex;
}

.link {
  color: #2354dc;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  -webkit-text-decoration: underline #2354dc;
  text-decoration: underline #2354dc;
}

.text-span-2 {
  border: 2px solid #000;
  border-radius: 999em;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 40px;
}

@media screen and (max-width: 991px) {
  .cursor-wrapper {
    opacity: 0;
    display: flex;
  }

  .cursor {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
  }

  .header-inner {
    padding-top: 2em;
  }

  .header-button:hover {
    padding-left: 1.6em;
    padding-right: 1.6em;
  }

  .header-button:active {
    transform: scale(.94);
  }

  .typo-zoom-text-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .typo-zoom-text-image {
    opacity: 1;
    width: 100%;
  }

  .cell-14, .cell-15, .cell-16 {
    padding-top: 100%;
  }

  .header-button-copy:hover {
    padding-left: 1.6em;
    padding-right: 1.6em;
  }

  .header-button-copy:active {
    transform: scale(.94);
  }

  .cell-17 {
    flex-flow: column;
  }

  .section-5-follow-us {
    height: auto;
  }

  .header-button-copy-copy:hover {
    padding-left: 1.6em;
    padding-right: 1.6em;
  }

  .header-button-copy-copy:active {
    transform: scale(.94);
  }

  .header-button-copy-copy-copy-copy:hover {
    padding-left: 1.6em;
    padding-right: 1.6em;
  }

  .header-button-copy-copy-copy-copy:active {
    transform: scale(.94);
  }

  .typo-zoom-text-image-copy {
    opacity: 100;
    filter: none;
    align-self: auto;
    width: 0%;
    max-width: 80%;
  }

  .header-button-copy-copy-copy:hover {
    padding-left: 1.6em;
    padding-right: 1.6em;
  }

  .header-button-copy-copy-copy:active {
    transform: scale(.94);
  }

  .section-5-gallery {
    height: auto;
  }

  .quick-stack-5-copy-copy {
    grid-row-gap: 1em;
  }

  .imprint-text {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 30vw;
    padding-left: 1em;
    padding-right: 1em;
    font-size: 30px;
  }

  .cell-28 {
    display: flex;
  }

  .cell-29, .cell-30 {
    display: none;
  }

  .cell-31 {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .slide-one {
    height: 50vw;
  }

  .slide-two {
    height: 35vw;
  }

  .body {
    background-color: #e81c02;
  }

  .quick-stack-2 {
    background-color: #fff0;
    width: 90vw;
  }

  .text-block-3, .text-block-4 {
    color: #fff;
    font-size: 35px;
  }

  .container-w1.gutter-outside {
    flex-flow: row;
  }

  .header-inner {
    flex-flow: wrap;
    justify-content: center;
  }

  .header-left {
    flex-flow: row;
    justify-content: center;
  }

  .header-button {
    font-size: 25px;
  }

  .typo-zoom-text-image {
    width: 0%;
  }

  .section-8 {
    background-color: #fff0;
  }

  .cell-17 {
    flex-flow: column;
  }

  .text2-copy {
    color: #fff;
    -webkit-text-stroke-width: 1px;
  }

  .section-5-follow-us {
    height: auto;
  }

  .header-button-copy-copy-copy-copy {
    filter: invert(0%);
    font-size: 30px;
  }

  .text2-style, .text2-style-copy {
    color: #fff;
    border-color: #fff;
  }

  .section-5-latest {
    width: 90vw;
    height: auto;
  }

  .text-block-6 {
    color: #fff;
    text-align: center;
  }

  .text-span {
    border-color: #fff;
    font-size: 35px;
  }

  .typo-zoom-text-image-copy {
    opacity: 100;
    filter: none;
    width: 80%;
  }

  .header-button-copy-copy-copy {
    filter: invert(0%);
  }

  .text-block-3-copy {
    color: #fff;
    font-size: 40px;
  }

  .text-block-3-copy-copy {
    color: #fff;
    border: 1px solid #03030300;
  }

  .text-block-2-copy {
    color: #fff;
    font-size: 35px;
  }

  .section-5-gallery {
    width: 90vw;
  }

  .text-span-copy {
    border-color: #fff;
    font-size: 30px;
  }

  .quick-stack-5-copy-copy {
    grid-row-gap: 2em;
    width: 90vw;
  }

  .text2-copy-copy {
    color: #fff;
  }

  .imprint-text {
    color: #fff;
    -webkit-text-stroke-width: 0px;
    width: auto;
  }

  .text2-copy-copy-copy, .text2-copy-copy-copy-copy {
    color: #fff;
  }

  .text-span-2 {
    border-color: #fff;
  }

  .cell-28, .cell-29, .cell-30, .cell-31 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .body {
    background-color: #e81c02;
  }

  .video {
    float: none;
  }

  .section-4 {
    background-image: url('../images/Funkberater_C-20.jpg');
  }

  .quick-stack {
    height: 100vh;
  }

  .quick-stack-2 {
    background-color: #fff0;
    width: 90vw;
  }

  .text-block-2 {
    color: #fff;
    text-align: center;
    font-size: 35px;
    line-height: 50px;
  }

  .cursor-wrapper {
    height: 40px;
  }

  .text-block-3, .text-block-4 {
    color: #fff;
    text-align: center;
    font-size: 25px;
    line-height: 50px;
  }

  .header-left {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: row;
    font-size: 20px;
  }

  .header-button-wrapper {
    box-shadow: none;
  }

  .header-button {
    background-color: #e81c02;
    padding: .6em 1em;
    font-size: 20px;
    box-shadow: -15px 15px #00000069;
  }

  .header-button.w--current {
    background-color: #e81c02;
  }

  .header-button.secondary {
    padding-top: .6em;
    padding-bottom: .6em;
    font-size: 30px;
    box-shadow: -15px 15px #0003;
  }

  .section-typo-zoom-in {
    width: 100%;
    height: 220vh;
  }

  .typo-zoom-sticky {
    position: sticky;
  }

  .typo-zoom-sticky-inner {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .typo-zoom-text-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 25vw;
    display: flex;
  }

  .typo-zoom-text-image {
    opacity: 0;
    filter: invert();
    vertical-align: baseline;
  }

  .section-8 {
    background-color: #e81c02;
    padding-top: 8rem;
  }

  .cell-12 {
    justify-content: center;
    align-items: center;
  }

  .cell-14 {
    background-size: cover;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 100%;
    display: flex;
  }

  .quick-stack-4 {
    grid-column-gap: 59px;
    grid-row-gap: 59px;
    width: 100%;
    margin-bottom: 10em;
    padding: 0;
  }

  .cell-15, .cell-16 {
    padding-top: 100%;
  }

  .cell-17 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .text2-copy {
    color: snow;
    -webkit-text-stroke-width: 1px;
    border-width: 0;
    border-color: #fff;
    width: auto;
    font-size: 35px;
  }

  .section-5-follow-us {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: space-between;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .header-button-copy-copy {
    filter: none;
    text-align: center;
    -webkit-text-stroke-width: .5px;
    border-color: #fff;
    font-size: 20px;
  }

  .header-button-copy-copy-copy-copy {
    filter: none;
    padding: .6em 1em;
    font-size: 25px;
  }

  .container-5 {
    bottom: 15%;
  }

  .text2-copy-copy {
    font-size: 30px;
  }

  .div-block {
    word-break: normal;
    overflow-wrap: normal;
    background-color: #e81c02;
    margin-bottom: 20em;
    overflow: visible;
  }

  .text2-style {
    color: #fff;
    -webkit-text-stroke-width: 0px;
    border-color: #fff;
    align-self: center;
    padding-top: .6em;
    padding-bottom: .6em;
    font-size: 35px;
  }

  .text2-style-copy {
    color: #fff;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #fff;
    border-color: #fff;
    align-self: center;
    padding-top: .6em;
    padding-bottom: .6em;
    font-size: 35px;
  }

  .section-5-copy-copy {
    width: 90vw;
  }

  .section-5-latest {
    width: 90vw;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .text-block-6 {
    color: #fff;
    text-align: center;
    -webkit-text-stroke-width: .25px;
    -webkit-text-stroke-color: #fff;
    font-size: 25px;
    line-height: 50px;
  }

  .text-span {
    border-color: #fff;
    font-size: 25px;
  }

  .typo-zoom-text-image-copy {
    float: none;
    clear: none;
    opacity: 1;
    filter: none;
    vertical-align: baseline;
    width: 80%;
    max-width: 80%;
    display: inline-block;
    position: static;
    inset: auto 0% 0%;
  }

  .text-block-3-copy {
    color: #fff;
    text-align: left;
    width: 90vw;
    font-size: 20px;
    line-height: 50px;
  }

  .quick-stack-5-copy {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .header-button-copy-copy-copy {
    filter: none;
    text-align: center;
    -webkit-text-stroke-width: .5px;
    border-color: #fff;
    font-size: 25px;
  }

  .text-block-3-copy {
    color: #fff;
    text-align: center;
    font-size: 30px;
    line-height: 50px;
  }

  .text-block-3-copy-copy {
    color: #fff;
    text-align: left;
    align-self: center;
    width: 90vw;
    padding-left: 10px;
    font-size: 20px;
    line-height: 50px;
  }

  .text-block-2-copy {
    color: #fff;
    text-align: center;
    -webkit-text-stroke-width: 0px;
    align-self: flex-start;
    font-size: 25px;
    line-height: 50px;
  }

  .cell-26, .cell-27 {
    justify-content: center;
    align-items: center;
  }

  .section-5-copy-copy-copy {
    width: 90vw;
  }

  .section-5-gallery {
    width: 90vw;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .text-span-copy {
    border-color: #fff;
    font-size: 20px;
  }

  .quick-stack-5-copy-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-2, .div-block-3 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .text2-copy-copy {
    color: snow;
    border-width: 0;
    border-color: #fff;
    width: auto;
    font-size: 35px;
  }

  .imprint-text {
    color: snow;
    -webkit-text-stroke-width: 0px;
    border-width: 0;
    border-color: #fff;
    width: auto;
    font-size: 20px;
  }

  .text2-copy-copy-copy {
    color: snow;
    border-width: 0;
    border-color: #fff;
    width: auto;
    font-size: 20px;
  }

  .text2-copy-copy-copy-copy {
    color: snow;
    -webkit-text-stroke-width: .5px;
    border-width: 0;
    border-color: #fff;
    width: auto;
    font-size: 20px;
  }

  .link {
    -webkit-text-stroke-width: 0px;
  }

  .link-2 {
    color: #fff;
    -webkit-text-stroke-width: 0px;
  }

  .link-3 {
    color: #fafcff;
  }

  .text-span-2 {
    border-width: 2px;
    border-color: #fff;
  }

  .cell-28 {
    display: flex;
  }

  .cell-29 {
    display: none;
  }

  .cell-31 {
    display: flex;
  }

  .link-4, .link-5 {
    color: #fff;
  }
}

#w-node-_77b8fec2-c374-f9f3-f162-818b5039e867-cb22e09a {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_5f94f785-3956-b241-2562-342649b76a0a-cb22e09a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_850bad11-337f-8411-91df-184a194a6543-cb22e09a {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_26e4bf70-44d2-f076-639e-77e294d21121-cb22e09a {
  grid-template-rows: .25fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_72306f51-1b61-dbaa-0f57-a2720dd5a780-cb22e09a {
  grid-template-rows: .25fr auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_5f94f785-3956-b241-2562-342649b76a0a-cb22e09a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_850bad11-337f-8411-91df-184a194a6543-cb22e09a {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_26e4bf70-44d2-f076-639e-77e294d21121-cb22e09a {
    grid-template-rows: .25fr;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_72306f51-1b61-dbaa-0f57-a2720dd5a780-cb22e09a {
    grid-template-rows: .25fr;
    grid-template-columns: 1fr;
  }

  #w-node-_4ca4f2c2-a19d-fa5b-c9b4-9320fa8335e0-cb22e09a, #w-node-_971ef016-5435-b042-3d58-1080872d732e-cb22e09a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_26e4bf70-44d2-f076-639e-77e294d21121-cb22e09a, #w-node-_72306f51-1b61-dbaa-0f57-a2720dd5a780-cb22e09a {
    grid-template-rows: .25fr;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5f94f785-3956-b241-2562-342649b76a0a-cb22e09a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: grid;
  }

  #w-node-_850bad11-337f-8411-91df-184a194a6543-cb22e09a {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_26e4bf70-44d2-f076-639e-77e294d21121-cb22e09a, #w-node-_72306f51-1b61-dbaa-0f57-a2720dd5a780-cb22e09a {
    grid-template-rows: .25fr;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Bauhaus 93';
  src: url('../fonts/bauhaus-93.zip') format('undefined');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bebas';
  src: url('../fonts/bebas.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura';
  src: url('../fonts/futura.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'League Spartan';
  src: url('../fonts/league-spartan.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexa';
  src: url('../fonts/nexa-bold.zip') format('undefined');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/raleway.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bauhaus 93';
  src: url('../fonts/bauhaus-93.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bauhaus 93';
  src: url('../fonts/bauhaus-93.zip') format('undefined');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bauhaus 93';
  src: url('../fonts/bauhaus-93.zip') format('undefined');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Itc Avant Garde Gothic Lt Book';
  src: url('../fonts/ITC-Avant-Garde-Gothic-LT-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Itc Avant Garde Gothic Lt Book';
  src: url('../fonts/ITC-Avant-Garde-Gothic-LT-Book.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Itc Avant Garde Gothic Lt Book';
  src: url('../fonts/ITC-Avant-Garde-Gothic-LT-Book.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Itc Avant Garde Gothic Lt Book';
  src: url('../fonts/ITC-Avant-Garde-Gothic-LT-Book.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Itc Avant Garde Gothic Lt Book';
  src: url('../fonts/ITC-Avant-Garde-Gothic-LT-Book.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Itc Avant Garde Gothic Lt Book';
  src: url('../fonts/ITC-Avant-Garde-Gothic-LT-Book.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Texgyreadventor';
  src: url('../fonts/texgyreadventor-regular.otf') format('opentype'), url('../fonts/texgyreadventor-italic.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Texgyreadventor';
  src: url('../fonts/texgyreadventor-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}