/*! Place your custom styles here */
.justified{
    text-align: justify;
}


.list-item{
    color: #808080;
    font-size: 1.35714286em;
    line-height: 1.68421053em;
}

.mb-2{
    margin-bottom: 2em !important;
}

.scale-on-hover{
    transition: 0.5s all;
}

.scale-on-hover:hover{
    transform: scale(1.05);
}



label{
    font-size: 1em;
}

.subpage-lead{
    margin-top: 6em;
}

.kwhInput::after{
    position: absolute;
    /* line-height: 51px; */
    right: 0;
    height: 100%;
    top: 1px;
    font-size: 17px;
    content: 'kWh/év';
    pointer-events: none;
    padding: 5px 13px;
    border-left: 1px solid #ececec;
    line-height: 31px;
}

.hiddenInput{
    display: none;
}

.full-width-button{
    width: 100%;
}

.post-section{
    margin-bottom:5em;
}

.mb-5{
    margin-bottom:5em !important;
}

.subpage-bg-image-holder{
    background-attachment: fixed !important;
}

.bg-pos-y-100{
    background-position-y: 100% !important;
}

.bg-pos-y-24{
    background-position-y: 24% !important;
}

.navigation-white{
    background: white;
}

.height-100{
    height: 100vh;
}

.lead-smaller{
    font-size: 17px;
    font-weight: 400;
    color: #808080;
}

.lead-bigger{
    font-size: 25px !important;
}

.dropdown-list-md-energy{
    text-align: left;
    text-transform: uppercase;
    font-size: 0.857142857142857em;
}


@media (max-width: 767px){
    ul.menu-horizontal{
        font-size: 20px;
    }
    .dropdown__container > .container {
        width: 85vw;
        max-width: 1140px;
      }

      .dropdown-list-md-energy{
        text-align: center;
    }

    .job-column{
        margin-bottom: 2em !important;
    }
}

.footer-soc-icon{
    height: 2em;
}

.text-xs-center{
    text-align: center !important;
}

.post-short-desc{
    font-size: 1em !important;
}

.read-further{
    font-size: 1.2em !important;
}

.hint{
    font-size: 10px;
}


.main-container{
    overflow-x: hidden;
}


.pd-bigger{
    padding: 12em 0 !important;
}