/* lato-100 - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 100;
  src: local(""), url("fonts/lato-v23-latin-100.woff2") format("woff2"), url("fonts/lato-v23-latin-100.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-300 - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  src: local(""), url("fonts/lato-v23-latin-300.woff2") format("woff2"), url("fonts/lato-v23-latin-300.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-regular - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("fonts/lato-v23-latin-regular.woff2") format("woff2"), url("fonts/lato-v23-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-700 - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("fonts/lato-v23-latin-700.woff2") format("woff2"), url("fonts/lato-v23-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-900 - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  src: local(""), url("fonts/lato-v23-latin-900.woff2") format("woff2"), url("fonts/lato-v23-latin-900.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: "Tintinabulation";
  src: local("Tintinabulation"), url("fonts/Tintinabulation.ttf") format("TrueType");
}
body {
  margin: 0;
  background-color: #000;
  color: #fff;
  font-family: "Lato", sans-serif;
  --gold: rgb(129, 107, 72);
  padding: 150px 0 0 0;
}
body > div {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

body.index {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#app {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hidden {
  visibility: hidden;
}

.noise {
  filter: url(#noise);
}

.gfont {
  font-family: "Tintinabulation", sans-serif;
  font-weight: 400;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  position: relative;
}

.centertext {
  text-align: center;
  padding-bottom: 30px;
}

hr {
  width: 600px;
  max-width: 90vw;
}

.sliderWrapper .slider {
  position: relative;
  display: flex;
  width: 100vw;
  height: 50vh;
  overflow: hidden;
}
.sliderWrapper .slider .status {
  font-size: 60px;
  position: absolute;
  color: rgba(255, 255, 255, 0.8666666667);
  bottom: 50px;
  z-index: 9999999;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.sliderWrapper .slider .status span.small {
  font-size: 24px;
}
.sliderWrapper .slider .status .stat {
  width: 10px;
  height: 10px;
  background-color: transparent;
  border-radius: 50%;
  z-index: 11;
  margin: 0px 5px;
  border: 1px solid #fff;
}
.sliderWrapper .slider .status .stat[data-active] {
  background-color: #fff;
}
.sliderWrapper .slider img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 80%;
     object-position: center 80%;
  width: 100%;
  height: 100%;
  display: block;
}
.sliderWrapper .slider .image {
  width: 100%;
  margin-right: -100%;
  opacity: 0;
  transform: translateX(-100%);
}
.sliderWrapper .slider .image img {
  transform: scale(0.8);
}
.sliderWrapper .slider .image[data-active] {
  opacity: 1;
  transform: translateX(0);
}
.sliderWrapper .slider .image[data-active] img {
  transform: scale(1.4);
}
.sliderWrapper .slider .image[data-active] ~ .image {
  opacity: 0;
  transform: translateX(100%);
}
.sliderWrapper .slider svg {
  height: 60px;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  z-index: 1000;
  cursor: pointer;
}
.sliderWrapper .slider svg path {
  stroke: #fff;
  stroke-width: 3px;
  fill: transparent;
}
.sliderWrapper .slider svg#next {
  right: 20px;
}
.sliderWrapper .slider svg#prev {
  left: 20px;
  transform: rotate(180deg);
}

h2 {
  text-align: center;
}

p {
  font-size: 19px;
  text-align: center;
  font-weight: 300;
}

a.std {
  color: #fff;
  text-decoration: none;
}

.gold {
  color: var(--gold);
}

.tcenter {
  text-align: center;
}

.infos {
  margin: 10vh 0;
  width: 96%;
  max-width: 1200px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.infos > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.infos span.gold {
  font-size: 22px;
}
.infos span.info {
  font-size: 40px;
}

.button.callToAction {
  display: block;
  background-color: var(--gold);
  color: #fff;
  padding: 10px 30px;
  font-size: 20px;
  text-decoration: none;
}

footer {
  font-size: 19px;
  font-weight: 300;
  display: grid;
  line-height: 1.3em;
  grid-template-columns: 175px 1fr 1fr 1fr;
  gap: 20px;
  max-width: 1200px;
  margin: 50px 0 20px 0;
  width: 96%;
  border-top: 1px solid var(--gold);
  padding: 30px 0 20px 0;
}
footer span.head {
  line-height: 2em;
}
footer .logo {
  width: 160px;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 150px;
}

.content {
  max-width: 900px;
  margin: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.content h1,
.content h2 {
  font-weight: 300;
  text-align: center;
}
.content h1 {
  margin: 22px 0 50px 0;
  font-size: 60px;
}
.content h1 .small {
  font-size: 24px;
  line-height: 30px;
}
.content p {
  text-align: center;
  color: #b1b1b1;
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 50px 0;
  max-width: 900px;
}

.vid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 120px;
}

@media screen and (max-width: 800px) {
  .vid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .infos span.info {
    font-size: 24px;
  }
  p,
  a {
    font-size: 19px;
    font-weight: 300;
  }
  footer {
    font-size: 19px;
    font-weight: 300;
    grid-template-columns: 1fr 1fr;
  }
  footer div:first-child {
    grid-column: 1/-1;
  }
  footer > div {
    justify-self: center;
    text-align: center;
  }
  .content h1 {
    font-size: 52px;
  }
}
.promo {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 20px;
}
.promo p {
  text-align: left;
}
.promo video {
  width: 100%;
}
.promo .info.promoMehr {
  display: inline-block;
  color: var(--gold);
}
.promo .info.promoWeniger {
  display: none;
}
.promo.activ .info.promoMehr {
  display: none;
}
.promo.activ .info.promoWeniger {
  display: inline-block;
  color: var(--gold);
}

@media screen and (max-width: 500px) {
  .col2 {
    grid-template-columns: 1fr;
  }
  #logo {
    display: none;
  }
  .infos {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  footer {
    grid-template-columns: 1fr;
  }
  .content h1 {
    font-size: 42px;
  }
}
* {
  box-sizing: border-box;
}

.body {
  width: 100%;
  --scrollbar-width: 25px;
  position: relative;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 150px 0 0 0;
  max-width: 100%;
  flex-direction: column;
}

header {
  --scrollbar-width: 35px;
  width: calc(100vw - var(--scrollbar-width));
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  position: fixed;
  top: 0;
  border-bottom: 1px solid var(--gold);
  background-color: #000;
  z-index: 999;
}
header svg {
  --dim: 30px;
  width: var(--dim);
  height: var(--dim);
}
header .lowk {
  display: flex;
  gap: 10px;
}
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--gold);
  color: #fff;
  padding: 10px 30px;
  font-size: 20px;
  text-decoration: none;
}
.btn.btn-small {
  display: block;
  background-color: var(--gold);
  color: #fff;
  padding: 2px 8px;
  font-size: 12px;
  text-decoration: none;
}

.dergin {
  border-top: 1px solid var(--gold);
}
.dergin .colapse {
  grid-column: 1/3;
}

.content.sliderMenu {
  width: 1200px;
  max-width: 100%;
  margin: 50px 0 0 0;
  border-top: 1px solid var(--gold);
}
.content.sliderMenu img {
  width: 900px;
  max-width: 100%;
  margin: auto;
}
.content.sliderMenu p {
  text-align: center;
  max-width: none;
}
.content.sliderMenu .list {
  padding: 0;
}
.content.sliderMenu .list li {
  text-align: left;
  list-style-type: none;
  display: grid;
  grid-template-columns: 210px 1fr;
}
.content.sliderMenu .slide {
  min-height: 400px;
  grid-template-columns: 1fr;
  display: grid;
  width: 100%;
}
.content.sliderMenu .menu {
  width: 100%;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-top: 0px;
  font-size: 1.2rem;
}

form.presales {
  display: flex;
  justify-content: center;
  flex-direction: row;
}
form.presales input {
  padding: 10px;
}

.kunst {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.kunst img {
  max-width: 100vw;
}
.kunst p {
  max-width: none;
  margin-bottom: 0;
}

.numbers {
  border-top: 1px solid var(--gold);
  padding-top: 50px;
  display: flex;
  width: 1000px;
  justify-content: space-between;
  font-size: 2rem;
}
.numbers > div {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.shoptutorial {
  margin: 30px 0;
  width: 1200px;
  max-width: 100%;
}
.shoptutorial ol {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

body.info p {
  max-width: 800px;
  line-height: 25px;
  font-size: 18px;
  margin: 10px auto;
}
body.info ol {
  max-width: 800px;
  line-height: 25px;
  font-size: 18px;
  margin: 10px auto;
  padding: 0;
}
body.info ol li {
  margin-bottom: 10px;
}
body.info h1 {
  max-width: 800px;
  margin: 30px auto;
}
body.info h2 {
  max-width: 800px;
  margin: 20px auto;
}
body.info h3 {
  max-width: 800px;
  margin: 20px auto;
  font-size: 18px;
}

.schriftzug {
  width: 250px;
}

button {
  border: none;
}

button.button.callToAction {
  border: none;
}

.countup {
  display: inline-block;
}

.desktop {
  display: block;
}

.desktop.flex {
  display: flex !important;
}

.mobile {
  display: none !important;
}

@media screen and (max-width: 1200px) {
  .content.sliderMenu .menu {
    width: 95%;
  }
}
@media screen and (max-width: 500px) {
  .desktop {
    display: none !important;
  }
  .mobile {
    display: block;
  }
  .mobile.flex {
    display: flex;
  }
  video {
    width: 100vw;
  }
  .promo {
    display: grid;
    grid-template-columns: 1fr;
  }
  .promo video {
    width: 320px;
    height: 350px;
  }
  .promo .vid {
    display: flex;
    justify-content: center;
  }
  header {
    display: grid;
    grid-template-columns: 2fr 1fr;
    text-align: center;
  }
  header .kralle {
    display: none;
    margin-top: 0px;
  }
  header .kralle img {
    width: 60px;
  }
  header .schriftzug {
    padding-left: 5px;
  }
  header .schriftzug img {
    width: 80%;
  }
  header .schriftzug .lowk {
    padding-right: 5px;
    text-align: right;
  }
  header .lowk {
    text-align: right;
  }
  .centertext {
    max-width: 90%;
  }
  .dergin .colapse {
    grid-column: 1/2;
  }
  .shoptutorial ol {
    grid-template-columns: 1fr;
    border-top: none;
    padding-top: 20px;
  }
  .content.sliderMenu {
    display: grid;
    grid-template-columns: 1fr;
    margin: 20px 0 0 0;
    padding: 20px 0 0 0;
  }
  .content.sliderMenu .list li {
    grid-template-columns: 1fr 1fr;
  }
  .content.sliderMenu .menu {
    grid-row: 1/2;
    flex-direction: column;
    align-items: center;
    gap: 0px;
    margin-bottom: 20px;
  }
  .content.sliderMenu .slide {
    grid-template-columns: 1fr;
    grid-row: 2/3;
  }
  .content.sliderMenu .slide .slideimg {
    grid-row: 1/2;
  }
  .content.sliderMenu .slide p {
    grid-row: 3/4;
    padding: 20px;
  }
  .content.sliderMenu .slide h2 {
    grid-column: span 1;
    grid-row: 2/3;
  }
  .numbers {
    display: flex;
    width: auto;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }
  form.presales {
    max-width: 100vw;
    flex-direction: column;
  }
  form.presales .button.callToAction {
    width: 100%;
  }
  .video {
    max-width: 100%;
    max-width: 100vw;
  }
  footer {
    line-height: 19px;
  }
  footer div {
    height: auto;
  }
  h2 {
    font-size: 16px;
  }
  .presales input {
    width: 100vw;
    text-align: center;
  }
  .presales button {
    width: 100vw;
  }
  .content.sliderMenu .slide p {
    text-align: center;
  }
  .content.sliderMenu .slide p li {
    text-align: left;
  }
  .content.sliderMenu .slide h2 {
    grid-column: span 2;
  }
}
a {
  color: var(--gold);
}

.colapse {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(5, 0fr);
  transition: grid-template-rows 0.6s ease, padding 0.2s ease-in-out;
}
.colapse p {
  overflow: hidden;
  margin-bottom: 0;
  padding-bottom: 0px;
}

.activ .colapse {
  grid-template-rows: repeat(5, min-content);
}
.activ .colapse p {
  overflow: hidden;
  margin-bottom: 0;
  padding-bottom: 20px;
}/*# sourceMappingURL=styles.css.map */