@charset "UTF-8";
@import url(https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css);
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url(https://fonts.googleapis.com/css2?family=Antonio:wght@100;400;700&display=swap);

.faq_content-margin {
    margin-right: 10px;
}
.margin-bottom-140 {
    margin-bottom: 140px;
}
.margin-top-140 {
    margin-top: 140px;
}
.margin-bottom-70 {
    margin-bottom: 70px !important;
}
.margin-top-70 {
    margin-top: 70px !important;
}
.margin-left-100 {
    margin-left: 100px;
}
.margin-right-100 {
    margin-right: 100px;
}
.c-dark-blue {
    color: #003b5c;
}
.c-white {
    color: #fff;
}
.bg-light-blue {
    background-color: #009fdf;
}
.bg-grey {
    background-color: #f7f4f1;
}
.c-footer {
    background-color: #fff;
}
html {
    font-size:15pt;
    scroll-behavior: smooth;
}

body {
    font-family: 'Lato', sans-serif !important;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #009fdf;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #009fdf;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #009fdf;
}
:-moz-placeholder { /* Firefox 18- */
  color: #009fdf;
}

header .menu {
    height:70px;
    display: flex;
    align-items:center;
}

header .menu ul {
    padding-left:0px;
    list-style: none;
    margin-bottom:0px;
}

header .menu ul a {
    color:#fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .menu .language {
    position: relative;
    padding: 17px 20px;
    color:#fff;
}

header .menu .language .lang img {
    margin-left:15px;
}

header .menu .language .languages {
    position: absolute;
    top: 67px;
    background-color: #009fdf;
    padding: 10px 20px;
    width: 100%;
    margin-left: -20px;
    visibility: hidden;
    transition: visibility 0.5s ease-in-out;
}

header .menu .language:hover .languages {
    visibility: visible;
    opacity: 1;
}

#master_language {
    margin-bottom: 0 !important;
}

header .menu .website {
    border-left:solid 1px #fff;
}

