.span1-5 {
    width: 130px;
}

.contact-info {
    margin-bottom: 60px !important;
}

.contact-info h1 {
    color: #ed7c20;
    font-size: 20px;
    font-family: source_sans_probold;
    line-height: 1.3;
    margin-top: 7px;
    margin-bottom: 8px;
    padding-bottom: 0;
    position: relative;
}

.address-text {
    background-image: url('/themes/deschenker/images/de_schenker_pand.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 380px;
    position: relative;
}

.address-text:before {
    content: '';
    background-image: url('/themes/deschenker/images/info-badge.svg');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    height: 150px;
    width: 266px;
}

.address-text address {
    position: absolute;
    top: 10px;
    left: 21px;
    color: #fff;
}

.address-text address strong {
    letter-spacing: 0.7px;
    font-size: 15px;
}

.address-text address a {
    text-decoration: none;
}

.address-text address a:hover {
    text-decoration: underline;
}

.address-text address a,
.address-text address a:hover {
    color: #fff;
}

#user-form {
    display: inline-block;
    width: 100%;
}

#user-form input:not(.text-input-font) {
    width: calc(100% - 144px);
}

.upload-logo .uploader-block {
    width: calc(100% - 130px);
}

.upload-logo .uploader-block .textupload {
    display: inline-block;
    width: 100%;
}

.upload-logo .uploader-block .file-drop {
    width: 100%;
}

#user-form .uploader-block {
    float: none;
    display: block;
}

#user-form .upload-logo label {
    min-height: 20px;
}

#user-form .uploader-block .textupload input {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    height: 38px;
}

#user-form .form-comments label {
    display: block;
    vertical-align: top;
}

#user-form .form-comments textarea {
    display: inline-block;
    width: calc(100% - 147px);
}

.form-submit {
    text-align: right;
}

#user-form .form-submit button.btn {
    background-color: #468847;
    background-image: none;
    color: #fff;
    border-color: #3d733e;
    letter-spacing: 0.5px;
    margin-right: 0;
    box-sizing: border-box;
    font-family: interstateregular !important;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    margin-top: 21px;
    margin-bottom: 60px;
    float: left;
}


@media (min-width: 768px) {
    #user-form .upload-logo label:not(.file-drop),
    #user-form .form-comments label {
        width: 130px;
    }

    #user-form .uploader-block {
        display: inline-block;
    }

    #user-form .form-comments label {
        display: inline-block;
    }

    .address-text {
        height: 290px;
        width: 100%;
    }

    .address-text:before {
        height: 115px;
        width: 195px;
    }

    .address-text address {
        top: 7px;
        left: 15px;
        line-height: 1.3;
    }

    .span5.offset1 {
        margin-left: 42px;
    }

    #user-form .form-submit button.btn {
        float: right;
    }
}

@media (min-width: 992px) {
    .address-text {
        height: 380px;
        width: 100%;
    }

    .address-text:before {
        height: 150px;
        width: 266px;
    }

    .address-text address {
        top: 10px;
        left: 21px;
        line-height: 1.5;
    }

    .span5.offset1 {
        margin-left: 82px;
    }

}