@font-face {
    font-family:'TrimWeb';
    src: url(/assets/TrimWebExtraBolda2119767727970328cc8.ttf) format('truetype');
  }
@font-face {
    font-family:'Gotham';
    src: url(/assets/GothamBook58fb9151c57e59668f17.ttf) format('truetype');
  }
@font-face {
    font-family:'Poppins';
    src: url(/assets/Poppins-Medium673ed42382ab264e0bf5.ttf) format('truetype');
  }
@font-face {
    font-family:'Poppins-light';
    src: url(/assets/Poppins-Light7641a0f76ca9ef6c252c.ttf) format('truetype');
  }
@font-face {
    font-family:'Poppins-Bold';
    src: url(/assets/Poppins-Boldcdb29a5d7ccf57ff05a3.ttf) format('truetype');
  }

* {
    margin: 0;
    padding: 0;
}
::-webkit-scrollbar {
  width: 10px;
  z-index: 9999;
  background: var(--negative-color);
}

::-webkit-scrollbar-track {
  margin-block: 0px;
  border-radius: 100vw;
  /*box-shadow: inset 0 0 5px var(--main-color);*/
  background: rgb(28, 28, 28);
}

::-webkit-scrollbar-thumb {
  border-radius: 100vw;
  background: var(--negative-color);
  box-shadow:  0 0 5px var(--main-color);
}

::-webkit-scrollbar-corner {
  background: transparent;
}


:root {
  --main-color: #000000; /* Initial color */
  --negative-color: #ededed; /* Initial color */
  --secondary-color: #db4a34; /* Initial color */
  --background-image: url(/assets/back_530d59ecdbb93b58c9ff9.webp);
  --logo-image: url(/assets/logo_pos1086f5f36901de61b943775.webp);
  --logo-image-big: url(/assets/bigd6cf4accb439e2cfb7b0.webp);
  --burger-image: url(/assets/icon3be3fec0fcbda730987ea.webp);

}


html,
body {
    overflow-x: hidden;
    width: 100vw;
    background-image: var(--background-image);
    background-size: cover;
    pointer-events: auto;
    scroll-behavior: smooth;
    background-color: var(--main-color);
    background-color: black;
   
}

.hide {
  display: none !important;
}

.thanks { 
  height: 100vh;
  width: 100vw;
  background-color: rgb(0, 0, 0, 0.8);
  position: fixed;
  z-index: 9999999;

}


.f5text {
color: var(--negative-color);
	text-align: center;
}

.thanks_inner {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 90vw;
  max-width: 800px;
  height: 60vw;
  max-height: 600px;
  min-height:400px;
  border-radius: 15px;
  background-color: white;
}

.thanks_inner_2 {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 80%;
}

.head_container {
  display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 80%;
    max-width: 1400px;
    margin: auto;
    padding-top: 20px;
    box-sizing: border-box;
    gap: 1rem;
    align-content: center;
}

/* Left Element Always on Left */
.left-element {
  flex: 0 0 auto; /* No grow, no shrink */
  order: 1;
}

/* Right Group Styling */
.right-group {
  display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    /* flex-flow: wrap; */
    /* flex: 1; */
    flex-direction: row;
    align-items: center;
    align-content: center;
    margin-left: auto;
    order: 2;
}

/* Right Elements */
.right-element {
  flex: 1 1 auto; /* Flexibility for better alignment */
  min-width: 100px; /* Minimum width for better handling on small screens */
  text-align: center; /* Center text */
  box-sizing: border-box; /* Include padding in width */
  
}

/* Right-Most Element */
.right-most-element {
  flex: 0 0 auto; /* No grow, no shrink */
  text-align: center; /* Center text */
  box-sizing: border-box; /* Include padding in width */
  order: 3;
}




label {
  font-size: 0.9em !important;
    line-height: 1.4em !important;
}

#regForm {
  background-color: rgb(197, 197, 197);
  margin: auto;
  margin-top: 100px;
  font-family: Poppins;
  padding: 40px;
  width: 60%;
  min-width: 300px;
  max-width: 1400px;
  border-radius: 25px;
}

input {
  padding: 20px 40px 20px 40px;
  width: 100%;
  font-size: 0.9em !important;
    line-height: 1.4em !important;
  font-family: Poppins;
  border: 0px solid #aaaaaa;
  border-radius: 15px;
  background-color: rgb(237, 237, 237);

}


select {
  padding: 15px;
  width: 100%;
  font-size: 0.9em !important;
    line-height: 1.4em !important;
  font-family: Poppins;
  border: 0px solid #d1d1d1;
  border-radius: 5px;
  background-color: rgb(237, 237, 237);

}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  border-color: #ff0000;
  border: 2px solid #ff0000;
}

/* Hide all steps by default: */
.tab {
  display: none;
  width: 80%;
  margin: auto;
}

button {
  background-color: #04AA6D;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  font-family: Poppins;
  font-size: 1rem !important;
  line-height: 1.2em !important;
  cursor: pointer;
}

button:hover {
  opacity: 0.8;
}

#prevBtn {
  background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: transparent;
  border: none;  
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #04AA6D;
}


#plz {
    display: none;
}

#plz-label {
    display: none;
}

.placeholder {
  display: block;
  height: 107px;
  width: 100%;
  background-color: transparent;
}

@media only screen and (max-width: 800px) {
  .tab {
  display: none;
  width: 100%;
  margin: auto;
}


#regForm {
  background-color: transparent;
border-radius: 0px;
  padding: 0px;
  width: 100%;

}



}


.hidden {
  display: none !important;
}

