/*
Theme Name: Bing Bierstadt
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

h3 {
	font-size: 24px;
}

.mitglieder-tagcloud {
	text-align: center;
	font-size: 13px;
}
.mitglieder-tagcloud .mitglieder-tag {
	margin-right: 16px;
}

.mitglieder-tagcloud .mitglieder-tag.active {
	font-weight: 600;
}

.cloud {
	position: relative;
	font-weight: 600;
}

.cloud:before {
	content: "";
	display: block;
	width: 22px;
  	height: 30px;
  	top: -8px;
  	left: -27px;
	position: absolute;
	background: url(/wp-content/uploads/2025/11/clouds-xxl.png) no-repeat center / 100% auto;
}

.nav-line-bottom > li > a::before, .nav-line-grow > li > a::before, .nav-line > li > a::before {
	top: 8px;
}