.header {
    min-height: 100vh;
    width: 100%;
    /*background-image: linear-gradient(150deg, rgba(0, 0, 0, 0.521), rgba(0, 0, 0, 0.884)), url('../achtergrond/a.jpg');*/
    background-position: top;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
}

.rowfr {
    display: flex;
    justify-content: space-between;
}

.language {
    font-family: Arial, Helvetica, sans-serif;
}

.language p {
    color: #000000;
    font-weight: bold;
    display: block;
    padding: 10px 0 0 20px;
    display: flex;
}

.language ul {
    display: flex;
    list-style: none;
}

.language li {
    display: inline-block;
}

.language a {
    text-decoration: none;
    color: #000000;
    width: 75px;
    display: block;
    padding: 10px 2px;
    font-weight: bold;
    text-align: center;
}

.logo-caravan {
    text-align: center;
}

.logo-caravan img {
    width: 80%;
    padding-bottom: 10px;
}

.text-box {
    height: 100vh;
    width: 100%;
    margin: auto;
    padding-left: 10%;
    padding-right: 10%;
    text-align: center;
    padding-top: o;
    margin-top: 10%;
}

.text-box h1 {
    font-size: 42px;
    color: #000000;
    padding-bottom: 10px;
}

.text-box h3 {
    font-size: 22px;
    color: #000000;
    padding-top: 0px;
}

.text-box p {
    margin: 10px 0 40px;
    font-size: 16px;
    color: #292929;
}
.hero-btn {
    display: inline-block;
    text-decoration: none;
    color: #313131;
    border: 1px solid #505050;
    padding: 12px 34px;
    font-size: 14px;
    background: transparent;
    position: relative;
    cursor: pointer;
}

.hero-btn:hover {
    border: 1px solid #3aff03;
    background: #156100;
    color: rgb(255, 255, 255);
    transition: 1s;
}

.colwel {
    flex-basis: 50%;
    height: 100vh;
    background: linear-gradient(165deg, rgb(213, 216, 211), rgb(239, 243, 237), rgb(255, 255, 255), rgb(255, 255, 255), rgb(255, 255, 255), rgb(255, 255, 255), rgb(255, 255, 255));
    order: 1;
    padding-bottom: 20px;
}

.colim {
    flex-basis: 50%;
    height: 100vh;
    background-image: url('../achtergrond/cc.jpg');
    background-position: center;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    order: 2;
}

.button li {
    display: inline-block;
    padding: 0 20px 0 20px;
}

.button a {
    color: rgb(46, 46, 46);
    font-weight: bold;
}

@media (max-width: 800px) {
    .rowfr {
        flex-direction: column;
        z-index: -1;
    }
    .language {
        display: none;
    }
    .colim {
        order: 1;
        min-height: 35vh;
        border-top: 1px solid #3a9100;
    }
    .colwel {
        order: 2;
        min-height: 20vh;
    }
    .text-box {
        margin-top: 5%;
        min-height: 60vh;
    }
    .text-box h1 {
        font-size: 36px;
    }
    .text-box p {
        font-size: 13px;
    }

}


/* meetings */

.activiteiten {
    min-height: 100vh;
    width: 100%;
    margin: auto;
    padding-left: 10%;
    padding-right: 10%;
    text-align: center;
    padding-top: 100px;
    background: linear-gradient(rgb(228, 228, 228), white);
}

.activiteiten h1 {
    color: #000000;
    font-size: 36px;
    font-weight: 600;
}

.activiteiten p {
    font-size: 14px;
    color: #575757;
    font-weight: 300;
    line-height: 22px;
    padding: 10px;
}

.row {
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
}

.activiteiten-col {
    flex-basis: 31%;
    background: #ffca84;
    margin-bottom: 5%;
    border-radius: 16px;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;    
}

h3 {
    color: #000000;
    text-align: center;
    font-weight: 600;
    margin: 20px 0;
}

.activiteiten-col:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.233);
}

@media (max-width: 800px) {
    .row {
        flex-direction: column;
    }

}

/* informaties */


.meetings {
    min-height: 100vh;
    width: 100%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
    padding-left: 10%;
    padding-right: 10%;
    background: linear-gradient(rgb(228, 228, 228), white);
}

.meetings h1 {
    color: #000000;
    font-size: 36px;
    font-weight: 600;
}

.meetings p {
    font-size: 14px;
    color: #575757;
    font-weight: 300;
    line-height: 22px;
    padding: 10px;
}

.foto-galerij h1 {
    color: #000000;
    font-size: 36px;
    font-weight: 600;
}

.foto-galerij p {
    font-size: 14px;
    color: #272727;
    font-weight: 300;
    line-height: 22px;
    padding: 10px;
}

.meeting-col {
    flex-basis: 31%;
    border-radius: 10px;
    margin-bottom: 5%;
    text-align: left;
}

.meeting-col img {
    width: 100%;
    border-radius: 10px;
}

.meeting-col p {
    color: #000000;
    padding: 0;
}

.meeting-col h3 {
    color: #000000;
    margin-top: 16px;
    margin-bottom: 15px;
    text-align: left;
}

/*---test---*/

.test {
    min-height: 100vh;
    width: 100%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
    padding-left: 10%;
    padding-right: 10%;
    background: linear-gradient(rgb(228, 228, 228), white);
}

.test1 {
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
}

.test1 h1 {
    color: #000000;
    font-size: 30px;
    font-weight: 500;
}

.test1 p {
    color: #000000;
    padding-top: 10px;
    font-size: 16px;
}

.test-col {
    flex-basis: 64%;
    border-radius: 16px;
    margin-bottom: 5%;
    text-align: left;
    background-color: #ffca84;
    margin-right: 1%;
    padding: 25px 20px 30px 20px;
}

.test-col1 {
    flex-basis: 31%;
    border-radius: 10px;
    margin-bottom: 5%;
    text-align: left;
    margin-left: 1%;
}

.test-col1 img {
    width: 100%;
    border-radius: 16px;
}

@media (max-width: 800px) {
    .test1 h1 {
    font-size: 26px;
    font-weight: 300;
}
    .test1 p {
    font-size: 13px;
}
    .test1 {
        flex-direction: column;
    }
    .test-col {
    margin-right: 0;
    order: 2;
    
}
    .test-col1 {
    margin-left: 0;
    order: 1;
}


}