/*zu Max*/

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
}

body {
  background-color: black;
  color: white;
}

    
label {
    width: 140px;
    display: inline-block;
}

button {
	background-color: black;
    border-style:none;
}		    
	  
.big {
	font-size: 2.2rem;
		}
		

.container {
  display: flex;
  /*gap: 0.625%;*/
}



.Bild {
	position: absolute;
	top: 0vh;
	font-size: 2.2rem;
	 left: 50%;
     transform: translateX(-50%);
	/*left: 7vw;*/
	}


/*unklar ob noetig*/

		.box { float: left; 
		width: 32%;
		height: 100vh;
		/*margin-right: 2%; 
		padding: 20px; */
		/*background: #f0eeef; */
		box-sizing: border-box; 
		}
		
		
		.box_right { float: right; 
		width: 66%;
		padding: 10px; 
		/*background: #f0eeef; */
		box-sizing: border-box; 
		}
		
		.boxdrunter {position: absolute; 
		bottom: 0; right: 0; width: 66%; height: 20vh; 
		/*background: #f0eeef;*/
		}
		
		
		
		.box:last-child { margin-right: 0; }
		