/* === Lebenslagen Overview === */

.lebenslagen-overview .category{
	margin-bottom: 24px;
	box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1);
	background: var(--br-clr-grey-2);
	border-radius: 5px;
	overflow: hidden;
}

.lebenslagen-overview .category__image{
	width: 100%;
	height: 120px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.lebenslagen-overview .category__title{
	font-size: var(--br-fs-18);
	line-height: var(--br-fs-18-lh);
	font-weight: 700;
	padding: 16px 14px 14px 14px;
}

.lebenslagen-overview .category__items{
	padding: 0px 14px 14px 14px;
}

.lebenslagen-overview .category__items ul{
	margin-bottom: 0px;
}

.lebenslagen-overview .category__items ul > li{
	margin-bottom: 6px;
	padding-left: 17px;
}

.lebenslagen-overview .category__items ul > li::before{
	background: var(--br-clr-blue-2);
	width: 7px;
	height: 7px;
	top: 10px;
}

.lebenslagen-overview .category__items a{
	font-size: var(--br-fs-16);
	line-height: var(--br-fs-16-lh);
	transition: all 0.15s ease;
}

.lebenslagen-overview .category__items a:hover{
	color: var(--br-clr-blue-2);
	transition: all 0.3s ease;
}

/* === Lebenslagen Detail === */

.lebenslagen-detail{
	display: flex;
	align-items: flex-start;
}

.lebenslagen-sidebar{
	flex: 0 1 33.33333%;
	width: auto;
	padding-right: 30px;
}

.lebenslagen-sidebar ul.lv1{
	padding: 5px;
	border: 1px solid #cccccc;
	border-radius: 5px;
}

.lebenslagen-detail .lebenslagen-content{
	flex: 1 1 100%;
}

.lebenslagen-content > div{
	margin-bottom: 30px;
}

.lebenslagen-sidebar *{
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

.lebenslagen-sidebar *::before{
	display: none;
}

.lebenslagen-sidebar a{
	padding: 5px 10px;
	width: 100%;
	display: block;
	
	font-size: var(--br-fs-16);
	line-height: var(--br-fs-16-lh);
}

.lebenslagen-sidebar a.parent{
	padding-right: 40px;
}

.lebenslagen-sidebar li{
	position: relative;
}

.lebenslagen-sidebar ul.lv1 > li > a{
	padding-left: 14px;
}

.lebenslagen-sidebar ul.lv2 > li > a{
	padding-left: 28px;
}

.lebenslagen-sidebar ul.lv3 > li > a{
	padding-left: 42px;
}

.lebenslagen-sidebar ul.lv4 > li > a{
	padding-left: 56px;
}

.lebenslagen-sidebar svg{
	position: absolute;
	right: 5px;
	top: 9px;
	width: 20px;
	height: 20px;
	display: block;
}
