.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 {
  max-width: 1250px;
}.tp-landingpage .part {
  background-image: url('../images/background.png');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
}.tp-landingpage .textabschnitt {
  flex-direction: column;
  align-items: center;
  margin-top: 5%;
  margin-left: 10%;
  margin-right: 10%;
  display: flex;
}.tp-landingpage .heading1 {
  color: #e51a29;
  text-align: center;
  font-family: Avenir Next Condensed, sans-serif;
  font-style: italic;
}.tp-landingpage .text-block {
  color: #e51a29;
  text-align: left;
  margin-top: 3%;
  margin-left: 10%;
  margin-right: 10%;
  font-family: Avenir Next, sans-serif;
  font-size: 18px;
  font-style: italic;
  line-height: 22px;
}.tp-landingpage .text-block-2 {
  color: #000;
  text-align: left;
  margin-top: 20px;
  margin-left: 10%;
  margin-right: 10%;
  font-family: Avenir Next, sans-serif;
  font-size: 18px;
  font-style: italic;
  line-height: 22px;
}.tp-landingpage .grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 5%;
  padding: 0% 10%;
}.tp-landingpage .grid-2 {
  grid-template-rows: auto auto 40% auto;
}.tp-landingpage .text-block-3 {
  color: #fff;
  text-align: center;
  font-family: Avenir Next, sans-serif;
  font-size: 18px;
  font-style: normal;
}.tp-landingpage .div-block {
  background-color: #e51a2900;
  background-image: linear-gradient(250deg, #0000 17%, #e51a29 17% 52%, #e51a29 85%, #fff0 85%);
  max-width: none;
  margin-left: 0%;
  padding: 2%;
}.tp-landingpage .image-2 {
  margin-right: 0%;
  padding-right: 15%;
}.tp-landingpage .text-block-4 {
  color: #000;
  padding-left: 13px;
  font-family: Avenir Next, sans-serif;
  font-size: 14px;
}.tp-landingpage .link-block {
  background-image: linear-gradient(245deg, #0000 10%, #e51a29 10% 56%, #e51a29 93%, #fff0 93%);
  margin-left: 5%;
  margin-right: 5%;
  padding: 2%;
  text-decoration: none;
}.tp-landingpage .link-block.einzel100 {
  margin-top: 25%;
}.tp-landingpage .link-block.einzel100:hover {
  background-image: linear-gradient(245deg, #0000 10%, #e51a29 10% 52%, #e51a29 93%, #fff0 93%);
}.tp-landingpage .link-block-2 {
  background-color: #e51a29;
  max-width: 100%;
  margin-top: 5%;
  padding: 1% 10%;
  text-decoration: none;
}.tp-landingpage .link-block-2.unten {
  margin: 0% 25% 5%;
}.tp-landingpage .link-block-2.unten.dis {
  margin-left: 35%;
  margin-right: 20%;
}.tp-landingpage .text-block-5 {
  color: #fff;
  text-align: center;
  font-family: Avenir Next, sans-serif;
  font-size: 16px;
  font-style: italic;
  text-decoration: none;
}.tp-landingpage .image-3 {
  margin-top: 0;
}.tp-landingpage .grid-3 {
  grid-template-rows: 50% 50%;
}.tp-landingpage .link-block-3,.tp-landingpage .link-block-4,.tp-landingpage .link-block-5,.tp-landingpage .link-block-6 {
  text-decoration: none;
}.tp-landingpage .link-block-7 {
  background-color: #e51a29;
  max-width: 100%;
  margin-top: 5%;
  margin-bottom: 0%;
  padding: 1% 10%;
  text-decoration: none;
}.tp-landingpage .text-block-6 {
  color: #fff;
  text-align: center;
  font-family: Avenir Next, sans-serif;
  font-size: 16px;
  font-style: italic;
  text-decoration: none;
}

@media screen and (max-width: 991px) {.tp-landingpage .text-block,.tp-landingpage .text-block-2 {
    margin-left: 5%;
    margin-right: 5%;
  }.tp-landingpage .grid-2.pure1620 {
    grid-template-rows: auto auto 40% auto auto auto;
  }.tp-landingpage .text-block-3 {
    font-size: 16px;
  }.tp-landingpage .image-2 {
    padding-right: 0%;
  }.tp-landingpage .text-block-4 {
    text-align: center;
    padding-left: 0;
  }.tp-landingpage .link-block.einzel100 {
    margin-top: 0%;
  }
}

@media screen and (max-width: 767px) {.tp-landingpage .text-block-3 {
    font-size: 12px;
  }.tp-landingpage .image-2 {
    padding-right: 0%;
  }.tp-landingpage .text-block-4 {
    line-height: 16px;
  }.tp-landingpage .link-block.einzel100 {
    margin-top: 0%;
  }
}

@media screen and (max-width: 479px) {.tp-landingpage .mobile {
    display: block;
  }.tp-landingpage .image {
    display: none;
  }.tp-landingpage .part {
    grid-row-gap: 40px;
  }.tp-landingpage .textabschnitt {
    margin-left: 5%;
    margin-right: 5%;
  }.tp-landingpage .heading1 {
    font-size: 32px;
    line-height: 34px;
  }.tp-landingpage .text-block,.tp-landingpage .text-block-2 {
    margin-left: 5%;
    margin-right: 5%;
    font-size: 16px;
    line-height: 18px;
  }.tp-landingpage .grid {
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: -7%;
    padding-left: 0%;
    padding-right: 0%;
  }.tp-landingpage .grid-2 {
    grid-template-rows: auto auto 40% auto auto;
    padding-left: 20px;
    padding-right: 20px;
  }.tp-landingpage .div-block {
    background-image: linear-gradient(245deg, #0000 17%, #e51a29 17% 52%, #e51a29 85%, #fff0 85%);
    margin-top: 30px;
  }.tp-landingpage .link-block-2.unten {
    margin-left: 5%;
    margin-right: 5%;
    line-height: 16px;
  }.tp-landingpage .link-block-2.unten.dis {
    margin-left: 5%;
    margin-right: 5%;
  }.tp-landingpage .grid-3 {
    grid-template-rows: auto auto;
  }
}.tp-landingpage #w-node-_63e1f31f-2298-a74b-aeb8-8cc5b1d47905-c27c87c9,.tp-landingpage #w-node-ad2d09eb-8891-5ca0-e03b-3aa11ebbf29b-c27c87c9 {
  grid-area: 1 / 1 / 3 / 3;
}.tp-landingpage #w-node-b238d292-11f0-f1d9-6234-9b8090e8ea1c-c27c87c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}.tp-landingpage #w-node-b3b654b6-8554-2730-b851-4aab3412f2b0-c27c87c9 {
  grid-area: 2 / 1 / 3 / 3;
}.tp-landingpage #w-node-_7ccfd360-822f-707a-bb06-ca26c42517f3-c27c87c9 {
  grid-area: 1 / 1 / 2 / 3;
}.tp-landingpage #w-node-a895d296-3e96-5ee4-946f-ce1dbc14df39-c27c87c9 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: auto;
}.tp-landingpage #w-node-_7ccfd360-822f-707a-bb06-ca26c42517fa-c27c87c9 {
  grid-area: 2 / 1 / 4 / 3;
}.tp-landingpage #w-node-_7ccfd360-822f-707a-bb06-ca26c42517fb-c27c87c9 {
  grid-area: 3 / 2 / 4 / 3;
}.tp-landingpage #w-node-_7ccfd360-822f-707a-bb06-ca26c42517f4-c27c87c9 {
  grid-area: 3 / 2 / 4 / 3;
  align-self: center;
}.tp-landingpage #w-node-ea048e0d-1978-9693-6f43-ceff425933ed-c27c87c9 {
  grid-area: 2 / 1 / 3 / 3;
}.tp-landingpage #w-node-ea048e0d-1978-9693-6f43-ceff425933f4-c27c87c9 {
  grid-area: 2 / 1 / 4 / 3;
}.tp-landingpage #w-node-ea048e0d-1978-9693-6f43-ceff425933f5-c27c87c9 {
  grid-area: 3 / 2 / 4 / 3;
}.tp-landingpage #w-node-ea048e0d-1978-9693-6f43-ceff425933ee-c27c87c9 {
  grid-area: 3 / 2 / 4 / 3;
  align-self: center;
}.tp-landingpage #w-node-_082ab9b7-c71a-e445-50f6-0b70fb0c4996-c27c87c9 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: auto;
}.tp-landingpage #w-node-_23c648fd-dd31-04ca-7fda-dfd6f9d2558e-c27c87c9 {
  grid-area: 1 / 3 / 2 / 5;
}.tp-landingpage #w-node-_23c648fd-dd31-04ca-7fda-dfd6f9d25595-c27c87c9 {
  grid-area: 2 / 1 / 4 / 3;
}.tp-landingpage #w-node-_23c648fd-dd31-04ca-7fda-dfd6f9d25596-c27c87c9 {
  grid-area: 3 / 2 / 4 / 3;
}.tp-landingpage #w-node-_23c648fd-dd31-04ca-7fda-dfd6f9d2558f-c27c87c9 {
  grid-area: 3 / 2 / 4 / 3;
  align-self: center;
}.tp-landingpage #w-node-_0c3a4f08-89dd-260d-5bb4-3658619e08bb-c27c87c9 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: auto;
}.tp-landingpage #w-node-d30f998e-e12b-0255-1ad6-203d649697fa-c27c87c9 {
  grid-area: 2 / 3 / 3 / 5;
}.tp-landingpage #w-node-d30f998e-e12b-0255-1ad6-203d64969801-c27c87c9 {
  grid-area: 2 / 1 / 4 / 3;
}.tp-landingpage #w-node-d30f998e-e12b-0255-1ad6-203d64969802-c27c87c9 {
  grid-area: 3 / 2 / 4 / 3;
}.tp-landingpage #w-node-d30f998e-e12b-0255-1ad6-203d649697fb-c27c87c9 {
  grid-area: 3 / 2 / 4 / 3;
  align-self: center;
}.tp-landingpage #w-node-_2aa07b97-d4c0-f3e9-6087-8502c152c7f5-c27c87c9 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: auto;
}.tp-landingpage #w-node-dc407e12-f016-dac4-31fa-49ef08ab1461-c27c87c9 {
  grid-area: 1 / 1 / 2 / 3;
}.tp-landingpage #w-node-d0388388-0e14-12be-8b83-1181c73c9367-c27c87c9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}.tp-landingpage #w-node-_9bd72c5f-830b-a7ac-6c8a-c39d37ce1f8b-c27c87c9 {
  grid-area: 1 / 1 / 3 / 3;
}.tp-landingpage #w-node-_5603ec19-03c2-3494-3510-5a250883b3b0-c27c87c9 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
}

