.flexListe{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	/* margin-top: 1%; */
}
.flexListe {
	flex: 2;
	/* margin-left:10px; */
}

.flexListe .colTerm:nth-child(1){
	flex: 4;
	flex-grow:4;
	-webkit-order: 2;
	-ms-flex-order: 2;
	padding-top: 10px;
	order: 1;
} 
.flexListe .colTerm:nth-child(2){
	flex: 6;
	flex-grow:6;
	-webkit-order: 2;
	-ms-flex-order: 2;
	padding-top: 10px;
	order: 2;
}
.flexListe:nth-child(1){
	margin-top: 10px;
}
.flexListe:nth-last-child(1){
	padding-bottom: 1%;
}
/* ========================================================= */
/* Termine */
.rahmen_sh{
	/*border-style:outset; 
	border-width:7px;
	border-color:rgb(108,0,22);*/ /* rgb(60,10,45); */
	background:rgb(240,240,240);
    border: 3px ridge;
	border-top-color: rgb(90,128,0); 
	border-right-color:rgb(90,128,0); 
	border-bottom-color: rgb(10,77,0); 
	border-left-color:rgb(10,77,0); 
	border-radius:8px;
	box-shadow: 2px 2px 5px rgb(4,30,0);
	/* so war es zu erst:  linear-gradient(rgb(255,190,9),rgb(190,0,10))     background-color: rgba(4,30,0,0.95);*/
}
.rahmen{
	/*border-style:outset; 
	border-width:7px;
	border-color:rgb(108,0,22);*/ /* rgb(60,10,45); */
    border: 3px ridge;
	border-top-color: rgb(90,128,0); 
	border-right-color:rgb(90,128,0); 
	border-bottom-color: rgb(10,77,0); 
	border-left-color:rgb(10,77,0); 
	border-radius:8px;
	/* so war es zu erst:  linear-gradient(rgb(255,190,9),rgb(190,0,10))     background-color: rgba(4,30,0,0.95);*/
}
.termineTxt{
	font-size:140%;
	text-align:left;
	/*margin-left: 30px; */
}

.veranstalter{
	font-size:90%;
}
/* Termine */
.DatumTxt{
	font-size:150%;
}
.box_termine{
	width:80%;
	margin-top:2%;
}


@media screen and (max-width : 690px){
	.flexListe{
		font-size:50%;
	}
	.termineTxt{
		font-size:100%;
		text-align:left;
		margin-left: 10px;
	}
	
	.DatumTxt{
	 font-size:110%;
	}
}