#footer-container{
    width: 1024px;
    margin-left: 20px;
}
.footer-group{
    width:100%;
    display: table;
}
#footer-navigation{
    border: 2px solid gray;
    margin: 0 5px 5px 5px;
}
.footer-group-element{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.footer-group-element .wide-logo{
    width: 150px;
}
/*.wide-logo{*/
/*    float:left;*/
/*}*/
#footer-page-version{
    width: 20%;
}
.footer-nav-cell{
    width: 13.2%;
}
#logo-group-1, #logo-group-3{
    width:20%
}
#logo-group-2{
    width: 60%;
}
#logo-group-2 .footer-group-sub-element{
    display:inline-block;
}
#logo-group-3{
    text-align: right;
}
#simple-logo{
    width: 300px;
}
#paypal-logo, #opten-logo{
    width: 100px;
}
@media only screen and (max-device-width: 688px) {
    #footer-container{
        width: 100%;
        margin: 0;
    }
    #footer-navigation{
        margin:0;
    }
    .footer-group-element{
        display: table-row;
    }
    #logo-group-3{
        text-align: center;
    }
    #logo-group-1 .footer-group-element{
        display: table-cell;
        width: 50%;
    }
    #logo-group-1 img{
        width: 40%;
    }
    #veritas-logo-container{
        text-align: right;
    }
    #opten-logo-container{
        text-align: left;
    }
    #proci-logo{
        width: 300px;
    }
    #simple-logo{
        width: unset;
    }
    #footer-page-version, #footer-copyright{
        font-size: 25px;
    }
    #footer-cookie{
        width: 95%;
        margin: 20px;
    }
    #cookie-content{
        font-size: 35px;
        text-align: justify;
    }
}
