

/* Fix footer world-map overlays Imopressum */
.widget_links ul {
    position: relative;
}
.world-map {
    z-index: 0;
}

/* Add social media */
#header #phone-mail-service .row a {
    display: flex;
    align-items: center;
}
#header #phone-mail-service .row a [class^=icon-] {
    background: #d0d0d0;
    color: #fff;
    line-height: 13px;
    font-size: 10px;
    border-radius: 3px;
    position: relative;
    width: 17px;
    height: 17px;
    text-align: center;
    box-sizing: content-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
#header #phone-mail-service .row a:hover [class^=icon-] {
    background: #cc0000;
}

#header #phone-mail-service .row a .material-icons--account_box {
    top: auto !important;
    font-size: 22px;
}
#header #phone-mail-service .row a .material-icons {
    top: auto !important;
}


.footer-middle {
    background: #222;
    text-align: center;
}


.footer-middle #c17002 {display: none}
.footer-middle a {
    padding-top: 34px;
    padding-bottom: 34px;
    padding-right: 20px;
    display: inline-block;
}

/* Bewerbungsformular  https://waechter-packautomatik.de/karriere/schueler-studenten/deine-zukunft-deine-ausbildung-dein-waechter/bewerbungsformular*/
.error {
    color: #ff0000;
    display: block;
}