/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1920px) { 
	.container{
		max-width: 1710px;
	}
}
@media (min-width: 1600px) and (max-width: 1919.98px){
	html{
		font-size: 52%;
	}
	.container{
		max-width: 1400px;
	}
}
@media (min-width: 1366px) and (max-width: 1599.98px){
	html{
		font-size: 47%;
	}
	.container{
		max-width: 1250px;
	}
}
@media (min-width: 1200px) and (max-width: 1365.98px){
	html{
		font-size: 42%;
	}
	.container{
		max-width: 1100px;
	}
}
@media (min-width: 992px) and (max-width: 1199.98px){
	html{
		font-size: 36%;
	}
	.container{
		max-width: 942px;
	}
}
@media (max-width: 991.98px) {
	header{
		padding: 2.5rem 0;
	}
	.logo {
	    max-width: 45rem;
	}
	.menu_wrapper{
		position: fixed;
		top: 12rem;
		height: calc(100vh - 12rem);
		height: calc(100dvh - 12rem);
		width: 100%;
		left: -100%;
		background-color: var(--olive_main);
		z-index: -1;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		overflow: auto;
		padding-bottom: 2rem;
		display: block;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		padding-right: calc((100% - 720px) / 2 + 15px);
		padding-left: calc((100% - 720px) / 2 + 15px);
	}
	.menu_wrapper.current{
		left: 0;
	}
	.header_btn{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.hamburger-menu {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
	.menu{
		display: block;
	}
	.menu>ul{
		display: block;
		margin-bottom: 3rem;
	}
	.menu>ul>li{
        padding: 3rem 0rem !important;
        border-bottom: 0.1rem solid rgba(255, 255, 255, 0.4);
	}
	.menu>ul>li.dropdown_wrap>ul {
		background-color: transparent;
		padding-bottom: 0;
	}
	.menu>ul>li.dropdown_wrap:hover {
	    background-color: transparent;
	}
	.menu>ul>li>a {
	    font-size: 2.5rem;
	    font-weight: 700;
	    color: #fff;
	    -webkit-box-pack: justify;
	        -ms-flex-pack: justify;
	            justify-content: space-between;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	}
	.menu>ul>li.dropdown_wrap{
		padding-left: 0;
		padding-right: 0;
		-webkit-box-shadow: none !important;
		        box-shadow: none !important;
	}
	.menu>ul>li.dropdown_wrap>ul,
	.mega_wrapper {
	    padding: 2rem 0rem 0;
	    -webkit-transition: none;
	    -o-transition: none;
	    transition: none;
	    opacity: 1;
	    pointer-events: all;
	    width: 100%;
	    display: none;
	    position: relative;
	    top: auto;
	    left: 0%;
	    -webkit-box-shadow: none;
	    box-shadow: none;
	}
	.menu>ul>li.dropdown_wrap>ul>li>a,
	.mega_wrapper ul li a{
		font-size: 2.2rem;
		color: #fff;
		padding: 0.6rem 0;
	}
	.menu>ul>li.dropdown_wrap:hover>a {
	    color: var(--red_main) !important;
	}
	.menu>ul>li.dropdown_wrap>ul>li>a:hover,
	.menu>ul>li.dropdown_wrap>ul>li.active>a{
		color: var(--red_main);
	}
	.right_menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		-webkit-column-gap: 4rem;
		   -moz-column-gap: 4rem;
		        column-gap: 4rem;
	}
	main.overflow-hidden {
	    padding-top: 12rem;
	}
	.py_110 {
	    padding-top: 8rem;
	    padding-bottom: 8rem;
	}
	.py_120 {
	    padding-top: 8rem;
	    padding-bottom: 8rem;
	}
	.pt_120{
		padding-top: 8rem;
	}
	.pb_120{
		padding-bottom: 8rem;
	}

	h1{
		font-size: 6rem;
		line-height: 1;
	}
	h2{
		font-size: 6rem;
		line-height: 1.1;
	}
	h3{
		font-size: 5rem;
		line-height: 1.1;
	}
	h4{
		font-size: 4rem;
		line-height: 1.1;
	}
	h5{
		font-size: 3rem;
		line-height: 1.1;
	}
	h6{
		font-size: 2.6rem;
		line-height: 1.1;
	}
	.project_content h3{
		font-size: 2.4rem;
	}
	.news_card .project_content {
	    padding: 3rem 3rem 7rem;
	}
	.news_card .project_content .link {
	    bottom: 3rem;
	    left: 3rem;
	}
	.mt_60 {
	    margin-top: 4rem;
	}
	.mt_75 {
	    margin-top: 5rem;
	}
	.home_content {
	    max-width: 44rem;
	}
	.request_area{
		padding-bottom: 0;
		overflow: hidden;
	}
	.request_area .container{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		text-align: center;
	}
	.request_area .container img {
	    width: 38rem;
	    margin-top: 6rem;
	    margin-bottom: -20rem;
	}
	footer {
	    padding: 3rem 0 8rem;
	}
	.footer_top {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.footer_top .footer_item{
		max-width: 50%;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
	}	
	.footer_top .footer_item.full_width{
		max-width: 100%;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		position: relative;
	}
	.footer_bottom{
		padding-left: 0;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.footer_bottom ul{
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		row-gap: 0.5rem;
	}
	.footer_bottom ul li:not(:first-child){
		padding-left: 0;
	}
	.footer_bottom ul li::after{
		display: none;
	}
	.gap_75 {
	    --bs-gutter-x: 2.5rem;
	    --bs-gutter-y: 4.5rem;
	}
	.pagination_wrap {
	    -webkit-column-gap: 7rem;
	       -moz-column-gap: 7rem;
	            column-gap: 7rem;
	    margin-top: 7rem;
	}
	.intro_content h2,
	.intro_content h1{
	    font-size: 5rem;
	}
	.breadcrumb_area{
		display: none;
	}
	.gap_50 {
	    --bs-gutter-x: 3rem;
	    --bs-gutter-y: 3rem;
	}
	.bg_share{
		max-width: 100%;
	}
	.team_card{
		background-color: rgba(250, 222, 214, 0.3);
		height: 100%;
		border-radius: 1rem;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		text-align: center;
		row-gap: 2rem;
		padding: 3rem 2rem;
		font-size: 1.8rem;
	}
	.team_card>img {
	    width: 9rem;
	}
	.team_card p:last-child strong {	    
		margin-top: 1rem;
	}
	.white_card {
        font-size: 6rem;
    }
    .project_come_area ul {
        column-count: 2;
    }
}

/*Medium devices (tablets, 767px and down)*/
@media (max-width: 767.98px) {
	html{
		font-size: 43%;
	}
	.menu_wrapper{
		padding-right: calc((100% - 540px) / 2 + 15px);
		padding-left: calc((100% - 540px) / 2 + 15px);
	}
}

/*Small devices (landscape phones, 575px and down)*/
@media (max-width: 575.98px) {
	html{
		font-size: 2.34vw;
	}
	body{
		font-size: 1.8rem;
	}
	.container,
	.menu_wrapper {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
	main {
	    padding-top: 13.5rem;
	}
	.menu_wrapper{
		top: 8.6rem;
		height: calc(100vh - 8.6rem);
		height: calc(100dvh - 8.6rem);
	}
	.menu>ul>li.dropdown_wrap>ul>li>a, .mega_wrapper ul li a{
		font-size: 2rem;
	}
	.button_wrapper{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		row-gap: 2rem;
		-webkit-column-gap: 2rem;
		   -moz-column-gap: 2rem;
		        column-gap: 2rem;
	}
	.logo{
		max-width: 23.4rem;
	}
	main.overflow-hidden {
	    padding-top: 8.6rem;
	}
	h1{
		font-size: 3.4rem;
	}
	h2{
		font-size: 3.4rem;
	}
	h3{
		font-size: 2.8rem;
	}
	h4{
		font-size: 2.4rem;
	}
	h5{
		font-size: 2.2rem;
	}
	h6{
		font-size: 2.2rem;
	}
	.py_120 {
	    padding-top: 4rem;
	    padding-bottom: 4rem;
	}
	.pt_120{
		padding-top: 4rem;
	}
	.mt_50{
		margin-top: 4rem;
	}
	.hero_slider img, 
	.hero_slider video {
	    height: 25rem;
	}
	.hero_slider .owl-dots{
		display: none;
	}
	.home_content{
		max-width: 100%;
	}
	.white_card{
		padding: 1.2rem 2.3rem;
		border-radius: 1rem;
		max-width: 20.6rem;
		margin-bottom: 1rem;
		font-size: 2.8rem;
	}
	.white_card::after {
	    border-left: 1.25rem solid transparent;
	    border-right: 1.25rem solid transparent;
	    border-top: 2.5rem solid #fff;
	    left: 2.2rem;
	}
	.white_card h1,
	.orange_card h2{
		font-size: 2.8rem;
	}
	.slider_item {
	    padding: 16rem 0 0;
	}
	.orange_card {
	    padding: 3.5rem 2.5rem 4rem;
	    border-radius: 0;
	    margin-left: -2.5rem;
	    margin-right: -2.5rem;
	    min-height: 24.5rem;
	}
	.cta_area .button {
	    min-width: 16rem;
	}
	.cta_area {	    
		padding: 4rem 0 17rem;
	}
	.cta_area p{
		font-size: 1.8rem;
	}
	.cta_bg {
	    height: 27.5rem;
	    width: 100%;
	}
	.cta_bg::before {
	    left: 0;
	    top: -0.1rem;
	    width: 100%;
	    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, var(--secondary)), to(rgba(255, 255, 255, 0)));
	    background: -o-linear-gradient(top, var(--secondary) 20%, rgba(255, 255, 255, 0) 100%);
	    background: linear-gradient(180deg, var(--secondary) 20%, rgba(255, 255, 255, 0) 100%);
	}
	.py_110 {
	    padding-top: 5rem;
	    padding-bottom: 5rem;
	}
	.mt_60 {
	    margin-top: 3rem;
	}
	.project_content h3{
		font-size: 2.2rem;
		text-align: center;
	}
	.project_card .link{
		width: 100%;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.mt_75 {
	    margin-top: 4rem;
	}
	.request_content{
		width: 100%;
	}
	.request_content p {
	    font-size: 1.8rem;
	    margin-top: 2rem;
	}
	.mt_50,
	.mt_40 {
	    margin-top: 3rem;
	}
	.request_area {
	    padding: 5rem 0 0;
	}
	.request_area .container img {
	    width: 24rem;
	    margin-top: 4.5rem;
	    margin-bottom: -12rem;
	}
	.news_card .project_content .link{
		left: 0;
	}

	.footer_item:not(.half_width_mobile) {
		max-width: 100%;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
	}
	footer h4{
		font-size: 2.8rem;
		padding-top: 2rem;
	}
	footer p,
	footer ul{
		margin-top: 1.5rem;
	}
	.footer_item form {
	    padding-top: 0.5rem;
	}
	.footer_bottom{
		font-size: 1.6rem;
		margin-top: 6rem;
	}
	footer {
	    padding: 0rem 0 5rem;
	}
	.intro_content h2,
	.intro_content h1{
	    font-size: 2.8rem;
	}
	.intro_content p{
		font-size: 1.8rem;
	}
	.intro_area {
	    padding: 3.5rem 0 4rem;
	    min-height: 100%;
	}
	.inner_home{
		padding-top: 8rem;
		min-height: 19rem;
	}
	.gap_75 {	    
		--bs-gutter-y: 4rem;
	}
	.pagination_wrap {
	    -webkit-column-gap: 3rem;
	       -moz-column-gap: 3rem;
	            column-gap: 3rem;
	    margin-top: 4rem;
	}
	.project_card .project_img,
	.news_card {
	    border-radius: 1.5rem;
	}
	.news_card .project_img {
	    border-radius: 1.5rem 1.5rem 0 0;
	}
	.bg_share {
	    padding: 3rem;
	}
	.gallery {
	    border-radius: 1.5rem;
	}
	.project_details_content h6:not(:first-child) {
	    margin-top: 3.5rem;
	}
	.gallery_wrap {
	    margin-top: 5rem;
	    text-align: center;
	}
	.gallery_wrap h6{
		font-size: 3.4rem;
		margin-bottom: 3rem;
	}
	.news_details_content p:not(:first-child) {
	    margin-top: 2.5rem;
	}
	.mt_70 {
	    margin-top: 4rem;
	}
	.team_area{
		text-align: center;
	}
	.team_area h4{
		font-size: 2.8rem;
		margin-bottom: 2.5rem;
	}
	.team_area h4:not(:first-child) {
	    margin-top: 6rem;
	}
	.contact_area h4{
		font-size: 2.8rem;
	}
	.aanvraag_content>ul>li {
	    margin-top: 2rem;
	}
	.aanvraag_content>ul>li ul {
	    margin-top: 2rem;
	}
	.project_details_content .request_form p {
	    margin-top: 3rem;
	}
	.form-check {
	    margin-top: 1.5rem;
	}
	.project_details_content h3{
	    font-size: 2.2rem;
	}
	.project_details_content h6:not(:first-child), .project_details_content h3:not(:first-child) {
        margin-top: 3rem;
    }
    .project_come_area ul {
        column-count: 1;
    }
    .question_box {
	    padding: 2.5rem;
	    margin-top: 2rem;
	}
	.gap_40 {
	    --bs-gutter-x: 2rem;
	    --bs-gutter-y: 2rem;
	}
	.request_form .tab .form-label+input, 
	.request_form .tab textarea, 
	.request_form .tab select, 
	.request_form .tab .nice-select {
	    margin-top: 0.5rem;
	}
	.pt_70 {
	    padding-top: 4rem;
	}
	.form-label {
	    font-size: 1.6rem;
	}
}