/* Footer Widgets
------------------------------*/
#colophon .footer-widgets .widget-area .widget_categories li,
#colophon .footer-widgets .widget-area .widget_archive li,
#colophon .footer-widgets .widget-area .widget_meta li {
    width: 100% !important;
    float: none;
}

#colophon .footer-widgets .widget_recent_entries ul li,
#colophon .footer-widgets .widget_recent_comments ul li {
    border-bottom: 0px none;
    padding: 5px 0px;
    margin-bottom: 0px;
}

#colophon .footer-widgets.section-padding {
    padding: 40px 0 10px 20px !important;
}

/* Überschrift und Strich */
#colophon #footer-widgets .container h2,
#colophon #footer-widgets .container .wp-block-heading {
    font-size: 1.25rem !important;
    color: #303030 !important;
    font-weight: 600 !important;
    border-bottom: 2px solid rgba(48, 48, 48, 0.2) !important;
    margin-right: 15px !important;
    padding-bottom: 10px !important;
    margin-bottom: 20px !important;
    font-family: 'Open Sans', sans-serif !important;
    letter-spacing: 1px;
}

/* Alles an Schrift */
#colophon #footer-widgets .container p,
#colophon #footer-widgets .container p a {
    font-size: 1rem !important;
    color: #303030;
    font-weight: normal !important;
    margin-top: -10px !important;
    line-height: 1.5 !important;
}

/* Unternehmensname */
#colophon #footer-widgets .container .impressum-company {
    font-size: 1rem !important;
    font-weight: 600 !important;
}

/* Zwischenüberschriften */
#colophon #footer-widgets .container p strong {
    font-size: 1.1rem !important;
    font-weight: 600 !important;
}

/* Links neutral */
#colophon #footer-widgets .container p a {
    color: #009a93 !important;
    text-decoration: none !important;
}

/* Links gehovert */
#colophon #footer-widgets .container p a:hover {
    color: #303030 !important;
    text-decoration: underline !important;
}

/* Zeile unter "Footer" */
#colophon .site-info {
    padding: 35px 0 !important;
}