/* CV KETELS INFORMATIE */

/* CV info header */
#cv-info-header {
    width: 100vw;
    height: 500px;
    background-image: url("../images/atag-nieuw.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

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

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

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

/* CV info soorten ketels */
#cv-info-small-sections {
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 4%;
    padding-bottom: 4%;
    display: flex;
    justify-content: space-between;
}

.cv-info-small {
    width: 33%;
}

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

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

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

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

.cv-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;
	
	margin-top: 20px;
}

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






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

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

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

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

    .cv-info-small:first-child {
        padding-right: 4%;
    }
    
    .cv-info-small:last-child {
        padding-left: 4%;
    }
}







@media only screen and (max-width: 790px) {
    #cv-info-header {
        height: 500px;
    }

    #cv-info-header-section {
        width: 95%;
    }

    #cv-info-small-sections {
        padding-left: 10%;
        padding-right: 8%;
        padding-top: 5%;
        padding-bottom: 5%;
        flex-direction: column;
    }

    .cv-info-small:last-child {
       padding-left: 0;
    }

    .cv-info-small {
       width: 100%;
    }

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

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







@media only screen and (max-width: 480px) {
    #cv-info-header {
        width: 100vw;
        height: 420px;
    }
    
    #cv-info-header-section {
        padding-left: 10%;
        padding-top: 5%;
        padding-bottom: 5%;
        width: 100%;
        height: 100%;
    }
    
    #cv-info-header-h1 {
        font-size: 2em;
        padding-bottom: 6%
    }
    
    #cv-info-header-p {
        font-size: 18px;
        padding-bottom: 2%;
        width: 90%;
    }
    /* info section */
    
}







@media only screen and (max-width: 382px) {
    #cv-info-header {
        height: 455px;
    }
}