@import url('https://css.gg/arrow-right-o.css');
@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');


*::-moz-selection {
  background-color: #0eec06;
  color: #fff;
}
*::selection {
  background-color: #0eec06;
  color: #fff;
}

body {
  font-family: "Century Gothic", 'Lato', sans-serif;
  background-color: #eee;
  position: relative;
}

/*body.blur::after{
  content: "";
  width: auto;
  height: 100%;
  backdrop-filter: blur(16px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
} */

p.spende {
  font-family: "Century Gothic", 'Lato', sans-serif;
  padding: 0.8rem 3rem 0.8rem 1.5rem;
  box-shadow: -2px -2px 8px 2px #fff, 2px 2px 8px 2px #a4a4a4;
  border-radius: 15px;
  color: #817870;
  font-weight: bold;
  position: absolute;
  top: 0.2rem;
  left: -6rem;
  transition: left 0.7s;
  cursor: pointer;
  z-index: 2;
  background-color: #eee;
}

p.spende.after {
  padding: 0.8rem 5rem 0.8rem 1rem;
  left: 4.5rem;
  box-shadow: none;
}

.spende-info {
  box-shadow: -2px -2px 8px 2px #fff, 2px 2px 8px 2px #a4a4a4;
  border-radius: 0 15px 15px 0 ;
  position: absolute;
  top: 1rem;
  left: -15rem;
  width: 15rem;
  height: 20rem;
  z-index: 1;
}
.spende-info.after {
  left: 0;
}

p.spende:hover {
  left: -0.5rem;
}
p.spende.after:hover {
  left: 4.5rem;
}
p.spende:hover .io-icony-icon {
  color: #0eec06;
}
p.spende.after:hover .io-icony-icon {
  color: #817870;
}

a {
  text-decoration: none;
}
.nav-items,
.bottom-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  position: relative;
  background: #eee;
  text-align: center;
  padding: 0 2em;
  position: relative;
}


.nav-items {
  z-index: 999999999;
}

.io-icony-icon {
  font-size: 22px;
  position: absolute;
  top: 0.7rem;
  right: 0.8rem;
}
.io-icony-icon2 {
  font-size: 22px;
  position: absolute;
  top: 1.4rem;
  left: -40rem;
  padding: 0.5rem;
  color: #817870;
  border-radius: 50%;
  box-shadow: -1px -1px 3px 1px #fff, 1px 1px 3px 1px #c4c4c4;
  transition: left 2s;
}
.io-icony-icon2.after {
  left: 0.4rem;
  transition: left 1s;
  z-index: 3;
}

.io-icony-icon2:active {
  color: #e74c3c;
  box-shadow: inset -1px -1px 3px 1px #fff, inset 1px 1px 3px 1px #c4c4c4;
}


.log:hover {
  color: #0eec06;
  opacity: 1;
  cursor: context-menu;

}

.content.aus {
  pointer-events: none;
}

.wrapper.aus {
  pointer-events: none;
}

#whitee.aus {
  pointer-events: none;
}

.prime.active.gold {
  background-image: linear-gradient(
	to right,
  #cb9b51 22%, 
	#f6e27a 45%,
	#f1edac 50%,
	#f6e27a 55%,
	#cb9b51 78%
	)!important;
   color:transparent!important;
   -webkit-background-clip:text;
   opacity: 1!important;
   padding: 0.2rem;
   position: absolute;
   left: 60%;
   display: block;
}

.prime.active {
  color: #222!important;
  opacity: 1!important;
  padding: 0.2rem;
  position: absolute;
  left: 60%;
  display: block;
}

.prime {
  display: none;
}

/*.cursor {
  width: 2rem;
  height: 2rem;
  border: 2px solid #0eec06;
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 9999999999999999999999999999999999999999999999;
}*/

.nav-items h1,
.bottom-slide h1 {
  font-size: 2rem;
  margin: 0;
  letter-spacing: 1rem;
  color: rgb(14, 236, 6);
  margin-top: 2rem;
}
.nav-items h3,
.bottom-slide h3 {
  font-size: 1rem;
  letter-spacing: 0.3rem;
  color: rgba(0, 0, 0, 0.6);
}
.items-container {
  display: flex;
  flex-direction: row;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 70px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background: #fff;
  z-index: 1000;
}
.items-container-top {
  position: fixed;
  top: 0;
}



