/* CV KETELS ONDERHOUD */

#cv-onderhoud-info-img {
    width: 100vw;
    height: 600px;
    background-image: url("../images/remeha-nieuw.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#cv-onderhoud-info-header {
    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-onderhoud-info-header-h1 {
    color: white;
    font-size: 2.8em;
    padding-bottom: 6%;
}

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

#cv-onderhoud-info-header p strong {
    color: rgb(238, 238, 238);
}






/* section 1 */
#cv-onderhoud-info-content {
    display: flex;
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 4%;
    padding-bottom: 4%;
}

#cv-onderhoud-info-text {
    width: 60%;
}

#cv-onderhoud-info-content h2 {
    font-size: 2em;
    padding-bottom: 2%;
    color: #3f3f3f;
}

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

#cv-onderhoud-info-table {
    padding-left: 10%;
    padding-bottom: 10%;
}

#cv-onderhoud-info-table li {
    font-size: 18px;
    color: #646464;
    padding: 10px;
}






/* vergelijking */


#cv-vergelijking-contracten {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #f4f5f6;
    padding-top: 4%;
    padding-bottom: 4%;
}

.cv-pakket-section {
    width: 300px;
    margin: 10px;
    border-radius: 25px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

.cv-pakket-header {
    background-color: #8294a1;
    padding: 10px;
}

.cv-pakket-header-title {
    color: white;
    text-align: center;
    font-size: 2em;
}

.cv-pakket-header-subtitle {
    color: white;
    text-align: center;
}

.cv-pakket-main {
    padding: 10px;
    background-color: white;
}

td {
    padding: 7px;
    color: #767676;
}

.cv-pakket-footer {
    padding: 10px;
    background-color: #ececec;
    display: flex;
    flex-direction: column;
}

.cv-pakket-footer-price {
    text-align: center;
    font-size: 2em;
    font-weight: bold;
}

.cv-pakket-footer-text {
    text-align: center;
    margin: 0 0 10px 0;
    color: #767676;
}

.cv-pakket-footer-button {
    display: inline-block;
    margin: 15px auto;
    padding: 10px 25px;
    text-decoration: none;
    color: #F9F9F9;
    background: red;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 18px !important;
    
    transition: 0.3s; 
}
.cv-pakket-footer-button:hover {
    background: rgb(167, 4, 4);
    color: white;
}





/* section 3 */
/* eenmalig onderhoud */
#cv-vergelijking-eenmalig {
    display: flex;
    justify-content: space-between;
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 4%;
    padding-bottom: 4%;
}

#cv-eenmalig-info {
    width: 55%;
}

#cv-eenmalig-info-titel {
    font-size: 2em;
    color: #3f3f3f;
    padding-bottom: 2%;
}

#cv-eenmalig-info-p {
    font-size: 18px;
    color: #646464;
}

#cv-eenmalig-section {
	float: left;
}

/* Eenmalig onderhoud tabel */





@media only screen and (max-width: 1220px) {
    #cv-onderhoud-info-img {
        height: 550px;
    }

    #cv-onderhoud-info-header {
        width: 80%;
    }
}







