@import url('https://fonts.googleapis.com/css2?family=Hind+Vadodara:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');
@import url('https://css.gg/arrow-right-o.css');
@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

*::-moz-selection {
  background-color: #0eec06;
  color: #fff;
}
*::selection {
  background-color: #0eec06;
  color: #fff;
}

body {
    perspective: 500px;
}

.s1 {
  height: 100vh;
  min-height: min-content;
  width: 100%;
  background-color:  #eee;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 200;
  position: relative;
}
/*.s1::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 80%;
  left: 10%;
  height: 2.5px;
  border-radius: 16px;
  background-color: rgb(0,0,0, 0.15);
}*/


.s2 {
  min-height: min-content;
  height: 100vh;
  width: 100%;
  background-color: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  flex-direction: column;
  color: rgb(14, 236, 6);
  font-family: "Century Gothic", 'Lato', sans-serif;
  position: relative;
}

/*.s2::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 80%;
  left: 10%;
  height: 2.5px;
  border-radius: 16px;
  background-color: rgb(0,0,0, 0.15);
}*/

.s3 {
  min-height: min-content;
  height: 100vh;
  width: 100%;
  background-color: #eee;
  color: #000;
  font-family: "Century Gothic", 'Lato', sans-serif;
  padding: 2rem;
  display: none;
}

.s1.active {
  display: flex;
}

.s2.active {
  display: flex;
}

.s3.active {
  display: block;
}


.home-btn {
  transition: 0.5s;
  position: sticky!important;
  top: calc(50vh - 30px);
  transform: translateX(-10px);
  width: 40px;
  height: 60px;
  background-color: #fff;
  box-shadow: 0 0 10px -5px rgba(0,0,0,0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1)!important;
  color: #000;
  z-index: 99999999999999999999999999999999;
}

.home-btn1 {
  transition: 0.5s;
  position: sticky!important;
  top: calc(50vh - 30px);
  transform: translateX(-10px);
  width: 40px;
  height: 60px;
  background-color: #fff;
  box-shadow: 0 0 10px -5px rgba(0,0,0,0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1)!important;
  color: #000;
  z-index: 99999999999999999999999999999999;
}

.home-btn1:hover {
  transform: translateX(-2px);
  transition: 0.5s;
}

.home-btn1 a {
  transition: 1s;
  display: flex;
  flex-direction: row-reverse;
  text-decoration: none;
}

.home-btn1 a span {
  transition:  1s;
  margin-top: -6px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 50px;
  color: black;
  z-index: 1000;
  
}

.home-btn1 a .eins {
  transition: 1s;
  margin-right: 4px;
  position: absolute;
}

.home-btn1 a .zwei {
  position: absolute;
  transition: 1s;
  margin-right: 4px;
}

.home-btn1:hover a .zwei {
  margin-right: 12px;
  transition: 0.5s;
  transition-delay: 0.2s;
}



#msg4 img:hover{
  opacity: 0.4;
}

.home-btn:hover {
  transform: translateX(-2px);
  transition: 0.5s;
}

.home-btn a {
  transition: 1s;
  display: flex;
  flex-direction: row-reverse;
  text-decoration: none;
}

.home-btn a span {
  transition:  1s;
  margin-top: -38px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 50px;
  color: black;
  z-index: 1000;
  
}

.home-btn a .eins {
  transition: 1s;
  margin-right: -14px;
  position: absolute;
}

.home-btn a .zwei {
  position: absolute;
  transition: 1s;
  margin-right: -14px;
}

.home-btn:hover a .zwei {
  margin-right: -7px;
  transition: 0.5s;
  transition-delay: 0.2s;
}


.titel {
  font-size: 35px;
  font-weight: bold;
  font-family: Hind Vadodara;
  transition: 0.5s;
  z-index: 1000;

}
.cardstack {
  width: 640px;
  display: flex!important;
  flex-direction: column;
  justify-self: center!important;
  align-self: center!important;
  transition: none;
  position: relative;
  margin-top: 10rem;
  margin-bottom: 10rem;
}

@media screen and (max-device-width: 480px){
  .cardstack {
    width: 80%!important;
  }
}

