.tp-landingpage :root {
  --white: white;
  --black: black;
}.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 .mobile {
  display: none;
}.tp-landingpage .heading {
  text-align: center;
  margin-top: 5%;
  margin-left: 5%;
  margin-right: 5%;
  font-size: 22px;
  line-height: 26px;
}.tp-landingpage .heading.h1 {
  color: #000;
  font-family: Gtamerica, sans-serif;
  font-size: 36px;
  line-height: 36px;
}.tp-landingpage .text-block {
  text-align: justify;
  max-width: 70%;
  margin-top: 5%;
  margin-left: auto;
  margin-right: 0;
  font-family: Gtamerica, sans-serif;
  font-size: 16px;
}.tp-landingpage .text-block.unten {
  margin-left: auto;
  margin-right: auto;
}.tp-landingpage {
  max-width: 1250px;
  padding-bottom: 40px;
  padding-left: 0%;
}.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, sans-serif;
  font-weight: 900;
}.tp-landingpage .einzel.unten {
  width: 30%;
  margin-top: 40px;
  margin-left: 35%;
  margin-right: 35%;
}.tp-landingpage .produktegrid {
  grid-template-columns: 1fr 1fr 1fr;
  width: 70%;
  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
}.tp-landingpage .div-block {
  background-color: #000;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}.tp-landingpage .link-block {
  color: #fff;
  text-decoration: none;
}.tp-landingpage .text-block-2 {
  text-transform: uppercase;
  font-family: Gtamerica, sans-serif;
  font-weight: 900;
}.tp-landingpage .link-block-2,.tp-landingpage .link-block-3 {
  color: #fff;
  text-decoration: none;
}.tp-landingpage .div-block-2 {
  background-color: #e4dec7;
  background-image: url('../images/background.png');
  background-position: 0 100%;
  background-size: cover;
  padding-left: 5%;
  padding-right: 5%;
}

@media screen and (max-width: 991px) {.tp-landingpage .heading.h1 {
    line-height: 40px;
  }.tp-landingpage .text-block {
    max-width: 90%;
    margin-right: auto;
  }.tp-landingpage .einzel {
    width: 20%;
    font-size: 10px;
  }.tp-landingpage .einzel.unten {
    width: 40%;
    margin-left: 30%;
    margin-right: 30%;
  }.tp-landingpage .produktegrid {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {.tp-landingpage .text-block {
    margin-top: 0%;
  }.tp-landingpage .einzel {
    width: 30%;
    margin-left: 35%;
  }.tp-landingpage .einzel.unten {
    margin-left: 30%;
  }
}

@media screen and (max-width: 479px) {.tp-landingpage .mobile {
    display: block;
  }.tp-landingpage .desktop {
    display: none;
  }.tp-landingpage .text-block {
    max-width: 90%;
  }.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 .produktegrid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }.tp-landingpage .div-block-2 {
    margin-top: 5%;
  }
}.tp-landingpage #w-node-b46a5115-50ff-71f0-29e8-ce6f169a339c-6bc0c1b3,.tp-landingpage #w-node-f9e87e84-c502-3cf1-5006-8b0530f776f4-6bc0c1b3 {
  grid-area: 1 / 1 / 3 / 3;
}.tp-landingpage #w-node-_5c686662-8b19-c813-9575-edd804c9e866-6bc0c1b3 {
  grid-area: 1 / 1 / 2 / 2;
}.tp-landingpage #w-node-_3dcda413-fae6-1092-b299-9856dd9c6dfb-6bc0c1b3 {
  grid-area: 1 / 2 / 2 / 3;
}.tp-landingpage #w-node-be8a3a97-6209-6342-9ec0-b64029c99339-6bc0c1b3 {
  grid-area: 1 / 3 / 2 / 4;
}

@media screen and (max-width: 479px) {.tp-landingpage #w-node-_3dcda413-fae6-1092-b299-9856dd9c6dfb-6bc0c1b3 {
    grid-area: 2 / 1 / 3 / 2;
  }.tp-landingpage #w-node-be8a3a97-6209-6342-9ec0-b64029c99339-6bc0c1b3 {
    grid-area: 3 / 1 / 4 / 2;
  }
}


@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-Medium.otf') format('opentype');
  font-weight: 500;
  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;
}