/*
 * ------------------------------------------------------------------
 *
 * Footer
 *
 */
:root {
   color-scheme: light dark;
}

.wh_footer {
    text-align: center;
    padding-top: 1.5em;
    position: relative;
    bottom: 0;
    width: 100%;
    color: light-dark(#000028, #ffffff);
    background: none light-dark(#f3f3f0, #000028);
    font-size: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    max-height: 100px;
    overflow: hidden;
}

.wh_footer a {
    color: light-dark(#005159, #ffffff);
    text-decoration: underline;
}

.header div {
    margin: .25em;
    width: 50%;
    padding: 1em;
}

.header a {
    color: #FF0000;
    text-align: right;
    margin: 0.25em;
    padding: 0.25em;
}

.header img {

    text-align: right;
}

.sm_icon {
    width: 20px;
    height: 20px;
}

.sm_icon.youtube{
    content: url("resources/images/youtube_light.svg");
}

.sm_icon.linkedin{
    content: url("resources/images/linkedin_light.svg");
}

.sm_icon.facebook{
    content: url("resources/images/facebook_light.svg");
}

.sm_icon.mail{
    content: url("resources/images/modern/email_light.svg");
}

.dark .sm_icon.youtube{
    content: url("resources/images/youtube_dark.svg");
}

.dark .sm_icon.linkedin{
    content: url("resources/images/linkedin_dark.svg");
}

.dark .sm_icon.facebook{
    content: url("resources/images/facebook_dark.svg");
}
.dark .sm_icon.mail{
    content: url("resources/images/modern/email_dark.svg");
}

.cert-image_iec62443{
    content: url("resources/images/tuev_sued_iec62443.png");
}

.cert-image_iec61508{
    content: url("resources/images/tuev_sued_iec61508.png");
}

.footer_div_left,
.footer_div_right {
    width: 25%;
    align-content: center;
}

.footer_div_left img {
    max-height: 40px;
    height: 90%;
    vertical-align: baseline;
    overflow: visible;
}

.footer_div_right img {
    max-height: 40px;
    height: 90%;
    vertical-align: baseline;
    overflow: visible;
}