/* =================================================================
    Custom CSS MNL for adding and fixing CSS - Homepage
 
    This file contains the local Homepage CSS

    Table of Contents
        * Layout
        * Styles
        * Temp Rollback code
        * Media Queries
================================================================= */

/****
    * Layout
****/
body {
    overflow-x: hidden;
}
#headerRow3 .usp-large_container {
    display: none;
}
.menu_right_container, .nextmenucontainer /*Positions content right of the open menu*/{
    position: relative;
    left: -15px;
    margin-top: 15px;
    margin-left: 300px;
}
.react.menu_right_container, .react.nextmenucontainer /*Positions content right of the open menu for project Free*/{
    left: 0;
    margin-left: 27%;
}
.blockcontainer, .koptekst {
    margin-left: -14px;
}
.koptekst {
    margin-right: -15px;
    margin-bottom: 20px;
}
.react.Categorie-block .koptekst {
    margin: 0;
}
.react.koptekst {
    margin: 0;
}
.catalogEntryRecommendationWidget {
    margin:0 -23px;
}
.catalogEntryRecommendationWidget .koptekst {
    margin-left: -2px;
    margin-right: -2px;
}

/****
    * Styles
****/
.usp-large_container {
    /*margin: 0 -30px 0 -15px;*/
    margin: 10px -15px 0 -3px;
}
.hppromo .promo .image .icon-member {
    font-size: 17rem;
}
#catalogEntryRecommendationWidget-target2sell_homepage_lastEvent.catalogEntryRecommendationWidget {
    margin: initial;
}
.list-group-item {
    position: relative;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.row.suppromo {
    margin: 45px -30px 0 -15px;
}
.suppromo .banner {
    position: relative;
}
/*.hppromo .block.promo .image, .suppromo .block.promo .image {
    position: relative!important;
}*/
.suppromo .promo.banner .text {
    top: 25px!important;
    transform: none;
}
.blockcontainer {
    margin-left: -25px;
}
.actions {
    padding-left: 15px;
}

/*  Customer event block
    */
.repeatcustomer-event {
    height: 215px;
    margin: 0 -27px;
}
.repeatcustomer-event:empty {
    height:0;
}
.customer-event-welcome-message {
    margin-top: 30px;
    font-family: Aniuk;
}
.customer-event .customer-event-subdivision {
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
}
#footerWrapper {
    background: #f0f0f0;
}
.custom_footer_container {
    margin-left: initial;
    top: initial;
    position: relative;
}
.custom_footer_container input[type=text] {
    height: 32px;
}
.dmzvQF button {
    position: relative;
    z-index: 2;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background-color: #f9b233;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    border: 0;
    border-radius: 4px;
    height: 100%;
}
.herobannerhtml svg {
    fill: white;
    margin-right: 5px;
    padding-top: 2px;
}
h3 {
    color: #58595b;
    font-family: Aniuk,verdana;
    font-size: 30px;
    font-weight: 500;
    text-align: left !important;
    padding-bottom: 0 !important;
    /*border-bottom: 1px solid #ccc;*/
    margin-left: 0;
}
.react.koptekst, h3 {
    margin: 15px 0;
}


/* Modal promo
    */
.modal-body h4 {
    text-align: left;
    margin-bottom: 15px;
}
.modal-body img {
    width: 595px;
    margin-top: -40px;
    margin-bottom: 15px;
}
.modal-body button {
    width: 282px;
    margin: 0 7px;
}
.modal-body button#links {
    background-color: #575756;
    border-color: #575756;
}
.modal-body button#rechts {
    background: #e6332a;
    border-color: #e6332a;
}
.modal-footer p {
    text-align: left;
    font-size: 10px;
}

.herobannerhtml {
    height: 558px;
    max-width: 885px;
    border-radius: 4px;
    margin-left: -3px;
    margin-right: -15px;
    margin-bottom: 20px;
    position: relative;
}
.usp-large_container .col .col {
    text-align: center;
}

/****
    * Temp rollback code
****/

/*  USP bar
    */
.react .usp-large_container {
    padding:0;
}
.react .usp-large_container > .col {
    width: 100%;
}
.usp-large_container .col .col {
    width: 33.33%;
}
/*  Categorie Block
    */
.react.Categorie-block .col-4 {
    max-width: 14.28%;
    float: left;
}
.react .additionalSearch .react-autosuggest__container {
    float: left;
    width: 80%;
}
.react .additionalSearch input {
    width: 100%;
    height: 40px;
    padding: 10px;
    border: #ccc 1px solid;
    border-right: none;
    border-radius: 4px 0 0 4px;
}
.react .additionalSearch .dmzvQF button {
    height: 40px;
    border-radius: 0 4px 4px 0;
}
/*end of temp code*/

/****
    * Media Queries
****/
@media only screen and (max-width:976px) {
    .menu_right_container, .nextmenucontainer, .react.nextmenucontainer {
        left: 0;
        margin-left: 0px;
    }
    .usp-large_container {
        margin: 0 -15px;
    }
    .react .usp-large_container {
        margin: 15px 0;
    }
    /*temp code*/
    .react .additionalSearch .react-autosuggest__container {
        width: 69%;
    }
    /*end of temp code*/
}
/*temp code*/
@media (min-width: 768px) {
    .react .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        width: 33.333333%;
        float: left;
    }
}
@media (min-width: 768px) and (max-width: 1200px){
    .react .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%;
        float: left;
    }
    .react.hppromo li {
        margin-bottom: 20px;
    }
    .react.hppromo li:nth-child(even) {
        padding-right: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .react.blog .card-img {
        width: 45%;
        height: 265px;
        float: left;
    }
}
/*end of temp code*/
@media only screen and (max-width:767px) {
    .react .usp-large_container .row .col:nth-child(3) {
        display: none;
    }
    .container-fluid {
        padding-right:40px;
    }
    /*temp code*/
    .react.Categorie-block .col-4 {
        max-width: 25%;
    }
    .usp-large_container .col .col {
        width: 50%;
    }
    /*end of temp code*/
}
@media only screen and (max-width:480px) {
    .catalogEntryRecommendationWidget {
        margin:0 -14px;
    }
    .catalogEntryRecommendationWidget .koptekst {
        margin-left: -10px;
        margin-right: -10px;
    }
    /*temp code*/
    .react.Categorie-block .col-4 {
        max-width: 33.33%;
    }
    /*end of temp code*/
}