@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700');

html, body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif !important;
}

body {
    overflow-x: hidden;
}

body > form {
    padding: 0 7px;
}

div, p , a {
    color: #14213d;
    line-height: 16px;
}

a {
    text-decoration: none;
}

a:focus,
a:hover,
a:active {
    text-decoration: underline;
}

.hidden {
    display: none !important;
}

header {
    border-bottom: 2px solid #ececec;
}

header .headerImg {
    margin: 15px 0px 18px;
}

.styleDivHeader {
    width: 100%;
    height: 30px;
    padding: 6px 20px;
    background: #14163d;
}

header div {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase; 
}

.headerTitle {
    color: #222;
    font-size: 23px;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    margin-top: 26px;
    margin-bottom: 15px;
    font-weight: 700;
}

iframe#I1 {
   height: 100px;
   float: left;
}

div.mcaffee {
    float: left;
    width: 115px;
    padding-top: 5px;
}

.sectionContainer {
    position: relative;
}

.sectionContainer > section {
    position: relative;
    top: -40px;
    opacity: 0;
    transition: all ease-in 0.6s;
    float: left;
    width: 100%;
}

.sectionContainer > section.flyIn {
    opacity: 1;
    top: -35px;
}

.sectionContainer h4 {
    margin-bottom: 20px;
    color: #222;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: 600;
}

label {
    font-size: 14px;
    color: #222;
    font-weight: 600;
    margin-bottom: 5px;
    letter-spacing: 0.025em;
}

label span {
    font-size: 12px;
    color: #101010;
    font-weight: 300;
}

.sectionContainer input,
.sectionContainer select {
    border: 1px solid #dadada;
    border-radius: 3px;
    height: 45px !important;
    font-size: 14px;
}

select {
    cursor: pointer;
    position: relative;
    z-index: 30;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent !important;
    font-size: 14px;
}

select::-ms-expand {
    display: none;
}

select + i.fa-caret-down,
select + label + i.fa-caret-down {
    position: absolute;
    z-index: 20;
    color: #14163d;
    top: 24px;
    right: 4px;
    padding-right: 12px;
    background: #fff;
    font-size: 30px;
    width: calc(100% - 9px);
    text-align: right;
    height: 45px;
    line-height: 45px;
    border-radius: 3px;
}

.sectionContainer .row {
    margin-left: -4.5px;
    margin-right: -4.5px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.sectionContainer .col-md-4,
.sectionContainer .col-md-12 {
    padding-right: 4.5px;
    padding-left: 4.5px;
}

input[type="submit"] {
    cursor: pointer;
    background: #8cd600;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    transition: all ease-in-out 0.4s;
}

#submitButton:hover {
    color: #222;
    background: #fff;
}

::placeholder,
select:invalid {
    color: #9b9b9b;
    font-size: 14px;
    font-weight: 300;
}

.einzelgbrWrapper {
    opacity: 0;
    transition: all ease-in-out 0.4s;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    /*display: none !important;*/
    height: 0;
}

.einzelgbrWrapper.visible {
    opacity: 1;
    margin-bottom: 25px !important;
    /*display: flex !important;*/
    height: auto;
}

.einzelgbrWrapper + .row {
    margin-top: 0;
}

.notice {
    font-weight: 300;
    color: #222;
    font-size: 12px;
    line-height: 1.25em;
    margin-top: 5px;
}

marginTop {
    margin-top: 15px;
}

.moduleCont {
    width: 485px;
    height: 180px;
    background: #ececec;
    padding: 31px 55px;
    box-sizing: border-box;
    float: left;
    cursor: pointer;
    position: relative;
    transition: background-color ease-in-out 0.4s;
}

.fa-angle-down {
    color: #fff;
    font-size: 35px;
    position: absolute;
    top: 22px;
    right: 43px;
    transition: all ease-in-out 0.4s;
}

.moduleCont:nth-of-type(2) {
    margin-left: 8px;
}

.moduleCont.chosen {
    background: #8cd600;
}