.items-container .navs {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  color: #212121;
  letter-spacing: 0.1rem;
  transition: all 0.5s ease;
  font-size: 0.8rem;
  z-index: 1000;
}
.items-container .navs:hover {
  color: white!important;
  background:  rgb(14, 236, 6, 0.8);
  transition: all 0.5s ease;
}
.bottom-slider {
  position: absolute;
  bottom: 0;
  max-width: 20%;
  height: 6px;
  background: rgb(14, 236, 6);
  transition: left 0.3s ease;
}
  
@media (min-width: 800px) {
  .nav-items h1,
  .bottom-slide h1 {
    font-size: 3rem;
  }
  .nav-items h3,
  .bottom-slide h3 {
    font-size: 1rem;
  }
  
  .navs {
    font-size: 1rem;
  }
}
@media (max-width: 765px) {
  .nav-items h1, .bottom-slide h1 {
    letter-spacing: 0ch;
  }
  .box {
    width: 70%;
  }
}

svg#darkMode {
  cursor: pointer;
  position: fixed!important;
  top: 15px;
  right: 25px;
  display: none;
}

.profil {
  transition: 1s;
  align-items: flex-start;
  width: max-content;
  padding: 0.5rem;
  background-color: rgb(255, 255, 255, 0.5);
  border-radius: 30px;
  margin-top: 1rem;
  margin-left: 1rem;
  position: fixed;
  position:device-fixed;
  position: -webkit-sticky;
  top: 5rem;
  z-index: 20;
  opacity: 1;
  cursor: context-menu;
  backdrop-filter: blur(3px);
  display: flex;
}

.profil.active {
  display: flex;
}

.profil img.pfeil {
  position: absolute;
  top: 21px;
  right: 5%;
  color: #212121;
}  

.profil:hover {
  background-color: rgb(255, 255, 255, 1);
  padding-right: 2rem;
  transition: 1s;
}
.profil:hover img.pfeil {
  transition: 1s;
}

.profil img.pfeil:hover {
  padding-left: 0.5rem;
}



.avatar {
  margin-right: 1rem;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border-style: none;
}

.profil p {
  opacity: 1;
  color: #212121;
  padding: 0 1rem 0 0;
}

.about {
  width: fit-content;
  display: flex;
  flex-direction: row;
  height: fit-content;
  background-color: #fff;
  border: 3px solid lightgrey;
  border-radius: 8px;
  position: relative;
  transition: .3s;
  height: fit-content;
}

.about:hover {
  border: 3px solid rgb(14, 236, 6);
  transition: .7s;
}

.about .img {
  width: 50%;
  overflow: hidden;
  position: relative;
  background-color: rgb(0, 0, 0, 0.1);
}

img.team {
  width: 80%;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}

img.team:hover {
  width: 82%;
  transition: 1s;
}
.about .infor p a.line {
  text-decoration: none;
  color: rgb(14, 236, 6);
  position: relative;
  font-weight: bold;
}
a.line {
  text-decoration: none;
  color: rgb(14, 236, 6);
  position: relative;
  font-weight: bold;
}
a.line.die {
  margin-top: 2rem;
}

@media screen and (max-width: 1050px) {
  .about {
    flex-direction: column!important;
    min-width: 35rem;
    max-width: 80%;
    overflow: hidden;
  }
  .about .infor {
    width: 96%!important;
    height: 50%!important;
    font-size: 14px;
    
  }
  .about .img {
    display: none!important;
    width: 96%!important;
    height: 50%!important;
  }
  img.team {
    top: 75%!important;
    left: 50%!important; 
    width: 70%!important; 
    display: none!important;  
  }
}

@media screen and (max-device-width: 480px){
  .about .infor {
    width: 96%!important;
    height: 50%!important;
    font-size: 14px;
  }
}

.about .infor {
  width: 50%;
  height: 100%;
  padding: 1rem;
  font-size: 1.1rem;
}
.about .infor p a.line::after {
  content: "";
  width: 0;
  height: 1.5px;
  background-color:  rgb(14, 236, 6);
  position: absolute;
  bottom: -1.5px;
  right: 0;
  transition: 0.5s;
}
a.line::after {
  content: "";
  width: 0;
  height: 1.5px;
  background-color:  rgb(14, 236, 6);
  position: absolute;
  bottom: -1.5px;
  right: 0;
  transition: 0.5s;
}
a.line.die::after {
  height: 2.2px;
}

