.lutitle1 {	
  font-family:Arial,Helvetica,Geneva,Sans Serif;
	font-size: clamp(20px, 1.5vw, 28px);
	margin:0.1%;
	color:#446BBA;
}

.lutitle2 {	
  font-family:Arial,Helvetica,Geneva,Sans Serif;
	font-size: clamp(12px, 1.2vw, 16px);
	margin:0.1%;
	color:#000000;
	text-decoration: underline;
}

.lutitle3 {	
  font-family:Arial,Helvetica,Geneva,Sans Serif;
	font-size: clamp(14px, 1.3vw, 18px);
	margin:0.1%;
	color:#446BBA;
	font-weight: bold;
}

.lutextunderline { 	
  font-family:Arial,Helvetica,Geneva,Sans Serif;
	color: #000000; 
	font-size: clamp(12px, 1.0vw, 18px);
	margin:0.1%;
	text-decoration: underline; 
}

.luinhalt {
  font-family:Arial,Helvetica,Geneva,Sans Serif;
	color: #000000; 
	font-size: clamp(12px, 1.0vw, 18px);
  text-decoration: none;
	margin-bottom: 0.5%;
	margin-top: 1.0%;
	margin-right: 1.0%;
	width: 48%;
  
}

.lureihe {
	border: 1px solid #446BBA;
	width: 100%;
	height: auto;
	margin-bottom: 0.5%;
	margin-top: 0.5%;
	display: flex;
	justify-content:space-between;
}
.lureiheoben {
	width: 100%;
	height: auto;
	margin-bottom: 0.5%;
	margin-top: 0.5%;	
	justify-items: center;

}

.lubild {
	width: 49%;
	height: auto;
	margin-top: 0.5%;
	margin-left: 0.5%;
	display: block;
}

.lutextrechts {
	width: 80%;
	height: auto;
	margin-top: 0.5%;
	margin-left: 0.5%;
	margin-bottom: 0.5%;
	margin-right: 0.5%;
	display: block;

}







