<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.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;
}
.tp-landingpage .heading {
  color: #000;
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-family: Uni Sans, Arial, sans-serif;
}
.tp-landingpage .text-block {
  color: #000;
  text-align: center;
  padding-bottom: 5%;
  font-family: Uni Sans, Arial, sans-serif;
  font-size: 22px;
}
.tp-landingpage .text-block.entdecke {
  margin-top: 5%;
  padding-bottom: 0%;
}
.tp-landingpage .text-block.entdecke.smaller {
  padding-bottom: 3%;
}
.tp-landingpage .text-block.entdecke.smaller.ohne {
  padding-bottom: 0%;
}
.tp-landingpage .text-block.entdecke.nah {
  width: 80%;
  margin-top: 2%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
}
.tp-landingpage .grid {
  grid-template-columns: 1fr 1fr 1fr;
  width: 80%;
  margin-top: 2%;
  margin-left: auto;
  margin-right: auto;
}
.tp-landingpage .grid-2 {
  background-color: #faf415;
  grid-template-columns: 1fr .5fr;
}
.tp-landingpage .div-block {
  justify-content: center;
  align-items: center;
  padding: 5%;
  display: flex;
}
.tp-landingpage .text-block-2 {
  color: #000;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 10%;
  padding-right: 10%;
  font-family: Uni Sans Book, Arial, sans-serif;
  font-size: 20px;
  line-height: 24px;
  display: flex;
}
.tp-landingpage .image {
  border: 15px solid #fff;
}
.tp-landingpage .mobile {
  display: none;
}
.tp-landingpage .image-2 {
  vertical-align: baseline;
  display: none;
}
.tp-landingpage .text-block-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}
.tp-landingpage .slide-nav {
  position: relative;
  inset: auto 0% 0%;
}
.tp-landingpage .button-4 {
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 85%;
  height: 40px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Uni Sans, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}
.tp-landingpage .button-4:hover {
  color: #000;
  background-color: #faf435;
}
.tp-landingpage .button-4.small {
  width: 40%;
  margin-top: 40px;
}
.tp-landingpage .button-4._2 {
  width: 45%;
}
.tp-landingpage .icon {
  color: #000;
  display: block;
}
.tp-landingpage .icon.zwei {
  display: none;
}
.tp-landingpage .slide {
  width: 25%;
}
.tp-landingpage .mask {
  margin-left: auto;
  margin-right: auto;
}
.tp-landingpage .div-block-2 {
  background-color: #faf415;
  justify-content: center;
  align-items: center;
  width: 85%;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.tp-landingpage .link-block-5,
.tp-landingpage .image-60 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.tp-landingpage .slider {
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}
.tp-landingpage .slider.dyslider1 {
  width: 90%;
  margin-top: 5%;
  margin-left: 5%;
}
.tp-landingpage .grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 30%;
  margin: 0 auto 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.tp-landingpage .image-61 {
  max-width: 60%;
  margin-left: 20%;
}
.tp-landingpage .link-block-6 {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.tp-landingpage .div-block-3 {
  padding-top: 5%;
  padding-bottom: 5%;
}
.tp-landingpage .link {
  color: #000;
}
.tp-landingpage .code-embed {
  width: 80%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
.tp-landingpage .slide-nav {
    margin-top: 10px;
  }
.tp-landingpage .button-4 {
    font-size: 14px;
  }
.tp-landingpage .icon {
    font-size: 30px;
  }
.tp-landingpage .slide {
    width: 33%;
  }
}

@media screen and (max-width: 767px) {
.tp-landingpage .div-block {
    padding-top: 0%;
  }
.tp-landingpage .text-block-2 {
    margin-top: 5%;
  }
.tp-landingpage .image {
    max-width: 50%;
  }
.tp-landingpage .slide-nav {
    margin-top: 20px;
  }
.tp-landingpage .button-4 {
    font-size: 15px;
  }
}

@media screen and (max-width: 479px) {
.tp-landingpage .heading {
    line-height: 40px;
  }
.tp-landingpage .text-block.entdecke.smaller {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
.tp-landingpage .grid {
    margin-top: 5%;
    margin-bottom: 5%;
  }
.tp-landingpage .image {
    max-width: 80%;
  }
.tp-landingpage .desktop {
    display: none;
  }
.tp-landingpage .mobile {
    display: block;
  }
.tp-landingpage .owndesktop {
    display: none;
  }
.tp-landingpage .image-2 {
    display: block;
  }
.tp-landingpage .button-4.small {
    width: 80%;
    height: 50px;
  }
.tp-landingpage .icon.zwei {
    display: none;
  }
.tp-landingpage .slide {
    width: 100%;
  }
.tp-landingpage .slider {
    margin-top: 40px;
  }
.tp-landingpage .grid-3 {
    width: 90%;
  }
}
.tp-landingpage #w-node-_7fc33dd4-e8d6-6ceb-af70-e12cde7a2d64-ba49f8b1 {
  grid-area: 1 / 1 / 2 / 4;
}
.tp-landingpage #w-node-_63a92d34-8efa-19d3-10f7-443da359a6ad-ba49f8b1 {
  grid-area: 1 / 1 / 3 / 2;
  align-self: center;
}
.tp-landingpage #w-node-_1319ad10-6b2b-c835-0bbd-03687fd7baeb-ba49f8b1 {
  grid-area: 1 / 2 / 3 / 3;
}
.tp-landingpage #w-node-_528c548d-5697-a689-b3df-c2eb55257137-ba49f8b1 {
  grid-area: 3 / 1 / 4 / 3;
}
.tp-landingpage #w-node-fb70d3a0-2df5-79f3-d5bf-183054491311-ba49f8b1 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}
.tp-landingpage #w-node-e9391c33-f0d2-6974-b2d7-1124aaa7a973-ba49f8b1 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}
.tp-landingpage #w-node-_93d2a659-ecd9-db21-60da-d04d79b97d0c-ba49f8b1 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: center;
}

@media screen and (max-width: 767px) {
.tp-landingpage #w-node-_63a92d34-8efa-19d3-10f7-443da359a6ad-ba49f8b1 {
    grid-area: 1 / 1 / 2 / 3;
  }
.tp-landingpage #w-node-_1319ad10-6b2b-c835-0bbd-03687fd7baeb-ba49f8b1 {
    grid-area: 2 / 1 / 3 / 3;
  }
}

@media screen and (max-width: 479px) {
.tp-landingpage #w-node-d969ebc7-2f4c-c67b-9b61-78665cb0f506-ba49f8b1 {
    grid-area: 1 / 1 / 3 / 4;
  }
}


@font-face {
  font-family: 'Uni Sans';
  src: url('../fonts/Uni-Sans-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Uni Sans';
  src: url('../fonts/Uni-Sans-Light-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Uni Sans';
  src: url('../fonts/Uni-Sans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Uni Sans';
  src: url('../fonts/Uni-Sans-SemiBold-Italic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Uni Sans';
  src: url('../fonts/Uni-Sans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Uni Sans';
  src: url('../fonts/Uni-Sans-Bold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Uni Sans';
  src: url('../fonts/Uni-Sans-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Uni Sans';
  src: url('../fonts/Uni-Sans-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Uni Sans';
  src: url('../fonts/Uni-Sans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Uni Sans';
  src: url('../fonts/Uni-Sans-Regular-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Uni Sans Book';
  src: url('../fonts/Uni-Sans-Book-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Uni Sans';
  src: url('../fonts/Uni-Sans-Thin-Italic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Uni Sans Book';
  src: url('../fonts/Uni-Sans-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}</pre></body></html>