.containerreihetext input, 
.containerreihetext select, 
.containerreihetext textarea {
    width:450px;
    border: 1px solid #CEE1E8;
    margin-bottom:20px;
    padding:4px;
}
@media only screen and (max-width: 800px) {
	.containerreihetext input, 
.containerreihetext select, 
.containerreihetext textarea {
    width:150px;
    border: 1px solid #CEE1E8;
    margin-bottom:20px;
    padding:4px;
}
}
.containerreihetext input:focus, 
.containerreihetext select:focus, 
.containerreihetext textarea:focus {
    border: 1px solid #AFCDD8;
    background-color: #EBF2F4;
}
.containerreihetext textarea {
    height:150px;
    resize: none;
}
.containerreihetext label {
    display:block;
}
.containerreihetext .required {
    font-weight:bold;
    color:#F00;    
}
.background {
            height: 100%;
            width: 100%;
           /*ransition: filter 0.3s ease;*/
		   display:flex;
		   align-items: center;
		   justify-content: center; 
		   z-index: 0;
        }

.impress {
            display: none; /* Verstecke die Checkbox */
        }

        /* Wenn die Checkbox aktiviert ist */
.impress:checked { 
     + .background {
            filter: blur(10px); /* Hintergrund verschwommen */
            }
	 ~ .impressum {
             display: flex;
	     }			 
    }

 .impressum { 
        position: fixed;
		top: 0;
        height: 90%;
            width: 100%;
           /*ransition: filter 0.3s ease;*/
		   display:flex;
		   align-items: center;
		   justify-content: center; 
	      z-index: 100;
		}
.impi {  
	z-index: 40; 
	display: block;
    align-items: center;
    justify-content: center;
	cursor: pointer;
		}

.impressum { display: none; }
 /* .impress:checked ~ .impressum
   {
      display: block;	  
   } */
.impressum label {
	width: 40%;
        border:3px solid black;
        border-radius:30px;
        padding: 10px;
	display: block;
 }
	 /*display: inline-block; 
      margin: 0 auto;
      width: 60%;border:3px solid black;border-radius:30px;padding: 10px;}*/