.card1 {
  transition: 0.5s;
  width: 100%;
  height: 10rem;
  z-index: 2;
  box-shadow:
  0 2.8px 2.2px rgba(0, 0, 0, 0.034),
  0 6.7px 5.3px rgba(0, 0, 0, 0.048),
  0 12.5px 10px rgba(0, 0, 0, 0.06),
  0 22.3px 17.9px rgba(0, 0, 0, 0.072),
  0 41.8px 33.4px rgba(0, 0, 0, 0.086),
  0 100px 80px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  background-color:  rgb(14, 236, 6);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transform: translateY(15rem);
}

.card1 p {
  font-size: 25px;
  font-weight: bold;
  font-family: Hind Vadodara;
  transition: 0.5s;
}

.card2 {
  transition-delay: 0.5s;
  transition: 0.5s;
  width: 100%;
  height: 31rem;
  background-color:  #fff;
  z-index: 1;
  transform: translateY(3rem);
  transform: scaleY(0);
}

.cardstack.active .card1,
.cardstack.active .card2 {
  transform: none;
  transition: 1s;
  box-shadow: none;
}

.cardstack.active {
  box-shadow:
  0 2.8px 2.2px rgba(0, 0, 0, 0.034),
  0 6.7px 5.3px rgba(0, 0, 0, 0.048),
  0 12.5px 10px rgba(0, 0, 0, 0.06),
  0 22.3px 17.9px rgba(0, 0, 0, 0.072),
  0 41.8px 33.4px rgba(0, 0, 0, 0.086),
  0 100px 80px rgba(0, 0, 0, 0.12);
  transition-delay: 1s;
  transition: 0.5s;
}

.card2 .hinten {
  transition: 0.5s;
  transition-delay: 0.5s;
  display: none;
}

.card2.active .hinten {  
  transition: 0.5s;
  transition-delay: 0.5s;
  display: block;
  transform: rotateY(180deg)!important;
}

.card2.active .vorne {
  transition: 0.5s;
  transition-delay: 0.5s;
  display: none;
}
.card2 .vorne {
  margin-top: none;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: 0.5s;
  transition-delay: 0.5s;
}
.card2 .vorne .ps {
  padding: 1rem;
  width: 100%;
  height: 25rem;
}

.card2 .vorne .ps .h1{
  padding: 0.7rem 2rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.card2 .hinten .turn h1.turrn {
  margin-top: 1rem;
  display: flex;
  position: relative;
  justify-content: center!important;
  align-items: center;
  padding: 1rem 2rem;
  cursor: context-menu;
  font-family: Hind Vadodara;
  width: 10rem;
  font-size: large;
}

.card2 .hinten .turn h1.turrn:hover {
  color: rgb(14, 236, 6)!important;
}


.card2 .vorne .ps .h1 h1 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  font-family: Hind Vadodara;
}

.card2 .vorne .ps .h1 h2 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  font-family: Hind Vadodara;
}



.card2 .vorne .ps .h1 h2.plus:hover {
  color: rgb(14, 236, 6);
  transition: none;
}

.card2 .vorne .ps .h1 h2.plus:hover .auftrag-erstellen {
  color: rgb(14, 236, 6);
  transition: none;
}

.card2 .vorne .ps .h1:nth-child(4){
  margin-top: 0.7rem;
  padding: 0.7rem 2rem;
  background-color: rgba(0, 0, 0, 0.08);
  position: relative;
}
.card2 .vorne .ps .h1:nth-child(4):before,
.card2 .vorne .ps .h1:nth-child(5):before,
.card2 .vorne .ps .h1:nth-child(6):before,
.card2 .vorne .ps .h1:nth-child(7):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;
  z-index: 999;
  display: none;
}
.card2 .vorne .ps .h1:nth-child(4):hover::before,
.card2 .vorne .ps .h1:nth-child(4):hover::after,
.card2 .vorne .ps .h1:nth-child(4):hover h2::before,
.card2 .vorne .ps .h1:nth-child(4):hover h2::after,
.card2 .vorne .ps .h1:nth-child(5):hover::before,
.card2 .vorne .ps .h1:nth-child(5):hover::after,
.card2 .vorne .ps .h1:nth-child(5):hover h2::before,
.card2 .vorne .ps .h1:nth-child(5):hover h2::after,
.card2 .vorne .ps .h1:nth-child(6):hover::before,
.card2 .vorne .ps .h1:nth-child(6):hover::after,
.card2 .vorne .ps .h1:nth-child(6):hover h2::before,
.card2 .vorne .ps .h1:nth-child(6):hover h2::after,
.card2 .vorne .ps .h1:nth-child(7):hover::before,
.card2 .vorne .ps .h1:nth-child(7):hover::after,
.card2 .vorne .ps .h1:nth-child(7):hover h1::before,
.card2 .vorne .ps .h1:nth-child(7):hover h1::after
{
  display: block;
}

