/* Stadtseiten-Content: Info-Box, Fakten-Block, FAQ */

.location-highlights {
    border-left: 4px solid #337ab7;
}
.location-highlights ul li {
    padding: 4px 0;
}
.location-highlights .fa-check {
    color: #5cb85c;
    margin-right: 6px;
}

.location-steps { margin-top: 30px; }
.location-steps-list { padding-left: 20px; }
.location-steps-list li { margin-bottom: 10px; }

.location-comparison { margin-top: 30px; }
.location-comparison-list li { padding: 6px 0; border-bottom: 1px solid #f0f0f0; }
.location-comparison-list li:last-child { border-bottom: none; }
.location-comparison-list .fa { width: 18px; margin-right: 8px; }

.location-facts {
    margin: 20px 0;
}
.location-facts-nearby ul.list-inline li {
    margin-bottom: 4px;
}

.location-faq { margin-top: 30px; }
.location-faq-item { border-bottom: 1px solid #e5e5e5; padding: 12px 0; }
.location-faq-question { cursor: pointer; font-weight: 600; list-style: none; }
.location-faq-question::-webkit-details-marker { display: none; }
.location-faq-question::before { content: "+ "; }
.location-faq-item[open] .location-faq-question::before { content: "\2013 "; }
.location-faq-answer { padding-top: 8px; }
