#clm-angebote .angebot-item {
	color: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#clm-angebote .angebot-item a {
	white-space: wrap;
}

#clm-angebote .angebot-item .angebot-image {
	height: 150px;
	background-color: #bbb;
	background-size: cover;
	background-position: center;
}

#clm-angebote .angebot-item .angebot-footer {
    background: #f5f5f5;
	text-align: right;
	padding:15px;
}


#clm-angebote .angebot-item .angebot-details {
    padding:15px;
    background: #f5f5f5;
    flex-grow: 1;
}

#clmap-map {
	width: 100%;
	height: 500px;
	margin: 0;
	position: relative;
	margin-bottom: 30px;
	background: white;
	border: gray solid 1px;
}

#clmap-map .angebot-popup {
	padding: 12px;
	background: white;
	font-size: 14px;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#clmap-map .angebot-popup .title {
	font-weight: bold;
}

.marker {
	height: 40px;
	width: 31px;
	background: url(/wp-content/plugins/cl-map/img/marker.svg) no-repeat center;
	transition: font-size 1s, opacity 1s;
	cursor: pointer;
    position: absolute;
    top:0;
    left:0;
}

.marker.zoomin {
	font-size: 20px;
	opacity: 1;
}

.contrib-authors {
	background: rgba(229, 240, 244, 0.58);
	padding: 15px;
}

.author-image {
	display: block;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border: white solid 2px;
}

.os {
	color: black;
	background: white;
	display: inline-block;
	width: 32px;
	height: 32px;
	padding: 4px 1px 1px 1px;
	left: -5px;
  /*width: 25px;
    height: 25px;
    padding: 3px 1px 1px 2px;
    left: 0;*/
	border-radius: 50%;
	text-align: center;
	position: absolute;
	top: 4px;
}

.os:before {
	display: inline-block;
}

.focus-item a {
	padding-left: 32px;
	color: white;
	font-size: 150%;
	position: relative;
}

.focus-item a:hover {
	color: #bbb;
}

hr.seperator {
	border: 1px solid #5b6e74;
	width: 150px;
}

.elementor-text-editor a {
	color: #00a6b7;
}

a {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}