header .menu .website a {
    color:#fff;
    height: 35px;
    width: 107px;
    border:solid 1px #fff;
    border-radius: 50px;
    text-align: center;
    font-size:1.02rem;
    margin-left:20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

header .outer-header-safety {  
    height: 524px;
    background: url(../../images/Safety/AGO_Safety_Bannerv2.png) center center no-repeat;
    background-size: cover;
}

header .outer-header .inner-header {
    display: flex;
    align-items: center;
    justify-content: center;
    height: inherit;
    /* background-color: rgba(0, 59, 92, 0.5); */
}

.content {
    padding: 140px 100px;
    text-align: center;
} 

.content .title {
    font-family: "Antonio", sans-serif;
    font-weight: 700;
    letter-spacing: -2px;
    font-size: 72px;
    line-height: 78px;
    text-transform: uppercase;
}

.content .subtitle {
    font-family: "Antonio", sans-serif;
    font-weight: 700;
    font-size: 4.5rem;
    line-height: 4.88rem;
    text-transform: uppercase;
}

.content .text {
    font-size: 25px;
    line-height: 35px;
    margin-top: 70px;
    letter-spacing: .1px;
}

.text-beschermingsmiddelen {
    margin: 0 auto;
    width: 75%;
}

.section-beschermingsmiddelen {
    margin-top: 140px;
}
.c-uitzendkrachtEnJobstudent {
    text-align: center;
}

.c-uitzendkracht {
    background-color: #003b5c;
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.c-jobstudent {
    background-color: #009fdf;
    color: #fff;
}

.link-uitzendkracht {
    font-weight: 700;
    color: #007fdf;
    text-decoration: underline;
}

.link-jobstudent {
    font-weight: 700;
    color: #003b5c;
    text-decoration: underline;
}

.safety-arrow {
    margin-left: 15px;
    margin-right: 15px;
}

.safety-arrow-svg {
    margin-bottom: 10px;
}

.cls-1 {
    fill: #003a5c;
}

.content.safetytabs {
    padding: 0px 0px;
}

.safetytabs_tab {
    height: 150px;
    background-color: #41b6e6;
    padding-left: 100px;
    padding-right: 100px;
}

.safetytabs_tab {
    transition: background-color 0.2s ease-in-out;
}

.active-tab {
    background-color: #009fdf;
}

.tab-FAQ {
    background-color: #003b5c;
}

h2 {
    font-size: 45px !important;
    text-transform: uppercase;
    font-family: "Antonio", sans-serif;
    font-weight: 700 !important;
}

h3 {
    font-size: 42px !important;
    line-height: 45px !important;
    font-weight: 700 !important;
    font-family: 'Lato', sans-serif;
    margin-bottom: 0;
    color: #009fdf;
}

h4 {
    font-size: 36px !important;
    line-height: 40px !important;
    font-weight: 800 !important;
    font-family: 'Lato', sans-serif;
    margin-bottom: 70px;
    color: #003b5c;
}

h5 {
    font-size: 30px !important;
    line-height: 36px !important;
    font-weight: 900 !important;
    font-family: 'Lato', sans-serif;
    margin-top: 140px !important;
    color: #003b5c;
    border: solid 5px #003b5c;
    padding: 35px;
    text-transform: uppercase;
    display: inline-block;
}

h6 {
    font-size: 30px !important;
    line-height: 36px !important;
    font-weight: 800 !important;
    font-family: 'Lato', sans-serif;
    color: #009fdf;
    margin-bottom: 0 !important;
    text-align: left;
    padding-right: 50px;
}

.faqTabs_tab1 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 70px;
}
.faqTabs_tab {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 35px;
    padding-bottom: 35px;
}

.faqSafety_collapse {
    margin-left: 100px !important;
    margin-right: 100px !important;
    display: block;
}

.c-plusminus {
    background-color: #009fdf;
    width: 50px;
	height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 100px;
    flex-shrink: 0;
}

.plusminus {
	position: relative;
	width: 25px;
	height: 25px;
	cursor: pointer;

	&.active {
		&:before {
			transform: translatey(-50%) rotate(-90deg);
			opacity: 0;
		}
		&:after {
			transform: translatey(-50%) rotate(0);
		}
	}

	&:before,
	&:after {
		content: "";
		display: block;
		background-color: #fff;
		position: absolute;
		top: 50%;
		left: 0;
		transition: 0.35s;
		width: 100%;
		height: 3px;
	}

	&:before {
		transform: translatey(-50%);
	}

	&:after {
		transform: translatey(-50%) rotate(90deg);
	}
}

.section-custom-h5 {
    margin-top: 70px !important;
    margin-bottom: 140px !important;
}

.section-line {
    height: 0.25px;
    background-color: #003b5c;
    opacity: 0.5;
}

.section-firstline {
    margin-top: 70px;
}

.section-firstline2 {
    margin-top: 140px;
}

.section-text {
    padding: 35px 0;
    margin-top: 0 !important;
}

.section-text-morepadding {
    padding-top: 33px;
    padding-bottom: 35px;
    margin-top: 0 !important;
}

.text-heftruck {
    margin-top: 0 !important;
}

.section-content {
    padding-top: 140px;
    /* padding-bottom: 35px; */
}

.section-content-half {
    padding-top: 70px;
    padding-bottom: 35px;
}

.section-content-100 {
    padding-top: 100px;
}

.section-bold {
    font-weight: 700;
}
.safetytabs_tab h2 {
    color: #fff;
    margin-bottom: 0;
}

.safetytabs-a:hover {
    text-decoration: none;
}

.faq_content {
    text-align: left;
    padding-right: 30%;
    color: #003b5c;
}

.safetytabs-img {
    height: 25px;
    position: absolute;
    right: 100px;
}

.section-number {
    margin-bottom: 0;
    font-weight: 700;
    color: #009fdf;
    font-family: 'Lato', sans-serif;
}

.section-houding {
    margin-top: 175px;
}

.section-houding2 {
    margin-top: 70px;
}

.section-houding-text {
    text-align: left;
    font-size: 24px;
    line-height: 28.8px;
    color: #003b5c;
}

.section-houding-subtitle {
    font-weight: 800;
}

.safety-icons {
    width: 150px;
}

.rotate-180 {
    transform: rotate(180deg);
}

.tab-line {
    height: 1px;
    background-color: #fff;
}

.social-media-icon {
    width: 40px;
    margin-left: 10px;
    margin-right: 10px;
}
.social-media-icon:hover {
    opacity: .85;
}

.section-text-morepadding-last {
    padding-bottom: 0;
}

.maxWidth_text {
    max-width: 1000px;
    margin: 0 auto;
    font-size: 25px;
}

#footer a,#footer a:hover {color:#003b5c;}

.section-houding-mobile {
    display: none;
}
.section-houding-web {
    display: block;
}
.section-beschermingsmiddelen__card {
    width: 30%;
}

/* --- Media Queries --- */

@media only screen and (max-width: 1372px) {
    .section-beschermingsmiddelen {
        flex-direction: column !important;
    }
    .section-beschermingsmiddelen__card {
        width: 100%;
    }
    .text-beschermingsmiddelen {
        margin-bottom: 70px;
        margin-top: 35px !important;
    }
}

@media only screen and (max-width: 1200px) {
    .faq_content {
        padding-right: 0;
    }
}

@media only screen and (max-width: 992px) {
    header .outer-header {  
        height: 424px !important;
    }
    .inner-header img {
        height: 25%;
    }
    .safetytabs_tab h2 {
        padding-right: 120px;
    }
    .safetytabs_tab {
        text-align: left;
        padding-left: 50px;
        padding-right: 50px;
    }
    .safetytabs-img {
        right: 50px;
    }
    .content {
        padding: 90px 90px;
    }
    .section-houding-mobile {
        display: block;
    }
    .section-houding-web {
        display: none;
    }
    .section-houding {
        margin-top: 87.5px;
    }
    .c-plusminus {
        width: 35px;
        height: 35px;
    }
    .plusminus {
        &:before,
        &:after {
            left: 25%;
            width: 50%;
        }
    }
    .c-handgereedschap {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 768px) {
    header .outer-header {  
        height: 350px !important;
    }
    .content {
        padding: 140px 50px;
    }
    .faqSafety_collapse {
        margin-left: 50px !important;
        margin-right: 50px !important;
    }
    .c-plusminus {
        right: 50px;
    }
    .margin-right-100 {
        margin-right: 50px;
    }
    .margin-left-100 {
        margin-left: 50px;
    }
}

@media only screen and (max-width: 600px) {
    .margin-left-100 {
        margin-left: 25px;
    }
    .margin-right-100 {
        margin-right: 25px;
    }
    .content .text {
        margin-top: 20px;
    }
    .content .maxWidth_text {
        margin-top: 20px;
    }
    html {
        font-size: 10pt;
    }
    .content {
        padding: 35px 25px;
    }  
    .content .title {
        font-size: 3rem;
        word-wrap: break-word;
        line-height: 3.5rem;
    }
    .content .text {
        font-size: 1.5rem;
        line-height: 1.85rem;
    }
    .content .maxWidth_text {
        font-size: 1.5rem;
        line-height: 1.85rem;
    }
    header .menu .website a {
        height: 25px;
        width: 80px;
    }
    header .outer-header {
        height: 200px !important;
    }
    .safetytabs_tab h2 {
        font-size: 25px !important;
        padding-right: 50px;
    }
    h2 {
        font-size: 25px !important;
    }
    h3 {
        font-size: 25px !important;
        line-height: 25px !important;
    }
    .safetytabs_tab {
        padding-left: 25px;
        padding-right: 25px;
        text-align: left;
        height: 100px;
    }
    .safetytabs-img {
        right: 25px;
        height: 10px;
    }
    .social-media-icon {
        width: 30px;
    }
    .AGO_Safety_AgoLogo {
        width: 200px;
    }
    .margin-bottom-70 {
        margin-bottom: 35px;
    }
    .margin-bottom-140 {
        margin-bottom: 70px;
    }
    .margin-top-140 {
        margin-top: 70px;
    }
    .section-content {
        padding-top: 70px;
        padding-bottom: 0;
    }
    h4 {
        font-size: 25px !important;
        line-height: 25px !important;
        margin-bottom: 40px;
    }
    .section-text {
        padding: 25px 0;
    }
    h5 {
        margin-top: 35px !important;
        font-size: 20px !important;
        padding: 20px;
        line-height: 25px !important;
        border: solid 3px #003b5c;
    }
    h6 {
        font-size: 20px !important;
        line-height: 25px !important;
        padding-right: 50px;
    }
    .section-firstline {
        margin-top: 35px;
    }
    .section-text-morepadding {
        padding-top: 32.5px;
        padding-bottom: 35px;
    }
    .section-houding-text {
        font-size: 20px;
        line-height: 25px;
    }
    .section-text-morepadding {
        padding-top: 22.5px;
        padding-bottom: 25px;
    }
    .section-img-houding {
        margin-bottom: 25px;
        width: 230px;
    }
    .section-firstline2 {
        margin-top: 70px;
    }
    .section-custom-h5 {
        margin-top: 35px !important;
        margin-bottom: 70px !important;
    }
    .section-content-half {
        padding-top: 35px;
        padding-bottom: 0;
    }
    .section-beschermingsmiddelen {
        margin-top: 70px;
    }
    .safety-icons {
        width: 75px;
    }
    .text-beschermingsmiddelen {
        margin-top: 20px !important;
        margin-bottom: 35px !important;
    }
    .section-content-100 {
        padding-top: 50px;
    }
    .c-handgereedschap {
        margin-bottom: 0;
    }
    .faqTabs_tab {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .c-plusminus {
        width: 25px;
        height: 25px;
    }
    .faq_content {
        font-size: 16px;
    }
    .cls-1 {
        scale: .85;
    }
    .safety-arrow-svg {
        margin-bottom: 0;
    }
    .safety-arrow {
        margin-left: 5px;
        margin-right: 5px;
    }
    .faq_content-arrow {
        width: 7px;
    }
    .faqSafety_collapse {
        margin-left: 25px !important;
        margin-right: 25px !important;
    }
}

@media only screen and (max-width: 400px) {
    .safetytabs_tab h2 {
        font-size: 20px !important;
    }
    .safetytabs_tab {
        height: 75px;
    }
}

.animation-1 {
    --translate-init: translate(-60px, 0);
    --translate: var(--translate-init);
    --opacity: 0;
    transition: var(--transition, none);
    transform: var(--translate);
    opacity: var(--opacity);
}

.animation-2 {
    --translate-init: translate(0, 60px);
    --translate: var(--translate-init);
    --opacity: 0;
    transform: var(--translate);
    transition: var(--transition);
    opacity: var(--opacity);
}

.collapse {
    max-height: auto;
}

.safetytabs-a.sticky {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: white;
}

.collapsible {
    color: white;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none !important;
    font-size: 15px;
}
  
.active, .collapsible:focus-visible {
    outline: none;
}
  
.content-collapse {
    text-align: center;
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s ease-in-out;
    background-color: #f1f1f1;
}

.safetytabs-img {
    transition: transform 0.25s ease-in-out;
}

.collapsible.active .safetytabs-img {
    transform: rotate(180deg);
}

.sticky {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: #4CAF50;
    transition: top 0.3s ease-in-out;
}

a {
    text-decoration: none;
}



/* ---------------------------------- LEGAL ---------------------------------- */

header .outer-header {  
    height: 524px;
}

header .outer-header-legalinfo {  
    background: url(../../images/Legalinfo/AGO_Legal_Banner.png) center center no-repeat;
    background-size: cover;
}

.text-vakantiegeld {
    margin-top: 0 !important;
}

.legalinfo_table {
    text-align: left;
    line-height: normal;
}

.legalinfo_table--title {
    font-family: "Antonio", sans-serif;
    font-weight: 700;
    letter-spacing: -2px;
    font-size: 50px;
    line-height: 50px;
    text-transform: uppercase;
    color: #009fdf;
}

.legalinfo_table--title2 {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 25px;
    color: #009fdf;
}

.table>:not(caption)>*>* {
    background: none;
    box-shadow: none;
}

.table-bordered>:not(caption)>*>* {
    border: none;
}

tbody, td, tfoot, th, thead, tr {
    border: none;
}

.legalinfo_table--title {
    padding-bottom: 2rem !important;
}

.legalinfo_contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    background-color: #043b5c;
}

.legalinfo_contact--button {
    color: #fff;
    height: 60px;
    width: 230px;
    background-color: #007fdf;
    border-radius: 50px;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.2s ease-in-out;
}

.legalinfo_contact--button:hover {
    color: #fff;
    background-color: #007edfc4;
    text-decoration: none;
}

.legalinfo_faq--flex {
    display: flex;
}

.legalinfo_faq--flex-div {
    width: 48%;
}

.faqlegalinfo_collapse {
    display: block;
}

@media only screen and (max-width: 600px) {
    .legalinfo_contact--button {
        height: 40px;
        width: 150px;
        font-size: 18px;
    }
}

@media only screen and (max-width: 768px) {
    .legalinfo_faq--flex {
        flex-direction: column;
        align-items: center;
    }

    .legalinfo_faq--flex-div {
        width: 100%;
        margin-right: 0 !important;
    }
}

.legalinfo_table--mobile {
    display: none;
}

@media only screen and (max-width: 1635px) {
    .legalinfo_table {
        display: none;
    }
    .legalinfo_table--mobile {
        display: block;
    }
}

.legalinfo_extratitle {
    color: #009fdf;
    text-align: left;
}



/* ---------------------------------- STUDENT ---------------------------------- */

header .outer-header-student {  
    background: url(../../images/Student/AGO_Student_Banner.png) center center no-repeat;
    background-size: cover;
}

.student_contact--button {
    color: #fff;
    height: 60px;
    width: 310px;
    background-color: #007fdf;
    border-radius: 50px;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.2s ease-in-out;
}

.student_contact--button:hover {
    color: #fff;
    background-color: #007edfc4;
    text-decoration: none;
}

.student_carriere--button {
    color: #fff;
    height: 60px;
    width: 400px;
    background-color: #007fdf;
    border-radius: 50px;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.2s ease-in-out;
}

.student_carriere--button:hover {
    color: #fff;
    background-color: #007edfc4;
    text-decoration: none;
}

.student_18 {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    background-color: #009fdf;
}

.student_carriere {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 524px;
    background: url(../../images/Student/studentcarrierev2.jpg) center center no-repeat;
    background-size: cover;
    background-position: center center;
    will-change: transform;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.student_carriere_parallax--image {
    background-image: url(../../images/Student/studentcarrierev3.jpg);
    background-size: cover;
    background-position: center center;
}

.student_carriere_parallax--section {
    height: 524px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.student_carriere_parallax--section .student_carriere_parallax-content {
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
    position: relative;
}

.student_carriere_parallax--section .student_carriere_parallax--image {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    height: 624px;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
}

.student_faq--margin {
    margin-right: 5rem !important;
}

.testheight {
    height: 350px;
}

.container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.row {
    display: flex;
    gap: 20px;
}

.block {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
    background: #f4f4f4;
}

.ExtraMarginRight {
    margin-right: 20px !important;
}

.c-student__faq--mobile {
    display: none;
}

@media (max-width: 768px) {
    .row {
        flex-direction: column;
    }
}

@media only screen and (max-width: 600px) {
    .student_contact--button {
        height: 40px;
        width: 220px;
        font-size: 18px;
    }
    .student_carriere--button {
        height: 40px;
        width: 280px;
        font-size: 18px;
    }
    .margin-bottom-40 {
        margin-bottom: 0;
    }
    .c-student__faq--mobile {
        display: block;
    }
    .c-student__faq--desktop {
        display: none;
    }
}