#cms_termine {
	position: relative;
}
/* Terminbereich pro Termin */
#cms_termine > section {
	position: relative;
	border: 1px solid darkblue ;
	border-radius: 8px;
	padding:15px;
	width: 95%;
	margin:auto;
	margin-bottom: 15px;
	background-color: rgba(255,255,255,0.1);
	overflow: hidden;
	box-shadow: 2px 2px 5px 0px darkblue;
}
#cms_termine p{
	margin:5px 0px;
}
/* Terminbereich Überschrift */
#cms_termine section div:nth-child(1){
	font-weight: bold;
	font-size: 1.4em;
	margin-bottom: 1em;
	text-shadow: 2px 2px white;
	border-bottom: 2px dotted blue;
}
#cms_termine section div:nth-child(2):before{
	clear: both;
	position:relative;
	display:block;
	content : "Wann u. Wo";
	font-size:0.8em;
}
#cms_termine section div:nth-child(2){
	float:left;
	max-width: 150px;
	hyphens: auto;
	text-align:center;
	border-right: 2px dotted blue;
	margin-right:1em;
}
#cms_termine section div:nth-child(3){
	float: left;
}
#cms_termine section div:nth-child(3) img{
	max-width: 150px;
	margin: 0px 10px;
	max-height: 150px;
	border-radius: 8px;
	box-shadow: 0px 0px 20px 0px darkblue;
}
.admin {
	position : absolute;
	bottom: -0px;
	left:20px;
	right:25px;
	padding: 1px 10px;
	font-size: 0.9em;
	text-align:right;
	background: rgba(255,0,0,0.3);
	z-index: 10;
}
.admin button{
	float: left;
	font-size: 0.8em;
	margin: 0px 5px;
}
.admin button span{
	padding: 1px 1em !important;
}
#cms_termine section .br {
	display: block;
}


@media screen and (max-width: 900px) {
#cms_termine section div:nth-child(2){
	float:none;
	hyphens: auto;
	border-right: none;
	margin-right:1em;
	width:100%;
	max-width: 100%;
	border: none;
	border-bottom:  2px outset goldenrod;
}
#cms_termine section .br {
	display: inline;
}
#cms_termine section div:nth-child(3) img{
	width:100%;
	max-width: 100%;
	margin: 10px 0px;
	max-height: 100%;
	border-radius: 8px;
	box-shadow: 0px 0px 30px 0px goldenrod;
}


}