.about .infor p a.line:hover::after {
  left: 0;
  width: 100%;
  transition: 1s;
}
a.line:hover::after {
  left: 0;
  width: 100%;
  transition: 1s;
}




.wrapper{
  overflow: hidden;
  max-width: 390px;
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0px 15px 20px rgba(0,0,0,0.1);
  margin-top: 3rem;
  height: fit-content;
  min-height: 540px;
  max-height: 30rem;
  transition: 0;
  display: none;
}

.wrapper.dark{
  color: #000!important;
}

.wrapper.an{
  display: block;
}

.wrapper .title-text{
  display: flex;
  width: 200%;
}
.wrapper .title{
  width: 50%;
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  transition: all 0.6s cubic-bezier(0.68,-0.55,0.265,1.55);
  color: #000;
}
.wrapper .slide-controls{
  position: relative;
  display: flex;
  height: 50px;
  overflow: hidden;
  margin: 30px 0 10px 0;
  justify-content: space-between;
  border: 3px solid lightgrey;
  border-radius: 15px;
}
.slide-controls .slide{
  height: 100%;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
  z-index: 1;
  transition: all 0.6s ease;
}
.slide-controls label.signup{
  color: #000;
}
.slide-controls .slider-tab{
  position: absolute;
  height: 100%;
  width: 50%;
  left: 0;
  z-index: 0;
  border-radius: 15px;
  background: rgb(14, 236, 6);
  transition: all 0.6s cubic-bezier(0.68,-0.55,0.265,1.55);
}
input[type="radio"]{
  display: none;
}
#signup:checked ~ .slider-tab{
  left: 50%;
}
#signup:checked ~ label.signup{
  color: #fff;
  cursor: default;
  user-select: none;
}
#signup:checked ~ label.login{
  color: #000;
}
#login:checked ~ label.signup{
  color: #000;
}
#login:checked ~ label.login{
  cursor: default;
  user-select: none;
}
.wrapper.active {
  transition-delay: 0.5s;
  transition: 0.5s;
  height: fit-content!important;
  max-height: fit-content!important;
}

.wrapper #vorname,
.wrapper #nachname,
.wrapper #benutzername,
.wrapper #email,
.wrapper #passwordInput,
.wrapper #passwordButton{
  opacity: 0;
}

.wrapper.active #vorname,
.wrapper.active #nachname,
.wrapper.active #benutzername,
.wrapper.active #email,
.wrapper.active #passwordInput,
.wrapper.active #passwordButton
  {
  opacity: 1;
  }
  .wrapper.deactivated {
    display: none;
  }


.wrapper .form-container .slide-controls p {
  transition-delay: 0.5s;
  transition: 0.5s;
  color: black;
  margin: -2.3px;
}
.wrapper.active .form-container .slide-controls p {
  transition-delay: 0.5s;
  transition: 0.5s;
  color: #fff;
  transition: 0.5s;

}
.wrapper .form-container .slide-controls p.lol {
  transition-delay: 0.5s;
  transition: 0.5s;
  color: #fff;
  margin: -2.3px;
}
.wrapper.active .form-container .slide-controls p.lol{
  transition-delay: 0.5s;
  transition: 0.5s;
  transition: 0.5s;
  color: #000;
}
.wrapper .form-container{
  width: 100%;
  overflow: hidden;
}
.form-container .form-inner{
  display: flex;
  width: 200%;
}
.form-container .form-inner form{
  width: 50%;
  transition: all 0.6s cubic-bezier(0.68,-0.55,0.265,1.55);
}
.form-inner form .field{
  height: 50px;
  width: 100%;
  margin-top: 20px;
}
.form-inner form .field input[type="text"],
.form-inner form .field input[type="password"]{
  height: 100%;
  width: 100%;
  outline: none;
  padding-left: 15px;
  border-radius: 15px;
  border: 3px solid lightgrey;
  font-size: 17px;
  transition: all 0.3s ease;
}
.form-inner form .field input.error{
  border: 3px solid #e74c3c;
}
.form-inner form .field input.success{
  border: 3px solid rgb(14, 236, 6);
}
.form-inner form .field input.error::placeholder{
  color: #e74c3c;
  transition: all 0.3s ease;
}
.form-inner form .field input.succes::placeholder{
  color: rgb(14, 236, 6);
  transition: all 0.3s ease;
}

