html[lang="nl"] #block-floatingmenu,
html[lang="fr"] #block-floatingmenu{
  width: 140px;
}

#block-floatingmenu {
    width: 100px;
    left: 0;
    position: fixed !important;
    top: 280px !important;
    float: left;
    z-index: 1;
    background-color: #ffffff;
    padding: 20px 0;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.15);
    line-height: 2;
}
#block-floatingmenu a {
    color: #666666;
}
div .region-before-content {
    position: relative;
}

div #calc-icons-container,
div #clients_info {
    text-align: center;
    margin: 5% 0 0 0;
}

div .calc-icon-container,
div #pv_professionals, div #homeowners, div #business_owners {
    width: 14em;
    display: inline-block;
    margin: 0 7%;
    vertical-align: top;
}
div #homeowners {
    width: 12em;
}

/*japan calc*/
.node-japan-calculator .paragraph--type--solaredge-text-editor > .container{
  margin: 0;
  width: 100%;
}
.node-japan-calculator #calc-icons-container{
  display: flex;
  justify-content: center;
}
.node-japan-calculator #calc-icons-container .calc-icon-container{
  width: 200px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.node-japan-calculator #calc-icons-container .calc-icon-container img{
  width: 113px;
}

.node-japan-calculator #calc-icons-container .calc-icon-container [alt="Edge"]{
  margin-bottom: 3px;
}

.node-japan-calculator .paragraph--type--solaredge-text-editor h1{
  font-weight: 600;
}

.node-japan-calculator #calc-icons-container .calc-icon-container a span{
  font-weight: 600;
  color: #000000;
}


@media only screen and (max-width: 800px) {
    #block-floatingmenu {
        float: none;
        width: 100% !important;
        position: static !important;
    }

    #block-floatingmenu #floatingMenu {
        display: flex;
        justify-content: space-around;
    }

    html[lang="nl"] #block-floatingmenu #floatingMenu > div,
    html[lang="fr"] #block-floatingmenu #floatingMenu > div{
      width: 25%;
    }

    #block-floatingmenu #floatingMenu hr {
        display: none;
    }

    #clients_info .slick-arrow {
        display: block;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 1;
        height: 35px;
        width: 35px;
    }

    #clients_info .slick-next {
        right: 0;
        background: url("../img/clients-right-arrow.png") no-repeat 10px;
    }

    #clients_info .slick-prev {
        left: 0;
        background: url("../img/clients-left-arrow.png") no-repeat 10px;
    }

    div #pv_professionals, div #homeowners, div #business_owners {
        width: auto;
        margin: auto;
        display: block;
    }

    div #pv_professionals p, div #homeowners p, div #business_owners p {
        padding: 0 80px;
    }

  .node-japan-calculator .paragraph--type--solaredge-2-cols-image-text{
    flex-direction: column;
  }
  .node-japan-calculator .paragraph--type--solaredge-2-cols-image-text .field--name-field-description{
    order: 2;
    padding: 44px 19px;
  }
  .node-japan-calculator .paragraph--type--solaredge-2-cols-image-text .field--name-field-image-mobile{
    order: 1;
  }
  .node-japan-calculator .paragraph--type--solaredge-2-cols-image-text .field--name-field-image-mobile img{
    width: 100%;
  }

  .node-japan-calculator h1{
    font-size: 24px;
  }

  .node-japan-calculator .paragraph--type--solaredge-text-editor{
    padding: 40px 0;
  }
  .node-japan-calculator #calc-icons-container{
    flex-wrap: wrap;
  }
  .node-japan-calculator #calc-icons-container .calc-icon-container{
    margin: 37px 0;
    width: 288px !important;
  }
  .node-japan-calculator #calc-icons-container .calc-icon-container img{
    width: 60px;
  }
}

@media only screen and (max-width: 1160px) and (min-width: 801px){
  .node-japan-calculator #calc-icons-container{
    flex-wrap: wrap;
  }
  .node-japan-calculator #calc-icons-container .calc-icon-container{
    width: 288px !important;
    margin-bottom: 45px;
  }
}