.button_small {
  background: linear-gradient(308deg, rgba(186,186,186,1) 0%, rgba(234,235,234,1) 100%);
    font-size: 1rem;
    padding: 5px 15px;
    line-height: 1.8rem;
    color: #494949;
    border: none;
    outline: 0px;
    margin-top: 1.2rem;
}

.switch {
  color: var(--negative-color);
    float: right;
}

.switch_buy {
  color: white;
  padding: 10px 20px 10px 10px;
    border-radius: 10px;
    background: rgb(242,120,90);
    background: linear-gradient(148deg, rgba(242,120,90,1) 0%, rgba(209,35,41,1) 32%, rgba(0,0,0,1) 59%);
    background-size: 400% 100%;
    background-position: 0% 50%;
transition: 0.4s;

}

.switch_buy:hover {
  background-position: 100% 50%;
  color: white;
}


.switch_buy h2 {
  font-size: 2.8vh;
  line-height: 3.2vh;
  font-weight: 100;
  display: inline; /* or use inline-block */
  margin: 0; /* optional: removes default margins */
  font-family:'Poppins-light';
}

.switch h2 {
  font-size: 2.8vh;
  line-height: 3.2vh;
  font-weight: 100;
  display: inline; /* or use inline-block */
  margin: 0; /* optional: removes default margins */
  font-family:'Poppins-light';
}

.switch_selected {
  font-weight: 900 !important;
  font-family:'Poppins-Bold' !important;
}


.tile_buy {
  background: rgb(0 0 0);
  color: white;
  
  background: url(/assets/buy1711ca4402cdd436d0f3.webp) !important;
  background-size: 100% !important;
  transition: 0.2s;
}

.tile_buy:hover {
  background-size: 110% !important;
}



h1 {
    font-family: "Poppins-Bold";
    font-size: 4rem;
    font-weight: 900;
    line-height: 4rem;
}

h4 {
  font-family: "Poppins-Bold";
  font-size: 2.5vw;
  line-height: 4.4vw;
}

h2 {
  font-family: "Poppins-Bold";
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3rem;
}

p {
  font-family: "Poppins";
  font-size: 1rem;
  line-height: 1.4rem;

}

h3 {
  font-family: "Poppins";
  font-size: 1rem;
  line-height: 1.4rem;

}

.inverted {
  color: white;
}

.mm {
  top: 10vh;
}

.ffooter {
 width: 100vw;
 background-color: var(--main-color);;
}


.cursor {
  position: absolute;
  background-color: #fff;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  z-index: 1;
  transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
      0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  transform: scale(1);

  &.active {
      opacity: 0.5;
      transform: scale(0);
  }

  &.hovered {
      opacity: 0.08;
  }
}

.cursor-follower {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.3);
  width: 20px;
  height: 20px;
  border-radius: 100%;
  z-index: 1;
  transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
      0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  transform: translate(5px, 5px);

  &.active {
      opacity: 0.7;
      transform: scale(3);
  }

  &.hovered {
      opacity: 0.08;
  }
}

a {
  text-decoration: none;
  text-transform: uppercase;
  color: var(--negative-color);
  font-size: 11px;
  letter-spacing: 1px;
}

.text_bottom {
  top: 60vh;
    position: absolute;
    width: 90vw;
    margin: auto;
    color: var(--negative-color);
    text-align: left;
    left: 5vw;
    overflow-wrap: break-word;
    hyphens: auto; 
	text-align: justify
}

.text_bottom h1 {
  
  color: var(--negative-color);
  text-align: left;
  overflow-wrap: normal;
  hyphens: none;
  text-align: justify;
}

.text_bottom_2 {
  top: 10vh;
    position: absolute;
    width: 90vw;
    margin: auto;
    color: var(--negative-color);
    left: 5vw;
    text-align: center
}

.link-list {
  position: absolute;
  bottom: 0;
  left: 0;
  list-style: none;

  &__item {
      display: inline-block;
  }
}


.input {
  border: 0;
  outline: 0;
  border-bottom: 1px solid var(--main-color);
  width: 50vw; 
  margin: auto; 
  color: var(--main-color);
  font-size: 1.5vw;
  font-family: "Poppins";
  text-align: center;
  background: rgba(0, 0, 0, 0.05);;
  border-radius: 25px;
}

.textinput {
  border: 0;
  outline: 0;
  background: rgba(0, 0, 0, 0.05);;
  border-radius: 25px;
  width: 50vw; 
  margin: auto; 
  color: rgba(0, 0, 0, 1);
  font-size: 1.5vw;
  font-family: "Poppins";
  text-align: center;
}

label {
  color: var(--main-color);
  font-size: 3vw;
  font-family: "Poppins";
}

.main_menu {
  position: fixed;
    height: 100vh;
    width: 100vw;
    z-index: 999999999999999;
    background: linear-gradient(308deg, rgba(186,186,186,1) 0%, rgba(234,235,234,1) 100%);
    pointer-events: all;
    opacity: 0;
    right: -100vw;
}

.align_left {
  text-align: left;
}

.intro_textblock {
  position: fixed;
  z-index: 300;
  top: 50%;
  left: 45%;
  width: 50vw;
  color: var(--negative-color);
  transform: translate(-50%, -50%);
  text-align: left;
  opacity: 0;
}

.headerbar {
  height: 105px;
  width: 100vw;
  background-color: var(--main-color);
  position: fixed;
  top: 0;
  z-index: 999999;
  opacity: 0;
  pointer-events: all;
}

.main_teaser:hover {
  background-position: 100% 50%;
  color: white;
  padding: 15px 45px
}