.card2 .vorne .ps .h1:nth-child(4) h2::before,
.card2 .vorne .ps .h1:nth-child(5) h2::before,
.card2 .vorne .ps .h1:nth-child(6) h2::before,
.card2 .vorne .ps .h1:nth-child(7) h1::before
 {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid rgb(14, 236, 6);
  border-left: 2px solid rgb(14, 236, 6);
  transition: 0.5s;
  z-index: 999;
  display: none;
}

.card2 .vorne .ps .h1:nth-child(4) h2::after,
.card2 .vorne .ps .h1:nth-child(5) h2::after,
.card2 .vorne .ps .h1:nth-child(6) h2::after,
.card2 .vorne .ps .h1:nth-child(7) h1::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;
  z-index: 999;
  display: none;
}
.card2 .vorne .ps .h1:nth-child(4):after,
.card2 .vorne .ps .h1:nth-child(5):after,
.card2 .vorne .ps .h1:nth-child(6):after,
.card2 .vorne .ps .h1:nth-child(7):after
 {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid rgb(14, 236, 6);
  border-right: 2px solid rgb(14, 236, 6);
  transition: 0.5s;
  z-index: 999;
  display: none;
}

.card2 .vorne .ps .h1:nth-child(4) h2{
  margin-right: -1.5rem!important;
}

.card2 .vorne .ps .h1:nth-child(5) h2{
  margin-right: -1.5rem!important;
}

.card2 .vorne .ps .h1:nth-child(5){
  padding: 0 2rem;
  background-color: rgba(0, 0, 0, 0.08);
  position: relative;
}

.card2 .vorne .ps .h1:nth-child(6){
  padding: 0 2rem;
  background-color: rgba(0, 0, 0, 0.08);
  position: relative;
}

.card2 .vorne .ps .h1:nth-child(6) h2{
  margin-right: -1.5rem!important;
}

.card2 .vorne .ps .h1:nth-child(7){
  padding: 0.5rem 2rem;
  background-color: rgba(0, 0, 0, 0.08);
  position: relative;
}

.card2 .vorne .ps .h1:nth-child(7) h2{
  margin-right: -1rem!important;
  transition: 0.7s;
}

.card2 .vorne .ps .h1:nth-child(7) h2:hover{
  transition: 1s;
  animation: shake 0.85s;
  cursor: pointer;
}

@keyframes shake{
  33% {
    transform: rotateZ(8deg);
  }
  66% {
    transform: rotateZ(-8deg);
  }
  100%{
    transform: rotateZ(0deg);
  }
}

.card2 .vorne .turn {
  height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: rgb(0,0,0, 0.06);
}

.card2 .vorne .turn h1.turrn {
  margin-top: 1rem;
  display: flex;
  position: relative;
  justify-content: center!important;
  align-items: center;
  padding: 1rem 2rem;
  cursor: context-menu;
  font-family: Hind Vadodara;
  width: 10rem;
  font-size: large;
  transition: none;
}

.card2 .vorne .turn h1.turrn:hover {
  color: rgb(14, 236, 6)!important;
}

.card2 .hinten {
  margin-top: none;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: 0.5s;
  transition-delay: 0.5s;
}
.card2 .hinten .ps {
  padding: 1rem;
  width: 100%;
  height: 24rem;
}

.card2 .hinten .ps .h1{
  padding: 1rem 2rem;
  background-color: rgba(0, 0, 0, 0.06);
  margin-top: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.card2 .hinten .ps .h1 h1 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  font-family: Hind Vadodara;
}

.card2 .hinten .ps .h1 input {
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  font-size: 16px;
  font-weight: 400;
  font-family: Hind Vadodara;
  border: 3px solid rgb(211, 211, 211);
  outline: none;
  max-width: 50%;
  text-transform: capitalize;
}
.card2 .hinten .ps .h1 input[type="file"] {
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  font-size: 16px;
  font-weight: 400;
  font-family: Hind Vadodara;
  outline: none;
  display: none;
}
.card2 .hinten .ps .h1 label.file {
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  font-size: 16px;
  font-weight: 400;
  font-family: Hind Vadodara;
  outline: none;
}

