.wrapper {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

.clear {
    clear: both;
    float: none;
}

footer {
    padding: 5px 0 0;
    margin: 0 0 0 0;
}

    footer.footerLight {
        background: none;
    }

    footer #kundeserviceemailfield {
        display: none;
    }

    footer h2 {
        text-transform: uppercase;
        padding: 0 20px;
        background: #f9f9fa;
        display: inline-block;
        color: #4e535d;
        font-size: 20px;
    }

    footer .social {
        text-align: center;
        margin: 10px 0;
    }

        footer .social a {
            margin: 0 10px 0 0;
        }

    footer .footer-links {
        float: left;
        width: 192px;
        font-size: 90%;
    }

        footer .footer-links h3 {
            margin: 10px 0;
            font-size: 14px;
            text-transform: uppercase;
            color: #535353;
            font-weight: bold;
        }

        footer .footer-links a {
            color: #4e535d;
            line-height: 160%;
            font-size: 13px;
        }

    footer .logos {
        width: 100%;
        height: 71px;
        float: left;
        margin: 30px 0;
        padding: 0;
    }

        footer .logos div {
            width: 160px;
            float: left;
        }

        footer .logos a {
            text-align: left;
            vertical-align: middle;
        }

            footer .logos a img {
                vertical-align: middle;
            }

    footer .footer-end {
        background: url('../images/footer_bg.jpg');
        width: 100%;
        height: 151px;
        clear: both;
        color: #000;
    }

        footer .footer-end .e-handel {
            margin: 0 auto;
            padding-top: 30px;
        }

        footer .footer-end p {
            float: left;
            clear: none;
            padding-top: 30px;
            font-size: 130%;
            line-height: 140%;
        }

            footer .footer-end p.control {
                margin: 0 0 0 100px;
                height: 32px;
                width: 99px;
            }

            footer .footer-end p.e-handel {
                margin: 0 0 0 90px;
            }

            footer .footer-end p.price {
                float: right;
                text-align: right;
                margin-left: 90px;
            }

                footer .footer-end p.price img {
                    margin-top: 5px;
                    display: inline-block;
                }

            footer .footer-end p a {
                color: #fff;
            }

        footer .footer-end .smiley {
            margin-top: 5px;
            display: inline-block;
        }

        footer .footer-end .trustpilot {
            width: 140px;
            float: left;
            padding-top: 30px;
            margin-left: 100px;
        }

footer h1,
footer h2,
footer h3,
footer p,
footer span,
footer li,
footer td,
footer a {
    font-family: arial, sans-serif;
    font-size: 12px;
    line-height: 12px;
}

footer li {
    padding-bottom: 3px !important;
}

footer li a {
    text-decoration: none;
}

footer li a:hover {
    text-decoration: underline;
}

footer div.footer-end p a {
    text-decoration: none;
}

    footer div.footer-end p a:hover {
        text-decoration: underline;
    }

footer div.footer-end p.center {
    float: none;
    text-align: center;
    margin: auto;
}


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

footer ul, footer li, footer img {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}

@media (max-width: 992px) {

    #footer{
        display:none;
    }
}

.footer-responsive{
    height: 124px;
    color: #fff;
    padding-top: 30px;
    background: url('../images/footer_bg.jpg');
    margin-top: 100px;
}

@media (min-width: 992px) {

    .footer-responsive{
        display:none !important;
    }
}