.main_teaser {
  background: linear-gradient(148deg, rgba(0,0,0,0) 45%, rgba(242,120,90,1) 67%, rgba(209,35,41,1) 100%);
  background-size: 400% 100%;
    background-position: 0% 50%;
transition: 0.4s;
}



.headerbar_m {
  height: 80px;
  width: 100vw;
  background-color: transparent;
  position: fixed;
  top: 10vw;
  z-index: 9999;
  opacity: 1;
  pointer-events: all;
}

    .menu_fix::before,
    .menu_fix::after {
      content: '';
      position: absolute;
      top: 1.5vw;
      width: 100px; /* Half the width for each side */
      height: 100px;
      cursor: pointer;
      background: transparent; /* Transparent background for demonstration */
      pointer-events: auto; /* Make pseudo-elements "clickable" */
      background-size: cover;
    }

    .menu_fix::before {
      left: 5vw;
      background-image: url(/assets/icon535ef73de458b6dbe8ce1.webp);
    }

    .menu_fix::after {
      right: 5vw;
      background-image: url(/assets/icon4bd72c1518d364aeddaa1.webp);
    }


.logo {
height: 30px;
width: 300px;
background-image: var(--logo-image);
background-size: cover;
position: relative;
pointer-events: all;
}

.burger {
  height: 30px;
  width: 30px;
  background-image: var(--burger-image);
  background-size: cover;
  position: relative;
  }


#frame {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1; /* Ensure the frame is on top of the canvas */
  pointer-events: none;
  will-change: transform;
  transform: translateZ(0);
}

#cutout {
  width: 100vw;
  height: 100vh;
  background: transparent;
  outline: 900px solid var(--main-color);
  border-radius: 0px; /* Adjust as needed for rounded corners */
  pointer-events: none; /* Allow interaction with underlying Three.js canvas */
  z-index: 2;
}

#cutout2 {
  width: 50vw;
  height: 60vh;
  opacity: 0;
  margin: auto;
  background: transparent;
  outline: 500px solid var(--negative-color);
  border-radius: 100px; /* Adjust as needed for rounded corners */
  pointer-events: none; /* Allow interaction with underlying Three.js canvas */
  z-index: 2;
}



video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
  opacity: 1;
  pointer-events: none;
  position: absolute; /* Added for absolute positioning */
  top: 0;
  left: 0;
}

video:hover {
  pointer-events: auto; /* Allow pointer events on hover */
}





.bottom {
top: calc(53vh + 1vw);
}

.top {
top: calc(53vh - 21vw);
}

.left {
  left: calc(10vw);
}

.center {
  left: calc((77vw / 3) + 11.5vw);
}

.right {
  left: calc(((80vw/3) * 2) + 11vw);
}

.card {
  width: calc((77vw/3));
  height: calc(20vw);
  position: fixed;
  border-radius: 25px;
  background-color: rgb(0, 0, 0, 0.5);
  color: var(--negative-color);
  font-size: 1h;
  text-align: center;
  object-fit: cover;
  overflow: hidden;
  display: none;
  /*outline: solid rgb(197, 36, 36) 2px;*/
 
}

.card h2 {
  font-size: 2.8vh;
  line-height: 3.2vh;
}

.card p {
  width: 80%;
  margin: auto;
}

.card_front {
  z-index: 300;
}

.card_back {
  z-index: 0;
}

#test {
  width: 80vw;
  max-width: 1000px;
  aspect-ratio: 19/9; 
  margin: auto;
  background-color: green;
}

.menu_container {
  display: flex;
  flex-wrap: wrap;
  width: 60vw;
  aspect-ratio: 12/4; 
  margin: auto;
  margin-bottom: 4vh;
  margin-top: 1vh;
  justify-content: center;
  max-width: 1400px;
}


.headerbar_container {
  width: 60vw;
    max-width: 1400px;
    background-color: var(--main-color);
    height: 7vh;
    margin: auto;
}



.tech_tiny {
  position: relative;
    /*width: 40vw;
    left: -10vw;
    max-width: 933px; */
    z-index: 0 !important;
    aspect-ratio: 12 / 4 !important;
}


.tile0 {
  box-sizing: border-box;
  width: 100%; /* Default to half the width */
  text-align: center;
            border-radius: 25px;
            background: linear-gradient(308deg, rgba(186, 186, 186, 1) 0%, rgba(234, 235, 234, 1) 100%);
            justify-content: center;
            align-items: center;
            display: flex;
            z-index: 99;
            overflow: hidden;
            position: relative;
}


.tile1 {
  box-sizing: border-box;
  width: 39%; /* Default to half the width */
  text-align: center;
            border-radius: 25px;
            background: linear-gradient(308deg, rgba(186, 186, 186, 1) 0%, rgba(234, 235, 234, 1) 100%);
            justify-content: center;
            align-items: center;
            display: flex;
            z-index: 99;
            overflow: hidden;
            position: relative;
}

.tile2 {
  box-sizing: border-box;
            width: calc(59% - 4vh);
            text-align: center;
            border-radius: 25px;
            background: linear-gradient(308deg, rgba(186, 186, 186, 1) 0%, rgba(234, 235, 234, 1) 100%);
            justify-content: center;
            align-items: center;
            display: flex;
            z-index: 99;
            overflow: hidden;
            position: relative;
}


.tile_seperator {
  box-sizing: border-box;
  width: 4vh; /* Default to half the width */
  text-align: center;
  border-radius: 0px;
  background-color: transparent;
}

.dubble {
  aspect-ratio: 8/4; 
}

