
.google_map {
    text-decoration: none;
    color: #000;
}
.google_map:hover {
    text-decoration: none;
    color: #000;
}

#overons_pages_header {
	text-align: center;
	height: 350px;
    background-position: center!important;
    background-size: cover!important;
	background-color: #ffe500;
	align-items: center;
}
#overons_pages_header .overons_header {
	width: 70%;
	margin: 0 auto;
}


.over_ons_description {
    max-width: 1366px;
    background-position-x: 100%;
    background-position-y: -5.2%;
    padding: 60px 160px;
}

.over_ons_description:has(.row) {
    background-image: url(../images/over_ons_bg.png);
    background-repeat: no-repeat;
}

.over_ons_description .row {
    align-items: center;
}
.over_ons_description .texts.left {
	padding: 20px 100px 20px 20px;
}
.over_ons_description .texts.right {
	padding: 20px 40px 20px 80px;
}

.over_ons_description .images {
	padding: 20px 0;
}
.over_ons_description .images img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.over_ons_description .float_box {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    width: 700px;
    text-align: center;
    background-color: #fee601;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
    padding: 30px 30px 15px;
}
.over_ons_description .float_box p {
	/* font: bold 20px/28px 'Barlow', sans-serif; */
}


.over_ons_locations {
    width: 100%;
    /*padding: 0 180px;*/
    overflow: hidden;
}
.over_ons_locations .line {
    height: 10px;
    width: 80%;
    position: absolute;
    margin-top: 180px;
    left: 20%;
}
.over_ons_locations .gray_box {
	padding: 40px;
	background-color: #f5f5f5;
	text-align: center;
}
.over_ons_locations figure {
	margin-bottom: 20px;
}
.over_ons_locations figure img,
.over_ons_locations figure .fake-image {
    width: 210px;
    height: 210px;
    object-fit: cover;
    border: solid 10px #fee502;
    background: #fee502;
    border-radius: 50%;
    display: inline-block;
}
.over_ons_locations h2 {
	font: bold 32px/35px;
	margin-bottom: 40px;
}
.over_ons_locations h3 {
    font-size: 1.3rem;
}
.over_ons_locations p {
    font-size: 1rem;
}


.over_ons_team {
    max-width: 1366px;
    padding: 60px 160px;
}
.over_ons_team .team_bg {
    position: absolute;
    left: 38%;
    z-index: -1;
}
.over_ons_team .team_text {
    width: 60%;
    min-height: 180px;
    text-align: center;
    margin: 0 auto;
    align-items: center;
    background: url(../images/TEAM.jpg) no-repeat;
    background-position: center;
}
.over_ons_team .team_text p {
	width: 100%;
	font: 400 16px/25px 'Barlow', sans-serif;
	margin-bottom: 5px;
}
.over_ons_team .team_members {
    padding: 30px;
    text-align: center;
}
.over_ons_team .member {
    max-width: 20%;
    width: calc(100% / 5);
    margin: 20px 0 10px;
    padding-right: inherit;
    padding-left: inherit;
}
.over_ons_team .member img {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    overflow: hidden;
    max-width: 150px;
    object-fit: cover;
    background: #ccc;
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(204,204,204,1) 100%);
}
.over_ons_team .member.clicked img {
    transform: scale(1.7);
    transition: .15s ease;
    position: relative;
    z-index: 1;
}
.over_ons_team .member .hover_overlay {
    position: absolute;
    top: -35%;
    bottom: 0;
    left: -8px;
    right: 0;
    height: 256px;
    width: 256px;
    opacity: 0;
    transition: .25s ease;
    background-color: rgba(255, 229, 0, 0.80);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
    align-items: center;
    text-align: center;
    border-radius: 50%;
    z-index: 11;
}
.over_ons_team .member.clicked .hover_overlay {
    opacity: 1;
}
.over_ons_team .member .hover_overlay .small {
    font-weight: 400;
    font-size: 1rem;
    font-family: 'Barlow', sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
}
.over_ons_team .member .hover_overlay .member_function {
    width: 100%;
    padding: 0 3%;
}

