		/* main - Start*/
		main{
			margin-bottom: 2em;
		}

	
		.text1{
			font-size: 2em;
			margin: 2em;
			text-align: center;
		}
        .flex{
            display: flex;
            justify-content: space-evenly;
			flex-wrap: wrap;
        }
        .contimg {
			height:20rem;
			width: 40rem;
            margin: 20rem 1rem;
			border: 2px solid #14edf86e;
            border-radius: 20px;
            box-shadow:
                0 0 0 6px rgba(191, 227, 234, 0.35),
                0 10px 30px rgba(0, 80, 120, 0.10);
            }
		
	
		fieldset{
			display: flex;
			justify-content: space-around;
            align-content: space-around;
			flex-wrap: wrap;
			flex-direction: row;
			margin: 5rem 1rem;
            height: auto;
			width: 40rem;
			border: 2px solid #14edf870;
            border-radius: 20px;
            background-color: #ffffff;
            box-shadow:
                0 0 0 6px rgba(191, 227, 234, 0.35),
                0 10px 30px rgba(0, 80, 120, 0.10);
            }
			
		
		.geschl>label{
            display: inline;
        }

		textarea{
			width: 40rem;
			height: 10em;
		}
		label{
			display: block;
			margin:2em
		}
		.box1{
			width: 40rem;
			height: 4em;
		}
		.button1{
			display: block;
			font-family: Roboto Slab;
            font-weight: bold;
            font-size: 1rem;
			height: 5em;
			width: 10em;
			border-radius: 1em;
			background-color: #52eef7;
			border: 2px solid transparent;
		}
		/* main - End*/


		/*RWD - Start*/
		@media (max-width: 1426px) {
			 .contimg {
				margin:  2rem;
			 }
			 fieldset{
				margin: 2rem;
			 }

		}

		/*mittle screen*/
		@media (max-width: 1023px) {
			
			 .contimg {
				margin:  1rem;
			 }
			 fieldset{
				margin: 1rem;
			 }
			
		}
		/*mittle screen*/

		/*klein screen*/

		@media  (max-width: 767px) {
			.contimg {
				height:10rem;
				width: 20rem;
			}
			fieldset{
				width: 14rem;
				margin-top: 3rem;
			}
			textarea{
				width: 14rem;
			}
			label{
				width: 14rem;
			}
			.box1{
				width: 14rem;
			}
			.button1{
			margin-top: 5em;
			}
		}
		/*klein screen*/

		

		/*RWD - End*/