.z_left {
 text-align: left;
 left: 30% !important;
}

.z_right {
  text-align: left;
  left: 70% !important;
 }


#feat_6 {
  background-image: url(/assets/konzept085a7939e29a9408d48b.webp);
  background-size: cover;
}

#flower_1 {
  background-image: url(/assets/flower_15ab9eca88f138aff2375.webp);
  background-size: cover;
}

.feat_1 {
  background-image: url(/assets/giveaway602b735c8aff4556a60a.webp) !important;
  background-size: cover;
}

#feat_2 {
  background-image: url(/assets/test2d8663518ccbb29d66a26.webp) !important;
  background-size: cover;
}

.feat_5 {
  background-image: url(/assets/gameifyc9f7676fcc36bff284f2.webp) !important;
  background-size: cover;
}

#feat_7 {
  background-image: url(/assets/gimmicks166bbe864ccf5a9801ac.webp) !important;
  background-size: cover;
}

#feat_8 {
  background-image: url(/assets/social_small61914aa8b1a2287dcc8b.webp);
  background-size: cover;
}


.tile_left {
  justify-content: left !important;
  padding: 100px;
}


.tile_right {
  justify-content: right !important;
  padding: 100px;
}

.zentrierung {

  position: absolute; /* Added for absolute positioning */
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 100; /* Ensure the text is above the video */
            max-width: 400px;
            width: 80vw;

}



.tile.large {
  width: 66.66%; /* 2/3 of the width */
  background: linear-gradient(to right, #4facfe, #00f2fe);
}

.tile.small {
  width: 33.33%; /* 1/3 of the width */
  background: linear-gradient(to right, #43e97b, #38f9d7);
}

#tile_1 {
  background-image: url(/assets/test12e4e61ab3d7d8bd296a0.webp);
  background-size: cover;
}

#tile_2 {
  background-image: url(/assets/test2d8663518ccbb29d66a26.webp);
  background-size: cover;
}

#tile_3 {
  background-image: url(/assets/test3ec57c03ff5f568d04a25.webp);
  background-size: cover;
}

#tile_4 {
  background-image: url(/assets/test4d94d0460af18995a9d28.webp);
  background-size: cover;
}

.title {
  position: fixed;
  background-repeat: no-repeat;
  top: 45%;
  left: 50%;
  width: 60vw;
  height: 8vw;
  z-index: 9999;
  transform: translate(-50%, -50%);
  background-image: var(--logo-image-big);
  text-align: center;
  background-size: cover;
}

.subtitle {
    -webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;
    pointer-events: none;
    opacity: 1;
    position: fixed;
    z-index: 1;
    padding: 20px;
    color: var(--negative-color);
    top: 90%;
    width: 100vw;
    text-align: center;
}
.start {
    height: 200vh;
    width: 100vw;
    position: relative;
    z-index: 0;
}


.snap {
  height: 0px;
  background-color: blue;
  width: 50vw;
  position: relative;
}

.forder {
 background: transparent
}


.overview {
    
    width: 100vw;
    position: relative;
    z-index: 2;
    background-color: var(--main-color);
}


.feat_buy {
  aspect-ratio: 24 / 2 !important;
}

.mobile_content {
 width: 100vw;
 height: 60vh;
 display: none;
 position: absolute;
 z-index: 99999;
}

.mobile_content_2 {
  width: 100vw;
  height: 20vh;
  display: none;
  position: absolute;
 }

.mobile_content_inner {
  width: 100vw;
  height: 100%;
  margin: auto;
  border-radius: 0px;
  background-size: cover;
  background-position: center;
}

.header_mobile_image_1 {
  background-image: url(/assets/top64976bc541dd12eab944.webp)
}

.header_mobile_image_2 {
  background-image: url(/assets/top64976bc541dd12eab944.webp)
}

.header_mobile_image_4 {
  background-image: url(/assets/mirror7b8b05eb183342fcf32e.webp)
}

.header_mobile_image_5 {
  background-image: url(/assets/brandinge610e18450dc5e30e4fe.webp)
}

.Features {
  height: 100vh;
  width: 100vw;
  position: relative;
  z-index: 0;
}

.background {
  height: 0vh;
  width: 100vw;
  position: relative;
  z-index: -100;
  background-color: rgb(197, 197, 197);
  opacity: 1;
}


.f1 {
  height: 100vh;
  width: 100vw;
  position: relative;
  z-index: 00;

}

.f1text {
  -webkit-user-select: none;  
  -moz-user-select: none;    
  -ms-user-select: none;      
  user-select: none;
  pointer-events: none;
  opacity: 0;
  width: 800px;
  position: fixed;
  z-index: 300;
  top: 50%;
  left: 50%;
  color: var(--negative-color);
  transform: translate(-50%, -50%);
  text-align: center;
}

.f2text {
  -webkit-user-select: none;  
  -moz-user-select: none;    
  -ms-user-select: none;      
  user-select: none;
  pointer-events: none;
  opacity: 0;
  position: fixed;
  z-index: 300;
  top: 50%;
  left: 25%;
  color: var(--negative-color);
  transform: translate(-50%, -50%);
  text-align: left;
}

.f2text_right {
  -webkit-user-select: none;  
  -moz-user-select: none;    
  -ms-user-select: none;      
  user-select: none;
  pointer-events: none;
  opacity: 0;
  position: fixed;
  z-index: 300;
  top: 50%;
  left: 75%;
  color: var(--negative-color);
  transform: translate(-50%, -50%);
  text-align: left;
}


