body {font-family: 'IBM Plex Sans', sans-serif;px; font-weight: 300; color: #000000;}

body .site-inner p {
	font-size: 16px;
	line-height: 28px;
	color: #16130E;
}

body .site-inner ul {
	margin-bottom: 1rem;
}

body.home .site-inner h2 {
	font-size: 75px;
}

body .site-inner h2 {
	font-size: 44px;
	font-weight: 700;
	color: #16140E;
	line-height: 100%;
}

body.single-post .site-inner h2 {
	font-size: 24px;
	margin-bottom: .5rem;
}

body .site-inner .breadcrumb-container {
	font-size: 14px;
}

@media (max-width: 1023px){
	body .menus-desktop {
		display: none;
	}
}

@media (max-width: 991px){
	body .site-inner h2 {
		font-size: 30px !important;
		margin-bottom: 1rem;
	}



	body .site-inner .vc_row.vc_column-gap-35>.vc_column_container {
		padding: 0 !important;
	}
}

body .menus-mobile .menu-hoofdmenu-container{
	display: none;
}

body .menus-mobile .menu-hoofdmenu-container {
	position: fixed;
	top: 0;
	right: 0;
	width: 90%;
	height: 100%;
	background: #16140E;
	z-index: 9999;
}

body .menus-mobile .menu-hoofdmenu-container .mobile_menu{
	height: 100%;
	padding: 4rem 2rem;
}

body .menus-mobile .menu-hoofdmenu-container .mobile_menu li .sub-menu {
	display: none;
}

body .menus-mobile .menu-hoofdmenu-container .mobile_menu li {
	margin-bottom: 1rem;
}

body .menus-mobile .menu-hoofdmenu-container .mobile_menu li a {
	color: #fff;
	font-size: 20px;
}

body .menus-mobile .menu-hoofdmenu-container .mobile_menu ul li.hidden {
	display: none;
}

body .menus-mobile .menu-hoofdmenu-container.menu-hoofdmenu-container-active {
	display: block;
}

.site-header, .header-image .site-header {
	background: #16140E;
	top: 0px;
}

.site-inner .button-default {
	display: inline-flex;
	height: 44px;
	padding: 8px 18px 8px 24px;
	justify-content: center;
	align-items: center;
	gap: 6px;
	flex-shrink: 0;
	border-radius: 8px;
	background: #FF9600;
	border: 2px solid #FF9600;
	color: #fff;
	font-weight: 700;
	line-height: normal;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none !important;
}

.site-inner .button-default::after,
.site-inner .button-alt::after {
	content: "";
	display: inline-block;
	width: 12px; /* Adjust width as needed */
	height: 18px; /* Adjust height as needed */
	margin-left: 8px; /* Add spacing between the text and the chevron */
	background: url('https://aazoo.nl/wp-content/uploads/2025/01/chevron.svg') no-repeat center;
	background-size: contain;
	vertical-align: middle;
}

.site-inner .button-default:hover {
	background: transparent;
	color: #FF9600;
}

.site-inner .button-alt {
	display: inline-flex;
	height: 44px;
	padding: 8px 18px 8px 24px;
	justify-content: center;
	align-items: center;
	gap: 6px;
	flex-shrink: 0;
	border-radius: 8px;
	background: transparent;
	color: #fff !important;
	border: 2px solid #fff;
	font-weight: 700;
	line-height: normal;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none !important;
}

.site-inner .button-alt:hover {
	background: #fff;
	color: #000 !important;
}


.site-inner .button-text {
	display: flex;
	align-items: center;
	gap: 6px;
	text-transform: uppercase;
	font-weight: 700;
	color: #039BD1;
	font-size: 16px;
}

#banner h1{
    font-size: 90px;
    font-weight: bold;
	color: #fff;
	line-height: 100%;
}

#banner p {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	line-height: 36px !important;
}

