@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500,500italic,700,700italic);


body, html {
    padding: 0;
    margin: 0;
}


#fullFormHolder {
    background-color: #FFF;
    width: 100%;
    float: left;
    padding: 0 0 100px 0;
}

.formInformation {
    float: left;
    width: 100%;
    margin: 20px 0 20px 0;
}

    .formInformation p {
        margin-top: 7px;
    }

    .formInformation h3 {
        font-size: 2.25em;
        line-height: 1.5em;
        color: #333333;
    }

.formContainer h3  {
    font-weight: 400;
    font-size: 2.25em;
    line-height: 1.52;
    float: left;
    width: 100%;
    margin: 5px 0 7px 0;
    padding: 0;
}

.formContainer p {
    float: left;
    width: 100%;
    padding: 0;
    font-size: 1.25em;
    color: #333333;
    line-height: 1.52;
}

.formContainer input + label p  {
    float: left;
    width: auto;
    margin: 0 0 7px 0;
    padding: 0;
    font-size: 1em;
    font-weight: 300;
}

span.boldText {
    font-weight: 700;
    float: left;
    width: 100%;
    margin: 0 0 7px 0;
    padding: 0;
}

.inputClassContainer {
    position: relative;
}

.inputClass {
    float: left;
    width: 100%;
}

span.customMessage {
    color: #DE4E4E;
    font-size: 0.75em;
    font-style: italic;
    font-weight: 500;
    text-align: left;
    left: 2px;
    right: auto;
    width: 90%;
}

.customMessage-position-relative {
    bottom: inherit;
    position: relative;
}


.customMessage-position-initial {
    margin-left: 14px;
    float: left;
    position: initial !important;
}

/* Form-widths
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.formContainer {
    color: #4e565f;
    width: 100%;
    max-width: 588px;
    position: relative;
    margin: auto;
}

.half-width {
    float: left;
    width: 48%;
    margin: 0 0 20px 0;
}

.full-width {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
}

.margin-right {
    margin-right: 2%;
}

.margin-left {
    margin-left: 2%;
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */


.formHead {
    float: left;
    width: 100%;
    padding: 20px 0;
    margin: 0px 0;
}

    .formHead label {
        font-size: 1.25em;
        font-weight: 500 !important;
        color: #63b91b;
        float: left;
        padding: 0;
        margin: 0;
    }

    .formHead img {
        float: right;
        cursor: pointer;
        margin-top: 4px;
        transition: all 0.3s;
    }

.invoiceopacity {
    opacity: 0.2;
    color: #959595 !important;
}

#arendeForm, #kontaktForm {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}

#HelpMessage p {
    margin-top: 5px;
    margin-bottom: 25px;
    font-size: 1em;
}

.form-border {
    width: 100%;
    float: left;
    height: 1px;
    background-color: #e4e4e4;
}

.formContainer textarea,
.formContainer select,
.mutliselector .btn {
    float: left;
    text-align: left;
    background-color: #F7F7F7 !important;
    border-color: #B7BBBD;
    font-size: inherit;
    border-radius: 4px !important;
    min-width: 208px;
    height: 56px;
    font-weight: 400;
    top: 5px;
    border: 1px solid #B7BBBD !important;
}

.mutliselector .btn {
    width: 100% !important;
    color: #4D575D;
    padding: 5px 0px 5px 8px !important;
}

.mutliselector .btn-group {
    background-color: #ffffff;
    box-shadow: none;
}

    .mutliselector .btn-group .multiselect-selected-text {
        padding-left: 0;
    }


span.multiselect-selected-text {
    padding: 0 5px;
    float: left;
}

.dropdown-menu {
    min-width: 100%;
    width: 100%;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 1rem;
    text-align: left;
    list-style: none;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0;
    background-color: #F7F7F7 !important;
}

    .dropdown-menu a {
        color: #4e565f;
        font-size: 0.88em;
    }

    .dropdown-menu ul li:focus, .dropdown-menu ul li .checkbox:focus {
        outline: 0 !important;
    }

.btn-group .multiselect-container li a {
    font-size: 0.88em;
    box-shadow: none !important;
    text-decoration: none;
    padding: 12px;
    margin: 0px;
    background-color: #F7F7F7 !important;
    color: #1F2325 !important;
}