.f3text {
  -webkit-user-select: none;  
  -moz-user-select: none;    
  -ms-user-select: none;      
  user-select: none;
  pointer-events: none;
  opacity: 0;
  width: 800px;
  height: 200px;
  white-space: nowrap;
  position: fixed;
  z-index: 300;
  top: 50%;
  left: 45%;
  color: var(--negative-color);
  text-align: left;
  font-family: "Poppins-Bold";
  font-size: 1.4rem;
  line-height: 5rem;
}

.f3_1text {
  -webkit-user-select: none;  
  -moz-user-select: none;    
  -ms-user-select: none;      
  user-select: none;
  pointer-events: none;
  opacity: 0;
  width: 500px;
  height: 200px;
  white-space: wrap;
  position: fixed;
  z-index: 300;
  top: 60%;
  left: 50%;
  color: var(--negative-color);
  text-align: left;
  font-family: "Poppins-Bold";
  font-size: 1vh;
  line-height: 1.2vw;
  display: none;
}

.f8text {
  -webkit-user-select: none;  
  -moz-user-select: none;    
  -ms-user-select: none;      
  user-select: none;
  pointer-events: none;
  opacity: 0;
  width: 400px;
  height: 200px;
  white-space: nowrap;
  position: fixed;
  z-index: 300;
  top: 50%;
  left: 65%;
  color: var(--negative-color);
  transform: translate(-50%, -50%);
  text-align: left;
  font-family: "Poppins-Bold";
  font-size: 4vw;
  font-weight: 900;
  line-height: 9vw;
}

.f10text {
  opacity: 0;
  width: 400px;
  height: 200px;
  white-space: nowrap;
  position: fixed;
  z-index: 300;
  top: 50%;
  left: 20%;
  color: var(--negative-color);
  transform: translate(-50%, -50%);
  text-align: left;
  font-family: "Poppins-Bold";
  font-size: 4vw;
  font-weight: 900;
  line-height: 9vw;
}

.f2 {
  height: 50vh;
  width: 100vw;
  position: relative;
}

.f3 {
  height: 130vh;
  width: 100vw;
  position: relative;
}

.f4 {
  height: 150vh;
  width: 100vw;
  position: relative;
}

.f5 {
  height: 150vh;
  width: 100vw;
  position: relative;
}

.f6 {
  height: 150vh;
  width: 100vw;
  position: relative;

}

.f7 {
  height: 100vh;
  width: 100vw;
  position: relative;

}

.f8{
  height: 100vh;
  width: 100vw;
  position: relative;

}

.f9 {
  height: 100vh;
  width: 100vw;
  position: relative;

}

.f10{
  height: 150vh;
  width: 100vw;
  position: relative;
}

.f11 {
  height: 100vh;
  width: 100vw;
  position: relative;
}

.f12{
  height: 30vh;
  width: 100vw;
  position: relative;

}

.f13 {
  height: 100vh;
  width: 100vw;
  position: relative;
}

.textblock {
  color: var(--negative-color);
  margin: auto;
  text-align: center;
}

.chip {
  height: 300vh;
  width: 100vw;
  position: relative;
  z-index: 0;
}
.orbit {
  height: 200vh;
  width: 100vw;
  position: relative;
  z-index: 0;
}

.Featurestext {
    -webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;
    pointer-events: none;
    opacity: 0;
    height: 300px;
    width: 350px;
    position: fixed;
    z-index: 1;
    top: 50%;
    left: 52%;
    color: var(--negative-color);
    transform: translate(-50%, -50%);
    text-align: left;
}
.chiptext {
  -webkit-user-select: none;  
  -moz-user-select: none;    
  -ms-user-select: none;      
  user-select: none;
  pointer-events: none;
  opacity: 0;
  height: 300px;
  width: 600px;
  position: fixed;
  z-index: 1;
  top: 20%;
  left: 30%;
  color: var(--negative-color);
  text-align: left;
}

.zentrierung_small {
  margin-top: -40%;
    height: auto;
    transform: translateY(-50%);
}

#container {
    z-index: 1;
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    outline: none;
    background: transparent;

}

.menu_inner {
  top: 50%;
    position: absolute;
    margin: auto;
    left: 50%;
    width: 95vw;
    transform: translate(-50%, -50%);
    height: auto;
    zoom: 100%;
}

.container2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%, -50%);
  top: 50%;
  width: 100%;
  background-color: var(--main-color);
  max-width: 500px;
  margin: 0 auto;
  transition: opacity 0.5s;
} 
#progress {
  font-size: 20px;
  color: var(--negative-color);
}
#progress-bar {
  width: 0%;
  height: 20px;
  border-radius: 10px;
  background-color: red;
  display: block;
}
#loaded-items {
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 20px;
  display: none;
  background-color: #f3f3f3;
}
#loaded-items:before {
  content: 'Loading:';
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}
#buttonmenu {
  opacity: 0;
  position: fixed;  
  text-align: center;
  left: 25%;
  transform: translateX(-50%);
  height: 55px;
  width: auto;
  top: 50%;  
  z-index: 2;
  color: var(--negative-color);
}
button {
  outline-style: solid;
  outline-width: 3px;
  border: none;
  margin: 10px;
  padding: 10px 40px;
  border-radius: 100px;
  font-family: "Poppins-Bold";
  font-size: 2.5vh;
  font-weight: 900;
  line-height: 2.5vw;
  color: var(--negative-color);
  background-color: transparent; /* Change 'none' to 'transparent' */
  transition: background-color 2s;

}

body.scroll-lock {
  overflow: hidden;
  height: 100vh;
}


