.footer-container {
    background-color: #1d8bcb;
    color: #FFF;
    padding-bottom: 25px;
    padding-top: 30px;
}



.footer-container .contact_formulier {
    background-color: #1d8bcb;
    padding: 0;
}

.footer-container textarea {
    max-height: 100px;
    resize: none;
}

.footer-container .gform_footer input {
    background-color: #74e100;
    border: none;
    border-radius: 3px 3px 4px 4px;
    font-size: 16px;
    text-transform: uppercase;
    padding: 12px 20px 10px 20px;
    font-family: Roboto,"Roboto Fallback";
    line-height: 1;
    top: 0;
    transition: top 0.5s, box-shadow 0.5s;
    -webkit-transition: .2s;
    box-shadow: 0px 2px 0px 2px #55a203;
    -webkit-box-shadow: 0px 2px 0px 2px #55a203;
    -moz-box-shadow: 0px 2px 0px 2px #55a203;
    position: relative;
}

.footer-container .gform_footer input:hover {
    top: 1px;
    box-shadow: 0 0px 0px 1px #55a203;
}

.footer-container span.widgettitle {
    font-size: 28px;
    letter-spacing: 1px;
    line-height: 1;
    padding-bottom: 20px;
    display: block;
}

.footer-container ul.menu {
    color: #74e100;
    padding-left: 16px;
    font-size: 12px;
}

.footer-container ul.menu li a {
    color: #FFF;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.8;
    font-weight: 300;
}

.footer-container .textwidget img {
    padding-bottom: 13px;
    position: relative;
    bottom: 3px;
}

.footer-container p {
    font-weight: 300;
    margin-bottom: 20px;
    letter-spacing: 1px;
    line-height: 1.4;
}

.footer-container p a {
    color: #FFF;
}

.footer-container ul.getsocial {
    padding-left: 0px;
}

.footer_cr {
    height: 40px;
    background-color: #AAA;
    color: #FFF;
    display: flex;
}

.footer_cr .container {
    display: flex;
}

.footer_cr a{
    color: #FFF;
}

.cp-rights {
    margin: auto 0;
}

.footer-container .gform_footer.top_label {
    padding-top: 0px;
}

.footer-container .textarea::-webkit-input-placeholder{
    color: #444444;
    line-height: 2;
    font-size: 18px;
    font-weight: 400;
}

.footer-container input[type="text"]{
    color: #444444;
    font-size: 18px;
}

.footer-container textarea{
    color: #444444;
    line-height: 2;
    font-size: 18px;
    font-weight: 400;
    padding-left: 10px;
}

span.footer_links {
    padding: 0 10px;
}

