#footer {
    height:500px;
    position:relative;
    overflow:hidden;
    background-color:#eee;
}
#footer .content-text,
#footer .content-image.logo,
#footer .mod_customnav {
    position:relative;
    float:right;
    display:block;
}
#footer .background {
    left:0;
    top:0;
    position:absolute;
    display:block;
}
#footer .background img {
    width:100%;
    float:left;
    display:block;
    margin-top:-5%;
    filter:grayscale(1);
    opacity:0.1;
}
#footer .content-image.logo img {
    width:auto;
    height:72px;
    padding:48px;
}
#footer .content-text {
    clear:both;
    padding:42px 48px;
    text-align:right;
    font-size:12px;
    line-height:24px;
    color:#666666;
}
#footer .mod_customnav {
    padding:90px 0 42px;
    text-align:right;
    font-size:12px;
    line-height:24px;
}
#footer .mod_customnav ul {
    list-style-type:none;
}
#footer .content-text a,
#footer .mod_customnav ul a {
    text-decoration:none;
    color:#666666;
}
#footer .content-text a:hover,
#footer .mod_customnav ul a:hover {
    color:#000;
}
#footer .footer-termin-link {
    position:relative;
    float:right;
    clear:both;
    display:block;
    margin:0 48px;
    padding:6px;
    background-color:#ffff;
    text-decoration:none;
    color:#85C12A;
    cursor:pointer;
    z-index:100;
}
#footer .footer-termin-link:hover {
    background-color:#85C12A;
    color:#fff;
}