.form-inner form .field input:focus{
  border-color: #817870;
  /* box-shadow: inset 0 0 3px #fb6aae; */
}
.form-inner form .field input.success:focus{
  border: 3px solid rgb(14, 236, 6);
}
.form-inner form .field input.error:focus{
  border: 3px solid #e74c3c;
}

.flex {
  display: flex;
  flex-direction: row;
}

form .field label {
  margin-left: 1rem;
  display: flex;
  flex-direction: row;
  font-size: 16;
  font-weight: 600;
  color: #817870;
  font-family:  "Century Gothic", 'Lato', sans-serif;
}

form .field label select {
  margin-left: 11rem;
  outline-style: none;
  padding: 0.2rem 0.4rem 0.2rem 0.4rem;
  border: 3px solid lightgrey;
  border-radius: 15px;
  margin-top: -4px;
}

form .field label select:focus {
  transition: 0.5s;
  border: 3px solid #817870;
}

form .field label:hover {
  color: rgb(14, 236, 6);
}

.abstando {
  margin-top: -1.5rem;
}


.form-inner form .field input::placeholder{
  color: #999;
  transition: all 0.3s ease;
}
form .field input:focus::placeholder{
  color: #817870!important;
}
.form-inner form .pass-link{
  margin-top: 5px;
}
.form-inner form .signup-link{
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: nowrap;
  text-align: center;
  margin-top: 30px;
}
.form-inner form .pass-link a,
.form-inner form .signup-link a{
  color: rgb(14, 236, 6);
  text-decoration: none;
}
.form-inner form .pass-link a:hover,
.form-inner form .signup-link a:hover{
  text-decoration: underline;
}
form .btn{
  height: 50px;
  width: 100%;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}

form .btn .btn-layer{
  height: 100%;
  width: 300%;
  position: absolute;
  left: -100%;
  /*background: rgb(14, 236, 6);*/
  background-color: #fff;
  border-radius: 15px;
  transition: all 0.4s ease;;
}
form .btn:hover .btn-layer{
  left: 0;
}
form .btn input[type="submit"]{
  height: 100%;
  width: 100%;
  z-index: 1;
  position: relative;
  background: none;
  border: none;
  color: #000;
  padding-left: 0;
  border-radius: 15px;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  outline: none;
}

form.lul {
  position: sticky;
  top: 5rem;
  margin-top: 1rem;
}

.profil1 {
  transition: 1s;
  width: max-content;
  padding: 0.5rem;
  background-color: rgb(255, 255, 255, 0.5);
  border-radius: 30px;
  z-index: 20;
  opacity: 1;
  cursor: context-menu;
  backdrop-filter: blur(3px);
  display: flex;
  position: relative;
}

.profil1 img.pfeil {
  position: absolute;
  top: 16px;
  right: 5%;
  color: #212121;
}  

.profil1:hover {
  background-color: rgb(255, 255, 255, 1);
  padding-right: 2rem;
  transition: 1s;
}
.profil1:hover img.pfeil {
  transition: 1s;
}

.profil1 img.pfeil:hover {
  padding-left: 0.5rem;
}

button {
  border: none;
  outline: none;
  background-color: transparent;
  width: max-content;
  height: max-content;
}

.avatar {
  margin-right: 0;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border-style: none;
}

.profil1 p {
  opacity: 1;
  color: #212121;
  padding: 0 1rem 0 0;
}

h3.anw {
  font-size: 28px;
}





.anweisung {
  width: 100%;
  max-height: max-content;
}
.anweisung .titel {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
}

