/* WARMTEPOMP INFORMATIE */

/* Warmtepomp header */
#warmtepomp-header {
    width: 100vw;
    height: 520px;
    background-image: url("../images/warmtepomp-v4.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#warmtepomp-header-section {
    padding-left: 8%;
    padding-top: 4%;
    padding-bottom: 4%;
    width: 70%;
    height: 100%;
    background-image: linear-gradient(to left, rgba(255,0,0,0), rgb(0, 0, 0));
}

#warmtepomp-header-h1 {
    color: white;
    font-size: 2.8em;
    padding-bottom: 6%
}

.warmtepomp-header-p {
    font-size: 20px;
    color: rgb(214, 214, 214);
    padding-bottom: 2%;
    width: 60%;
}

/* Warmtepompen soorten pompen */
#warmtepomp-small-sections {
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 4%;
    padding-bottom: 4%;
    display: flex;
    justify-content: space-between;
}

.warmtepomp-small {
    width: 50%;
}

.warmtepomp-small:first-child {
    padding-right: 2%;
}

.warmtepomp-small:last-child {
    padding-left: 2%;
}

.warmtepomp-small-h3 {
    font-size: 2em;
    padding-bottom: 2%;
    color: #3f3f3f;
}

.warmtepomp-small-p {
    font-size: 18px;
    padding-bottom: 2%;
    color: #646464;
}

/* Subsidie warmtepompen */
#warmtepomp-subsidie {
    background-color: #f4f5f6;
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 4%;
    padding-bottom: 4%;
    display: flex;
    justify-content: space-between;
}

#warmtepomp-subsidie-info {
    width: 50%;
    padding-right: 10%;
}

#warmtepomp-subsidie-titel {
    font-size: 2em;
    padding-bottom: 2%;
    color: #3f3f3f;
}

#warmtepomp-subsidie-p {
    font-size: 18px;
    padding-bottom: 2%;
    color: #646464;
}

#warmtepomp-subsidie-link {
    width: 50%;
    padding-right: 10%;
    padding-left: 2%;
}

#warmtepomp-subsidie-link-h3 {
    font-size: 1.5em;
    padding-bottom: 2%;
    color: #3f3f3f;
}

.warmtepomp-subsidie-link-p {
    font-size: 18px;
    padding-bottom: 2%;
    color: #646464;
}

#warmtepomp-subsidie-link-btn {
    border: 0;
    background-color: red;
    padding: 10px;
    color: white;
    margin-top: 20px;
    width: 150px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 10px;
    transition: 0.3s;
}

#warmtepomp-subsidie-link-btn:hover {
    background-color: darkred;
}


.warmtepomp-offerte-button {
    border: 0;
    text-decoration: none;
    text-transform: uppercase;
    background-color: red;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 10px;
    color: white;
    margin-top: 20px;
    width: 150px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 10px;
    transition: 0.3s;
}

.warmtepomp-offerte-button:hover {
    background-color: darkred;
}




@media only screen and (max-width: 1024px) {
    #warmtepomp-header {
        width: 100vw;
        height: 450px;
    }
    
    #warmtepomp-header-section {
        padding-left: 10%;
        padding-top: 5%;
        padding-bottom: 5%;
        width: 90%;
        height: 100%;
    }
    
    #warmtepomp-header-h1 {
        font-size: 2em;
        padding-bottom: 6%
    }
    
    .warmtepomp-header-p {
        font-size: 18px;
        padding-bottom: 2%;
        width: 70%;
    }

    #warmtepomp-small-sections {
        padding-left: 10%;
        padding-right: 8%;
        padding-top: 5%;
        padding-bottom: 5%;
    }

    .warmtepomp-small-h3 {
        font-size: 1.5em;
        padding-bottom: 2%;
    }

    .warmtepomp-small-p {
        font-size: 16px;
        padding-bottom: 5%;
    }

    #warmtepomp-subsidie {
        padding-left: 10%;
        padding-right: 8%;
        padding-top: 5%;
        padding-bottom: 5%;
    }

    #warmtepomp-subsidie-titel {
        font-size: 1.5em;
        padding-bottom: 2%;
    }

    #warmtepomp-subsidie-p {
        font-size: 16px;
        padding-bottom: 5%;
    }

    #warmtepomp-subsidie-link-h3 {
        font-size: 1.5em;
        padding-bottom: 2%;
    }

    .warmtepomp-subsidie-link-p {
        font-size: 16px;
        padding-bottom: 5%;
    }

    #warmtepomp-subsidie-link-btn {
        font-size: 16px;
    
    }
}

@media only screen and (max-width: 750px) {
    #warmtepomp-header {
        height: 480px;
    }

    .warmtepomp-header-p {
        width: 80%;
    }
}






/* Mobile */
@media only screen and (max-width: 480px) {
    #warmtepomp-header {
        width: 100vw;
        height: 450px;
    }
    
    #warmtepomp-header-section {
        padding-left: 10%;
        padding-top: 5%;
        padding-bottom: 5%;
        width: 100%;
        height: 100%;
    }
    
    #warmtepomp-header-h1 {
        font-size: 2em;
        padding-bottom: 6%
    }
    
    .warmtepomp-header-p {
        font-size: 18px;
        padding-bottom: 2%;
        width: 90%;
    }
    /* info */
    #warmtepomp-small-sections {
        display: flex;
    flex-direction: column;
    padding-left: 10%;
    padding-right: 8%;
    padding-top: 5%;
    padding-bottom: 5%;
    }

    .warmtepomp-small {
        width: 100%;
    }

    .warmtepomp-small-h3 {
        font-size: 1.5em;
        padding-bottom: 2%;
    }

    .warmtepomp-small-p {
        font-size: 16px;
     padding-bottom: 5%;
    }

    .warmtepomp-small:last-child {
        padding-left: 0;
    }
    /* subsidie */
    #warmtepomp-subsidie {
        display: flex;
        flex-direction: column;
        padding-left: 10%;
        padding-right: 8%;
        padding-top: 5%;
        padding-bottom: 5%;
    }

    #warmtepomp-subsidie-info {
        width: 100%;
    }

    #warmtepomp-subsidie-titel {
        font-size: 1.5em;
        padding-bottom: 2%;
    }

    #warmtepomp-subsidie-p {
        font-size: 16px;
        padding-bottom: 5%;
    }

    #warmtepomp-subsidie-link {
        padding-left: 0;
        width: 100%;
		padding-top: 5%;
    }

    #warmtepomp-subsidie-link-h3 {
        font-size: 1.5em;
        padding-bottom: 2%;
    }

    .warmtepomp-subsidie-link-p {
        font-size: 16px;
        padding-bottom: 5%;
    }

    #warmtepomp-subsidie-link-btn {
        font-size: 18px;
        margin-top: 4%;
    }
}

@media only screen and (max-width: 390px){
    #warmtepomp-header {
        height: 490px;
    }
}