body{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 1,125rem;
    font-weight: 300;
    background-color: rgb(2, 2, 77);
    background-image: linear-gradient(rgba(2, 2, 77, 0.101),rgba(76, 133, 186, 1), 0),rgb(2, 2, 77);
    border-left: solid;
    border-color: rgb(1, 1, 50);
    border-width: 1rem;
    border-bottom-style:none;
    margin: auto;
    
}
.lines{
    min-width: 1024px;
    background-color:  rgb(76, 133, 186);
    background-image: linear-gradient(rgba(2, 2, 77, 0.101),rgb(225, 116, 0),rgb(2, 2, 77));;
    
}
.lines2{
    margin-left:10px;
    background-color: rgba(76, 133, 186, 1);
    background-image: linear-gradient(rgba(2, 2, 77, 0.101),rgb(225, 116, 0),rgb(2, 2, 77));;
    border-left-style: solid;
    border-color: rgb(255,116,0);
    border-width: 0,5rem;

}

.container{
    margin-left: auto;
    margin-right: auto;
    width: 1024px; 
    min-height: 300px;
     
}
.header img{
    margin-top: 20px;
    max-height: 200px;
  	width: 1024px;
    align-items: center;
}

a{
    color: white;
    text-shadow: 0px,2px,2px rgba(0, 0, 0, 0.644);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-decoration: none;
}
.language{
    display: flex;
}
.nav2 a{
    padding-right: 30px;  
}
.language a{
    color:rgb(1, 1, 50);
    font-weight: 400;
}
.language a:hover{
    color: white;
}
.nav1{
    text-align:center;
    padding-top: 30px;
    padding-bottom: 30px;
    font-weight: 200;
}
.nav1 a{
    font-size: 0,7rem;
    padding-left: 30px;
    padding-right: 30px;
    text-decoration: none;

}
a:hover{
    color:rgba(255, 255, 255, 0.5);
}


h1{
    font-size: 55px;
    color: rgb(1, 1, 50);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

main{
    text-align: center;
    padding-top: 10px;
    margin-left: 50px;
    padding-right: 50px;
    padding-bottom: 80px;
    
}
.kasten{
    background-color: rgba(255, 255, 255, 0.719);
    justify-content: center;
    text-align: center;
    padding: 30px;
}
h4{
    color: rgb(225, 116, 0);
    text-decoration: none;
    font-weight: 300;
    font-size: 2rem;
       
}
.unserkasten p{
    line-height: 2rem;
    text-align: left;
}
h2{
    font-size: 1.5rem;
    font-weight: 300;
    color: rgb(1, 1, 50);
}

label{
    color: white;
    font-weight: 200;
    padding-right: 10px;
}
.inputwrapper p{
    color: white;
    font-weight: 200;
}
.inputwrapper{
    align-items:initial;
    padding-top: 10px;
}


.cards{
    background-color: rgba(255, 255, 255, 0);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cards p{
    color: black
}
.card1{
   
    border-width: 0.15rem;
    border-color:rgba(255, 255, 255, 0.6);
    margin: 30px;
    width: 30%;
    
}
.card2{
    margin:30px;
    
    border-width: 0.15rem;
    border-color:rgba(255, 255, 255, 0.6);
    width: 30%;
}
.card3{
    margin:30px;
    
    border-width: 0.15rem;
    border-color:rgba(255, 255, 255, 0.6);
    width: 30%;
}

.cards h1{
    text-align: center;
    font-size: 2rem;
    font-weight: 300;
    
}

.cards p{
    text-align: center;
    padding: 5px;
}
footer{
    background-color:rgba(1, 1, 50, 0.171);
    text-align: center;
    min-height: 10px;
    margin: auto;  
    margin-top: 30px;
    
}
footer h3{
    text-align: center;
    line-height: 0.75rem;
    color: white;
    font-size: 0.5rem;
    background-color:rgba(1, 1, 80, 0);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin-top: 05px;
    margin-bottom: 05px;
}
footer p{
    text-align: center;
    font-weight: 300;
    color: white;
    font-size: 0.5rem;
    padding-bottom: 10px;
    background-color:rgba(1, 1, 80, 0);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.data a{
    margin-top: 50px;
    padding-top: 20px;
    font-size: 00.5rem;
    font-weight: 500;
}