@media (max-width: 991px){
	#banner {
		min-height: 600px !important;
	}
	#banner h1{
		font-size: 40px;
	}
	#banner p {
		font-size: 18px;
		line-height: 28px !important;
	}

	#banner p br {
		display: none;
	}

	#banner .wpb_text_column:not(.buttons) {
		padding-left: 15px !important;
	}

	.site-inner .button-default,
	.site-inner .button-alt {
		width: 100%;
	}
}

#intro p {
	font-size: 20px;
	line-height: 35px;
}

@media (max-width: 991px){
	.site-inner #intro {
		padding-top: 35px !important;
		padding-bottom: 35px !important;
	}

	#intro p {
		font-size: 16px;
		line-height: 28px;
	}

	body #services {
		padding: 0 !important;
	}
}

#oplossingen h3 {
	font-size: 28px;
	font-weight: 700;
	color: #fff;
	line-height: 28px;
	text-transform: uppercase;
}

@media (max-width: 991px){
	#oplossingen h3 {
		font-size: 20px;
		line-height: 20px;
	}
}

#oplossingen p {
	color: #16130E;
	line-height: 28px;
	font-size: 16px;
}

#oplossingen a {
	display: flex;
	align-items: center;
	gap: 6px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	font-size: 16px;
}

@media (min-width: 1399px){
	#oplossingen #services {
		margin: -9rem auto 0;
	}
}

@media (min-width: 992px){
	#oplossingen #services {
		margin: 0 auto 0;
	}
}

@media (min-width: 1199px){
	#oplossingen #services {
		margin: -6rem auto 0;
	}
}

@media (max-width: 1023px){
	#oplossingen #services.wrap {
		max-width: none;
	}
}


@media (min-width: 992px) and (max-width: 1279px){

	#oplossingen .vc_row .vc_col-sm-6 > .vc_column-inner {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}
}

@media (min-width: 1280px) and (max-width: 1399px){
	#oplossingen .vc_row .vc_col-sm-6 > .vc_column-inner {
		padding-left: 3rem !important;
		padding-right: 3rem !important;
	}
}


@media (max-width: 991px){
	#oplossingen {
		margin-bottom: 70px !important;
	}

	#oplossingen .vc_row .vc_col-sm-6 > .vc_column-inner {
		padding-left: 15px !important;
		padding-right: 15px !important;
		padding-top: 0 !important;
	}
}

#oplossingen #services p {
	color: #fff;
}

#branches p {
	font-size: 16px;
	line-height: 28px;
}


@media (max-width: 767px){
	.site-inner #kracht .wpb_single_image img {
		max-width: 300px;
	}

	.site-inner #kracht .wpb_single_image {
		text-align: center;
	}

	.site-inner #download-whitepaper .wpb_single_image img {
		max-width: 350px;
	}

	.site-inner .gform_wrapper .gform_footer input[type=submit] {
		width: 100%;
	}
}

@media (max-width: 991px){
	#branches,
	#kracht,
	#nieuws {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}

	.site-inner #kracht h2 br {
		display: none;
	}

	#branches .branches-text .wpb_text_column {
		margin-bottom: 15px;
	}

	.site-inner #klanten .wpb_text_column {
		padding-right: 0 !important;
		margin-bottom: 25px !important;
	}

	.site-inner #branches .vc_row {
		margin-bottom: 0 !important;
	}

	.site-inner #branches {
		margin-bottom: -100px !important;
	}
}

#werkwijze .wpb_single_image .wpb_wrapper,
#werkwijze .wpb_single_image .wpb_wrapper .vc_single_image-wrapper,
#werkwijze .wpb_single_image .wpb_wrapper img {
	width: 100%;
}

#werkwijze h3 {
	color: #029BD1;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 700;
	line-height: 40px;
	margin-bottom: 28px;
}

@media (max-width: 991px){
	#werkwijze h3 {
		font-size: 30px;
		line-height: 30px;
		margin-bottom: 1rem;
	}
}

#werkwijze p {
	line-height: 32px;
}

.branch-slider .branch-slider-item .branch-slider-item-inner {
	background: #fff;
	border-top: 8px solid #039BD1;
	height: 100px;
    padding: 0 38px;
    display: flex;
    align-items: center;
		justify-content: space-between;
	margin-top: -4px;
}

