body{
    background-image: url(../Bilder/backgroundMitKartenSchwarz2.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: 0%;

    color: rgb(168, 8, 8);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-items: center;
    
   
    font-family: 'Roboto Mono', monospace;
    user-select: none;
}


a:link{
    text-decoration:none;
}


fieldset{
    color: rgb(0, 0, 0);
    border: solid 1px white;
    margin-bottom: 30px;
    background-color:  rgba(255, 255, 255, 0.849);
    border-radius: 20px;
    border: 3px solid rgb(168, 8, 8);
    padding: 20px;
    width: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
   
}
input{
    margin-bottom: 30px;
    width: 300px;
    height: 30px;
}

textarea{
    margin-bottom: 30px;
}
button{
    color: white;
    border: solid 3px white;
    border-radius: 20px;
    height: 50px;
    background-color: 
    rgb(168, 8, 8);
    padding-left: 50px;
    padding-right: 50px;
    margin-right: 50px;
}

h1{
    color:  rgb(255, 255, 255);
}

.absenden{
    display: flex;
    align-items: center;
    color: black;

}
a{
    color:  rgb(168, 8, 8);
}

input{
    border-radius: 10px;
}

img{
    height: 300px;
}

.inhalt{
    grid-column-start: 1;
    grid-column-end: 2;
}

.error-box{
    color: rgb(255, 255, 255);
    background-color:  rgba(255, 100, 100, 0.849);
    padding: 10px;
    border: solid 1px white;
    border-radius: 10px;
    margin-bottom: 10px;
    width: 20vw;
    display: flex;
    justify-content: center;
  
}

.succes{
    color: rgb(255, 255, 255);
    background-color:  rgba(131, 255, 100, 0.849);
    padding: 10px;
    border: solid 1px white;
    border-radius: 10px;
    margin-bottom: 10px;
    width: 20vw;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  
 
}

.errorShow{
    width: 100vw;
    position: fixed;
    top: 1vh;
   left: 0px;
    display: flex;
    justify-content: center;
}