.anweisung .titel h4 {
  font-size: 22px;
  opacity: 0.6;
}
.anweisung .text {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.anweisung .text .schüler,
.anweisung .text .lehrer {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  min-height: 10rem;
  padding: 1.5rem 0 1.5rem 0;
}

.anweisung .text .schüler {
  border-right: 1px solid #817870;
  border-left: 2px solid #817870;
  padding-left: 3rem;
  padding-right: 1rem;
}

.anweisung .text .lehrer {
  border-right: 2px solid #817870;
  border-left: 1px solid #817870;
  padding-left: 3rem;
  padding-right: 1rem;
}

.anweisung .text .schüler .do,
.anweisung .text .lehrer .do {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}

.anweisung .text .schüler p,
.anweisung .text .lehrer p {
  max-width: 30rem;
  margin-top: 6px;
}

.anweisung .text .schüler .zahl,
.anweisung .text .lehrer .zahl {
  margin-right: 2rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #fff;
  font-weight: 100;
  color: #000;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1300px) {
  .anweisung .titel {
    flex-direction: column;
    justify-content: center;
  }
  .anweisung .text {
    flex-direction: column;
    justify-content: center;
  }
  .anweisung .text .schüler,
  .anweisung .text .lehrer {
    width: 100%;
    min-height: 20rem;
    justify-content: center;
    margin-left: -4rem;
  }
  .anweisung .text .schüler {
    border-right: 2px solid #817870;
    border-left: 2px solid #817870;
    padding-left: 3rem;
  }
  .anweisung .text .lehrer {
    border-right: 2px solid #817870;
    border-left: 2px solid #817870;
    padding-left: 3rem;
  }
  .anweisung .text .schüler .do,
  .anweisung .text .lehrer .do {
    justify-content: center;
  }
  .anweisung .text .schüler p,
  .anweisung .text .lehrer p {
    max-width: 50rem;
    margin-top: 6px;
  }
}


form .btn  input[type="submit"].active{
  color: rgb(14, 236, 6);
}

form .btn input[type="submit"].active:hover{
  background-color: rgb(14, 236, 6);
  color: white;
  box-shadow: 0 0 50px rgb(14, 236, 6);
  transition: 0.5s;
}

.more a {
  width: max-content;
  padding: 20px 60px;
  margin: 0 15px;
  color: rgb(14, 236, 6);
  text-decoration: none;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 20px;
  transition: 0.5s;
  position: relative;
  overflow: hidden!important; 
}

.more a:hover {
  background-color: rgb(14, 236, 6);
  color: #fff;
  box-shadow: 0 0 50px rgb(14, 236, 6);
  padding: 18px 50px;
  transition: 0.5s;
  transition-delay: 0.8s;
}




.more {
  margin-top: 4rem;
}

.more a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid rgb(14, 236, 6);
  border-left: 2px solid rgb(14, 236, 6);
  transition: 0.5s;
}

.more a:hover:before {
  width: 100%;
  height: 100%;
}

.more a:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid rgb(14, 236, 6);
  border-right: 2px solid rgb(14, 236, 6);
  transition: 0.5s;
}

.more a:hover:after {
  width: 100%;
  height: 100%;
}

.more button[type="submit"] {
  color: rgb(14, 236, 6);
  outline: none;
  border: none;
  padding: 20px 60px;
  background-color: transparent;
}

.more button[type="submit"]:hover{
  background-color: rgb(14, 236, 6);
  color: white;
  box-shadow: 0 0 50px rgb(14, 236, 6);
  transition-delay: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.more button {
  width: max-content;
  padding: 20px 60px;
  margin: 0 15px;
  color: rgb(14, 236, 6);
  text-decoration: none;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 20px;
  transition: 0.5s;
  position: relative;
  overflow: hidden!important; 
}

.more button:hover {
  background-color: rgb(14, 236, 6);
  color: #fff;
  box-shadow: 0 0 50px rgb(14, 236, 6);
  padding: 18px 50px;
  transition: 0.5s;
  transition-delay: 1.5s;
}


.more button:hover {
  background-color: rgb(14, 236, 6);
  color: #fff;
  box-shadow: 0 0 50px rgb(14, 236, 6);
  padding: 18px 50px;
  transition: 0.5s;
  transition-delay: 0.5s!important;
}


.more button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid rgb(14, 236, 6);
  border-left: 2px solid rgb(14, 236, 6);
  transition: 0.5s;
}

.more button:hover:before {
  width: 100%;
  height: 100%;
}

.more button:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid rgb(14, 236, 6);
  border-right: 2px solid rgb(14, 236, 6);
  transition: 0.5s;
}

.more button:hover:after {
  width: 100%;
  height: 100%;
}
.contact
{
	box-sizing: border-box;
  cursor: pointer;
  color: rgb(14, 236, 6);
  margin-top: 3rem;
  transition: 0.8s;
}
.contact.active
{
	width: 800px;
  min-height: 400px;
  border: none;
}

.contact h2
{
	margin-bottom: 2rem;
	width: 100%;
  box-sizing: border-box;
  padding: 20px 2rem;
  text-decoration: none;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 20px;
  position: relative;
  overflow: hidden; 
  
}