.moduleCont.chosen .fa-angle-down {
    transform: rotateZ(180deg);
}

.moduleCont h6 {
    font-size: 16px;
    width: 340px;
    color: #222;
    font-weight: 600;
    padding-bottom: 16.5px;
    border-bottom: 1px solid #fff;
    margin: 0;
}

.moduleCont.chosen h6 {
    color: #fff;
}

.moduleCont p {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #222;
    margin: 16.5px 0 0;
    width: 340px;
}

.moduleCont.chosen p {
    color: #fff;
}

div.reg_info {
    font-size: 18px;
    margin: 35px 0px 30px;
    letter-spacing: 0.05em;
    color: #222;
    line-height: 1.5em;
}

.langSwitcher {
    float: right;
    color: #fff;
    width: 120px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    height: 18px;
    line-height: 18px;
}

.langSwitcher p {
    margin: 0;
    color: #fff;
    height: 18px;
    line-height: 18px;
}

.langSwitcher p a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
}

.inputInnerWrapper,
.innerHeader {
    max-width: 978px;
    margin: 0 auto;
}

.inputInnerWrapper {
    padding: 35px 0;
}

.inputContact,
.inputEnd {
    background: #f5f5f5;
}

.inputEnd.b2bmode {
    background: #fff;
}

.inputEnd .inputInnerWrapper a {
    text-decoration: underline;
}

.inputEnd .inputInnerWrapper label,
.inputEnd .inputInnerWrapper a,
.inputEnd .inputInnerWrapper p {
    font-size: 14px;
    color: #222;
    font-weight: 400;
    line-height: 1.25em;
}

.inputEnd .inputInnerWrapper p {
    margin-top: 10px;
    margin-left: 30px;
}

.inputEnd .inputInnerWrapper label {
    margin-left: 30px;
}

input[type="checkbox"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid #dadada;
    width: 15px;
    height: 15px !important;
    background: #fff;
    cursor: pointer;
    position: absolute;
    top: 0px;
    margin: 0 !important;
}

input[type="checkbox"]:checked {
    background: #8cd600;
}

footer {
    position: relative;
    background: #14163d;
    padding: 45px 7px;
    overflow: hidden;
}

.footerInner {
    max-width: 978px;
    margin: 0 auto;
}

.footerInner iframe {
    margin-left: 120px;
}

form#reg_merchant {
    margin-bottom: 0;
}

input, select {
    transition: all ease-in-out 0.4s;
}

.valid {
    border-color: #8cd600 !important;
}

.error {
    border-color: #d0021b !important;
}

label.error {
    position: absolute;
    top: 40px;
    left: 20px;
    font-weight: 300;
    color: #d0021b !important;
}

select + label.error {
    display: none !important;
}

select.error:invalid {
    color: #d0021b !important;
}

#success {
    text-align: center;
    border: 2px solid #8cd600;
    padding: 25px 25px 10px;
    border-radius: 3px;
}

.clearfix:after {
    clear: both;
    content: '.';
    height: 0;
    visibility: hidden;
    display: block;
}

@media (max-width : 974px) {
    .innerHeader,
    .reg_info,
    .inputInnerWrapper {
        padding: 0 15px;
    }

    .inputInnerWrapper {
        padding: 20px 15px;
    }

    .inputInnerWrapper.modulesCont {
        padding: 0;
    }

    .innerHeader {
        text-align: center;
    }

    .headerTitle {
        margin-bottom: 18px;
        margin-top: 5px;
    }

    .moduleCont {
        width: 100%;
    }

    .moduleCont:nth-of-type(2) {
        margin-left: 0;
        margin-top: 5px;
    }

    .col-sm-12 {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .sectionContainer .row {
        margin-top: 0;
        margin-bottom: 0;
    }

    .sectionContainer > section {
        top: -5px;
    }

    .sectionContainer > section.flyIn {
        top: 0px;
    }

    div.mcaffee,
    iframe#I1 {
        float: none;
        margin: 0 auto;
    }

    iframe#I1 {
        margin-top: 35px;
    }
}