@media only screen and (max-width : 1000px) {
    /* General */
    * {
        box-sizing: border-box;
        -webkit-text-size-adjust: 100%;
    }
    .mobile {
        display: block;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    ol {
        padding-left: 24px;
    }
    table.form input.submit {
        -webkit-appearance: none;
    }
    body.frontend,
    textarea,
    table,
    input,
    select {
        font-size: 14px;
        line-height: 24px;
    }
    #header,
    #menu,
    #content-frame,
    #content,
    #left,
    #left + #content,
    #footer-top,
    #footer-bottom {
        width: 100%;
    }
    #footer-actions {
        display: none;
    }
    #mannesmann-colors {
        background: url("/images/common_microsite/layout/bg-mannesmann-colors-left.png") no-repeat 0 0;
        background-size: 70%;
    }
    /* Header */
    #header-frame {
        height: auto;
    }
    #header {
        padding: 20px 25px;
    }
    #header-image {
        position: relative;
        top: auto;
        height: auto;
    }
    #logo {
        position: relative;
        top: auto;
        width: auto;
    }
    #slogan {
        position: relative;
        top: auto;
        left: auto;
        margin: 10px 0;
    }
    #breadcrumb {
        position: relative;
        top: auto;
    }
    #menu-frame {
        position: relative;
        top: auto;
    }
    #menu {
        height: auto;
    }
    .menu-main {
        float: none;
    }
    .menu-main li {
        float: none;
        border-bottom: 1px solid #ccc;
    }
    .menu-main li.first {
        border-top: 1px solid #ccc;
    }
    .menu-main li.level_1 {
        position: relative;
        padding: 0;
    }
    .menu-main li.haschilds:after {
        clear: left;
        content: "+";
        font-size: 20px;
        color: #ccc;
        font-weight: bold;
        display: block;
        height: 48px;
        line-height: 52px;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        width: 50px;
        cursor: pointer;
        border-left: 1px solid #ccc;
    }
    .menu-main li.haschilds.open:after {
        background: #fff none repeat scroll 0 0;
        border-bottom: 1px solid #ccc;
        content: "-";
    }
    .menu-main a,
    .menu-main .last a,
    .menu-main .first a {
        padding: 12px 0;
        background: none;
        display: block;
    }
    .menu-main li ul.level_2 {
        border-top: 1px solid #ccc;
    }
    .menu-main ul.level_2 li {
        border: 0;
    }
    .menu-main ul.level_2 li a {
        border-bottom: 1px solid #ccc;
        padding-left: 15px;
    }
    .menu-main ul.level_2 a.last {
        border-bottom: 0;
    }
    .menu-main ul.level_3 {
        border-bottom: 1px solid #ccc;
    }
    .menu-main ul.level_3 li a {
        padding-left: 25px;
    }
    .menu-main li.level_2.last li a.last,
    .menu-main li.level_2.last ul.level_3 {
        border-bottom: 0;
    }
    .menu-main li.level_2.last ul.level_3 {
        border-top: 1px solid #ccc;
    }
    /* Footer */
    #footer {
        background: none;
    }
    #footer-bottom {
        background: #333333 url("/images/common_microsite/layout/bg-footer-frame.png") repeat-x scroll 0 top;
        padding: 38px 25px 20px;
        height: auto;
        min-height: 161px;
        font-size: 13px;
        line-height: 18px;
    }
    #footer-top {
        padding: 0 25px;
        height: auto;
        margin: 0 0 10px;
    }
    /* Content */
    #content-frame {
        padding: 25px 25px 40px;
    }
    #content-contact {
        width: 250px;
    }
    #content-contact-content a {
        height: auto;
    }
    .contact-form input.text,
    .contact-form textarea,
    .contact-form select {
        width: 100%;
    }
    .contact-form select {
        height: 34px;
    }
    .contact-form .input-city-wrapper {
        width: 70%;
        margin-left: 2%;
    }
    .contact-form .input-zip-wrapper {
        width: 28%;
    }
    .contact-form .submit {
        bottom: 10px;
    }
    #content .contact-form table.form {
        width: 100%;
    }
    #left {
        display: none;
    }
    .responsive-video {
        position: relative;
        padding-bottom: 56%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
    }
    .responsive-video iframe,
    .responsive-video object,
    .responsive-video embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}
@media only screen and (max-width : 718px) {
    .custom-contact-form {
        float: none;
        margin-left: 0;
        clear: both;
    }
    #content-contact {
        border: 0 none;
        float: none;
        margin: 0 auto 20px !important;
        width: 240px;
    }
    .page {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width : 600px) {
    #header {
        padding: 20px 10px;
    }
    #content-frame {
        padding: 25px 10px 40px;
    }
    #mannesmann-colors {
        display: none;
    }
    #footer-top {
        padding: 0 10px;
    }
    #footer-bottom {
        padding: 38px 10px 20px;
    }
    table.content-image-text td {
        display: block;
    }
}
@media only screen and (max-width : 540px) {
    .custom-image-slider,
    .custom-image-slider-container {
        width: 100%;
        overflow: visible;
    }
    .custom-image-slider-container {
        margin-top: 70px;
    }
    .custom-image-slider a {
        width: 100% !important;
        height: auto !important;
    }
    .custom-image-slider-wrapper {
        bottom: auto;
        top: -42px;
    }
    .custom-image-slider-container .custom-image-slider-slide-background {
        width: 100%;
        bottom: auto;
        top: -50px;
    }
    .custom-image-slider .text {
        background: rgba(0,0,0,0.3);
    }
}
@media only screen and (max-width : 480px) {
    #header-image,
    #breadcrumb {
        display: none;
    }
    img.content-image-text.right {
        float: none;
        display: block;
        margin: 0 auto;
    }
    table.content-image-text,
    #content table.content-image-text table,
    table.content-image-text tbody,
    table.content-image-text tr,
    table.content-image-text td {
        display: block;
        width: 100%;
    }
    img.content-image-text {
        float: none;
        display: block;
        margin: 0 auto;
    }
    table.content-image-text td img {
        float: none;
        display: block;
        margin: 0 auto;
    }
    div.content-image img {
        margin: 0 auto;
        display: block;
    }
    a[href^=tel] {
        background: none !important;
        height: auto !important;
        display: inline-block !important;
        padding: 0 !important;
        margin: 0 !important;
        text-decoration: underline !important;
    }
    #content-contact-content a[href^=tel] {
        font-size: 28px;
    }
}