.contact h2:hover {
  background-color: rgb(14, 236, 6);
  color: #fff;
  box-shadow: 0 0 50px rgb(14, 236, 6);
  transition: 0.5s;
  transition-delay: 0.5s;
}
.contact h2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border-left: 2px solid rgb(14, 236, 6);
  border-top: 2px solid rgb(14, 236, 6);
  transition: 0.4s;
}

.contact h2:hover:before {
  width: 100%;
  height: 100%;
  transition: 0.5s;
}

.contact h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 15px;
  height: 15px;
  border-right: 2px solid rgb(14, 236, 6);
  border-bottom: 2px solid rgb(14, 236, 6);
  transition: 0.4s;
}

.contact h2:hover:after {
  width: 100%;
  height: 100%;
  transition: 0.5s;
}


.contact h2 span
{
  display: inline-block;
  margin-left: 1rem;
}
.contact.active h2 span
{
	transform: rotate(45deg);
  float: right;
  transition: 1.3s;
  transition-delay: 0.2s;
}
form
{
	padding: 20px;
	box-sizing: border-box;
}
form .row
{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
form .row .col-2
{
	width: calc(50% - 10px);
	box-sizing: border-box;
	margin-bottom: 20px;
}
form .row .col-2:nth-child(odd)
{
	margin-right: 10px;
}
form .row .col-2:nth-child(even)
{
	margin-left: 10px;
}
form .row .col-1
{
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.contact label
{
	display: block!important;
	font-size: 18px!important;
	margin-bottom: 5px!important;
  font-weight: bold!important;
  color: #000;
}
.contact input[type="text"],
.contact textarea
{
	width: 100%;
	border: 2px solid #000!important;
	padding: 10px;
	outline: none;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 18px;
	font-family: consolas;
	resize: none;
}
.contact textarea
{
	height: 150px;
}
.contact input[type="submit"]
{
  box-sizing: border-box;
	font-weight: bold;
	font-size: 18px;
	outline: none;
	cursor: pointer;
  font-family: consolas;
	padding: 10px 30px;
  text-decoration: none;
  letter-spacing: 2px;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  border: 2px solid rgb(14, 236, 6);
}


.contact input[type="submit"]:hover{
  background-color: rgb(14, 236, 6);
  color: #fff;
  
}
.contact input[type="submit"]:hover{
  box-shadow: 0 0 50px rgb(14, 236, 6);
  transition: 0.5s;
  background-color: rgb(14, 236, 6);
  color: white;
}

.contact .row .col-1[type="submit"]:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid rgb(14, 236, 6);
  border-left: 2px solid rgb(14, 236, 6);
  transition: 0.5s;

}

.contact form
{
	visibility: hidden;
	display: none;
}
.contact.active form
{
	visibility: visible;
	display: block;
}

@media (max-width: 800px) {
  .contact.active {
	width: 75%;
  min-height: 400px;
}
}



.foot {
  height: auto;
  background-color: #fff;
  min-height: 50vh;
  padding: 2rem 4rem;
  z-index: 99999999999999999999;
  position: relative;
}

.foot h3 {
  font-size: 34px;
  color: rgb(14, 236, 6);
}

.foot p {
  color: rgba(0, 0, 0, 0.6);
  
}

.foot p a {
  text-transform: none;
  color: rgb(14, 236, 6);
  position: relative;
}

.foot p a::after {
  content: "";
  width: 0;
  height: 1.5px;
  background-color:  rgb(14, 236, 6);
  position: absolute;
  bottom: -1.5px;
  right: 0;
  transition: 0.5s;
}

.foot p a:hover::after {
  left: 0;
  width: 100%;
  transition: 1s;
}

.impressum h1 {
  font-size: 40px;
  color: rgb(14, 236, 6);
}


#logo {
  animation: fill 0.5s ease forwards 3.2s;
}

#logo path:nth-child(1) {
  stroke-dasharray: 322.59503173828125;
  stroke-dashoffset: 322.59503173828125;
  animation: line-animation 2s ease forwards;
}

#logo path:nth-child(2) {
  stroke-dasharray: 387.50140380859375;
  stroke-dashoffset: 387.50140380859375;
  animation: line-animation 2s ease forwards 0.3s;
}