@media only screen and (max-width: 1024px) {
    /* header */
    #cv-onderhoud-info-img {
        width: 100vw;
        height: 500px;
    }
    
    #cv-onderhoud-info-header {
        padding-left: 10%;
        padding-top: 5%;
        padding-bottom: 5%;
        
        height: 100%;
    }
    
    #cv-onderhoud-info-header-h1 {
        font-size: 2em;
        padding-bottom: 6%
    }
    
    .cv-onderhoud-info-header-p {
        font-size: 18px;
        padding-bottom: 2%;
        width: 60%;
    }
    /* info + table */
    #cv-onderhoud-info-content {
        padding-left: 10%;
        padding-right: 8%;
        padding-top: 5%;
        padding-bottom: 5%;
    }

    #cv-onderhoud-info-text {
        width: 55%;
    }

    #cv-onderhoud-info-text h2 {
        font-size: 1.5em;
        padding-bottom: 2%;
    }

    #cv-onderhoud-info-text p {
        font-size: 16px;
        padding-bottom: 5%;
    }

    #cv-onderhoud-info-table {
        padding-left: 5%;
        padding-top: 2%;
        padding-bottom: 20%;
    }

    #cv-onderhoud-info-table i {
        font-size: 18px;
    }

    #cv-onderhoud-info-table tr {
        padding: 0%;
    }

    #cv-onderhoud-info-table td {
        font-size: 16px;
        
    }
    /* contracten */
    .cv-pakket-header-title {
        font-size: 1.5em;
    }
    .cv-pakket-footer-price {
        font-size: 1.5em;
    }

    /* eenmalig contract */
    #cv-vergelijking-eenmalig {
        padding-left: 10%;
        padding-right: 8%;
        padding-top: 5%;
        padding-bottom: 5%;
        width: 100%;
    }
    
    #cv-eenmalig-info {
        width: 50%;
    }
    
    #cv-eenmalig-info-titel {
        font-size: 1.5em;
        padding-bottom: 2%;
    }
    
    #cv-eenmalig-info-p {
        font-size: 16px;
        padding-bottom: 5%;
    }
    
    /* Eenmalig onderhoud tabel */
    .cv-eenmalig-pakket-section {
        float: right;
    }
    
    .cv-eenmalig-pakket-header-title {
        font-size: 1.5em;
    }
    
    .cv-eenmalig-pakket-footer-price {
        font-size: 1.5em;
    }
}
    






@media only screen and (max-width: 990px) {
    #cv-onderhoud-info-img {
        height: 480px;
    }

    #cv-onderhoud-info-header {
        width: 100%;
    }

    .cv-onderhoud-info-header-p {
        width: 80%;
    }
}








@media only screen and (max-width: 480px) {
    /* header */
    #cv-onderhoud-info-img {
        width: 100vw;
        height: 500px;
    }
    
    #cv-onderhoud-info-header {
        padding-left: 10%;
        padding-top: 5%;
        padding-bottom: 5%;
        width: 100%;
        height: 100%;
    }
    
    #cv-onderhoud-info-header-h1 {
        font-size: 2em;
        padding-bottom: 6%
    }
    
    .cv-onderhoud-info-header-p {
        font-size: 18px;
        padding-bottom: 2%;
        width: 90%;
    }
    /* info + table */
    #cv-onderhoud-info-content {
        padding-left: 10%;
        padding-right: 8%;
        padding-top: 5%;
        padding-bottom: 5%;
        display: flex;
        flex-direction: column;
    }

    #cv-onderhoud-info-text {
        width: 100%;
    }

    #cv-onderhoud-info-text h2 {
        font-size: 1.5em;
        padding-bottom: 2%;
    }

    #cv-onderhoud-info-text p {
        font-size: 16px;
        padding-bottom: 5%;
    }

    #cv-onderhoud-info-table {
        padding-left: 6%;
        padding-top: 4%;
        padding-bottom: 10%;
        width: 100%;
    }

	#cv-onderhoud-info-table li {
        font-size: 16px;
        padding: 5px;
    }
    
	
    
    /* eenmalig contract */
    #cv-vergelijking-eenmalig {
        padding-left: 10%;
        padding-right: 8%;
        padding-top: 5%;
        padding-bottom: 5%;
        width: 100%;
        flex-direction: column;
    }
    
    #cv-eenmalig-info {
        width: 100%;
    }
    
    #cv-eenmalig-info-titel {
        font-size: 1.5em;
        padding-bottom: 2%;
    }
    
    #cv-eenmalig-info-p {
        font-size: 16px;
        padding-bottom: 5%;
    }
    
    /* Eenmalig onderhoud tabel */
    .cv-eenmalig-pakket-section {
        display: none;
    }
}






@media only screen and (max-width: 400px) {
    #cv-onderhoud-info-img {
        height: 470px;
    }
}





@media only screen and (max-width: 360px) {
    #cv-onderhoud-info-img {
        height: 580px;
    }
}