@media screen and (max-width: 991px) {.tp-landingpage #w-node-_7ccfd360-822f-707a-bb06-ca26c42517fb-c27c87c9 {
    grid-area: 4 / 1 / 5 / 3;
  }.tp-landingpage #w-node-_7ccfd360-822f-707a-bb06-ca26c42517f4-c27c87c9 {
    grid-area: 5 / 1 / 6 / 3;
    align-self: center;
  }.tp-landingpage #w-node-ea048e0d-1978-9693-6f43-ceff425933f5-c27c87c9 {
    grid-area: 4 / 1 / 5 / 3;
  }.tp-landingpage #w-node-ea048e0d-1978-9693-6f43-ceff425933ee-c27c87c9 {
    grid-area: 5 / 1 / 6 / 3;
    align-self: center;
  }.tp-landingpage #w-node-_23c648fd-dd31-04ca-7fda-dfd6f9d25596-c27c87c9 {
    grid-area: 4 / 1 / 5 / 3;
  }.tp-landingpage #w-node-_23c648fd-dd31-04ca-7fda-dfd6f9d2558f-c27c87c9 {
    grid-area: 5 / 1 / 6 / 3;
    align-self: center;
  }.tp-landingpage #w-node-d30f998e-e12b-0255-1ad6-203d64969802-c27c87c9 {
    grid-area: 4 / 1 / 5 / 3;
  }.tp-landingpage #w-node-d30f998e-e12b-0255-1ad6-203d649697fb-c27c87c9 {
    grid-area: 5 / 1 / 6 / 3;
    align-self: center;
  }
}