.big_card {
  width: 100vw;
    margin: auto;
    padding-top: 50px;
    background-color: transparent;
    border-radius: 0px;
    color: var(--main-color);
    text-align: center;
    z-index: 99999;
    position: relative;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    /* overflow-x: hidden; */
    /* max-height: 1000px; */
    /* min-height: 800px; */
}

.footer {
  height: 400px;
  background-color: blue;
}

.selected {
  background-color: var(--negative-color);
  color: var(--main-color) !important;
}
#color1 {
  background: rgb(36,36,36);
  background: linear-gradient(90deg, rgba(36,36,36,1) 0%, rgba(0,0,0,1) 58%);
}
#color2 {
  background: rgb(71,71,71);
background: linear-gradient(90deg, rgba(71,71,71,1) 0%, rgba(23,23,23,1) 58%);
}
#color3 {
  background: rgb(209,209,209);
  background: linear-gradient(90deg, rgba(209,209,209,1) 0%, rgba(156,156,156,1) 58%);
}
#color4 {
  background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(215,190,105,1) 77%); 
}
#color5 {
  background: rgb(213,235,255);
  background: linear-gradient(90deg, rgba(213,235,255,1) 23%, rgba(0,92,175,1) 81%);
}
#color6 {
  background: rgb(213,255,254);
background: linear-gradient(90deg, rgba(213,255,254,1) 23%, rgba(0,255,255,1) 81%);
}
#color7 {
  background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(224,191,184,1) 77%);
}
#colorid {
  margin-top: 10px;
  font-size: 1.8vw;
  font-weight: 300;
}

@keyframes bounce {
    0%,
    100% {
      transform: translateY(0);
    }
  
    10%,
    30%,
    50%,
    70% {
      transform: translateY(-8px);
    }
  
    20%,
    40%,
    60% {
      transform: translateY(8px);
    }
  
    80% {
      transform: translateY(6.4px);
    }
  
    90% {
      transform: translateY(-6.4px);
    }
  }



main {
  position: relative;
  height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: var(--accent);

  & nav {
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 1rem; 

    & .logo { font-size: 1.25rem;  } 
    & .menu { font-size: 1.5rem; }
  }

  & > header {
    position: relative;
    height: 70vh;
    display: grid;
    align-content: center;
    text-align: center;
    gap: 0.5rem;
    font: 1rem helvetica,sans-serif;

    & p {
      font-size: 0.8rem;
      font-style: italic;
    }

    & span {
      position: absolute;
      bottom: 2rem;
      left: 50%;
      transform: translateY(-50%);
      width: 13px;
      height: 13px;
      background-color: var(--main-color);
      border-radius: 50%;

      &::before, &::after {
        content: '';
        position: absolute;
        width: 11px;
        height: 11px;
        border: 1px solid var(--main-color);
        border-radius: 50%;
        cursor: pointer;
      }

      &::before { left: -18px; }
      &::after  { left: 18px; }
    }
  }
}

footer {
  z-index: 0;
  background-color: var(--main-color);
    font: 0.75rem helvetica, sans-serif;
    color: var(--light);
    display: flex;
    justify-content: center;
    padding: 3rem 0%;
    width: 60vw;
    max-width: 1400px;
    margin: auto;
    color: var(--negative-color);
  z-index: 99999999999999999999999 !important;


  & header {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    color: var(--primary);
    padding: 0 2rem;

    & h2 {
      position: relative;
      text-transform: uppercase;

      &::before {
        content: '';
        position: absolute;
        transform: translate(-0.5rem,-0.25rem);
        width: 1rem;
        height: 1rem;
        background-color: var(--accent);
        z-index: -1;
      }
    }

    & p {
      font-style: italic;
      line-height: 1.8;
      color: var(--light);
    }

    & .icon {
      font-size: 1.1rem;
      padding: 0.25rem 0.5rem 0.25rem 0;
      cursor: pointer;
      color: var(--accent);

      &:hover {
        animation: pulse 0.5s;
        color: var(--light);
      }
    }
  }

  & aside {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 3rem;
    padding: 0 2rem 0 0;

    & ul {
      list-style-type: none;
      z-index: 99999999999999999999999 !important;


      & li {
        padding: 0.5rem 0;
        cursor: pointer;
        
        &:hover:not(:first-of-type) {
          animation: pulse 0.5s;
          color: var(--accent);
        }
      }

      & li:first-of-type {
        color: var(--primary);
        cursor: default;
      }
    }
  }
}

@keyframes pulse {
  0%,100% {
    transform: translate(0);
  }
  50% {
    transform: translate(-0.1rem,-0.25rem);
  }
}

@media (max-width:1200px) {

  .action-button{
    width: 40% !important;
  }

  .h2 {
    font-family: "Poppins-Bold";
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5rem;
  }

  footer {
    flex-wrap: wrap;
    gap: 1rem;
  }

  .menu_container {
    margin-bottom: 2vh !important;
    margin: auto;
    width: 90vw !important;
  }

}

@media (max-width: 2500px) {

  .menu_fix::before, .menu_fix::after {
    top: 0vw;
  }

  #cutout {
    width: 100vw;
    height: 100vh;
    outline: 600px solid var(--main-color);
    max-width:3000px;
  }

  .burger {
    float: right
  }
  .menu_container {
    margin-bottom: 2vh !important;
    margin: auto;
  }

  .tile_seperator {
    width: 2vh !important; /* Default to half the width */
  }

  .tile1 {
    width: 42% !important;
  }

  .tile2 {
    width: calc(58% - 2vh) !important;
  }



  .left {
    left: calc(2.5vw);
}