.card2 .hinten .ps .h1 label.file .text {
  display: none;
}


.card2 .hinten .ps .h1 label.file img {
  top: -0.5rem;
  left: -1rem;
}

.card2 .hinten .ps .h1 label.file img.add {
  top: -0.5rem;
  left: -1rem;
  width: 24px;
  height: 24px;
  display: none;
}

.card2 .hinten .ps .h1 label.file img:hover {
  opacity: 0.5;
  display: block!important;
}

.card2 .hinten .ps .h1 label.file img:hover img.add {
  display: block!important;
}


.card2 .hinten .turn {
  height: 7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.06);
}



.card2 .hinten .ps button {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s;
  transition-delay: 0.5s;
  width: fit-content;
  color:black;
  padding: 1rem 2rem;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  font-family: Hind Vadodara;
  transition: all 0.5s ease;
  outline-style: none;
  border: none;
  background-color: transparent;
  margin-top: 2rem;
}

.card2 .hinten .ps button:hover {
  color: rgb(14, 236, 6);
  cursor: pointer;
}



  
.h1 label {
margin-left: 1rem;
display: flex;
flex-direction: row;
font-size: 16;
font-weight: 600;
color: #817870;
font-family:  "Century Gothic", 'Lato', sans-serif;
}

.h1 label select {
  margin-right: 1rem;
  outline-style: none;
  padding: 0.2rem 0.4rem 0.2rem 0.4rem;
  border: 3px solid lightgrey;
  border-radius: 15px;
  margin-top: -4px;
}

.h1 label select:hover .h1 {
color: rgb(14, 236, 6);
}


.flex {
  display: flex;
  justify-content: center;
}


.contact
{
  box-sizing: border-box;
  cursor: pointer;
  color: rgb(14, 236, 6);
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  justify-self: center!important;
}
.contact.active
{
	width: fit-content;
  min-height: 400px;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact h2
{
  margin-bottom: 2rem;
  min-width: fit-content;
  box-sizing: border-box;
  padding: 20px 3rem;
  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);
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  color: rgb(14, 236, 6);
}

.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);
}

.contact h2:hover:after {
  width: 100%;
  height: 100%;
  transition: 0.5s;
}


.contact h2 span
{
  display: inline-block;
  margin-left: 1rem;
}
.contact.active h2 span
{
  float: right;
	transform: rotate(45deg);
  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;
	font-size: 18px;
	margin-bottom: 5px;
  font-weight: bold;
  color:  rgb(14, 236, 6);
}
.contact input[type="text"],
.contact textarea.oke
{
	width: 20rem;
  border: 3px solid lightgrey!important;
  /*border-radius: 15px;*/
	padding: 10px;
	outline: none;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 18px;
	font-family: consolas;
  resize: none;
}
.contact textarea
{
	height: 150px;
}

.contact textarea#message
{
	width: 100%;
}

.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;
  position: relative;
  overflow: hidden;
  border: 2px solid  rgb(14, 236, 6);
  transition: 1s;
  left: 50%;
  transform: translateX(-50%);
}


.contact input[type="submit"]:hover{
  background-color: rgb(14, 236, 6);
  color: rgb(14, 236, 6);
  
}
.contact input[type="submit"]:hover{
  box-shadow: 0 0 50px  rgb(14, 236, 6);
  transition: 0.5s;
  background-color:  rgb(14, 236, 6);
  color:#fff;
}

.contact .row .col-1[type="submit"]:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid#fff;
  border-left: 2px solid#fff;
  transition: 0.5s;

}

.contact form
{
	visibility: hidden;
	display: none;
}
.contact.active form
{
	visibility: visible;
	display: block;
}



.contact .row .col-2 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;
}
.abstando {
  position: static;
}
.contact .row .col-2 select{
  outline-style: none;
  padding: 0.8rem 1rem;
  border: 3px solid lightgrey;
  /*border-radius: 15px;*/
  min-width: 15rem;
}

.contact .row .col-2 select option{
  padding: 1rem 0 0.2rem 0;
}

.left {
  margin-left: 4.4rem;
}

.fach {
  margin-left: -0.05rem;
  width: 16rem;
}

