.page-template-template-ervaringen #pages_header .cover-image {
    height: 200%;
}

#students_tabs {
    background: url(../images/ervaringen_bg.jpg);
    padding: 60px 190px;
}
#students_tabs h2 {
    font: bold 32px/40px 'Barlow', sans-serif;
    margin-bottom: 40px;
    padding-left: 0;
}
#students_tabs ul {
    width: 100%;
    padding: 0;
    margin: 0 0 1px 0;
}
#students_tabs ul li {
    list-style: none;
    padding: 30px;
}
#students_tabs ul li a {
    color: #c0c0c0;
}
#students_tabs ul li a:hover {
    text-decoration: none;
}
#students_tabs ul li h3 {
    font: 600 20px/30px 'Barlow', sans-serif;
}
#students_tabs ul li p {
    font-weight: 600;
    font-size: 1rem;
    font-family: 'Barlow', sans-serif;
    position: absolute;
    bottom: 0;
    width: 82%;
}
#students_tabs ul li .circle {
    position: absolute;
    height: 30px;
    width: 30px;
    border: solid 10px #fee700;
    bottom: 0;
    left: 45%;
    margin-bottom: -21px;
    border-radius: 50%;
    background-color: #fff;
}
#students_tabs ul .ui-tabs-active.ui-state-active {
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
}
#students_tabs ul .ui-tabs-active.ui-state-active a {
    color: #000;
}
#students_tabs ul .ui-tabs-active.ui-state-active a .small i {
    transform: rotate(180deg);
}
#students_tabs ul .ui-tabs-active.ui-state-active .circle {
    background-color: #fee700;
}
#students_tabs .ui-tabs-panel {
    padding: 40px 60px;
    background-color: #fff;
    border: solid 10px #fee601;
}
#students_tabs .ui-tabs-panel h2 {
    font: 600 24px/34px 'Barlow', sans-serif;
    margin-bottom: 20px;
}
#students_tabs .ui-tabs-panel h3 {
    font: 600 20px/30px 'Barlow', sans-serif;
}
#students_tabs .ui-tabs-panel hr {
    margin: 60px 0;
}
#students_tabs .ui-tabs-panel .over_student {
    text-align: right!important;
    padding-left: 10%;
}
#students_tabs .ui-tabs-panel .over_student p {
    margin: 30px 0;
}



#parents_tabs {
    background-color: #fff;
    padding: 60px 190px;
}
#parents_tabs h2 {
    font: bold 32px/40px 'Barlow', sans-serif;
    margin-bottom: 40px;
    padding-left: 0;
}
#parents_tabs ul {
    width: 100%;
    padding: 0;
    margin: 0 0 1px 0;
}
#parents_tabs ul li {
    list-style: none;
    padding: 30px;
}
#parents_tabs ul li a {
    color: #c0c0c0;
}
#parents_tabs ul li a:hover {
    text-decoration: none;
}
#parents_tabs ul li h3 {
    font: 600 20px/30px 'Barlow', sans-serif;
}
#parents_tabs ul li p {
    font-weight: 600;
    font-size: 1rem;
    font-family: 'Barlow', sans-serif;
    position: absolute;
    bottom: 0;
    width: 82%;
}
#parents_tabs ul li .circle {
    position: absolute;
    height: 30px;
    width: 30px;
    border: solid 10px #fee700;
    bottom: 0;
    left: 45%;
    margin-bottom: -21px;
    border-radius: 50%;
    background-color: #fff;
}
#parents_tabs ul .ui-tabs-active.ui-state-active {
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
}
#parents_tabs ul .ui-tabs-active.ui-state-active a {
    color: #000;
}
#parents_tabs ul .ui-tabs-active.ui-state-active a .small i {
    transform: rotate(180deg);
}
#parents_tabs ul .ui-tabs-active.ui-state-active .circle {
    background-color: #fee700;
}
#parents_tabs .ui-tabs-panel {
    padding: 40px 60px;
    background-color: #fff;
    border: solid 10px #fee601;
}
#parents_tabs .ui-tabs-panel h2 {
    font: 600 24px/34px 'Barlow', sans-serif;
    margin-bottom: 20px;
}
#parents_tabs .ui-tabs-panel h3 {
    font: 600 20px/30px 'Barlow', sans-serif;
}
#parents_tabs .ui-tabs-panel hr {
    margin: 60px 0;
}
#parents_tabs .ui-tabs-panel .over_student {
    text-align: right!important;
    padding-left: 10%;
}
#parents_tabs .ui-tabs-panel .over_student p {
    margin: 30px 0;
}