.branch-slider .branch-slider-item .branch-slider-item-inner h3 {
	color: #16140E;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0;
}

.custom-navigation {
	padding: 0 13px;
	margin-bottom: 15px;
}

.custom-navigation .custom-swiper-button-prev,
.custom-navigation .custom-swiper-button-next {
	background: none;
	padding: 0;
	box-shadow: none !important;
	line-height: 0 !important;
}

.site-inner .latest-news-item {
	margin-bottom: 2rem;
}

.latest-news-item .latest-news-item-inner {
	border-top: 8px solid #039BD1;
	padding-top: 30px;
	margin-top: -4px;
}

.latest-news-item .latest-news-item-inner h3,
.latest-news-item .latest-news-item-inner h3 a{
	color: #009BD1;
	font-size: 18px;
	font-weight: 500;
	padding-right: 30px;
}

@media (min-width: 992px){
	.site-inner .downloads-row .latest-news-item {
		margin-bottom: 4rem;
	}

	.site-inner .downloads-row .latest-news-item div.description {
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
		margin-bottom: 1rem;
	}
}

.site-inner .downloads-row .latest-news-item .latest-news-item-inner h3 {
	margin-bottom: 1rem;
}

#tags,
#downloads-tags {
	margin-bottom: 2rem;
}

#tags > div,
#downloads-tags > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}

#tags label input,
#downloads-tags label input {
	margin-right: 0;
}

#tags label span,
#downloads-tags label span {
	font-weight: 500;
}

@media (min-width: 992px){
	.news-row .latest-news-item .latest-news-item-inner h3 {
		min-height: 85px;
	}

	.latest-news-item .latest-news-item-inner h3 {
		min-height: 53px;
	}
}

body .site-inner #klanten::before {
	content: '';
	background: url('https://aazoo.nl/wp-content/uploads/2021/05/quote.svg') no-repeat left top;
	background-size: 100%;
	width: 227px;
	height: 191px;
	position: absolute;
	top: 1rem;
}

@media (min-width: 992px){
	body .site-inner #klanten .vc_col-sm-12 .vc_row.vc_inner {
		padding-left: 3rem;
	}
}


@media (max-width: 991px){
	body .site-inner #klanten,
	body .site-inner #werkwijze {
		padding-top: 35px !important;
		padding-bottom: 35px !important;
	}

	body .site-inner #klanten p {
		text-align: left !important;
	}
}

body .site-inner #klanten .vc_col-sm-8 h2 {
	font-size: 60px;
	font-weight: 700;
	color: #fff;
	line-height: 87px;
}

#klanten blockquote p {
	font-size: 28px;
	line-height: 45px;
	font-style: italic;
	font-weight: 400;
	color: #fff;
}

#klanten p {
	font-size: 24px;
	line-height: 45px;
	color: #fff;
	font-weight: 700;
}

@media (max-width: 991px){
	#klanten h2 {
		font-size: 40px;
		line-height: 60px;
	}

	#klanten blockquote p {
		font-size: 20px;
		line-height: 30px;
	}

	#klanten p {
		font-size: 16px;
		line-height: 30px;
	}
}

body .site-inner .home-nieuwsbrief h2 {
	font-size: 35px;
	color: #fff;
}

body .site-inner .home-nieuwsbrief p,
body .site-inner .footer p {
	color: #fff;
}

body .site-inner .detailheader {
	height: 388px;
	display: flex;
	align-items: flex-end;
}


@media (min-width: 992px){
	body .site-inner .detailheader {
		padding-bottom: 50px;
	}
}

body .site-inner .detailheader h1 {
	color: #fff;
	font-size: 75px;
	font-weight: 700;
	line-height: 75px;
	padding-left: 49px;
	border-left: 8px solid #039BD1;
}

.site-inner .detailheader span,
.site-inner .detailheader span a,
.site-inner .branche-header span,
.site-inner .branche-header span a {
	color: #fff;
}

@media (min-width: 992px) and (max-width: 1199px){
	body .site-inner .detailheader h1 {
		font-size: 45px;
		line-height: 45px;
	}
}

