#overlay .mobile-logo {
	background: white;
}

body.mobile-nav-open #toggle span {
	background: black !important;
}

.mobile-container nav a {
	margin-block: .5rem;
}

#footer {
	text-align: left;
}

#footer section {
	display: flex;
	gap: 2rem;
	flex-wrap: wrap;
}

#footer section>* {
	flex: 1 1 200px;
}


section>ol {
	list-style-type: none;
	margin-left: 0;
}

section>ol>li:before {
	content: '';
	width: 3rem;
	background-size: contain;
	display: block;
	height: 2.5rem;
	float: left;
	background-repeat: no-repeat;
	background-position-y: center;
	background-position-x: center;
	margin-right: .5rem;
	clear: left;
}

section>ol>li:nth-child(1):before {
	background-image: url('/user/pages/03.unser-hof/Icon_01.jpg')
}

section>ol>li:nth-child(2):before {
	background-image: url('/user/pages/03.unser-hof/Icon_02.jpg')
}

section>ol>li:nth-child(3):before {
	background-image: url('/user/pages/03.unser-hof/Icon_03.jpg')
}

section>ol>li+li {
	clear: left;
	margin-top: .8rem
}

section>ol ul {
	margin: 0;
	margin-left: 3.5rem;
	list-style-type: none
}

section>ol ul li {
	margin: 0
}