.btn-group .dropdown-menu li a label::before {
    font-weight: 400;
    color: #1F2325;
    left: 30px;
    width: 24px;
    height: 24px;
    border: 3px solid;
    border-color: #008A00;
    border-radius: 4px;
    content: "";
    display: inline-block;
    vertical-align: -6px;
    box-shadow: inset 0 0px 0px #E6E6E6;
    margin-right: 0.5em;
    font-size: 1.25em;
}

.content .multiselect-container li:before {
    content: "";
}

.btn-group .dropdown-menu .active a label::before {
    background-color: #008A00;
}

.btn-group .dropdown-menu .active a label::after {
    content: '';
    position: absolute;
    z-index: 8;
    width: 11px;
    height: 8px;
    border: 2px solid #FFFFFF;
    top: 14px;
    left: 6px;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
    transition: width var(--checkbox-transition-75,75ms) ease var(--checkbox-transition-50,50ms);
}

.content .multiselect-container li a:focus {
    outline: none !important;
}


.formContainer textarea {
    min-height: 125px;
    padding: 10px 9px 9px 13px;
}

.formContainer fieldset {
    padding: 0;
    border-width: 0;
}

.formContainer option[value=""][disabled] {
    display: none;
}


[disabled]::-webkit-input-placeholder {
    text-decoration: line-through;
    color: #DCDCDC;
}

[disabled]:-moz-placeholder {
    text-decoration: line-through;
    color: #DCDCDC;
}

[disabled]::-moz-placeholder {
    text-decoration: line-through;
    color: #DCDCDC;
}

[disabled]:-ms-input-placeholder {
    text-decoration: line-through;
    color: #DCDCDC;
}

.formContainer input[type="text"][disabled],
.formContainer input[type="number"][disabled] {
    background-color: transparent;
}

.formContainer textarea[disabled],
.formContainer select[disabled] {
    background-color: #efefef;
    color: @color-black-pearl;
}

::-webkit-input-placeholder {
    color: #999;
    font-style: italic;
}

:-moz-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

.formContainer input[type="submit"], #submitSpan {
    font-size: 1.13em;
    line-height: 1.52;
    background-color: #008A00;
    color: #FFFFFF;
    width: auto;
    float: right;
    margin: 20px 1% 20px 0;
    padding: 13px 40px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    transition: all .2s;
}

    .formContainer input[type="submit"]:focus, #submitSpan:focus {
        outline: none;
    }

    .formContainer input[type="submit"]:hover, #submitSpan:hover {
        background-color: #76b726;
    }

input.uploadclass[type="submit"] {
    background-color: #4e565f;
    float: left;
    width: 170px;
}

#HelpMessage ul li {
    float: left;
    width: 100%;
}

.uploaded-files {
    width: 100%;
    float: left;
    margin: 25px 0 -20px 0;
}

    .uploaded-files ul {
        margin: 0;
        padding: 0;
    }

        .uploaded-files ul li {
            width: 100%;
            list-style-type: none;
            float: left;
        }

.uploaded-span {
    float: left;
    padding: 5px 0 11px 0px;
    margin: 0px 0 10px 0;
}

.uploaded-cross {
    float: right;
    width: 15px;
    cursor: pointer;
    margin-top: 8px;
}

    .uploaded-cross img {
        float: left;
        width: 100%;
        margin-top: 1px;
    }

#button-cursor {
    float: left;
    margin: 5px auto 5px auto;
    width: 380px;
    z-index: 0;
}

.form-group .fileupload span {
    position: relative;
    overflow: hidden;
    margin: 10px;
    cursor: pointer;
    font-size: 1em;
    line-height: 1.52;
    color: #333333;
    padding-left: 25px;
}

    .form-group .fileupload span:before {
        background-image: url(/assets/icons/file.svg);
        background-repeat: no-repeat;
        content: "";
        display: block;
        position: absolute;
        width: 16px;
        height: 18px;
        left: 0;
    }

input#myfile {
    font-size: 6.25em;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -khtml-opacity: 0.0;
    -moz-opacity: 0.0;
}

.full-check-row {
    float: left;
    width: 100%;
}

.checkLabel {
    float: left;
    width: 100%;
    font-size: 1.13em;
    font-weight: 500 !important;
    color: #7ac546;
}

.spanQuestion {
    font-weight: 500;
    width: auto !important;
}

.spanAnswer {
    font-weight: 400;
    width: auto !important;
    margin-left: 10px !important;
}

