@font-face {
  font-family: Gtamerica;
  src: url('../fonts/GTAmerica-ExpandedBlack.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gtamerica;
  src: url('../fonts/GTAmerica-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gtamerica;
  src: url('../fonts/GTAmerica-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Argentcf;
  src: url('../fonts/ArgentCF-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}.tp-landingpage .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;
}.tp-landingpage {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}.tp-landingpage .mobile {
  display: none;
}.tp-landingpage .heading {
  text-align: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-family: Argentcf, Arial, sans-serif;
  font-weight: 900;
}.tp-landingpage .heading.zwei {
  text-align: left;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
  font-weight: 100;
}.tp-landingpage .text-block {
  color: #777;
  text-align: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-family: Argentcf, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}.tp-landingpage .einzel {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  width: 40%;
  margin-top: 20px;
  margin-left: 30%;
  margin-right: 30%;
  font-family: Gtamerica, Arial, sans-serif;
  font-weight: 900;
}.tp-landingpage .einzel.unten {
  color: #fff;
  background-color: #000;
  border: 2px solid #000;
  width: 40%;
  margin-bottom: 3%;
  margin-left: 30%;
  margin-right: 30%;
}.tp-landingpage .einzel.unten:hover {
  color: #000;
  background-color: #fff;
}.tp-landingpage .grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 1%;
  margin-left: 20px;
  margin-right: 20px;
}.tp-landingpage .div-block-2 {
  flex-flow: column;
  padding-left: 10%;
  display: flex;
}.tp-landingpage .text-block-2 {
  font-family: Argentcf, Arial, sans-serif;
  font-size: 28px;
  line-height: 30px;
}.tp-landingpage .text-block-2.kleinertext {
  color: #777;
  text-align: center;
  margin-top: 5%;
  margin-left: 5%;
  margin-right: 5%;
  font-size: 18px;
  line-height: 24px;
}.tp-landingpage .text-block-2.kleinertext.links {
  text-align: left;
  margin-left: 0%;
}.tp-landingpage .link {
  color: #000;
  font-family: Argentcf, Arial, sans-serif;
  font-size: 20px;
  line-height: 40px;
}.tp-landingpage .grid-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #5b8489;
  margin-top: 5%;
}.tp-landingpage .image-22 {
  padding: 10%;
}.tp-landingpage .youtube {
  max-width: 90%;
  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
}.tp-landingpage .rush-tour-button {
  color: #000;
  font-family: Argentcf, Arial, sans-serif;
  font-size: 20px;
  line-height: 40px;
  text-decoration: underline;
}.tp-landingpage .rushtext {
  color: #777;
  font-family: Argentcf, Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  display: none;
}.tp-landingpage .linkblocktour {
  display: none;
}.tp-landingpage .probutton,.tp-landingpage .litebutton {
  color: #000;
  font-family: Argentcf, Arial, sans-serif;
  font-size: 20px;
  line-height: 40px;
  text-decoration: underline;
  display: block;
}.tp-landingpage .protext,.tp-landingpage .litetext {
  color: #777;
  font-family: Argentcf, Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  display: none;
}.tp-landingpage .buttonlite,.tp-landingpage .buttonpro {
  display: none;
}.tp-landingpage .bold-text,.tp-landingpage .bold-text-2,.tp-landingpage .bold-text-3 {
  font-weight: 100;
}

@media screen and (max-width: 991px) {.tp-landingpage .einzel {
    width: 20%;
    font-size: 10px;
  }.tp-landingpage .einzel.unten {
    width: 60%;
    margin-top: 40px;
    margin-left: 20%;
    margin-right: 20%;
  }.tp-landingpage .grid-11 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
}

@media screen and (max-width: 767px) {.tp-landingpage .einzel {
    width: 30%;
    margin-left: 35%;
  }.tp-landingpage .einzel.unten {
    margin-bottom: 0%;
    margin-left: 20%;
  }.tp-landingpage .grid-2 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 5%;
  }.tp-landingpage .div-block-2 {
    padding-right: 10%;
  }
}

@media screen and (max-width: 479px) {.tp-landingpage .mobile {
    display: block;
  }.tp-landingpage .desktop {
    display: none;
  }.tp-landingpage .heading {
    font-size: 28px;
    line-height: 28px;
  }.tp-landingpage .text-block {
    font-size: 14px;
    line-height: 18px;
  }.tp-landingpage .einzel {
    width: 50%;
    margin-left: 25%;
    padding-top: 5px;
    padding-bottom: 5px;
  }.tp-landingpage .einzel.unten {
    width: 80%;
    margin-left: 10%;
    font-size: 8px;
  }.tp-landingpage .bladev9 {
    display: none;
  }.tp-landingpage .grid-2 {
    grid-template-rows: auto auto auto;
    margin-top: 5%;
  }.tp-landingpage .div-block-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }.tp-landingpage .text-block-2 {
    text-align: center;
  }.tp-landingpage .text-block-2.kleinertext.links {
    text-align: center;
    margin-top: 2%;
    margin-left: 5%;
    font-size: 14px;
    line-height: 18px;
  }.tp-landingpage .rushtext,.tp-landingpage .protext,.tp-landingpage .litetext {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    display: none;
  }
}.tp-landingpage #w-node-c29477fb-24fa-37c3-811d-02211a67e33e-084a3ec3,.tp-landingpage #w-node-c29477fb-24fa-37c3-811d-02211a67e33f-084a3ec3 {
  grid-area: 1 / 1 / 3 / 3;
}.tp-landingpage #w-node-_47dcd610-7ed6-5193-f307-adc56a0df3fe-084a3ec3 {
  grid-area: 1 / 1 / 2 / 2;
}.tp-landingpage #w-node-_47dcd610-7ed6-5193-f307-adc56a0df3ff-084a3ec3 {
  grid-area: 1 / 2 / 2 / 3;
}.tp-landingpage #w-node-_47dcd610-7ed6-5193-f307-adc56a0df400-084a3ec3 {
  grid-area: 1 / 3 / 2 / 4;
}.tp-landingpage #w-node-_47dcd610-7ed6-5193-f307-adc56a0df401-084a3ec3 {
  grid-area: 2 / 1 / 3 / 2;
}.tp-landingpage #w-node-_47dcd610-7ed6-5193-f307-adc56a0df40f-084a3ec3 {
  grid-area: 2 / 2 / 3 / 3;
}.tp-landingpage #w-node-_14ee8c3c-a978-b997-62a8-2180cd1e054f-084a3ec3 {
  grid-area: 1 / 1 / 3 / 2;
}.tp-landingpage #w-node-_14ee8c3c-a978-b997-62a8-2180cd1e0550-084a3ec3 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