.over_ons_bestuur {
    background: url(../images/right_accent.png) no-repeat;
    background-position-x: right;
    background-position-y: 35%;
    padding: 0 160px 40px;
    text-align: center;
    overflow: hidden;
}
.over_ons_bestuur .bestuur_texts {
    width: 75%;
    margin: 0 auto 30px;
    text-align: center;
}
.over_ons_bestuur .bestuur_texts h2 {
    font: bold 32px/40px 'Barlow', sans-serif;
}
.over_ons_bestuur .bestuur_texts p {
    font: 400 22px/36px 'Barlow', sans-serif;
}
.over_ons_bestuur .bestuur_blocks {
    align-items: center;
}
.over_ons_bestuur .bestuur_blocks .image {
    width: 100%;
}
.over_ons_bestuur .bestuur_blocks .image img {
    width: 100%;
    min-height: 350px;
    padding: 2rem;
    object-fit: cover;
}
.over_ons_bestuur .bestuur_blocks .text {
    text-align: left;
    padding-left: 60px;
}
.over_ons_bestuur .bestuur_blocks .text h3 {
    font: bold 24px/34px 'Barlow', sans-serif;
}
.over_ons_bestuur .bestuur_blocks .text p {
    font: 400 16px/25px 'Barlow', sans-serif;
}
.over_ons_bestuur .bestuur_blocks .text p.small {
    font-weight: 400;
    font-size: 1.1rem;
    font-family: 'Barlow', sans-serif;
}
.over_ons_bestuur .bestuur_blocks .text a {
    color: #000;
}

.show_767 {
    display: none;
}

@media (min-width: 1024px) {
    /*.over_ons_locations .line {
        height: 10px;
        width: 68%;
        position: absolute;
        margin-top: 180px;
        left: 31%;
    }*/
}
@media (min-width: 1366px) {
    /*.over_ons_locations .line {
        width: 65%;
        margin-top: 185px;
    }*/
}
@media (min-width: 1400px) {
    /*.over_ons_locations .line {
        width: 65%;
        left: 33%;
    }*/
}
@media (min-width: 1568px) {
    /*.over_ons_locations .line {
        width: 55%;
        left: 35%;
    }*/
}
@media (min-width: 1766px) {
    /*.over_ons_locations .line {
        left: 40%;
    }*/
}

