*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
  scroll-behavior: smooth;
  list-style: none;
  text-decoration: none;
}
.shinybody{
  text-align: center;
  height: auto;
  width: 100%;
  background-color: #FFF;
  display: block;
}
.bodymob{
  display: none;
}
.shinyheader{
  width: 100%;
  height: 10vh;
  z-index: 9999;
  background: rgba(0,0,0,0.87);
  position: fixed;
  margin-top: -8vh;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.4);
}
.active{
  background-color: rgba(0,0,0,0.97);
}
.wrapperheader{
  width: 90%;
  margin-left: 5%;
}
.navigationshiny{
  width: 100%;
}
.navbarshiny{
  width: 60vw;
  height: 8vh;
  margin-top: 1vh;
  position: absolute;
}
.regforwhitepapershiny{
  margin-right: 5%;
  right: 0;
  width: auto;
  height: 8vh;
  position: absolute;
  margin-top: 1vh;
}
.logofront{
  float: left;
  width: 9vw;
  height: 8vh;
}
.navishiny{
  float: right;
  display: flex;
  list-style: none;
}
.navilie{
  text-decoration: none;
  display: inline-block;
  font-size: 1.1vw;
  font-weight: 300;
  margin-right: 3vh;
  line-height: 8vh;
  color: rgba(255,255,255,0.7);
  cursor: pointer;
  transition: 0.5s;
}
.navilie:hover{
  color: #E0B300;
}
.navilioeko{
  color: #E0B300;
  opacity: 1.0;
}
.loginreg{
  display: flex;
  list-style: none;
}
.loginreg li a{
  font-size: 1.1vw;
  font-weight: 300;
  text-decoration: none;
  display: inline;
  margin-left: 1vw;
  line-height: 8vh;
  padding: 1.2vh;
  padding-left: 2vh;
  padding-right: 2vh;
  color: #E0B300;
  border-radius: 1vh;
  cursor: pointer;
  transition: 0.5s;
}
.languagefield{
  margin-right: 1.1vw;
}
.loginreg li a:hover{
  background-color: #E0B300;
  color: #000;
}
.trennung{
  margin-left: 1vw;
  margin-top: 2vh;
  width: 0.1vh;
  height: 4vh;
  background: rgba(224,179,0,0.5);
}
.headerandfirstcont{
  width: 100%;
  height: 73vh;
  background-image: url("../images/background/bgyellow.svg");
  background-size: auto 100%;
  background-position: center;
  background-color: rgba(255,255,255,0.2);
  overflow-y: hidden;
}
.layerinheaderandfirstcont{
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.1);
}
.frontside{
  width: 90%;
  margin-left: 5%;
  display: grid;
  margin-top: 8vh;
  grid-template-columns: 50% 50%;
  align-items: center;
  min-height: 40vh;
  padding-top: 15vh;
}
.timerbox{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.contentinrightpart{
  margin-top: 2vh;
}
.contentinrightpart img{
  margin-top: 2vh;
  width: 20%;
}
.contentinrightpart h2{
  font-size: 1.5vw;
  font-weight: 500;
}
.leftpart{
  float: left;
  text-align: left;
}
.rightpart{
  float: right;
  width: 40vw;
  margin-left: 5vw;
  position: absolute;
  margin-left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1vh;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.4);
  background: rgba(224,179,0,0.7);
}
.leftpart h2, .boxsection9 h2{
  font-size: 2.6vw;
  font-weight: 500;
  margin-bottom: 3vh;
}
.leftpart h2{
  cursor: pointer;
}
.leftpart h3{
  font-size: 1.4vw;
  line-height: 2.2vw;
  font-style: italic;
  font-weight: 300;
}
.icowhitepaper{
  width: 60%;
  margin-top: 4vh;
  display: grid;
  grid-template-columns: 50% 50%;
}
.icowhitepaper div{
  width: 140%;
  background: rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5vh;
  transition: 0.5s;
  cursor: pointer;
}
.icowhitepaper div:hover{
  background: #E0B300;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.4);
}
.icowhitepaper div:hover > a{
  color: #000;
}
.btnico1{
  border-bottom-left-radius: 1vh;
  border-top-left-radius: 1vh;
}
.btnico2{
  border-radius: 1vh;
  padding-left: 2vw;
  padding-right: 2vw;
}
.icowhitepaper a{
  text-align: center;
  color: #E0B300;
  transition: 0.5s;
}
.wrappercontentboxshiny{
  width: 100%;
  margin-top: 0;
}
.contentboxshiny{
  width: 100%;
  height: auto;
}
.sectiontype1{
  width: 60%;
  display: grid;
  margin-left: 20%;
  grid-template-columns: repeat(1,1fr);
  grid-gap: 1vh;
  align-items: center;
  text-align: left;
  min-height: 42vh;
}
.contentonestopoeko{
  margin-top: 5vh;
  margin-bottom: 5vh;
  border-radius: 1vh;
  padding: 2vh;
  cursor: pointer;
  border: solid;
  border-width: 2px;
  border-color: #E3E4E5;
  background: rgba(255,255,255,0.8);
}
.contentonestopoeko h2{
  color: #000;
  font-size: 3vh;
  font-weight: 500;
  text-align: center;
}
.contentonestopoeko h3{
  margin-top: 1.5vh;
  font-size: 2.3vh;
  font-weight: 300;
  text-align: left;
}
.functionbox{
  width: 100%;
  min-height: 100vh;
  background-image: url("../images/background/bgblack.svg");
  background-size: auto 100%;
  background-position: center;
}
.headerfunctionbox{
  padding-top: 3vh;
  padding-bottom: 3vh;
  color: #E0B300;
  font-size: 2.2vw;
  font-weight: 500;
}
.contentinfunctionbox{
  width: 90%;
  margin-left: 5%;
  display: grid;
  grid-template-columns: repeat(3,1fr);
}
.funcbx{
  width: 90%;
  margin-left: 5%;
  margin-bottom: 5vh;
  border-radius: 1vh;
}
.headerinfuncbx{
  width: 90%;
  margin-left: 5%;
  height: 8vh;
  line-height: 8vh;
}
.headerinfuncbx h2{
  color: rgba(255,255,255,1);
  font-size: 1.6vw;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
}
.bodyinfuncbx{
  width: 90%;
  margin-left: 5%;
}
.bodyinfuncbx h3{
  font-size: 1.3vw;
  line-height: 2.3vw;
  font-weight: 300;
  text-align: left;
  color: rgba(255,255,255,0.5);
}
.allsections{
  width: 100%;
  background-image: url("../images/background/bggold.svg");
  background-size: 100% auto;
  background-position: center;
}
.backgroundbxsct4{
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
  padding-bottom: 7vh;
}
.backgroundbxsct4 h2{
  font-weight: 500;
  font-size: 2.2vw;
  padding-top: 5vh;
  padding-bottom: 5vh;
  color: #FFF;
}
.contentboxallsections{
  width: 90%;
  margin-left: 5%;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  border-radius: 1vh;
  margin-top: 6vh;
  background-color: rgba(224,179,0,0.8);
  padding-bottom: 3vh;
}
.recbox{
  width: 90%;
  margin-left: 5%;
  height:
}
.recboxheader{
  width: 90%;
  margin-left: 5%;
}
.recboxheader img{
  width: 40%;
  margin-top: -3vw;
  z-index: 999;
}
.recboxheader h2{
  font-size: 1.4vw;
  margin-top: -4vh;
  font-weight: 600;
  color: #000;
  text-align: center;
}
.recboxbody{
  width: 90%;
  margin-left: 5%;
  margin-top: -2vh;
}
.recboxbody h3{
  font-size: 1.3vw;
  font-weight: 400;
  text-align: center;
}
.sectiontype3{
  width: 90%;
  display: grid;
  margin-left: 5%;
  grid-template-columns: repeat(2,1fr);
  grid-gap: 1vh;
  align-items: center;
  text-align: left;
  min-height: 50vh;
}
.sectiontype2 h2, .contentofsection3 h2, .boxsection8 h2{
  color: #E0B300;
  font-size: 3vh;
  font-weight: 500;
}
.contentofsection4 h3, .sectiontype3 h3{
  margin-top: 1.5vh;
  font-size: 2.3vh;
  font-weight: 300;
  text-align: left;
}
.contentofsection4 h2{
  color: #FFF;
  margin
}
.contentofsection4 h3{
  color: #FFF;
}
.boxsection3{
  width: 100%;
  background-image: url("../images/background/bgsilver.png");
  background-size: auto 100%;
  background-position: center;
  overflow-x: hidden;
  overflow-y: hidden;
}
.contentofsection3 h2, .contentofsection5 h2{
  color: #000;
  padding-top: 5vh;
  font-size: 2.2vw;
  font-weight: 500;
  padding-bottom: 2vh;
}
.subsectiontype3{
  display: grid;
  grid-template-columns: 49% 50% ;
  grid-gap: 1%;
}
.subsectiontype3 a img{
  width: 100%;
  margin-left: -5%;
}
.subcontmonet{
  border-radius: 1vh;
  padding-left: 2vh;
  padding-right: 2vh;
  padding-bottom: 2vh;
  display:grid;
  grid-template-columns: repeat(2,1fr);
  margin-top: 2vh;
  background: rgba(255,255,255,0.7);
}
.contentinsection3{
  width: 90%;
  margin-left: 5%;
  padding-bottom: 5vh;
}
.subcontmonet h3{
  font-size: 1.1vw;
  font-weight: 400;
  margin-top: 2vh;
  margin-left: 2vh;
  margin-right: 2vh;
  text-align: left;
  color: rgba(0,0,0,0.65);
}
.boxsection5{
  width: 100%;
  height: 80vh;
}
.contentofsection5{
  width: 60%;
  margin-left: 20%;
}
.contentofsection5 h3{
  margin-top: 1.5vh;
  font-size: 1.1vw;
  font-weight: 300;
  text-align: center;
  margin-bottom: 4vh;
}
.subsectiontype5{
  width: 90%;
  margin-left: 5%;
  display: grid;
  grid-template-columns: repeat(1,1fr);
  grid-gap: 1vh;
  margin-bottom: 5vh;
  margin-top: 3vh;
}
.subsubsection51{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-gap: 1vh;
}
.sectioncontentbox{
  width: 90%;
  margin-left: 5%;
  height: 24vh;
  z-index: 999;
  border-radius: 1vh;
  overflow-x: hidden;
  overflow-y: hidden;
  position: absolute;
  white-space: nowrap;
  margin-top: -12vh;
}
.subcompart5{
  margin-right: 15vh;
  width: 100%;
  height: 23vh;
  overflow: hidden;
  padding-top: 1vh;
}
.subcompart5 img{
  width: 4vh;
}
.subcomparthead{
  font-size: 1.9vh;
  font-weight: 600;
}
.subcompartcont{
  margin-top: 1.5vh;
  font-size: 1.9vh;
  font-weight: 300;
}
.icosection{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 3vh;
  margin-top: 3vh;
  margin-bottom: 3vh;
}
.icobox{
  width: 90%;
  margin-left: 5%;
  border-radius: 1vh;
  height: 20vh;
  background: rgba(224,179,0,0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.boxinicobox{
  width: 100%;
  height: 100%;
}
.icoboxhead{
  font-size: 1.2vw;
  font-weight: 600;
  margin-top: 2vh;
  margin-bottom: 1vh;
  margin-left: 3vh;
  color: #000;
  text-align: left;
}
.icoboxcont{
  font-size: 1vw;
  font-weight: 400;
  margin-left: 3vh;
  color: rgba(0,0,0,1);
  text-align: left;
}
.boxsection8{
  width: 100%;
  min-height: 50vh;
}
.contentinboxection8{
  background-color: rgba(224,179,0,0.9);
}
.boxsection8 h2{
  color: #000;
  padding-top: 5vh;
  font-size: 2.2vw;
}
.boxsection8 img{
  padding-top: 3vh;
  padding-bottom: 3vh;
  width: 90%;
}
.boxsection9{
  width: 100%;
  background-image: url("../images/background/bggold.svg");
  background-size: 100% auto;
  background-position: center;
  height: 30vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contentinboxsection9{
  width: 100%;
  height: 30vh;
  background: rgba(0,0,0,0.3);
}
.contentinboxsection9 div{
  width: 30%;
  margin-left: 35%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2vh;
}
.boxsection9 h2{
  padding-top: 5vh;
  color: #FFF;
}
.boxsection9 h3{
  color: #FFF;
  font-size: 1.2vw;
  font-weight: 300;
  font-style: italic;
}
.boxsection9 div a{
  font-size: 1.1vw;
  font-weight: 300;
  text-decoration: none;
  display: inline;
  line-height: 5vh;
  padding: 1.2vh;
  padding-left: 2vh;
  padding-right: 2vh;
  color: #E0B300;
  background-color: #000;
  border-radius: 1vh;
  cursor: pointer;
  transition: 0.5s;
}
.boxsection9 a:hover{
  background-color: #E0B300;
  color: #000;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.4);
}
.boxsection10{
  width: 100%;
  background-color: #000;
}
.contentinbox10{
  width: 90%;
  margin-left: 5%;
}
.footsection{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1,1fr);
  padding-bottom: 2vh;
  padding-top: 2vh;
  align-items: center;
}
.linkbox{
  width: 100%;
}
.sectionlinkbox{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  margin-top: 3vh;
}
.linksubbox{
  width: 80%;
  margin-left: 10%;
}
.linksubbox h3{
  color: #FFF;
  font-size: 1.3vw;
  font-weight: 500;
  border-bottom: solid;
  border-width: 1px;
  border-color: #EFEFEF;
  width: 50%;
  text-align: left;
}
.contentinsubbox{
  display: grid;
  margin-top: 3vh;
}
.contentinsubbox a{
  margin-bottom: 2vh;
  color: rgba(255,255,255,0.5);
  font-size: 0.9vw;
  transition: 0.5s;
  text-align: left;
}
.contentinsubbox a:hover{
  color: #E0B300;
}
.separationlinkbox{
  margin-top: 3vh;
  width: 90%;
  margin-left: 5%;
  height: 0.2vh;
  background: #EFEFEF;
}
.socialbox{
  margin-top: 3vh;
  display: grid;
  grid-template-columns: 80% 20%;
  width: 90%;
  margin-left: 5%;
  margin-bottom: 3vh;
}
.connexbox h3{
  color: #FFF;
  font-size: 1.3vw;
  font-weight: 500;
  width: 50%;
  text-align: left;
  margin-bottom: 2vh;
  margin-top: 2vh;
}
.sectionsocialbox{
  text-align: left;
  display: grid;
  grid-template-columns: repeat(9,1fr);
  width: 50%;
}
.sectionsocialbox a{
  font-size: 2vw;
  width: 2.4vw;
  height: 2.4vw;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  color: #FFF;
}
.sectionsocialbox a:hover{
  background: #E0B300;
  transform: rotate(20deg) scale(1.1);
  color: #000;
}
.shinycopyright{
  display: grid;
  grid-template-columns: 30% 70%;
  margin-top: 7vh;
  height: 5vh;
  float: right;
}
.shinycopyright img{
  height: 3vh;
  margin-top: 1vh;
}
.shinycopyright h3{
  color: #FFF;
  font-size: 0.7vw;
  line-height: 5vh;
  float: right;
}
.from-left {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.from-right {
  -webkit-transform: translateX(20%);
  transform: translateX(20%);
}
.from-left{
  transition: opacity 250ms ease-in, -webkit-transform 400ms ease-in;
  transition: opacity 250ms ease-in, transform 400ms ease-in;
  transition: opacity 250ms ease-in, transform 400ms ease-in,
  -webkit-transform 400ms ease-in;
  opacity: 0;
}
.from-left.appear{
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.boxsection1cont{
  width: 100%;
  background-image: url("../images/background/bgwhite.svg");
  background-size: auto 100%;
  background-position: center;
}
.burnedtoken{
  text-align: center;
}
.example {
  width: 40vw;
  height: 10vw;
  margin: auto;
  margin-left: 6vw;
  margin-top: 2vh;
}
.example .flipdown {
  margin: auto;
}
.flipdown.flipdown__theme-dark {
  font-size: 1.5vw;
  font-weight: 500;
}
.flipdown.flipdown__theme-dark .rotor-group-heading:before {
}
.flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3):before,
.flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3):after {
}
.flipdown.flipdown__theme-dark .rotor,
.flipdown.flipdown__theme-dark .rotor-top,
.flipdown.flipdown__theme-dark .rotor-leaf-front {
  color: #000;
}
.flipdown.flipdown__theme-dark .rotor-bottom,
.flipdown.flipdown__theme-dark .rotor-leaf-rear {
  color: #000;
}
.flipdown.flipdown__theme-dark .rotor:after {
}
.flipdown {
  overflow: visible;
  width: 40vw;
}
.flipdown .rotor-group {
  position: relative;
  float: left;
  padding-right: 1.6vw;
}
.flipdown .rotor-group:last-child {
  padding-right: 0;
}
.flipdown .rotor-group-heading:before {
  display: block;
  height: 2.5vw;
  line-height: 2.5vw;
  text-align: center;
}
.flipdown .rotor-group:nth-child(1) .rotor-group-heading:before{
  content: attr(data-before);
}
.flipdown .rotor-group:nth-child(2) .rotor-group-heading:before{
  content: attr(data-before);
}
.flipdown .rotor-group:nth-child(3) .rotor-group-heading:before{
  content: attr(data-before);
}
.flipdown .rotor-group:nth-child(4) .rotor-group-heading:before{
  content: attr(data-before);
}
.flipdown .rotor{
  position: relative;
  float: left;
  width: 3.5vw;
  height: 5vw;
  margin: 0px 4px 0px 0px;
  border-radius: 4px;
  font-size: 4vw;
  text-align: center;
  perspective: 25vw;
}
.flipdown .rotor:last-child{
  margin-right: 0;
}
.flipdown .rotor-top, .flipdown .rotor-bottom{
  overflow: hidden;
  position: absolute;
  width: 2.5vw;
  height: 2.5vw;
}
.flipdown .rotor-leaf{
  z-index: 1;
  position: absolute;
  width: 2.5vw;
  height: 5vw;
  transform-style: preserve-3d;
  transition: transform 0s;
}
.flipdown .rotor-leaf.flipped{
  transform: rotateX(-180deg);
  transition: all 0.5s ease-in-out;
}
.flipdown .rotor-leaf-front, .flipdown .rotor-leaf-rear{
  overflow: hidden;
  position: absolute;
  width: 2.5vw;
  height: 2.5vw;
  margin: 0;
  transform: rotateX(0deg);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.flipdown .rotor-leaf-front{
  line-height: 5vw;
  border-radius: 4px 4px 0px 0px;
}
.flipdown .rotor-leaf-rear{
  line-height: 0px;
  border-radius: 0px 0px 4px 4px;
  transform: rotateX(-180deg);
}
.flipdown .rotor-top{
  line-height: 5vw;
  border-radius: 4px 4px 0px 0px;
}
.flipdown .rotor-bottom{
  bottom: 0;
  line-height: 0px;
  border-radius: 0px 0px 4px 4px;
}
.flipdown .rotor:after{
  content: '';
  z-index: 2;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 2.5vw;
  height: 2.5vw;
  border-radius: 0px 0px 4px 4px;
}
.boxsectiontokeninfo{
  width: 100%;
  height: 66vh;
  background-image: url('../images/background/bg3silver.svg');
  background-position: center;
  background-size: 100% auto;
}
.contentinboxsectioninfo{
  width: 100%;
  height: 66vh;
  background: rgba(255,255,255,0.4);
}
.subboxtokeninfo{
  display: grid;
  grid-template-columns: 40% 60%;
  width: 90%;
  margin-left: 5%;
}
.shyntokenbox{
  width: 90%;
  margin-top: 8vh;
  height: 50vh;
  border-radius: 1vh;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.4);
  background: rgba(0,0,0,0.5);
  cursor: pointer;
  transition: 0.5s;
}
.shyntokenbox:hover{
  background: rgba(0,0,0,0.8);
}
.contentinshyntokenbox h2{
  color: #E0B300;
  font-size: 1.6vw;
  font-weight: 400;
}
.shyntokencontentbox{
  margin-top: 8vh;
  width: 100%;
  height: 50vh;
}
.contentinshyncontentbox{
  display: grid;
  grid-template-columns: repeat(1,1fr);
  grid-gap: 7vh;
}
.cbxshyn{
  width: 90%;
  margin-left: 10%;
  height: 12vh;
  border-radius: 1vh;
  background-color: rgba(224,179,0,0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.4);
}
.cntcbx, .contincbxshyn a{
  font-size: 1.2vw;
  font-weight: 300;
  color: #000;
}
.titlecbx{
  font-size: 1.2vw;
  font-weight: 600;
  margin-bottom: 1vh;
  color: #000;
}
.contincbxshyn a{
  display: inline-block;
}
.etherscanlink{
  cursor: pointer;
}
.boxuncertimerheadlinetimer{
  margin-top: 1vh;
  width: 80%;
  margin-left: 5%;
  height: 10vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.boxuncertimerheadlinetimer h3{
  font-size: 2.2vw;
  color: #000;
  font-weight: 500;

}
@media only screen and (max-width: 1000px){
  *{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .shinybody{
    display: none;
  }
  .bodymob{
    display: block;
  }
  .headerandfirstcontmob{
    width: 100%;
    min-height: 80vh;
    background-image: url("../images/background/bgyellow.svg");
    background-size:auto 100%;
    background-position: center;
  }
  .layerinheaderandfirstcontmob{
    width: 100%;
    min-height: 80vh;
    background: rgba(255,255,255,0.2);
  }
  .shinyheadermob{
    width: 100%;
    height: 10vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.8);
    position: fixed;
    z-index: 99999;
  }
  .shinyheadermob a img{
    height: 8vh;
    margin-top: 0.5vh;
  }
  .shinyheadermob i{
    font-size: 8vh;
    margin-left: 5vw;
    line-height: 10vh;
    color: #E0B300;
  }
  .firstpagemob{
    width: 95%;
    margin-left: 2.5%;
    padding-top: 10vh;
    padding-bottom: 5vh;
  }
  .walletimagemob{
    width: 40%;
    margin-left: 30%;
  }
  .contentinfirstpagemob{
    width: 90%;
    margin-left: 5%;
  }
  .contentinfirstpagemob h1{
    font-size: 3.5vh;
    font-weight: 600;
    text-align: center;
    margin-bottom: 2vh;
    margin-top: 2vh;
  }
  .contentinfirstpagemob h2{
    font-size: 2vh;
    font-weight: 500;
    text-align: center;
    margin-bottom: 2vh;
  }
  .timerboxmob{
    margin-top: 3vh;
    width: 90%;
    margin-left: 5%;
    padding-top: 2vh;
    padding-bottom: 2vh;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.4);
    border-radius: 1vh;
  }
  .timerboxtxt{
    margin-top: 2vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .timerboxtxt h3{
    font-size: 2.2vh;
    font-weight: 400;
  }
  .buttonsformob{
    width: 90%;
    margin-left: 5%;
    height: 8vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3vh;
    border-radius: 1vh;
    background: rgba(224,179,0,0.8);
    padding-left: 2vw;
    padding-right: 2vw;
  }
  .buttonsformob a{
    font-size: 2.6vh;
    font-weight: 400;
    color: #000;
  }
  .secondpagemob{
    width: 100%;
    min-height: 50vh;
    padding-top: 5vh;
    padding-bottom: 5vh;
    background-image: url("../images/background/bgwhite.svg");
    background-size:auto 100%;
    background-position: center;
  }
  .contentinsecondpagemob{
    width: 80%;
    margin-left: 10%;
  }
  .contentinsecondpagemob h2{
    font-size: 3.2vh;
    font-weight: 600;
    margin-bottom: 2vh;
    text-align: center;
  }
  .contentinsecondpagemob h3{
    font-size: 2.2vh;
    font-weight: 500;
    text-align: left;
  }
  .thirdpagemob{
    padding-top: 5vh;
    padding-bottom: 5vh;
    width: 100%;
    min-height: 100vh;
    background-image: url("../images/background/bgblack.svg");
    background-size: auto 100%;
    background-position: center;
  }
  .thirdpagemob h2{
    font-size: 3.2vh;
    font-weight: 600;
    margin-bottom: 2vh;
    text-align: center;
    color: #E0B300;
  }
  .contentboxinthirdpagemob{
    width: 90%;
    margin-left: 5%;
    height: 80vh;
    overflow-y: scroll;
    background: rgba(255,255,255,0.1);
    border-radius: 0.5vh;
    padding-top: 2vh;
    transition: ease-in 0.5s;
  }
  .contentboxinthirdpagemob::-webkit-scrollbar{
    display: none;
  }
  .contentboxinthirdpagemob:hover{
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.4);
  }
  .functionboxthirdpagemob{
    margin-bottom: 4vh;
    width: 90%;
    margin-left: 5%;
  }
  .functionboxthirdpagemob h2{
    font-size: 2.9vh;
    font-weight: 500;
    margin-bottom: 2vh;
    color: rgba(255,255,255,1);
    text-align: center;
  }
  .functionboxthirdpagemob h3{
    font-size: 2.2vh;
    font-weight: 400;
    color: rgba(255,255,255,0.4);
    text-align: left;
  }
  .contentthirdpagemobmonetari{
    margin-top: 5vh;
    width: 100%;
    height: 55vh;
  }
  .contentthirdpagemobmonetari h2{
    font-size: 2.5vh;
    font-weight: 600;
    margin-bottom: 2vh;
    margin-top: 2vh;
    text-align: center;
    color: #E0B300;
  }
  .slideshow-container{
    max-width: 100%;
    position: relative;
    margin: auto;
  }
  .prev, .next {
    cursor: pointer;
    width: auto;
    padding-left: 3vw;
    padding-right: 3vw;
    padding-top: 8vh;
    padding-bottom: 8vh;
    font-weight: bold;
    font-size: 5vh;
    transition: 0.5s ease;
    border-radius: 0.5vh;
    user-select: none;
    margin-top: -20vh;
    color: #E0B300;
    border-color: transparent;
    background: transparent;
  }
  .prev{
    float: left;
  }
  .next{
    float: right;
  }
  .dot{
    cursor: pointer;
    height: 0.5vh;
    width: 15%;
    margin: 0 0.4vh;
    background-color: #000;
    display: inline-block;
    transition: background-color 0.5s ease;
  }
  .activedom{
    background-color: #E0B300;
  }
  .fade{
    animation-name: fade;
    animation-duration: 0.5s;
  }
  @keyframes fade {
    from {opacity: 0.4}
    to {opacity: 1}
  }
  .imgboxslides{
    width: 80%;
    margin-left: 10%;
    height: 15vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y: hidden;
  }
  .imgboxslides img{
    width: 25%;
  }
  .recmob{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25vh;
    width: 70%;
    margin-left: 15%;
    margin-bottom: -1vh;
  }
  .headerec{
    font-size: 2.5vh;
    font-weight: 500;
    margin-bottom: 2vh;
    color: rgba(255,255,255,1);
    text-align: center;
  }
  .contentrec{
    font-size: 2vh;
    font-weight: 400;
    color: rgba(255,255,255,0.6);
    text-align: center;
  }
  .fourthpagemob{
    width: 100%;
    min-height: 100vh;
    background-image: url("../images/background/bgsilver.png");
    background-size: auto 100%;
    background-position: center;
    padding-top: 5vh;
    padding-bottom: 5vh;
  }
  .contentinfourthpagemob h2{
    font-size: 3.2vh;
    font-weight: 600;
    margin-bottom: 2vh;
    text-align: center;
    color: #000;
  }
  .imageboxfourthpagemob{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .imageboxfourthpagemob a{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .imageboxfourthpagemob a img{
    width: 100%;
  }
  .contentboxinfourthpagemob{
    width: 90%;
    margin-left: 5%;
    height: 40vh;
    overflow-y: scroll;
    background: rgba(0,0,0,0.1);
    border-radius: 0.5vh;
    padding-top: 2vh;
    transition: ease-in 0.5s;
  }
  .contentboxinfourthpagemob:hover{
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.4);
    background: rgba(0,0,0,0.2);
  }
  .contentboxinfourthpagemob::-webkit-scrollbar{
    display: none;
  }
  .monetarisierungsboxfourthpagemob{
    width: 90%;
    margin-left: 5%;
    margin-bottom: 4vh;
  }
  .monetarisierungsboxfourthpagemob h3{
    font-size: 2.2vh;
    font-weight: 400;
    color: rgba(0,0,0,0.8);
    text-align: left;
    transition: 0.5s;
  }
  .contentboxinfourthpagemob:hover > div > h3{
    color: rgba(0,0,0,1);
  }
  .fifthpagemob{
    width: 100%;
    min-height: 100vh;
    background-image: linear-gradient(to bottom, #FFF,#E0B300);
    padding-top: 5vh;
    padding-bottom: 5vh;
  }
  .contentinfifthpagemob{
    width: 90%;
    margin-left: 5%;
  }
  .contentinfifthpagemob h2{
    font-size: 3.2vh;
    font-weight: 600;
    margin-bottom: 2vh;
    text-align: center;
    color: #000;
  }
  .boxfortextfifthpage{
    padding-top: 2vh;
    padding-bottom: 2vh;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.4);
    border-radius: 0.5vh;
  }
  .contentinfifthpagemob h3{
    font-size: 1.9vh;
    font-weight: 400;
    text-align: center;
    color: #000;
    width: 90%;
    margin-left: 5%;
  }
  .tokenselectionmob{
    width: 90%;
    margin-left: 5%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    margin-top: 5vh;
  }
  .tokencompartmob{
    width: 100%;
    min-height: 15vh;
    margin-bottom: 5vh;
  }
  .tokencompartmob img{
    width: 30%;
    margin-left: 35%;
  }
  .lasttokencompartmob .tokencompartmob img{
    width: 15%;
    margin-left: 42.5%;
  }
  .subcompartheadmo{
    text-align: center;
    font-size: 2.4vh;
    font-weight: 500;
    color: #000;
    margin-top: 1vh;
    margin-bottom: 1vh;
  }
  .subcompartcontmo{
    text-align: center;
    font-size: 2vh;
    font-weight: 400;
    color: #000;
  }
  .icoboxselectionmob{
    width: 90%;
    margin-left: 5%;
    min-height: 25vh;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.4);
    border-radius: 0.5vh;
    overflow-y: scroll;
    display: grid;
    grid-template-columns: repeat(3,1fr);
  }
  .icoboxselectionmob::-webkit-scrollbar{
    display: none;
  }
  .icoboxmob{
    width: 100vw;
  }
  .icoboxheadmob{
    font-size: 2.4vh;
    font-weight: 600;
    color: #000;
    margin-top: 2vh;
    margin-bottom: 1vh;
    margin-left: 5%;
  }
  .icoboxcontmob{
    font-size: 2.2vh;
    font-weight: 400;
    color: #000;
    margin-left: 5%;
    margin-bottom: 0.5vh;
  }
  .sixthpagemob{
    width: 100%;
    min-height: 100vh;
    background-image: url("../images/background/bgyellow.svg");
    background-size: auto 100%;
    background-position: center;
    overflow: hidden;
  }
  .layerinsixthpagemob{
    width: 100%;
    min-height: 100vh;
    padding-top: 5vh;
    padding-bottom: 5vh;
    background: rgba(0, 0, 0, 0.2);
  }
  .contentinsixthpagemob{
    width: 90%;
    margin-left: 5%;
  }
  .contentinsixthpagemob h2{
    font-size: 3.2vh;
    font-weight: 600;
    margin-bottom: 2vh;
    text-align: center;
    color: #000;
  }
  .timelinemob{
    width: 90%;
    margin-left: 5%;
    height: 80vh;
    overflow-y: scroll;
    margin-top: 2vh;
  }
  .timelinemob::-webkit-scrollbar{
    display: none;
  }
  .contentboxtimeline{
    width: 100%;
    margin-top: 2vh;
    margin-bottom: 2vh;
    background: rgba(255,255,255,0.3);
    border-radius: 1vh;
  }
  .contentinboxtimeline{
    width: 90%;
    margin-left: 5%;
    padding-top: 2vh;
    padding-bottom: 2vh;
    border-radius: 1vh;
  }
  .contentinboxtimeline h2{
    font-size: 2.3vh;
    font-weight: 600;
  }
  .contentinboxtimeline h3{
    font-size: 1.9vh;
    font-weight: 500;
  }
  .eigthpagemob{
    width: 100%;
    min-height: 30vh;
    background-image: url("../images/background/bggold.svg");
    background-size: 150% auto;
    background-position: center;
  }
  .layerineithpagemob{
    width: 100%;
    min-height: 30vh;
    background: rgba(0,0,0,0.3);
    padding-top: 5vh;
    padding-bottom: 5vh;
  }
  .contentineigthpagemob{
    width: 90%;
    margin-left: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .boxinboxeight h2{
    font-size: 3.2vh;
    text-align: center;
    color: #FFF;
    font-weight: 600;
    margin-bottom: 2vh;
  }
  .boxinboxeight h3{
    font-size: 2vh;
    text-align: center;
    color: #FFF;
    font-weight: 400;
  }
  .ninethpagemob{
    width: 100%;
    min-height: 50vh;
    background: #000;
    padding-top: 5vh;
    padding-bottom: 5vh;
  }
  .linkboxmob{
    width: 90%;
    margin-left: 5%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
  }
  .linksubboxmob{
    width: 90%;
    margin-left: 5%;
    margin-bottom: 4vh;
  }
  .linksubboxmob h3{
    font-size: 2.6vh;
    color: #FFF;
    font-weight: 500;
    margin-bottom: 1vh;
    text-align: center;
  }
  .contentinsubboxmob{
    display: grid;
    grid-template-columns: repeat(1,1fr);
    margin-bottom: 1vh;
  }
  .contentinsubboxmob a{
    font-size: 1.8vh;
    color: rgba(255,255,255,0.4);
    font-weight: 400;
    margin-bottom: 1.5vh;
    text-align: center;
  }
  .separationlinkboxmob{
    width: 80%;
    margin-left: 10%;
    height: 0.2vh;
    background: #FFF;
    margin-bottom: 4vh;
  }
  .socialboxmob{
    width: 90%;
    margin-left: 5%;
  }
  .socialboxmob h2{
    font-size: 2.6vh;
    color: #FFF;
    font-weight: 500;
    margin-bottom: 1vh;
    text-align: center;
  }
  .contentinsocialboxmob{
    display: grid;
    grid-template-columns: repeat(5,1fr);
  }
  .contentinsocialboxmob2{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    margin-top: 1vh;
  }
  .contentinsocialboxmob a{
    color: #FFF;
    width: 100%;
    text-align: center;
    margin-bottom: 2vh;
    margin-top: 2vh;
  }
  .contentinsocialboxmob2 a{
    color: #FFF;
    width: 100%;
    text-align: center;
    margin-bottom: 2vh;
  }
  .contentinsocialboxmob a i{
    font-size: 5vh;
  }
  .contentinsocialboxmob2 a i{
    font-size: 5vh;
  }
  .separationlinkboxmob2{
    width: 60%;
    margin-left: 20%;
    height: 0.2vh;
    background: #FFF;
    margin-bottom: 4vh;
    margin-top: 4vh;
  }
  .copyrightboxmob{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .shinycopyrightmob{
    display: grid;
    grid-template-columns: 35% 65%;
  }
  .shinycopyrightmob a{
    height: 5vh;
    text-align: left;
  }
  .shinycopyrightmob a img{
  }
  .shinycopyrightmob h3{
    color: #FFF;
    font-size: 1.6vh;
    font-weight: 400;
    height: 5vh;
    line-height: 5vh;
    margin-left: 10vw;
  }
  .shinycopyrightmob h3 i{
    color: #FFF;
  }
  .activemob{
    background: rgba(0,0,0,0.9);
  }
  .menuboxpopup{
    position: fixed;
    display: none;
    top:10vh;
    width: 100%;
    min-height: 7vh;
    background: #E0B300;
    z-index: 9999;
    padding-top: 5vh;
    padding-bottom: 5vh;
  }
  #closebtn{
    display: none;
  }
  .contentinmenuboxpup,
  .contentinmenuboxpup2{
    width: 90%;
    margin-left: 5%;
    display: grid;
    grid-template-columns: repeat(1,1fr);
  }
  .contentinmenuboxpup{
    margin-bottom: 3vh;
  }
  .contentinmenuboxpup2{
    margin-top: 6vh;
  }
  .contentinmenuboxpup a,
  .contentinmenuboxpup2 a{
    text-align: center;
    margin-bottom: 3vh;
    font-size: 3vh;
    color: #000;
    font-weight: 500;
  }
  .separatorpopup{
    width: 70%;
    margin-left: 15%;
    height: 0.2vh;
    background: #000;
  }
}