#logo path:nth-child(3) {
  stroke-dasharray: 423.80853271484375;
  stroke-dashoffset: 423.80853271484375;
  animation: line-animation 2s ease forwards 0.6s;
}

#logo path:nth-child(4) {
  stroke-dasharray: 164.0163116455078;
  stroke-dashoffset: 164.0163116455078;
  animation: line-animation 2s ease forwards 0.9s;
}

#logo path:nth-child(5) {
  stroke-dasharray: 337.62860107421875;
  stroke-dashoffset: 337.62860107421875;
  animation: line-animation 2s ease forwards 1.2s;
}

#logo path:nth-child(6) {
  stroke-dasharray: 374.26800537109375;
  stroke-dashoffset: 374.26800537109375;
  animation: line-animation 2s ease forwards 1.5s;
}

#logo path:nth-child(7) {
  stroke-dasharray: 343.5097351074219;
  stroke-dashoffset: 343.5097351074219;
  animation: line-animation 2s ease forwards 1.8s;
}

@keyframes line-animation{
  to{
      stroke-dashoffset: 0;
  }
}

@keyframes fill{
  from {
      fill: transparent;
  }
  to {
      fill: rgb(14, 236, 6);
      width: 314.25;
      height: 72.75;
  }
}



.container {
  position: absolute;
  right: 5rem;
  top: 3rem;
}
.inner {
  background: rgb(14, 236, 6);
  padding: 1em;
  border-radius: 10px;
  width: 250px;
  clip-path: circle(10% at 90% 20%);
  transition: all .5s ease-in-out;
  cursor: pointer;
  font-family: 'Nunito', sans-serif;
}
.inner:hover {
  clip-path: circle(75%);
  background: #fff;
}

.inner h1 {
letter-spacing: normal;
  color: rgb(14, 236, 6)!important;
  margin: 0;
  font-family: 'Nunito', sans-serif;
}

.inner p {
  color: #000;
  font-size: .8rem;
  font-family: 'Nunito', sans-serif;
}
.inner span {
  float: right;
  color: white;
  font-weight: bold;
  transition: color .5s;
  position: relative;
  margin-top: 1%;
  margin-right: 4%;
  font-family: 'Nunito', sans-serif;
}
.inner span:hover{
    opacity: 0;
}



.navs:hover {
  color: rgb(14, 236, 6)!important;
}

.ourName {
  color: rgb(14, 236, 6);
  font-weight: bold;
}

.link-style-underlining {
  text-transform: none;
  color: rgb(14, 236, 6);
  position: relative;
  
}

.link-style-underlining::after {
  content: "";
  width: 0;
  height: 1.5px;
  background-color:  rgb(14, 236, 6);
  position: absolute;
  bottom: -1.5px;
  right: 0;
  transition: 0.5s;
}

.link-style-underlining:hover::after {
  left: 0;
  width: 100%;
  transition: 1s;
}

label.agb-label {
  font-size: 11px;
  cursor: text;
}

.profil:hover lord-icon {
  color: #30e849;
}

.insta {
  position: absolute;
  top: 0;
  right: 2.5rem;
  transform: translateY(-50%);
  z-index: 8;
  animation: down-down 1s;
  padding: 2rem;
  min-width: 30px;
  min-height: 30px;
}

.foot:hover .insta {
  animation: up-down 1s;
  z-index: 10;
  cursor: pointer;
}

@keyframes up-down {
  0% 
  {
    top: 0;
    z-index: 8;
  }
  50% 
  {
    top: -32px;
  }
  100% 
  {
    top: 0;
    z-index: 10;
  }
}
@keyframes down-down {
  0% 
  {
    top: 0;
    z-index: 10;
  }
  50% 
  {
    top: -32px;
  }
  100% 
  {
    top: 0;
    z-index: 8;
  }
}


.foot::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 15px;
  background-color: #fff;
  top: 0;
  right: 4.5rem;
  z-index: 9;
}

.spenden {
  color: #0eec06;
  border-radius: 0px 0px 20px 20px;
  padding: 0.7rem 13rem;
  position:absolute;
  background: #fff;
  top: 0;
  transition: all 1s;
  height: fit-content;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999999999999999999999999999999999999;
}

.spenden:hover {
  height: fit-content;
  min-height:65vh;
  transition: 1s;
}

.spenden p {
  position: absolute;
  left: 50%;
  bottom: 0.7rem;
  transform: translateX(-50%);
}