@media screen and (max-width: 767px) {.tp-landingpage #w-node-_7ccfd360-822f-707a-bb06-ca26c42517f3-c27c87c9 {
    grid-area: 1 / 1 / 2 / 3;
  }.tp-landingpage #w-node-_7ccfd360-822f-707a-bb06-ca26c42517f4-c27c87c9 {
    grid-area: 5 / 1 / 7 / 3;
    align-self: center;
  }.tp-landingpage #w-node-ea048e0d-1978-9693-6f43-ceff425933ed-c27c87c9 {
    grid-area: 2 / 1 / 3 / 3;
  }.tp-landingpage #w-node-ea048e0d-1978-9693-6f43-ceff425933ee-c27c87c9 {
    grid-area: 5 / 1 / 7 / 3;
    align-self: center;
  }.tp-landingpage #w-node-_23c648fd-dd31-04ca-7fda-dfd6f9d2558e-c27c87c9 {
    grid-area: 1 / 3 / 2 / 5;
  }.tp-landingpage #w-node-_23c648fd-dd31-04ca-7fda-dfd6f9d2558f-c27c87c9 {
    grid-area: 5 / 1 / 7 / 3;
    align-self: center;
  }.tp-landingpage #w-node-d30f998e-e12b-0255-1ad6-203d649697fa-c27c87c9 {
    grid-area: 2 / 3 / 3 / 5;
  }.tp-landingpage #w-node-d30f998e-e12b-0255-1ad6-203d649697fb-c27c87c9 {
    grid-area: 5 / 1 / 7 / 3;
    align-self: center;
  }
}