#ervaringen_links {
    padding: 50px 190px;
    background-color: #ffe500;
    align-items: end;
}
#ervaringen_links .links {
    padding: 10px;
}
#ervaringen_links .links a {
    color: #000;
}
#ervaringen_links .links a:hover {
    text-decoration: none;
}
#ervaringen_links .links .white_box {
    background-color: #fff;
    padding: 20px;
    height: 100%;
}
#ervaringen_links .links .white_box p {
    padding-right: 15px;
}
#ervaringen_links .links .white_box figure {
    text-align: right;
}
#ervaringen_links .links .white_box figure img {
    height: 40px;
    width: auto;
}
#ervaringen_links .links .white_box i {
    position: absolute;
    bottom: 40px;
    right: 40px;
}
#ervaringen_links .links .white_box:hover {
    background: #000;
    color: #fff;
}

.text-center.ui-tabs-tab figure {
    margin-bottom: 0;
}
.text-center.ui-tabs-tab figure img {
    width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 50%;
}


@media (max-width: 1250px) {
    #students_tabs {
        padding: 60px 100px 0;
    }
    #parents_tabs {
        padding: 60px 100px;
    }
    #ervaringen_links {
        padding: 50px 100px;
    }
    #ervaringen_links .links .white_box {
        padding: 10px;
    }
}

@media (max-width: 800px) {    
    #students_tabs {
        padding: 60px 80px 0;
    }
    #parents_tabs {
        padding: 60px 80px;
    }
    #ervaringen_links {
        padding: 50px 80px;
    }
}

@media (max-width: 801px) {
    #students_tabs,
    #parents_tabs {
        padding: 50px 50px 50px;
    }   
    .text-center.ui-tabs-tab {
        display: flex;
        max-width: 100%;
        width: 100%;
        text-align: left!important;
        list-style: none;
        background-color: #fff;
        padding: 20px;
        margin: 10px 0;
    }
    #parents_tabs .text-center.ui-tabs-tab {
        background-color: #f5f5f5;
    }
    .text-center.ui-tabs-tab figure img {
        width: 90px;
        height: 90px;
        float: left;
    }
    .text-center.ui-tabs-tab a {
        display: block;
        color: #757575;
        width: 100%;
    }
    .text-center.ui-tabs-tab a p {
        font-weight: 600;
        font-size: 1rem;
        font-family: 'Barlow', sans-serif;
        transform: translateY(130%);
        padding-left: 120px;
    }
    .text-center.ui-tabs-tab a p.no_image {
        transform: none;
        margin-bottom: 0;
        padding-left: 0;
    }
    .text-center.ui-tabs-tab a i {
        float: right;
        margin-top: 3px;
    }
    .text-center.ui-tabs-tab h3 { display: none; }
    .text-center.ui-tabs-tab.ui-tabs-active,
    #parents_tabs .text-center.ui-tabs-tab.ui-tabs-active {
        background-color: #fee700;
        margin-bottom: -1px;
    }
    .text-center.ui-tabs-tab.ui-tabs-active a p {
        color: #000;
    }
    .text-center.ui-tabs-tab.ui-tabs-active a i {
        transform: rotate(180deg);
    }
    #students_tabs .ui-tabs-panel,
    #parents_tabs .ui-tabs-panel {
        padding: 0px 10px;
        background-color: #fee601;
        box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
    }
    #students_tabs .ui-tabs-panel hr,
    #parents_tabs .ui-tabs-panel hr {
        margin: 20px 0;
        background-color: #fff;
        height: 2px;
    }
    #students_tabs h2,
    #parents_tabs h2 {
        font: bold 24px/34px 'Barlow', sans-serif;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    #ervaringen_pages_header h1 {
        font: bold 28px/36px 'Barlow', sans-serif;
    }
    #students_tabs,
    #parents_tabs {
        padding: 30px 30px 30px;
    }
    .text-center.ui-tabs-tab a p {
        padding-left: 100px;
    }
    #ervaringen_pages_header {
        background-size: 130%!important;
    }
    #students_tabs, #parents_tabs {
        padding: 30px 20px 30px;
    }
}

@media (max-width: 425px) {
    #ervaringen_pages_header {
        background-size: 180%!important;
        background-position-x: 60%!important;
    }
    .text-center.ui-tabs-tab figure img {
        width: 70px;
        height: 70px;
    }
    .text-center.ui-tabs-tab a p {
        padding-left: 80px;
    }
}
@media (max-width: 375px) {
    .text-center.ui-tabs-tab figure {
        display: inline-block;
        width: 100%;
        text-align: center;
        margin-bottom: 0;
    }
    .text-center.ui-tabs-tab figure img {
        float: unset;
    }
    .text-center.ui-tabs-tab a p {
        padding-left: 0;
        transform: none;
        padding-top: 20px;
        margin-bottom: 0;
    }
    .text-center.ui-tabs-tab a p.no_image {
        padding-top: 0;
    }
}