/* =========================================================
   Footer – Gestaltung & Layout
   ---------------------------------------------------------
   Zweck:
   Enthält alle Formatierungen für den Footer-Bereich
   der Website. Beinhaltet Impressum, rechtliche Hinweise
   und Social Media Links.
   ---------------------------------------------------------
   Dateiname: footer.css
   Ort: /custom/css/footer.css
   Autor: Wimmer IT-Services
   ========================================================= */


/* ---------------------------------------------
   FOOTER WIDGETS GRUNDLAYOUT
   --------------------------------------------- */
#footer-outer, #nectar_fullscreen_rows > #footer-outer.wpb_row .full-page-inner-wrap {
    background-color: #fcfcfc !important;
    box-shadow: inset 0 4px 50px rgba(0, 0, 0, 0.06);
}

#footer-outer .row {
  padding: 20px !important;
  margin-bottom: 0;
}

#footer-outer #footer-widgets .container .widget_categories li,
#footer-outer #footer-widgets .container .widget_archive li,
#footer-outer #footer-widgets .container .widget_meta li {
    width: 100% !important;
    float: none;
}

#footer-outer #footer-widgets .container .widget_recent_entries ul li,
#footer-outer #footer-widgets .container .widget_recent_comments ul li {
    border-bottom: 0px none;
    padding: 5px 0px;
    margin-bottom: 0px;
}

#footer-widgets.section-padding {
    padding: 40px 0 10px 20px !important;
}


/* ---------------------------------------------
   ÜBERSCHRIFT H2 MIT BORDER
   --------------------------------------------- */
#footer-outer #footer-widgets .container .widget.widget_block h2 {
    font-size: 1.5rem !important;
    color: #323232 !important;
    font-weight: 600 !important;
    border-bottom: 2px solid rgba(99, 99, 99, 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;
    line-height: 1.2 !important;
    padding-top: 20px;
}


/* ---------------------------------------------
   ÜBERSCHRIFT H3 OHNE BORDER
   --------------------------------------------- */
#footer-outer #footer-widgets .container .widget.widget_block h3 {
    font-size: 1rem !important;
    color: #323232 !important;
    font-weight: 600 !important;
    font-family: 'Open Sans', sans-serif !important;
    line-height: 1.5 !important;
    padding-top: 20px;
}

#footer-outer #footer-widgets .container .widget.widget_block {
    margin-bottom: 0px;
}


/* ---------------------------------------------
   TEXT UND LINKS
   --------------------------------------------- */
#footer-outer #footer-widgets .container p,
#footer-outer #footer-widgets .container p a {
    font-size: 1rem !important;
    color: #636363;
    font-weight: normal !important;
    margin-top: -23px !important;
    line-height: 1.5 !important;
}


/* ---------------------------------------------
   ZWISCHENÜBERSCHRIFTEN (STRONG IN P)
   --------------------------------------------- */
#footer-outer #footer-widgets .col p:last-child {
    padding: 15px 0px !important;
}

#footer-outer #footer-widgets .container p#firmenname strong {
    font-size: 1rem !important;
    font-weight: 600 !important;
}


/* ---------------------------------------------
   LINKS STANDARD
   --------------------------------------------- */
#footer-outer #footer-widgets .container p a {
    color: 636363 !important;
    text-decoration: none !important;
}


/* ---------------------------------------------
   LINKS HOVER
   --------------------------------------------- */
#footer-outer #footer-widgets .container p a:hover {
    color: #54ae31 !important;
    text-decoration: none !important;
}

/* ---------------------------------------------
   COPYRIGHT
   --------------------------------------------- */
body #footer-outer #copyright, 
.ascend #footer-outer #copyright {
    background-image: 
        linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
        url(https://aoel.wimmer-it-services.de/wp-content/uploads/AoeL-Hintergrund-Blaetter-scaled.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
    box-shadow: inset 0 4px 50px rgba(0, 0, 0, 0.06);
}

body #footer-outer #copyright li a i,
#footer-outer #copyright p {
    color: white !important;
    font-size: 1.1rem;
}