.center {
  left: 39vw;
}

.zentrierung_small {
  margin-top: -20vh;
    height: auto;
    z-index: 99999;
    transform: translateY(-50%);
}

.card {
  height: 40vh;
  width: calc((77vw/2));
  background-color: transparent;
}

.top {
  top: calc(53vh - 41vh);
}

.f10text {
  left: 30vw;
}

.xp {
  display: none;
}

.right {
  left: 59vw;
}

};






form {
  pointer-events: auto;
  z-index: 9999999;
  position: relative;
}

label {
  color: var(--main-color);
  font-size: 1vw;
  display: none;
}



.forder_inner {
  color: var(--negative-color);
  text-align: center;
  
}

@media only screen and (max-width: 800px) {


  .rugo {
color: black !important;
  }


  #feat_7 {
    background-image: url(/assets/gimmicks_mobilec960dad7d238ef03e551.webp) !important;
    background-size: cover;
  }

  .big_card {
background-color: white;
  }

  .fieldset {
    background: var(--main-color) !important;
  }



 
.mobile_hidden {
display: none !important;
}

  .right-most-element {
    order: 2;
  }
  
  .right-group {
      order: 3;
  }

  .forder {

  }

  #multistepsform {
    fieldset {
        
        border-radius: 0px !important;
        /* box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4); */
        padding: 50px 20px !important;
        box-sizing: border-box;
        width: 100% !important;
        margin: 0 !important;
        position: relative;
    }
}

  .head_container {
    width: 90%;
  }

  .headerbar_container {
    width: 90vw;
      max-width: 1400px;
      background-color: var(--main-color);
      height: 7vh;
      margin: auto;
  }

  .menu_inner {
    transform: translate(-50%, -45%);
  }

.tile_m {
  height: 15vh !important;
}
  .main_menu {
    top: 0px;
  }

  .featuretile {
    height: 60vw !important; 
  }

  .z_left {
    text-align: center;
    left: 50% !important;
}

.z_right {
  text-align: center;
  left: 50% !important;
}

.mobile_height_dubble {
  height: 124vw;
}

.tech_tiny {
  left: 0vw;
}

footer {
  width: 86vw !important;
}


.mob_dist {
  margin-bottom: 2vh;
}

  .menu_fix::before, .menu_fix::after {
    top: -16vw;
    width: 50px;
    height: 50px;

}

  .switch {
    width: 90vw;
        text-align: left;
        left: 0px;
        top: 10px;
        right: 0px;
        background-color: var(--main-color);
  }

  footer
& aside {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 3rem;
    padding: 0 2rem;
    flex-direction: column;
    z-index: 99999999999999999999999 !important;

}

.big_card {
  width: 100vw;
}

#multistepsform {
  margin: 100px auto;
  text-align: center;
  position: relative;
  width: 100vw !important;
  max-width: 1000px;
}


  .zentrierung_small {
    margin-top: -18vh;
    height: auto;
    z-index: 99999;
    transform: translateY(-50%);
}


.input {
  border: 0;
  outline: 0;
  border-bottom: 1px solid var(--main-color);
  width: 80vw;
  margin: auto;
  color: var(--main-color);
  font-size: 1.5em;
  font-family: "Poppins";
  text-align: center;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 25px;
}

.textinput {
  border: 0;
  outline: 0;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 25px;
  width: 80vw;
  margin: auto;
  color: rgba(0, 0, 0, 1);
  font-size: 1.5em;
  font-family: "Poppins";
  text-align: center;
}


  h1 {
    font-size: 2.5em !important;
    line-height: 1.3em !important;
  }

  h2 {
    font-size: 1.6em !important;
    line-height: 1.1em !important;
  }

  p {
    font-size: 0.9em !important;
    line-height: 1.4em !important;
  }

  .switch h2 {
    font-size: 2.5vh !important;
    line-height: 3vh;
    font-weight: 100;
    display: inline; /* or use inline-block */
    margin: 0; /* optional: removes default margins */
    font-family:'Poppins-light';
  }

  .container2 {
    display: none;
  }

.mh {
  height: 0vh !important;
}
.start {
  height: 10vh;
  
}

.frame {
  display: none !important;
}

.container {
  display: none !important;
}

.subtitle {
  z-index: 99;
}


.f4 {
  height: auto;
}

  .xq {
    display: none;

  }
  .tile1 {
    height: 50vw;
    width: 100vw !important;

  }

  .tile2 {
    height: 50vw;
    width: 100vw !important;

  }

  .tile_seperator {
    height: 0px !important;
  }

  .menu_container {
    margin: auto;
    width: 90vw !important;
  }

  .subtitle {
    display: none;
  }

  footer {
    & header {
      padding: 0px;
    }}
 

  .card {
    position: relative;
    width: 90vw !important;
    height: 80vw !important;
    background-color: rgb(0, 0, 0) !important;
    margin: auto;
    top: 10vh !important;
    margin-top: 2vh;
  }

  .left {
    left: 0px !important;
  }

  .right {
    left: 0px !important;
  }

  .center {
    left: 0px !important;
  }

.textblock {
  margin-top: 40vh;
}

.tile_buy {
  padding: 50px;
  height: 30vw !important;
}


html, body {
  overflow-x: hidden;
  width: 100vw;
  background-image: none;
  background-size: cover;
  pointer-events: auto;
  scroll-behavior: smooth;
  background-color: var(--main-color);
}

  .intro_textblock {
    position: fixed;
    z-index: 300;
    top: 60vh;
    left: 5vw;
    width: 90vw;
    color: var(--negative-color);
    transform: translate(0,0);
    text-align: left;
    opacity: 0;
}