@media (max-width: 991px){
	body .site-inner .detailheader {
		height: 300px;
	}
	body .site-inner .detailheader h1 {
		font-size: 30px;
		line-height: 30px;
		padding-left: 15px;
		border-left: 8px solid #039BD1;
	}
}

body .site-inner .oplossingen {
	padding: 80px 0;
}

@media (max-width: 991px){
	body .site-inner .oplossingen {
		padding: 50px 0;
	}
}

body .site-inner .oplossingen h2 {
	margin-bottom: 55px;
}

body #solutions .col {
	margin-bottom: 40px;
}

body #solutions .col .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;

}

body #solutions .col h3 {
	font-size: 18px;
	color: #000;
	margin-bottom: 0;
}

body .site-inner .text-cta:first-child,
body .site-inner .latest-news {
	padding: 100px 0;
}

body .site-inner .text-cta:not(:first-child) {
	padding: 50px 0;
}

body .site-inner .wpb_text_column a:not(.button-default) {
	color: #FF9600;
	font-weight: 500;
}

@media (max-width: 991px){
	body .site-inner .text-cta,
	body .site-inner .latest-news {
		padding: 35px 0 !important;
		margin-bottom: 0 !important;
	}

	body .site-inner #werkwijze .character {
		padding-top: 35px !important;
		padding-bottom: 35px !important;
	}

	body .site-inner .text-cta .vc_col-sm-2 {
		display: none;
	}

	body .site-inner .detail-intro {
		margin-bottom: 0 !important;
	}
}

@media (min-width: 992px) and (max-width: 1279px){
	body .site-inner .text-cta,
	body .site-inner .latest-news {
		padding: 75px 0;
	}
}

body .site-inner .cta-block {
	border-left: 8px solid #039BD1;
    background: #16140E;
    display: flex;
    align-items: center;
	max-width: 486px;
}

@media (max-width: 1024px){
	body .site-inner .cta-block {
		margin: auto;
	}
}

@media (min-width: 1200px){
	body .site-inner .cta-block {
		float: right;
	}
}

@media (max-width: 499px){
	body .site-inner .cta-block .cta-block-image {
		display: none;
	}
}

body .site-inner .cta-block .cta-block-inner {
	padding: 35px;
}

body .site-inner .cta-block h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 25px;
	margin-bottom: 11px;
}

body .site-inner .cta-block p {
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 25px;
}

body .site-inner .cta-block img {
	height: 100%;
	object-fit: cover;
}

body .site-inner .branche-header {
	height: 650px;
}

body .site-inner .branche-header .vc_col-sm-12,
body .site-inner .branche-header .vc_col-sm-12 > .vc_column-inner,
body .site-inner .branche-header .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper,
body .site-inner .branche-header .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper > .vc_inner {
	height: 100%;
}

body .site-inner .branche-header .vc_col-sm-12 > .vc_column-inner {
	padding-top: 0 !important;
}

body .site-inner .branche-header .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper > .vc_inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

body .site-inner .branche-header h1 {
	color: #fff;
	font-size: 75px;
	font-weight: 700;
	line-height: 75px;
}

body .site-inner .branche-header p {
	color: #fff;
	font-size: 20px;
}

body .site-inner .branche-header .buttons p,
body .site-inner #banner .buttons p {
	display: flex;
	flex-wrap: wrap;
	gap: 28px;
}

@media (min-width: 992px){
	body .site-inner .branche-header .buttons,
	body .site-inner #banner .buttons {
		margin-top: 75px;
	}
}

@media (max-width: 1279px){
	body .site-inner .branche-header .vc_inner .vc_col-sm-7,
	body .site-inner .branche-header .vc_inner .vc_col-sm-8 {
		width: 100%;
	}
}

@media (max-width: 991px){
	body .site-inner .branche-header h1 {
		font-size: 40px;
		line-height: 40px;
	}

	body .site-inner .branche-header p {
		font-size: 16px;
	}

	body .site-inner .branche-header .wpb_text_column:not(.buttons):not(:first-child) {
		padding-left: 15px !important;
	}

	body .site-inner .branche-header .buttons p,
	body .site-inner #banner .buttons p {
		gap: 18px;
	}
}