.goBackButton {
    float: left;
    width: auto !important;
    margin: 32px 0 0 15px !important;
    cursor: pointer;
}

.errorinformation {
    background-color: #FFF;
    float: left;
    width: 100%;
    padding: 25px 3% 30px 3%;
    border: 1px solid #e6e6e6;
    border-top: 4px solid #ac2828;
    margin: 40px 0 10px 0;
}

    .errorinformation p {
        margin: 0;
        padding: 0;
        float: left;
    }

    .errorinformation span {
        font-weight: 700;
        padding: 0;
        margin: 10px 0 12px 0;
        float: left;
    }

span.moveOnButton {
    float: left;
    margin: 11px 0 0 20px;
    cursor: pointer;
}

    span.moveOnButton:hover {
        text-decoration: underline;
    }

span.locale.active {
    font-weight: 700;
}

.checkMyAnswers {
}

    .checkMyAnswers span {
        width: 100%;
        float: left;
        margin: 5px 0 0 0;
        font-size: 1em;
    }

    .checkMyAnswers ul li {
        float: left;
        width: 100%;
    }

label.checkLabel span {
    font-size: 1.25em;
}

.topMargin {
    float: left;
    width: 100%;
    margin-top: 40%;
}

.display-none {
    display: none;
}

.display-block {
    display: block;
}

.margin-bottom {
    margin-bottom: 20px;
}

.cursor-pointer {
    cursor: pointer;
}

.formContainer .full-width .locale {
    float: right;
    cursor: pointer;
}

.formContainer .full-width .locale-margin {
    float: right;
    margin: 0 5px 0 5px;
}

.invoiceForm-full-width {
    width: 100%;
}

.warrantyWarningBox {
    top: -17px;
}

.form-margin {
    margin: 5px 0 25px 0
}

.sum-check-choises {
    font-weight: 500;
}

.float-left {
    float: left;
}

.list-style-type {
    list-style-type: none;
    float: left;
}

.form-border-margin {
    margin: 25px 0 20px 0;
}

.span-width-auto {
    width: auto !important;
}

.phb-btn-accept-and-submit {
    float: left;
    width: auto;
}

.full-width-margin-top {
    margin-top: 15px;
}

.full-check-row-margin {
    margin: 10px 0;
}

.formSucced {
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url(/assets/send_bg.png);
    background-repeat: repeat;
    z-index: 999;
    overflow-y: scroll;
    top: 0;
    left: 0;
}

.formSuccedText {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 1.63em;
    margin: 30px 0 20px 0;
    line-height: 1.52;
}

.formSuccedNumber {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 1.63em;
    margin: 10px 0;
}

.formedSpan {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 1em;
    margin: 3px 0;
}

#sendImg {
    width: 85px;
    display: block;
    margin: auto;
}

.succedCenter {
    width: 180px;
    position: relative;
    margin: auto;
}

.succedButton {
    font-size: 0.88em;
    line-height: 1.57em;
    background-color: #008A00;
    color: #FFFFFF;
    width: 100%;
    float: left;
    margin: 35px 0 35px 0;
    padding: 13px 0;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    text-align: center;
    transition: all .2s;
}

    .succedButton:hover {
        background-color: #76b726;
    }

@media (max-width: 549px) {
    .formContainer {
        width: 90%;
    }

    .half-width {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .margin-right {
        margin-right: 0;
    }

    .margin-left {
        margin-left: 0;
    }

    .nationalFlags {
        max-height: 40px;
    }

    .topMargin {
        margin-top: 20%;
    }

    .goBackButton {
        width: 95% !important;
        margin: 0px 0 30px 5px !important;
    }
}

::-webkit-input-placeholder {
    color: #999;
    font-style: normal;
    font-weight: 300;
}

:-moz-placeholder {
    color: #999;
    font-style: normal;
    font-weight: 300;
}

::-moz-placeholder {
    color: #999;
    font-style: normal;
    font-weight: 300;
}

:-ms-input-placeholder {
    color: #999;
    font-style: normal;
    font-weight: 300;
}

input[type="checkbox"] + label::before {
    float: left;
}

.goBackButton {
    font-size: 1.13em;
}

.GarantiservicePage-view .dropdown-toggle:after {
    content: none;
}

.GarantiservicePage-view .dropdown-toggle .caret {
    display: none;
}