.mobile_content {
  display: block !important;
  position: relative;
  height: 90vh;
  margin-bottom: 15vh;

}


.mobile_feature_tall {
  height: 120vw;
}

.mobile_tile_tall {
  height: 120vw !important;
}

.mobile_tile_tall_low {
  top: 70%;
}

.switch_selected {
  font-weight: 900 !important;
  font-family: 'Poppins-Bold' !important;
}


.headertop {
  margin-top: 150px !important;
  margin-bottom: 150px !important;
}

.mobile_content_2 {
  display: block !important;
  position: relative;
}

.title {
  display: none;
}

.headerbar {
  opacity: 1;
  height: 170px !important;
}

::-webkit-scrollbar {
  width: 0px;
  z-index: 9;
  background: var(--main-color);
}

.logo {
  height: 25px;
  width: 250px;
  left: 0px;
}

.burger {
  height: 25px;
  width: 25px;
  
  }

  .f9 {
    height: 258vw !important;
  }

  #feat_6 {
    background-image: url(/assets/konzept_mobe2cafa541b1e234bf220.webp);
    background-size: cover;
  }

  
  
  #flower_1 {
    background-image: url(/assets/flower_1_mobdf59ea0d79ab9911e4f6.webp);
    background-size: cover;
  }


  .just_title {
    height: 20vw;
    top: 0px;
    bottom: 0px;
  }


  .cancel_offset {
    top: 0px !important;
  }

};









/* Style the form */
#regForm {
  background-color: #ffffff;
  margin: 100px auto;
  padding: 40px;
  width: 70%;
  min-width: 300px;
}

/* Style the input fields */
input {
  padding: 15px !important;
  width: 100% !important;
  font-size: 17px;
  font-family: Poppins;
  border: 1px solid #aaaaaa;
}

.select {
  padding: 15px !important;
    width: 100% !important;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #111111;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

/* Mark the active step: */
.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #e51e25;
}


iframe {
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 1000px;
  display: block;
  background-color: transparent;
}




#multistepsform {
  margin: 100px auto;
  text-align: center;
  position: relative;
  width: 95vw;
  font-family: Poppins;
  max-width: 1000px;

  fieldset {
    background: white;
    border: 0 none;
    border-radius: 15px;
        padding: 50px 50px;
    box-sizing: border-box;
    font-family: Poppins;
    width: 80%;
    margin: 0 10%;
    position: relative;
  }
  fieldset:not(:first-of-type) {
    display: none;
  }
  input,
  textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: Poppins;
    color: #2c3e50;
    font-size: 13px;
    &:focus {
      border-color: #e51e25;
      outline: none;
      color: #e51e25;
    }
  }

  .action-button {
    width: 40% !important;
    font-weight: bold;
    font-family: Poppins;
    color: #fff;
    color: white;
    padding: 10px 20px 10px 10px;
    border-radius: 10px;
    background: rgb(242, 120, 90);
    background: linear-gradient(148deg, rgba(242, 120, 90, 1) 0%, rgba(209, 35, 41, 1) 32%, rgba(0, 0, 0, 1) 59%);
    background-size: 400% 100%;
    background-position: 0% 50%;
    transition: 0.4s;
    margin: 30px 5px;
  }
  .action-button:hover,
  .action-button:focus {
    box-shadow: 0 0 0 2px #e51e25, 0 0 0 3px #ff976;
    color: #fff;
  }

  .previous {
    background: rgb(155, 155, 155) !important;
  }

  
  .fs-title {
    color: black;
    margin-bottom: 40px;
  }
  .fs-subtitle {
    font-weight: normal;
        color: #666;
        margin-bottom: 15px;
        text-align: left;
        margin-top: 10px;
  }


    

  #progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    counter-reset: step;
    li {
      font-family: "Poppins";
      font-size: 1rem;
      line-height: 1.4rem;
      list-style-type: none;
      color:  #e51e25;
      text-transform: uppercase;
      font-size: 9px;
      width: 33.33%;
      float: left;
      position: relative;
      &:before {
        content: counter(step);
        counter-increment: step;
        width: 20px;
        line-height: 20px;
        display: block;
        font-size: 10px;
        color: #fff;
        background: #919191;
        border-radius: 3px;
        margin: 0 auto 5px auto;
      }
      &:after {
        content: "";
        width: 100%;
        height: 2px;
        background: #919191;
        position: absolute;
        left: -50%;
        top: 9px;
        z-index: -1;
      }
      &:first-child:after {
        content: none;
      }
    }
    li.active {
      color: #ffffff;
      &:before,
      &:after {
        background: #e51e25;
        color: white;
      }
    }
  }
}


@media only screen and (max-width: 800px) {
  input, select, textarea {
    font-family: Poppins;
    font-size: 17px;  /* Ensure font size consistency */
    -webkit-appearance: none;  /* Remove iOS specific appearance */
    appearance: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
    color: #292929;
  }
  
  button, input[type="button"], input[type="submit"] {
    font-size: 17px;  /* Ensure font size consistency */
      -webkit-appearance: none;  /* Remove iOS styling */
      appearance: none;  /* Remove default styling on all browsers */
      font-family: Poppins;
      padding: 10px 20px;  /* Set padding */
      border-radius: 10px;  /* Apply border-radius */
      background: linear-gradient(148deg, rgba(242, 120, 90, 1) 0%, rgba(209, 35, 41, 1) 32%, rgba(0, 0, 0, 1) 59%);
      color: white;
      transition: 0.4s;
  }
}