body .site-inner .branche-header:before,
body .site-inner .detailheader:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #16140E 0%, rgba(22, 20, 14, 0.00) 100%);
}

body .site-inner .detailheader:before {
	background: linear-gradient(90deg, rgba(22, 20, 14, 0.80) 0%, rgba(22, 20, 14, 0.00) 100%) !important;
}

body .site-inner ol li {
	list-style: auto;
}

body .site-inner ol li::marker {
	font-size: 44px;
	color: #039BD1;
	font-weight: 700;
}

@media (min-width: 992px){
	body .site-inner #download-whitepaper {
		min-height: 513px;
		overflow: visible;
	}
}

@media (max-width: 992px){
	body .site-inner #download-whitepaper {
		padding: 3rem 0 !important;
	}
	body .site-inner #download-whitepaper .vc_row .vc_col-sm-6:first-child {
		order:2;
	}

	body .site-inner .contact-section {
		padding: 50px 0 !important;
	}
}

body .site-inner #download-whitepaper .vc_row {
	height: 100%;
	overflow: visible;
}

@media (min-width: 992px){
	body .site-inner #download-whitepaper .vc_row {
		padding-top: 113px;
		padding-bottom: 53px;
	}
}

body .site-inner #download-whitepaper .vc_row .vc_col-sm-6 {
	height: 100%;
}

@media (min-width: 992px){
	body .site-inner #download-whitepaper .vc_row .vc_col-sm-6 .wpb_single_image {
		margin-top: -5rem;
	}

	body .site-inner .branche-header .breadcrumb-container {
		margin-bottom: 70px;
	}
}

body .site-inner .branche-header .breadcrumb-container li a,
body .site-inner .branche-header .breadcrumb-container li .separator {
	color: #fff !important;
}

body .site-inner .vc_row .wpb_text_column ul li {
	list-style: disc;
	margin-inline-start: 1rem;
	line-height: 28px;
	margin-bottom: 7px;
}


@media (min-width: 992px){
	body .site-inner .vc_row .breadcrumb {
		padding-top: 13px;
	}
	body .site-inner .vc_row .breadcrumb {
		margin-bottom: 65px !important;
	}
}

body .site-inner .vc_row .breadcrumb span,
body .site-inner .vc_row .breadcrumb span a {
	color: #16130E;
}

@media (max-width: 991px){
	body .site-inner .vc_row .wpb_text_column ul li {
		margin-bottom: 15px;
	}
}

body.single-post .site-inner .vc_row .wpb_text_column ul li {
	margin-bottom: 5px;
}

body .site-inner .team-slider .team-slider-item .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
    bottom: 4px;
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 27.45%);
    left: 0;
    width: 100%;
    right: 0;
    border-bottom: 12px solid #029BD1;
	padding: 25px;
}

@media (min-width: 992px){
	body .site-inner .team-slider .team-slider-item img{
		height: 450px;
		object-fit: cover;
	}
}

body .site-inner .team-slider .team-slider-item .inner h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: -0.4px;
	margin-bottom: 8px;
}

body .site-inner .team-slider .team-slider-item .inner .mail {
	color: #fff;
	font-size: 15px;
	line-height: 24px;
}

body .site-inner #specialisten {
	padding-top: 80px !important;
	padding-bottom: 80px !important;
}

body .site-inner #werkwijze .krachtkennisitems h3 {
	font-size: 30px;
	font-weight: 700;
}

body .site-inner #werkwijze .krachtkennisitems h3,
body .site-inner #werkwijze .krachtkennisitems p {
	color: #fff;
}

.site-inner #werkwijze .krachtkennisitems .vc_row .vc_col-sm-4 .vc_column-inner .wpb_text_column.tekst p {
	font-size: 15px;
	line-height: 23px;
}

.site-inner .footer ul.menu {
	display: grid;
	gap: 18px;
}

