#clmap-angebote {
	padding: 0 7.5px;
}

#clmap-angebote .angebot-column {
	min-height: 345px;
	background: white;
	border: white solid 7.5px;
	border-top: 0;
}

#clmap-angebote .angebot-column .angebot-item {
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	font-size: 80%;
	background: white;
	color: black;
}

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

#clmap-angebote .angebot-column .angebot-item .angebot-details {
	line-height: 1.2em;
	padding: 10px;
}

#clmap-angebote .angebot-column .angebot-item .angebot-details .title {
	font-size: 100%;
	text-transform: uppercase;
	font-weight: 700;
}

#clmap-angebote .angebot-column .angebot-item .angebot-details .country {
	margin-bottom: 10px;
	font-weight: 700;
}

#clmap-angebote .angebot-column .angebot-item .angebot-details .fa {
	font-size: 9px;
	color: #777;
}

#clmap-angebote .angebot-column .angebot-item .angebot-footer {
	padding-left: 10px;
	padding-bottom: 20px;
	font-weight: 700;
	position: absolute;
	bottom: 6px;
	left: 0;
	right: 10px;
}

#clmap-angebote .angebot-column .angebot-item.inner {
	font-size: 100%;
}

.grid-column a {
	display: block;
	height: 100%;
	background: white;
	flex: 1;
}

.grid-column .angebot-item .angebot-image {
	height: 180px;
	background-color: #bbb;
	background-size: cover;
	background-position: center;
}

.grid-column .angebot-item .angebot-details {
	line-height: 1.3em;
	padding: 15px;
}

.grid-column .angebot-item .angebot-details .title {
	font-size: 100%;
	text-transform: uppercase;
	font-weight: 700;
}

.grid-column .angebot-item .angebot-details .country {
	margin-bottom: 10px;
	font-weight: 700;
}

.grid-column .angebot-item .angebot-details .fa {
	font-size: 9px;
	color: #777;
}

.grid-column .angebot-item .angebot-footer {
	padding: 10px;
	font-weight: 700;
}

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

.marker {
	height: 50px;
	width: 39px;
	background: url(/wp-content/plugins/cl-map/img/marker.svg) no-repeat center;
	background-size: cover;
	transition: font-size 1s, opacity 1s;
	cursor: pointer;
}

.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;
}