@media (max-width: 1289px) {
    .over_ons_description .texts.left {
        padding: 20px 20px 20px 20px;
    }
    .over_ons_description .texts.right {
        padding: 20px 20px 20px 20px;
    }
    .over_ons_description {
        background-size: 65%;
    }
}
@media (max-width: 1200px) {
    .over_ons_description {
        background-size: 72%;
        padding: 60px 100px;
    }
    /*.over_ons_locations {
        padding: 0 120px;
    }*/
    .over_ons_team {
        padding: 60px 100px;
    }
    .over_ons_bestuur {
        padding: 0 100px 40px;
    }
}
@media (max-width: 1024px) {
    .over_ons_description {
        background-position-x: 123%;
        background-position-y: -10%;
        padding: 60px 80px;
    }
    /*.over_ons_locations {
        padding: 0 100px;
    }*/
    .over_ons_team {
        padding: 60px 80px;
    }
    .over_ons_bestuur {
        padding: 0 80px 40px;
    }
    .over_ons_description .float_box {
        width: 580px;
    }
}
@media (max-width: 1023px) {
    .over_ons_locations .gray_box img.line {
        margin-top: 180px;
    }
}
@media (max-width: 990px) {
    #overons_pages_header {
        height: 380px;
    }
    #overons_pages_header .overons_header {
        width: 85%;
    }
    .over_ons_description {
        background: none;
    }
    .over_ons_bestuur {
        padding: 40px 80px 40px;
        background: url(../images/right_accent.png) no-repeat;
        background-position-x: 130%;
        background-position-y: 15%;
    }
    .over_ons_description .texts h3 {
        font: bold 21px/28px 'Barlow', sans-serif;
    }
    .over_ons_description .float_box p {
        font: bold 16px/26px 'Barlow', sans-serif;
    }
    .over_ons_bestuur .bestuur_blocks .text {
        padding-left: 30px;
    }
    .over_ons_locations .gray_box figure img {
        height: 160px;
        width: 160px;
    }
    .over_ons_locations .gray_box img.line {
        margin-top: 150px;
    }
}
@media (max-width: 800px) {
    .over_ons_description .float_box {
        width: 500px;
    }
}
@media (max-width: 768px) {
    .over_ons_description .texts.left {
        padding: 20px 20px 20px 0;
    }
    .over_ons_description .texts.right {
        padding: 20px 0 20px 20px;
    }
    .over_ons_description .float_box {
        /* margin-top: -4%; */
    }
    .over_ons_description {
        padding: 30px 60px;
    }
    .over_ons_locations {
        padding: 0 60px;
    }
    .over_ons_bestuur {
        padding: 20px 60px 20px;
        background-position-x: 140%;
        background-position-y: 40%;
    }
}
@media (max-width: 767px) {
    .show_767 {
        display: block;
        position: relative;
        margin-left: -40px;
        margin-top: -30%;
        width: 255px;
        text-align: left;
        background-color: #fee601;
        box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
        padding: 20px;
    }
    .over_ons_description {
        background: url(../images/right_accent.png) no-repeat;
        background-position-x: 140%;
        background-position-y: 2.5%;
    }
    .over_ons_description .images img {
        height: 225px;
    }
    .over_ons_description .float_box {
        width: 85%;
    }
    .over_ons_locations {
        padding: 0;
    }
    .over_ons_bestuur {
        padding: 0 60px 20px;
        background-position-x: 160%;
        background-position-y: 75%;
    }
    .over_ons_bestuur .bestuur_blocks .image img {
        width: 126%;
        height: 220px;
        margin-left: -13%;
    }
    .over_ons_description .texts.left,
    .over_ons_description .texts.right {
        padding: 20px 0;
    }
    .over_ons_bestuur .bestuur_blocks .text {
        padding-left: 0;
    }
    .over_ons_locations .gray_box img.line {
        height: 10px;
        margin-top: 160px;
    }
}
@media (max-width: 580px) {
    .show_767 {
        margin-left: -30px;
    }
    .over_ons_locations .gray_box {
        padding: 20px 20px;
    }
    .over_ons_bestuur {
        padding: 0 45px 20px;
        background-position-x: 190%;
    }
    .over_ons_description {
        padding: 30px 45px;
        background-position-x: 170%;
    }
    .over_ons_description .float_box {
        width: 90%;
        padding: 20px;
    }
}
@media (max-width: 480px) {
    #overons_pages_header .overons_header {
        width: 100%;
    }
    .over_ons_description {
        background-position-x: 210%;
    }
    .over_ons_description .images {
        padding: 0;
        margin: -10px 0;
    }
    .over_ons_description .float_box {
        width: 100%;
    }
    .over_ons_bestuur .bestuur_blocks .image img {
        width: 132%;
        margin-left: -16%;
    }
}
@media (max-width: 425px) {
    .over_ons_description {
        background-position-x: 250%;
    }
    .over_ons_bestuur {
        background-position-x: 250%;
    }
}
@media (max-width: 375px) {
    .over_ons_description {
        background-position-x: 320%;
    }
    .over_ons_bestuur {
        background-position-x: 320%;
        background-position-y: 70%;
    }
}
@media (max-width: 374px) {
    .over_ons_locations .gray_box img.line {
        margin-top: 175px;
    }
}
@media (max-width: 360px) {
    .over_ons_bestuur {
        background-position-x: 390%;
    }
}
@media (max-width: 320px) {
    .over_ons_description {
        background-position-x: 600%;
        background-position-y: 3.5%;
    }
    .over_ons_bestuur {
        background-position-x: 600%;
    }
    .over_ons_locations .gray_box figure img {
        height: 130px;
        width: 130px;
    }
    .over_ons_bestuur .bestuur_blocks .image img {
        width: 140%;
        margin-left: -20%;
    }
}