.site-inner .swiper-customers .swiper-slide {
	text-align: center;
}

.site-inner .swiper-customers .swiper-slide .swiper-inner {
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 1023px){
	.site-inner .text-cta.vc_row .vc_col-sm-8,
	.site-inner .text-cta.vc_row .vc_col-sm-6,
	.site-inner .with-image.vc_row .vc_col-sm-6,
	.site-inner #about-us .intro .vc_col-sm-8,
	.site-inner #about-us .with-image .vc_col-sm-6,
	.site-inner #about-us .with-cta .vc_col-sm-6 {
		width: 100%;
	}
}

body .site-inner #partners h2,
body .site-inner #klanten h2 {
	font-size: 40px;
	color: #029BD1;
	line-height: 56px;
	letter-spacing: -0.8px;
	text-transform: uppercase;
}

body .site-inner #partners .swiper-partners .swiper-slide {
	text-align: center;
}

/* GRAVITY FORM */
.site-inner .gform_wrapper .gform-body div input {
	border-radius: 5px;
	border: 1px solid #A4A4A4;
	background: #FFF;
	height: 47px;
	padding: 0 10px !important;
}

.site-inner .gform_wrapper .gform-body div textarea {
	border-radius: 5px;
	border: 1px solid #A4A4A4;
	background: #FFF;
}

.site-inner .detailtekst.contact p.contact {
	display: flex;
	align-items:center;
	gap:12px;
}

@media (min-width: 992px) and (max-width: 1279px){
	.site-header .inner-header ul.menu {
		gap: 27px !important;
	}
	.site-header .inner-header ul.menu li.menu-item a {
		font-size: 14px !important;
	}

	.site-header .inner-header .logo a img {
		width: 150px;
	}
}

.site-header .inner-header .menus-desktop .menus-desktop-inner {
	display: flex;
	align-items:center;
	justify-content: flex-end;
	margin-bottom: 22px;
	gap: 47px;
}


.swiper-backface-hidden .swiper-slide:not(.team-slider-item) {
	max-height: 375px !important;
}


@media (min-width: 1199px){
	body .site-inner #adviesgesprek h2 {
		font-size: 75px;
		margin-bottom: 85px;
	}
}

.branch-slider {
	margin-bottom: 75px;
}

@media (max-width: 991px){
	.branch-slider {
		margin-bottom: 50px;
	}
}

#ajaxsearchpro1_1.asp_compact, #ajaxsearchpro1_2.asp_compact, div.asp_m.asp_m_1.asp_compact {
	background: none !important;
}

#ajaxsearchpro1_1.asp_compact .probox, #ajaxsearchpro1_2.asp_compact .probox, div.asp_m.asp_m_1.asp_compact .probox {
	background: none !important;
	border: none !important;
}

#ajaxsearchpro1_1 .probox .promagnifier .innericon {
	background-color: #16140E;
}

#ajaxsearchpro1_1 .probox .proinput, #ajaxsearchpro1_2 .probox .proinput, div.asp_m.asp_m_1 .probox .proinput {
	background: #fff;
}

.site-header #ajaxsearchpro1_1 .probox .proinput input.orig, .site-header #ajaxsearchpro1_2 .probox .proinput input.orig, div.asp_m.asp_m_1 .probox .proinput input.orig {
	padding-left: 10px !important;
}


@media (min-width: 641px){
	.site-inner .gform_wrapper form.gf_simple_horizontal div.gform_body {
		max-width: 80%;
	}

	.site-inner .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
		max-width: 20%;
		width: 100%;
	}
}

@media (max-width: 640px){
	.gform_wrapper.gravity-theme .ginput_complex span {
		margin-bottom: 16px !important;
	}

	.gform_wrapper.gravity-theme .ginput_complex span:last-child {
		margin-bottom: 0 !important;
	}
}


@media (min-width: 2000px){
	body .site-inner #oplossingen,
	body .site-inner #oplossingen .vc_row:not(.wrap) {
		max-width: 1348px !important;
		width: 1348px !important;
		left: 0 !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
}
