/* 
 * Footer partner
 */
#partner .partners {
    float: none;
}
#partner-1 {
    margin: 35px 0 -20px 0;
    position: relative;
}
#partner-1 .founders_mint {
    width: 100%;
}
#partner-1 img.img1 {
    width: 116px;
    height: auto;
    margin-right: 14px;
}
#partner-1 img.img2 {
    width: auto;
    height: 70px;
    margin-left: -14px;
}
#partner .founders_mint .founders_mint__items_wrapper{
    display: flex;
}
#partner .founders_mint__items_wrapper .founders_mint__item:first-child {
    margin-right: 54px;
}
@media screen and (max-width: 479px) {
    #partner .founders_mint__items_wrapper .founders_mint__item:first-child {
        margin-right: 4px;
    }
}
 
/* 
 * Style fix for tdkf logo
 */
@media screen and (max-width: 479px) {
    #logo img.tdkf {
        width: 140px !important;
    }
}

/* 
 * Additional styles for orderform on landingpages
 */
.containerLandingpage .formColumn h2 {
    text-align: left;
}
.formColumn .formBox .formItem.formItemCheckbox {
    width: 96%;
}
.formColumn .checkboxItem input[type="checkbox"] + label {
    font-weight: 700;
}
.formColumn .checkboxItem input[type="checkbox"]:checked + label {
    font-weight: 700;
}
.formColumn.columnB {
    margin-left: 0;
    padding-left: 140px;
    width: auto;
}
.formColumn .containerDetail {
    padding-right: 140px;
}

@media screen and (max-width: 979px) {
    .formColumn.columnB {
        padding-left: 40px;
    }
    .formColumn .containerDetail {
        margin-top: 10px;
        padding-right: 40px;
    }
}

@media screen and (max-width: 779px) {
    .formColumn.columnB {
        margin-top: 10px;
        padding-left: 0;
    }
    .formColumn .containerDetail {
        padding-right: 0;
    }
}

@media screen and (max-width: 480px) {
    .formColumn .formBox .formField #zipcode {
        width: 60px !important;
    }
}

@media screen and (max-width: 310px) {
    .formColumn.columnB {
        width: 90%;
    }
}
