/* ==========================================================================
   Download Landingpage
   ========================================================================== */

::selection {
    background: #000;
    color: #00a4fd;
}

::-moz-selection {
    background: #fff;
    color: #fff;
}

/* sticky footer */

html {
    height: 100%;
}

body.download-lp {
    display: flex !important;
    flex-direction: column;
    height: 100%;
}

.ie-11 body.download-lp {
    display: block !important;
}

body.download-lp .body-container-wrapper {
    flex: 1;
}


body.download-lp {
    padding-top: 0 !important;
    background-color: ##FCF8F5;
    //**background: -webkit-gradient(radial,center center,0,center center,100%,color-stop(0,#00a4fd),color-stop(100%,#006cff));
    background: -webkit-radial-gradient(center,circle cover,#00a4fd 0,#006cff 100%);
    background: radial-gradient(center,circle cover,#00a4fd 0,#006cff 100%);**//
}

body.download-lp .body-container-wrapper {
    background: transparent;
}

@media (max-width: 767px) {
    body.download-lp .body-container-wrapper {
        margin-bottom: 0;
    }
}

body.download-lp .header-container-wrapper {
    display: none;
}

body.download-lp .body-container .page-center {
    padding-bottom: 0;
}

body.download-lp .body-container .page-center.logo-section {
    padding-top: 70px;
    padding-bottom: 70px;
}

body.download-lp .body-container .form-container {
    padding: 30px;
    padding-top: 0;
}

@media (max-width: 767px) {
    body.download-lp .body-container .page-center {
        width: 100%;
    }

    body.download-lp .body-container .form-container {
        padding: 15px;
        padding-top: 0;
    }
}

@media (max-width: 1199px) {
    body.download-lp .body-container .form-container {
        width: 100% !important;
        max-width: 100% !important;
    }
}


/* form */

body.download-lp .hs-submit input[type="submit"] {
    display: inline-block;
    width: auto;
    text-align: center;
    letter-spacing: 0;
    font-weight: 600;
    text-transform: uppercase;
    transition: all .2s ease;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 2px solid #ffdc00;
    background: #ffdc00;
    color: #424242;
    font-size: 18px;
    border-radius: .25em;
    padding: 20px 70px;
    text-decoration: none !important;
    margin-top: 15px;
    margin-bottom: 40px;
    pointer-events: none;
    opacity: 0.4;
    white-space: normal;
}

@media (max-width: 767px) {
    body.download-lp .hs-submit input[type="submit"] {
        padding: 20px 25px;
        width: 100%;
        margin-bottom: 0;
    }
}

body.download-lp .hs-submit input[type="submit"].valid {
    opacity: 1;
    pointer-events: visible;
}

body.download-lp .hs-submit input[type="submit"].valid:hover {
    opacity: 0.7;
}

body.download-lp input[type="submit"],
body.download-lp .hs-input {
    outline: none !important;
    transition: all .2s ease;
}

body.download-lp .hs-input {
    border-color: #9B9B9B;
    background: #fff !important;
    margin: 0 !important;
    padding-right: 35px !important;
    background-image: none !important;
    background-size: 20px !important;
    background-repeat: no-repeat !important;
    background-position: center right 10px !important;
    width: 100% !important;
    max-width: none !important;
}

body.download-lp .hs-input[type="checkbox"] {
    width: auto !important;
    display: inline-block;
    margin-right: 7px !important;
    padding-right: 0 !important;
}

body.download-lp .hs-form-booleancheckbox-display,
body.download-lp .hs-field-desc {
    color: #444444;
}

body.download-lp .hs-field-desc {
    font-size: 13px;
    line-height: 21px;
    font-style: italic;
}

@media (max-width: 767px) {
    body.download-lp .hs-input {
        font-size: 16px !important;
    }
}

body.download-lp textarea {
    resize: none;
}

body.download-lp select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px !important;
    font-weight: 400 !important;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    margin: 10px 0;
    display: block;
}

body.download-lp .hs-fieldtype-select .input {
    position: relative;
}

body.download-lp .hs-fieldtype-select .input .hs-input {
    position: relative;
    z-index: 1;
    background-color: #fff !important;
    background-position: center right 26px !important;
}

body.download-lp .hs-fieldtype-select .input:after {
    position: absolute;
    content: "";
    top: 18px;
    right: 8px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #3e3e3e transparent transparent transparent;
    z-index: 2;
}

body.download-lp .hs-input:hover,
body.download-lp .hs-input:focus {
    border-color: #00a4fd !important;
}

body.download-lp .hs-input.invalid.error,
body.download-lp .hs-input.invalid.error:hover {
    border-color: red !important;
}

body.download-lp .hs-error-msgs {
    margin-top: 4px;
    margin-bottom: 0;
    padding-left: 0;
    line-height: 16px;
    list-style: none !important;
}

body.download-lp .hs_error_rollup {
    text-align: center;
    margin-top: 20px;
}

body.download-lp .hs-form-field {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0 !important;
}

body.download-lp .hs-form-field .hs-form-required {
    display: none;
}

body.download-lp .hs-form-field > label {
    position: absolute;
    top: 8px;
    left: 15px;
    transition: all 0.5s;
    cursor: text;
}

@media (max-width: 767px) {
    body.download-lp .hs-form-field > label {
        top: 9px;
        font-size: 16px;
    }
}

body.download-lp .hs-form-field.hs-fieldtype-select > label {
    display: none !important;
}

body.download-lp .hs-form-field.with-text > label {
    top: -22px;
    font-size: 11px;
    left: 3px;
    color: #000;
}

body.download-lp .hs-form-field.with-text.focussed > label {
    color: #000;
}

body.download-lp .tel-hint {
    margin-bottom: 0;
    margin-top: -8px;
    font-size: 12px;
    line-height: 16px;
    font-style: italic;
    color: #9b9b9b;
}

@media (max-width: 767px) {
    body.download-lp .hs-form-field.hs_phone {
        margin-top: 30px;
    }
}

@media (min-width: 768px) {
    body.download-lp .hs-form-field.hs_country_code {
        padding-right: 5px !important;
    }

    body.download-lp .hs-form-field.hs_phone {
        padding-left: 5px !important;
    }

    body.download-lp .hs-form-field.hs_phone > label {
        left: 20px;
    }
}

body.download-lp .hs-form-field.with-text .hs-input:required:valid,
body.download-lp .hs-form-field.with-text .hs-input:optional {
    border: 1px solid #2DBE60;
    background-image: url(https://insights.staffbase.com/hubfs/Landing%20Pages/check-icon-green.svg) !important;
    background-size: 20px !important;
    background-repeat: no-repeat !important;
    background-position: center right 10px !important;
}

body.download-lp .hs-form-field.with-text .hs-input[type="checkbox"]:required:valid,
body.download-lp .hs-form-field.with-text .hs-input[type="checkbox"]:optional {
    background-image: none !important;
}

body.download-lp .hs-form-field.with-text select.hs-input:required:valid {
    background-position: center right 26px !important;
}

body.download-lp .hs-form-field.with-text .hs-input.invalid.error {
    background-image: none !important;
}


/* cover */

body.download-lp .download-cover {
    box-shadow: -5px 5px 12px rgba(0, 0, 0, .2)
}

@media (max-width: 767px) {
    body.download-lp .download-cover {
        max-width: 200px;
    }
}


/* headline */

body.download-lp .staffbase-headline-container {
    padding: 30px;
    padding-bottom: 0;
}

@media (max-width: 767px) {
    body.download-lp .staffbase-headline-container {
        padding: 15px !important;
        margin-top: 20px;
    }
}

@media (max-width: 1199px) {
    body.download-lp .staffbase-headline-container {
        width: 100% !important;
        max-width: 100% !important;
    }
}

body.download-lp .staffbase-headline-container h1 {
    font-size: 28px;
    line-height: 36px;
    color: #000;
}

body.download-lp .staffbase-headline-container h2 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    margin-top: 20px;
}

@media (max-width: 767px) {
    body.download-lp .staffbase-headline-container h1 {
        margin-bottom: 0;
    }
}

body.download-lp .staffbase-headline-container p {
    color: #000;
    margin: 15px 0;
    font-size: 18px;
    line-height: 26px;
    margin-top: 15px;
}

body.download-lp .container-right p {
    color: #000;
    margin: 15px 0;
    font-size: 18px;
    line-height: 26px;
    margin-top: 15px;
    padding-left: 5px;
    padding-right: 5px;
}


/* logo section */

body.download-lp .section-headline {
    margin-bottom: 50px;
    font-size: 28px;
    line-height: 38px;
    max-width: 800px;
    font-weight: 400;
    color: #000;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

@media (max-width: 767px) {
    body.download-lp .section-headline {
         font-size: 20px;
         line-height: 26px;
         margin-left: 20px;
         margin-right: 20px;
         margin-bottom: 30px;
     }

    body.download-lp .logo {
        margin-bottom: 35px;
    }
}


/* helper */

.text-center {
    text-align: center;
}