@media screen and (max-width: 767px) {.tp-landingpage #w-node-_47dcd610-7ed6-5193-f307-adc56a0df3fe-084a3ec3 {
    grid-area: 1 / 1 / 2 / 3;
  }.tp-landingpage #w-node-_47dcd610-7ed6-5193-f307-adc56a0df3ff-084a3ec3 {
    grid-area: 3 / 1 / 4 / 3;
  }.tp-landingpage #w-node-_47dcd610-7ed6-5193-f307-adc56a0df400-084a3ec3 {
    grid-area: 5 / 1 / 6 / 3;
  }.tp-landingpage #w-node-_47dcd610-7ed6-5193-f307-adc56a0df401-084a3ec3 {
    grid-area: 2 / 1 / 3 / 3;
  }.tp-landingpage #w-node-_47dcd610-7ed6-5193-f307-adc56a0df408-084a3ec3 {
    grid-area: 6 / 1 / 7 / 3;
  }.tp-landingpage #w-node-_47dcd610-7ed6-5193-f307-adc56a0df40f-084a3ec3 {
    grid-area: 4 / 1 / 5 / 3;
  }
}

@media screen and (max-width: 479px) {.tp-landingpage #w-node-c29477fb-24fa-37c3-811d-02211a67e33e-084a3ec3 {
    grid-area: 1 / 1 / 3 / 3;
  }.tp-landingpage #w-node-_47dcd610-7ed6-5193-f307-adc56a0df3fe-084a3ec3 {
    grid-area: 1 / 1 / 2 / 3;
  }.tp-landingpage #w-node-_47dcd610-7ed6-5193-f307-adc56a0df3ff-084a3ec3 {
    grid-area: 3 / 1 / 4 / 3;
  }.tp-landingpage #w-node-_47dcd610-7ed6-5193-f307-adc56a0df400-084a3ec3 {
    grid-area: 5 / 1 / 6 / 3;
  }.tp-landingpage #w-node-_47dcd610-7ed6-5193-f307-adc56a0df401-084a3ec3 {
    justify-self: center;
  }.tp-landingpage #w-node-_47dcd610-7ed6-5193-f307-adc56a0df408-084a3ec3 {
    grid-area: 6 / 1 / 7 / 3;
  }.tp-landingpage #w-node-_14ee8c3c-a978-b997-62a8-2180cd1e054f-084a3ec3 {
    grid-area: 1 / 1 / 2 / 3;
  }.tp-landingpage #w-node-_14ee8c3c-a978-b997-62a8-2180cd1e0550-084a3ec3 {
    grid-area: 2 / 1 / 4 / 3;
  }
}


@font-face {
  font-family: 'Gtamerica';
  src: url('../fonts/GTAmerica-ExpandedBlack.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gtamerica';
  src: url('../fonts/GTAmerica-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gtamerica';
  src: url('../fonts/GTAmerica-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Argentcf';
  src: url('../fonts/ArgentCF-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}