.contact-header {
    background-image: url('/global/images/assets/leinwandfoto-contact-service.jpg');
    background-repeat: no-repeat;
    background-position: right bottom;
    height: 325px;
    margin-bottom: 40px;
}
    .contact-header h1 {
        border: 0;
        color: #7b7b7b;
        font-size: 28px;
        line-height: 1.3em;
        margin: 0;
        padding: 0;
        text-align: left;
    }
    .contact-header .contact-number {
        color: #82b338;
        font-size: 50px;
        font-weight: bold;
    }
    .contact-header p {
        font-size: 18px;
        line-height: 1.3em;
    }
    .contact-header .contact-number + p {
        line-height: 1em;
    }
    .contact-header p small {
        font-size: 13px;
        line-height: 1.3em;
    }
.contact-area {
    background-color: #82b338;
}
    .contact-area .headline {
        background-color: #4e8028;
        color: #fff;
        padding: 15px;
    }
    .contact-area div {
        color: #fff;
        padding: 15px;
    }
    .contact-area a {
        color: #fff;
        text-decoration: underline;
    }
    .contact-area hr {
        background-color: #fff;
    }
    .contact-area img {
        margin-top: 5px;
        vertical-align: middle;
    }
.faq-area {
    background-color: #f2f2f2;
    margin-top: 20px;
}
    .faq-area .headline {
        background-color: #7b7b7b;
        color: #fff;
        padding: 15px;
    }
    .faq-area div {
        color: #fff;
        padding: 15px;
    }
    .faq-area a {
        color: #7b7b7b;
    }
    .faq-area ul {
        margin-top: 0;
        margin-bottom: 0;
    }
    .faq-area .arrows li:before {
        margin-right: -0.8em;
    }
.contact-content input[name="email_2"] {
    display: none;
}
.contact-content .content.active {
	padding-top: 10px;
}
.contact-content .row {
    margin-left: -8px;
    margin-right: -8px;
}
.contact-content .row + .row + .row {
	margin-top: 25px;
}
    .contact-content .col {
        line-height: 1.3em;
        padding-left: 8px;
        padding-right: 8px;
    }
.contact-content input[type="text"],
.contact-content textarea {
    background-color: #e5e5e5;
    border-color: #e5e5e5;
    border-radius: 0;
    font-size: 16px;
    padding: 15px;
    width: 100%;
}
.contact-content input[type="text"].error,
.contact-content textarea.error {
    background-color: #ffe0e0;
    border-color: #f00;
}
.contact-content textarea {
    color: inherit;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.contact-upload {
    background-color: #fff;
    border: 1px solid #bababa;
    padding: 12px 15px;
    position: relative;
}
    .contact-upload .loading {
        background-color: #e4eed7;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 0;
    }
    .contact-upload p {
        margin: 0;
        position: relative;
        z-index: 1;
    }
    .contact-upload input {
        cursor: pointer;
        height: 100%;
        left: 0;
        margin: 0;
        opacity: 0;
        padding: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 2;
    }
    
.order-status [data-state="1"] .icon,
.order-status [data-state="2"] .icon,
.order-status [data-state="3"] .icon,
.order-status [data-state="4"] .icon,
.order-status [data-state="6"] .icon {
    background-image: url(/global/images/assets/sprite-order-icons.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    display: inline-block;
    width: 74px;
    height: 74px;
}
    .order-status [data-state="2"] .icon {
        background-position: -80px -77px;
    }
    .order-status [data-state="2"].active .icon {
        background-position: -80px 0;
    }
    .order-status [data-state="3"] .icon {
        background-position: -80px -77px;
    }
    .order-status [data-state="3"].active .icon {
        background-position: -80px 0;
    }
    .order-status [data-state="4"] .icon {
        background-position: -160px -77px;
    }
    .order-status [data-state="4"].active .icon {
        background-position: -160px 0;
    }
    .order-status [data-state="6"] .icon {
        background-position: -240px -77px;
    }
    .order-status [data-state="6"].active .icon {
        background-position: -240px 0;
    }
.order-status .tracking-code {
    border: 1px solid #ccc;
    display: inline-block;
    font-size: 2em;
    font-weight: 700;
    line-height: 1em;
    margin: 10px 0;
    padding: 20px 25px;
}
.order-status small {
    font-size: 12px;
    line-height: 1.3em;
}
.order-status .switch p {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0;
}
.order-status .js-product {
    color: #82b338;
    font-size: 20px;
}