svg#darkMode {
  cursor: pointer;
  position: fixed!important;
  top: 15px;
  right: 25px;
  display: none;
}
.flexrow{
  display: flex;
  flex-direction: row;
  width: 100%;
}
.flex_column {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 50%;
}

.flex_column1 {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.flex_column2 {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 50%;
}

.green {
  color: rgb(14, 236, 6);
}

.whiteee {
  color: #000;
}

@media screen and (max-width: 650px) { 
  form .row {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .left {
    margin-left: none;
  }
}


.auftrag {
  width: max-content;
  height: 7rem;
  background-color: #fff;
  margin-top: 5rem;
  border-radius: 4px;
  border: 3px solid #000;
  padding: 0.3rem;
  display: flex;
  justify-content: start;
  position: relative;
  overflow: hidden;
}

@media screen and (max-device-width: 480px) { 
  .contact.active form
  {
    margin-left: -2rem;
  }
  .contact h2 {
    font-size: 11px;
    display: flex;
    flex-direction: row;
  }
  form .row .col-2:nth-child(odd)
  {
    margin-right: 0px;
  }
  form .row .col-2:nth-child(even)
  {
    margin-left: 0px!important;
  }

  .auftrag:hover .beschreibung{
    animation: none!important;
  }
  .flexrow{
    display: flex;
    flex-direction: column!important;
    width: 100%;
  }
  .flex_column {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%!important;
    margin-bottom: 3rem;
  }
  .flex_column2 {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%!important;
  }
  .kreuz-zurück {
    top: 0.5rem;
    right: 1rem;
  }
  @media screen and (max-width: 200px) { 
    .contact h2 {
      font-size: 20px!important;
      display: block!important;
    }
    form .row .col-2:nth-child(odd)
    {
      margin-right: 10px;
    }
    form .row .col-2:nth-child(even)
    {
      margin-left: 10px!important;
    }
    form .row
    {
      width: 100%;
      display: flex;
      flex-direction: column;
    }
    .left {
      margin-left: 0;
    }
  }
}

@media screen and (max-device-width: 480px) {
  h1#neon {
      font-size: 16px!important;
  }
  h3#whitee {
      font-size: 14px!important;
  }
  .home-link-oben{
      top: -0.5rem!important;
      left: 0.5rem!important;
  }
  .home-links-oben{
    top: 2.2rem!important;
    left: 0.5rem!important;
  }
}

.auftrag:hover {
  box-shadow: rgba(0, 0, 0, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
  background-color: rgba(255, 255, 255, 0.92);
  
}

.auftrag:hover .beschreibung{
  animation: bounce 1s;
  animation-iteration-count: 1;
  animation-delay: 0.4s;
}

.auftrag .überschrift {
  display: flex;
  flex-direction: column;
}

.auftrag .überschrift .title {
  font-family: Hind Vadodara;
  font-size: large;
  font-weight: bolder;
  color: rgb(14, 236, 6);
}

.auftrag .überschrift .datum {
  font-size: medium;
  font-weight: bold;
  font-family: Hind Vadodara;
  color: #000!important;
}


.auftrag .info {
  display: flex;
  flex-direction: column;
  padding-left: 3rem;
  color: #000!important;
}

.auftrag .buttons form{
  display: flex;
  flex-direction: column;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-top: -1.25rem!important;
}

.auftrag .beschreibung {
  position: absolute;
  right: -30px;
  top: 0;
  width: calc(1rem + 30px);
  height: 100%;
  background-color: rgb(14, 236, 6);
  transition: 1s;
  clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.auftrag .beschreibung.active {
  position: absolute;
  right: 0px;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(14, 236, 6);
  transition: 1s;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {transform: translateY(0);} 
  40% {transform: translateX(-20px);} 
  60% {transform: translateX(-10px);} 
} 



.auftrag .beschreibung.active:hover {
  width: 100%;
  transition: 1s;
  clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 0% 50%, 0% 0%);
  animation: none;
}


.auftrag .beschreibung:hover h3 {
  opacity: 1;
  transition: 1s;
  
}

.auftrag .beschreibung p {
  padding: 0.5rem;
  transition: 1s;
  display: none;
  color: #fff;
  
}

.auftrag .beschreibung.active p {
  display: block;
}

.auftrag .beschreibung.active h3 {
  display: none;
}

.auftrag .beschreibung.active:hover h3 {
  display: none;
}

.auftrag .beschreibung h3 {
  padding: 0.5rem;
  transition: 1s;
  opacity: 0;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translateY(-50%);
  cursor: context-menu;
}

.auftrag .auftrag-n {
  font-size: medium;
  font-weight: bold;
  font-family: Hind Vadodara;
  color: #000!important;
  text-transform: capitalize;
}

.auftrag .buttons form button {
  outline: none;
  border: 2px solid #222!important;
  width: 12rem;
  height: 2rem;
  background-color: transparent;
  font-weight: 700;
}
.auftrag .buttons form p {
  outline: none;
  border: 2px solid #222;
  width: 12rem;
  height: 2rem;
  background-color: transparent;
  font-weight: 700;
}
.auftrag .buttons p:hover {
  background-color: rgb(14, 236, 6, 0.8);
  color: #fff;
}



.auftrag .buttons button:hover {
  background-color: rgb(14, 236, 6, 0.8);
  color: #fff;
}
.auftrag .buttons button.loschen:hover {
  background-color: #FF4136;
  color: #fff;
}


.h11 {
  font-size: large;
  font-family: Hind Vadodara;
  font-weight: bold;
  color: rgb(14, 236, 6);
}


#auftrag.deactivated {
  display: flex;
}

