
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;602;800&display=swap');


.dark-mode {
  filter: invert(1) hue-rotate(180deg);
}
.invert {
  filter: invert(1) hue-rotate(180deg);
}

::selection {
  background: #35D959;
  color: #fff;
}

html {
    font-size: 62.5%;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
  font-family: -apple-system, 'Manrope', 'Inter', Arial, Helvetica, sans-serif;
}


button {
  border-radius: 0.7rem;
  font-weight: bold;
  padding: 1rem;
}


#myInput {
    width: 70%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.6rem; 
    padding: 1.3rem 1.5rem; 
    border: 0.1rem solid #ddd; 
    margin-bottom: 1.2px; 
    margin-bottom: 0.5rem;
    margin-top: 1rem;
    border-radius: 0.1rem;
    outline: none;
  }
  #myInput {
    border: none;
    border-bottom: 0.1rem solid #000;
  }
  
  #myUL {
    list-style-type: none;
    padding: 0;
    margin: 2rem;
    /*border: 0.1rem solid #FF1E1E;*/
    /*border: 0.1rem solid #35D959;*/
  }
  
  #myUL li a {
    /*border: 0.1rem solid rgb(247, 247, 247);
    border-radius: 1rem;*/
    margin-top: 0.2rem; 
    /*background-color: #fdfdfd; */
    padding: 1.2rem;
    text-decoration: none; 
    font-size: 2rem; 
    color: black; 
    display: block;
    /*border-bottom: 0.1rem solid #ff0000;*/
  }
  
  #myUL li a:hover:not(.header) {
    background-color: #f7f7f7; 
  }
  /*#myUL li:nth-child(2n) {
    text-align: right;
  }*/

  /*hr {
    width: 50%;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }*/

.back a {
    text-decoration: none;
    color: #fff;
    font-size: 2rem;
}

/*.back {
    background: linear-gradient(to right top, #acc0b4, #6a818f);
    border: none;
    border-radius: 1rem;
    transition: all 0.5s ease-in-out;
    display: block;
    margin-left: auto;
    margin-right: 2rem;
    padding: 1rem 2rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
}*/

#logoMobile {
  width: 10rem;
  height: 10rem;
  margin-left: 2rem;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

#logoDesk {
  display: none;
}

@media (min-width: 1000px) {
  #logoMobile {
    width: 13rem;
    height: 13rem;
  }
}

.back {
  /*background: #FF1E1E;*/
  background: #35D959;
  /*border: 0.1rem solid #fff;*/
  border: none;
  border-radius: 5rem;
  transition: 0.1s ease-in-out;
  display: block;
  margin-left: auto;
  margin-right: 2rem;
  padding: 1rem 2.5rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  outline: none;
  float: right;
}
.back a {
  color: #edf0f1;
}

.back:hover {
  /*background: white;*/
  cursor: pointer;
  /*color: #000;*/
}

.back:active {
  /*background-color: #3364FF;*/
  transform: translateY(0.2rem);
}

.adele p, .bagholder p, .bullish p, .bearisch p, .bid_price p, .ask_price p, .spread p, .paperHands p, .diamondHands p, .yolo p, .bearMarket p, .bullMarket p, .buyHold p, .long p, .short p, .stonks p, .call p, .callOption p, .closingPrice p, .dax p, .expiry p, .forex p, .hedgeFund p, .insiderTrading p, .leverage p, .hodl p, .hold p, .pumpDump p, .skyRocket p, .bullshiter p, .roboadvisor p, .shortsqueeze p, .ATH p  {
    font-size: 1.5rem;
    padding-top: 0.5rem;
}

#myUL a {
  font-weight: 600;
}
#myUL p {
  font-weight: 400;
}

.bearish p {
  font-size: 1.5rem;
}

#problem {
  font-size: 2rem;
  margin: 4rem 3rem 3rem 2rem;
}

#mailBtn {
  /*background: linear-gradient(to bottom left, #c7c0c0, #23393f);*/
  /*background: #FF1E1E;*/
  background: #35D959;
  /*border: 0.1rem solid #fff;*/
  border: none;
  border-radius: 5rem;
  transition: 0.1s ease-in-out;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 3rem;
  margin-top: 2rem;
  margin-bottom: 3rem;
  font-size: 1.8rem;
  outline: none;
  }
  #mailBtn:hover {
    cursor: pointer;
    /*background: #3364FF;*/
  }
  #mailBtn:active {
    /*background-color: #3364FF;*/
    transform: translateY(0.2rem);
  }
  #mailBtn a {
    color: #edf0f1;
    text-decoration: none;
  }

.lang #ger, #en {
  font-size: 1rem;
  width: 6rem;
  height: 3rem;
  border: 0.1rem solid #fff;
  border-radius: 0.1rem;
  background: transparent;
  transition: 0.2s ease-in-out;
  cursor: pointer;
  outline: none;
  /*background: #FF1E1E;*/
  background:#35D959;
  background: transparent;
}

.lang #ger {
  background: #e2e2e29f;
  border-radius: 0.2rem;
  width: 6rem;
  height: 3rem;
}
.lang #ger:hover {
  background: #c7c7c7a8;
}

/*.lang #en:hover {
  background: #3364FF;
  border: 0.1rem solid #fff;
  /*width: 6.5rem; height: 3.5rem;
}
.lang #ger:hover {
  background: #3364FF;
  border: 0.1rem solid #fff;
  /*width: 6.5rem; height: 3.5rem;
}*/

.lang a {
  text-decoration: none;
  color: #000;
}

.lang {
  padding: 3rem;
}

/*#hr {
  background: #000;
  width: 50%;
  height: 0.1rem;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-top: 1rem;
}*/

#ger img, #en img {
  width: 2.5rem;
  height: 2rem;
}

#darkMode {
  width: 6rem;
  height: 3rem;
  outline: none;
  border: 0.1rem solid #fff;
  border-radius: 0.1rem;
  /*background: #FF1E1E;*/
  background: #35D959;
  transition: 0.2s ease-in-out;
  cursor: pointer; 
  float: right;
  margin-right: rem;
}

/*#darkMode:hover {
  background: #3364FF;
  border: 0.1rem solid #fff;
}*/

#darkMode img {
  width: 2rem;
  height: 2rem;
}

.footer {
  width: 100%;
  color: #0e0e0e;
  font-size: 1.5rem;
  /*background: linear-gradient(to right top, #9c9c9c, #f1f1f1);*/
  background: #edf0f1;
  text-align: right;
  padding: 1rem 2rem;
  font-weight: bold;
}
.footer p:hover {
  cursor: pointer;
}
.footer a {
  color: #000;
}

#insta {
  width: 3rem;
  height: 3rem;
  margin-top: 1rem;
}

.test {
  display:inline-flex;
}




#test {
  margin: 3rem;
  font-size: 1.5rem;
  cursor: pointer;
  width: 35rem;
}

#test.selected {
  display: none;
  color: #fff;
}

#test span {
  float: right;
}

#testh3 {
  color: #35D959;
  font-size: 2rem;
  margin-bottom: 1rem;
}
#testp {
  font-size: 1.5rem;
}
#testp a {
  text-decoration: none;
  color: #35D959;
  text-decoration: underline;
  text-decoration-style: dotted;
}