#container{
display:flex;
position:relative;
}

#container_l, #container_r{
  width:50%;
}

.item{
	margin:5px;
	padding:10px 20px;
}
.wann_tag{
	margin-left:13px;
}
.tage{
	
}
.zeit{

}
.kosten{
	display:block;
	margin-top:3px;
}
.mehr{
	position:relative;
	top:11px;
	left:317px;
	height:0px;
	transform: rotate(-15deg);
	font-weight:bold;
	font-size:1.2em;
	opacity: .3;
}
.mehr:hover{
	opacity: .7;
}


.con_ue{
	font-size: 1.35em;
	font-weight: bold;
}
.l_rahmen1{
	background-color:#fae2bd;
	border-radius: 10px;
}
.l_rahmen2{
	background-color:#fdddac;
	border-radius: 10px;
}

.r_rahmen1{
	background-color: rgb(228, 248, 187);
	border-radius: 10px;
}
.r_rahmen1:hover{
	background-color:rgb(213, 247, 145);
	border-radius: 10px;
}
.r_rahmen2{
	background-color:rgb(225, 251, 173);
	border-radius: 10px;
}
.r_rahmen2:hover{
	background-color:rgb(213, 247, 145);
	border-radius: 10px;
}