.float_left { float: left; width: 100%; }

.titelliste {
list-style-type: none;
padding: 0;
}
.titelliste LI {
list-style-type: none;
line-height: 100%;
margin: 0 0 0 0;
padding: 14px 10px;
border-bottom: 1px dotted gray;
}
.titelliste LI:last-child{ 
border-bottom: none;
}
.titelliste LI:nth-child(2n) {
/*background-color: #b0b0b0;*/
}
@media (min-width: 768px)  AND (max-width: 1049px) {
.logo-section .container {
background-image:url('https://vormundschaften-hannover.de/wp-content/uploads/2017/07/header_Hände_transparent-png.png') !important;
background-position: right bottom;
background-repeat: no-repeat;
background-size: 90% auto;
}
}

@media (min-width: 1050px)  {
.logo-section .container {
background-image:url('https://vormundschaften-hannover.de/wp-content/uploads/2017/07/header_Hände_transparent-png.png') !important;
background-position: right;
background-repeat: no-repeat;
background-position: right bottom;
}
}