.loschen {
  margin-top: 0.5rem;
}


form.form1.deactivated {
  display: none;
}

form.form2.active {
  display: block;
}

form.form2 {
  display: none;
}



.foot h3 {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.foot p {
  margin-bottom: 1rem;
}

.home-link-oben {
  left: 2rem;
  color: #817870;
  font-weight: bold;
  position: absolute;
  top: 0.5rem;
}

.home-link-oben button {
  outline: none;
  color: #817870;
  letter-spacing: 0.1rem;
  font-weight: bold;  
}

.home-link-oben button:hover{
  color: #0eec06!important;
}

.kreuz-zurück {
  position: absolute;
  top: 2rem;
  right: 2rem;
  transition: 1s;
  padding: 1.5rem;
}

.kreuz-zurück:hover::after {
  transform: rotateZ(-135deg);
  transition: transform 1s;
  background-color: #e74c3c;
  cursor: pointer;
}

.kreuz-zurück:hover::before {
  transform: rotateZ(-45deg);
  transition: transform 1s;
  background-color: #e74c3c;
  cursor: pointer;
}

.kreuz-zurück::after {
  content: "";
  width: 14px;
  height: 2px;
  background: #817870;
  position: absolute;
  top: 2rem;
  transform: rotateZ(-45deg);
}

.kreuz-zurück::before {
  content: "";
  width: 14px;
  height: 2px;
  background: #817870;
  position: absolute;
  top: 2rem;
  transform: rotateZ(45deg);
}

button.suche:hover {
  cursor: pointer;
  border: 2px solid #0eec06;
}

button.suche {
  background: transparent; 
  outline: none;
  position: relative;
  border: 2px solid #111;
  overflow: hidden;
  padding: 0.5rem 2rem;
}

button.suche:before{
  content: attr(data-hover);
  position: absolute;
  top: 50%; left: 0;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 800;
  font-size: .8em;
  opacity: 0;
  transform: translate(-100%,-50%);
  transition: all .3s ease-in-out;
}

button.suche:hover:before{
  opacity: 1; transform: translate(0,-50%);
}

button div{
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 800;
  font-size: .8em;
  transition: all .3s ease-in-out;
}

button:hover div{
  opacity: 0; 
  transform: translate(100%,0)
}

button.line {
  text-decoration: none;
  color: rgb(14, 236, 6);
  position: relative;
  font-weight: bold;
}
button.line.die {
  margin-top: 2rem;
}

button.line::after {
  content: "";
  width: 0;
  height: 1.5px;
  background-color:  rgb(14, 236, 6);
  position: absolute;
  bottom: -1.5px;
  right: 0;
  transition: 0.5s;
}
button.line.die::after {
  height: 2.2px;
}

button.line:hover::after {
  left: 0;
  width: 100%;
  transition: 1s;
}

#status.active {
  font-weight: bold;
  color: #0eec06;
}

lord-icon:hover {
  cursor: pointer;
}
.insta {
  position: absolute;
  top: 0;
  right: 2.5rem;
  transform: translateY(-50%);
  z-index: 8;
  animation: down-down 1s;
  padding: 2rem;
}

.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;
}