@media screen and (max-width: 479px) {.tp-landingpage #w-node-b3b654b6-8554-2730-b851-4aab3412f2b0-c27c87c9 {
    grid-area: 2 / 1 / 3 / 3;
  }.tp-landingpage #w-node-_7ccfd360-822f-707a-bb06-ca26c42517f3-c27c87c9 {
    grid-area: 1 / 1 / 2 / 3;
  }.tp-landingpage #w-node-_7ccfd360-822f-707a-bb06-ca26c42517f4-c27c87c9 {
    grid-area: 5 / 1 / 7 / 3;
    align-self: center;
  }.tp-landingpage #w-node-ea048e0d-1978-9693-6f43-ceff425933ed-c27c87c9 {
    grid-area: 3 / 1 / 4 / 3;
  }.tp-landingpage #w-node-ea048e0d-1978-9693-6f43-ceff425933ee-c27c87c9 {
    grid-area: 5 / 1 / 7 / 3;
    align-self: center;
  }.tp-landingpage #w-node-_23c648fd-dd31-04ca-7fda-dfd6f9d2558e-c27c87c9 {
    grid-area: 2 / 1 / 3 / 3;
  }.tp-landingpage #w-node-_23c648fd-dd31-04ca-7fda-dfd6f9d2558f-c27c87c9 {
    grid-area: 5 / 1 / 7 / 3;
    align-self: center;
  }.tp-landingpage #w-node-d30f998e-e12b-0255-1ad6-203d649697fa-c27c87c9 {
    grid-area: 4 / 1 / 5 / 3;
  }.tp-landingpage #w-node-d30f998e-e12b-0255-1ad6-203d649697fb-c27c87c9 {
    grid-area: 5 / 1 / 7 / 3;
    align-self: center;
  }.tp-landingpage #w-node-_9bd72c5f-830b-a7ac-6c8a-c39d37ce1f8b-c27c87c9 {
    grid-area: 1 / 1 / 2 / 3;
  }.tp-landingpage #w-node-_5603ec19-03c2-3494-3510-5a250883b3b0-c27c87c9 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: center;
  }
}


@font-face {
  font-family: 'Avenir Next';
  src: url('../fonts/Avenir-Next.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next Condensed';
  src: url('../fonts/Avenir-Next-Condensed.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}