/*======================================
Theme Name: About Omnius
Theme URI: https://divicake.com/
Description: Custom functions included.
Version: 1.0
Author: Omnius
Author URI: https://about.omnius.nl
Template: Divi
======================================*/

#klanten-vertellen {
  position: relative;
  overflow: visible; /* Make sure pseudo elements aren't clipped */
}

/* Top-right corner image */
#klanten-vertellen::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 200px; /* Set to actual SVG width in px */
  height: 200px; /* Set to actual SVG height in px */
  background-image: url("https://documenten.omnius.nl/wp-content/uploads/2025/08/round-right-white.d46226ed.svg");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

/* Bottom-left corner image rotated */
#klanten-vertellen::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200px; /* Match SVG width */
  height: 200px; /* Match SVG height */
  background-image: url("https://documenten.omnius.nl/wp-content/uploads/2025/08/round-right-white.d46226ed.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  pointer-events: none;
}



/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */
/*change hamburger icon to x when mobile menu is open*/
#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before,
.et_pb_module.et_pb_menu .et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
	content: '\4d';
}
/*adjust the new toggle element which is added via jQuery*/
ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
ul.et_mobile_menu li.page_item_has_children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.page_item_has_children .mobile-toggle {
	width: 44px;
	height: 100%;
	padding: 0px !important;
	max-height: 44px;
	border: none;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 999;
	background-color: transparent;
}
/*some code to keep everyting positioned properly*/
ul.et_mobile_menu>li.menu-item-has-children,
ul.et_mobile_menu>li.page_item_has_children,
ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.page_item_has_children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children {
	position: relative;
}
/*remove default background color from menu items that have children*/
.et_mobile_menu .menu-item-has-children>a,
.et-db #et-boc .et-l .et_mobile_menu .menu-item-has-children>a {
	background-color: transparent;
}
/*hide the submenu by default*/
ul.et_mobile_menu .menu-item-has-children .sub-menu,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu {
	display: none !important;
	visibility: hidden !important;
}
/*show the submenu when toggled open*/
ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible {
	display: block !important;
	visibility: visible !important;
}
/*adjust the toggle icon position and transparency*/
ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle {
	text-align: center;
	opacity: 1;
}
/*submenu toggle icon when closed*/
ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after {
	top: 10px;
	position: relative;
	font-family: "ETModules";
	content: '\33';
	background: #f0f3f6;
	border-radius: 50%;
	padding: 3px;
}
/*submenu toggle icon when open*/
ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after {
	content: '\32';
}
/*add point on top of the menu submenu dropdown*/
.et_pb_menu_0.et_pb_menu .et_mobile_menu:after {
	position: absolute;
	right: 5%;
	margin-left: -20px;
	top: -14px;
	width: 0;
	height: 0;
	content: '';
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #ffffff;
}
/*adjust the position of the hamburger menu*/
.mobile_menu_bar {
	position: relative;
	display: block;
	bottom: 10px;
	line-height: 0;
}
/*force the background color and add a rounded border*/
.et_pb_menu_0.et_pb_menu .et_mobile_menu,
.et_pb_menu_0.et_pb_menu .et_mobile_menu ul {
	background-color: #ffffff!important;
	border-radius: 10px;
}

.nav li ul {
	width: 260px !important;
}

.et-menu li li a {
    width: 210px !important;
}

/* Form Groups */
.form-group {
    display: flex;
    flex-direction: row;
    gap: 15px;
    width: 100%;
    padding-bottom: 10px;
}

.form-group p {
    flex: 1; /* Ensures equal width for all inputs */
    margin: 0;
	padding-bottom: 5px !important;
}

/* Form Groups */
.form-group2 {
    display: flex;
    flex-direction: row;
    gap: 15px;
    width: 100%;
	padding-top: 15px;
    padding-bottom: 10px;
}

.form-group2 p {
    flex: 1; /* Ensures equal width for all inputs */
    margin: 0;
	padding-bottom: 5px !important;
}

/* Input Fields */
.form-input,
.form-select,
.form-textarea {
    width: 100%;
    border-radius: 7px;
    padding: 10px;
    border: 1px solid #ccc;
    font-size: 13px;
}

.form-input {
	width: 100%;
    border-radius: 7px;
    padding: 10px !important;
}

/* Textarea Specific Styles */
.form-textarea {
    min-height: 100px;
    resize: vertical;
	color: #4e4e4e !important;
	font-weight: 400;
}

/* Select Dropdown */
.form-select {
    display: block;
    background-color: #fff;
}

/* Placeholder Styling */
::placeholder {
    color: #4e4e4e !important;
    font-weight: 400;
}

/* Submit Button */
.form-send {
    background-color: #ff9601;
    padding: 12px 17px;
    border-radius: 50px;
    color: white;
    border: none;
    font-size: 16px;
    cursor: pointer;
    margin-top: 10px;
    transition: opacity 0.3s ease;
}

.form-send:hover {
    opacity: 0.8;
}

.orange-sidebar-title {
	color: white !important;
	font-size: 20px;
	font-weight: 600;
}

.sidebar-title {
	color: #60229f !important;
	font-size: 20px;
	font-weight: 600;
}

.sidebar-menu li {
	font-size: 16px;
	cursor: pointer;
	color: #60229f;
	padding-bottom: 5px;
	line-height: 1.2;
}

.sidebar-menu li::marker {
	font-size: 24px;
}

.header-buttons {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.button-icon {
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.button-icon img {
	height: 35px !important;
	width: 35px !important;
}

.button-content {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.button-end img {
	height: 30px !important;
}

.button-end {
	display: flex;
	align-items: center;
}

.button-paars {
	display: flex;
	flex-direction: row;
	align-items: center;
	color: #60229f;
	width: 260px;
	gap: 15px;
}

.button-paars .button-text {
	text-decoration: bold;
	font-weight: 600;
	font-size: 20px;
}

.button-paars .button-icon {
	background-color: #60229f;
}

.button-oranje {
	display: flex;
	flex-direction: row;
	align-items: center;
	color: #ff9601;
	width: 260px;
    gap: 15px;
}

.button-oranje .button-text {
	text-decoration: bold;
	font-weight: 600;
	font-size: 20px;
}

.button-oranje .button-icon {
	background-color: #ff9601;
}


.lijst-situatie li {
	font-size: 16px;
}

.lijst-situatie li::marker {
	font-size: 24px;
}

.small {
	font-size: 10px;
}

.team-foto {
	max-width: 150px;
	max-height: 150px;
}

.team-name {
	color: #60229f;
    font-weight: 500;
    font-size: 17px;
}

.team-slider-item {
    width: 260px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: white;
	background-size: 180px;
    background-position: left bottom;
    background-repeat: no-repeat;
    height: 250px;
    flex-direction: column;
    border-radius: 20px;
    box-shadow: 0 3px 6px rgba(0,0,0,.15);
}

.team-slider div.slick-slide {
	height: 260px;
	padding-top: 5px;
}

#choiceForm label {
	color: white;
}

#choiceForm {
	color: white;
}

#choiceForm div {
	padding-bottom: 15px;
}

#addons {
	display: grid;
}

#marketingRadioButtons {
	display: grid;
}

#leadsOptions {
	border-radius: 7px;
    padding: 10px !important;
	margin-top: 5px !important;
	background-color: white !important;
	border: none !important;
	color: black !important;
}

#keuzehulp-email {
	border-radius: 7px;
    padding: 10px !important;
	margin-top: 5px !important;
	background-color: white !important;
	border: none !important;
	color: black !important;
}

#leadsCount {
	border-radius: 7px;
    padding: 10px !important;
	margin-top: 5px !important;
	background-color: white !important;
	border: none !important;
	color: black !important;
}

#leadsPrice {
	border-radius: 7px;
    padding: 10px !important;
	margin-top: 5px !important;
	background-color: white !important;
	border: none !important;
	color: black !important;
}

.da-close.evr-close a {
	font-size: 50px !important;
	padding: 20px !important;
}

h1, h2, h3, h4, h5, h6 {
	color: #60229f;
	font-weight: 600;
	letter-spacing: -1px !important;
}

body {
	font-weight: 300 !important;
}

h1 {
	font-size: 44px !important;
	line-height: 64px;
}

h2 {
	font-size: 32px !important;
	line-height: 41px;
}

h3 {
	font-size: 27px !important;
}

h4 {
	font-size: 21px !important;
}

.keuze-blok span {
	font-weight: 600;
}

.header-menu-sub-title {
	color: gray;
	font-size: 10px;
	padding-left: 15px;
	display: flex;
	margin-top: -10px;
}

.statisch-item {
    display: flex !important; /* Use flex for the item itself to ensure content alignment */
    flex-direction: column !important; /* Align content vertically within each item */
    background-color: white !important;
    padding: 20px !important;
    border-radius: 20px !important;
    box-sizing: border-box !important; /* Ensure padding is included in the width and height calculations */
	height: 250px;
}

.statisch-top {
    display: flex !important;
    align-items: center !important;
}

.statisch-afbeelding {
    height: 30px !important;
	padding-right: 10px;
}

.statisch-titel {
    font-size: 15px !important;
    font-weight: 600 !important;
}

.statisch-bottom {
	display: flex;
    flex-direction: column;
}

.statisch-bottom a {
	bottom: 20px;
	position: absolute;
}

.footer-menu-item a {
	color: white !important;
}

.oranje {
	background-color: #ff9601;
}

.badge {
	font-size: 12px;
	border-radius: 50px;
	color: white;
	padding: 0px 9px 0px 9px;
	font-weight: 600;
}

.badge-oranje {
	background-color: #ff9601;
	font-size: 12px;
	border-radius: 50px;
	color: white;
	padding: 3px 9px 3px 9px;
	font-weight: 600;
}

.custom-controls-werkwijze {
	text-align: center;
}

.custom-controls-werkwijze .next, .custom-controls-werkwijze .prev {
	background-color: white !important;
	border-radius: 50px !important;
	border: none !important;
	height: 50px;
    width: 50px;
}
.custom-controls-werkwijze .next:hover, .custom-controls-werkwijze .prev:hover {
	background-color: #f2f4ff !important;
	border-radius: 50px !important;
	border: none !important;
	height: 50px;
    width: 50px;
}

.werkwijze-slider-item {
    width: 97% !important;
    display: flex !important; /* Use flex for the item itself to ensure content alignment */
    flex-direction: column !important; /* Align content vertically within each item */
    background-color: white !important;
    padding: 30px 20px !important;
    border-radius: 20px !important;
    box-sizing: border-box !important; /* Ensure padding is included in the width and height calculations */
	height: 280px;
}

.werkwijze-slider-top {
    display: flex !important;
	flex-direction: column;
    align-items: center !important;
}

.werkwijze-slider-afbeelding {
    height: 50px !important;
}

.werkwijze-slider-titel {
    font-size: 17px !important;
    font-weight: 600 !important;
	margin-top: 15px;
	color: #60229f;
}

.werkwijze-slider-bottom {
	margin-top: 15px;
	text-align: center;
}

.faq-item {
	border-radius: 20px;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
	width: 100%;
	cursor: pointer;
	background-color: white;
}

.faq-title {
	display: inline-flex;
	align-items: center;
	width: 100%;
}

.faq-image {
	align-items: center;
	background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    max-width: 70px;
    min-height: 70px;
    min-width: 70px;
	border-radius: 20px 0px 0px 20px;
}

.faq-image-end {
	display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
	padding-right: 15px;
}

.faq-image-end img {
	height: 40px;
}

.faq-title-text {
	color: #60229f;
	font-weight: 500;
	font-size: 16px;
	padding-left: 15px;
}

.faq-item:hover .faq-title-text {
	color: #ff9601;
}

.header-menu-blurb:hover .header-menu-blurb-text {
	color: #ff9601 !important;
	cursor: pointer;
}

.faq-body {
	padding: 15px;
}

.hidden {
	display: none;
}

.show {
	display: block;
}

.faq-image img {
	height: 50px;
}

.custom-controls {
	text-align: right;
}

.active {
	background-color: #f2f4ff;
    border-radius: 50px;
}

.et_pb_menu_0_tb_header .mobile_nav .mobile_menu_bar:before, .et_pb_menu_0_tb_header .et_pb_menu__icon.et_pb_menu__cart-button {
    color: #ffffff !important;
    background-color: #60229f !important;
    border-radius: 50px !important;
    padding: 2px !important;
}

.custom-controls .next, .custom-controls .prev {
	background-color: white !important;
	border-radius: 50px !important;
	border: none !important;
	height: 50px;
    width: 50px;
}

.custom-controls .next:hover, .custom-controls .prev:hover {
	background-color: #f2f4ff !important;
	border-radius: 50px !important;
	border: none !important;
	height: 50px;
    width: 50px;
}

.waarom-omnius-slider {
    display: flex !important;
    align-items: stretch !important;
}

.slick-slide {
    display: flex !important; /* Make each slide a flex container */
    align-items: stretch !important; /* Make items in each slide stretch to the same height */
    justify-content: center !important; /* Center the content horizontally if needed */
}

.waarom-slider-item {
    width: 97% !important;
    display: flex !important; /* Use flex for the item itself to ensure content alignment */
    flex-direction: column !important; /* Align content vertically within each item */
    background-color: white !important;
    padding: 20px !important;
    border-radius: 20px !important;
    box-sizing: border-box !important; /* Ensure padding is included in the width and height calculations */
	height: 225px;
}

.waarom-slider-top {
    display: flex !important;
    align-items: center !important;
}

.waarom-slider-afbeelding {
    height: 50px !important;
}

.waarom-slider-titel {
    font-size: 15px !important;
    font-weight: 600 !important;
}

.oplossing-knop {
	display: block;
    align-items: center;
	width: 100%;
	text-align: center;
	color: #ffffff;
	border: solid 2px #ff9601;
	background-color: #ff9601;
	border-radius: 50px;
	padding: 7px 20px;
	align-content: center;
}

.et_pb_module_header {
	letter-spacing: normal !important;
}

h4.et_pb_module_header {
	font-size: 14px !important;
}

.header-blurb a {
	color: #ffffff !important;
}

.menu-item a {
	color: #60229f;
}

.menu-item a:hover {
	color: black;
}

.menu-contact a {
	color: #ffffff !important;
	border: solid 2px #ff9601;
	background-color: #ff9601;
	border-radius: 50px;
	padding: 7px 20px !important;
	height: 40px;
	margin-top: 20px;
}

.menu-contact a:hover {
	color: #ffffff !important;
	border: solid 2px #ff9601;
	background-color: #ff9601 !important;
	border-radius: 50px;
	padding: 7px 20px !important;
	height: 40px;
	margin-top: 20px;
}

.menu-login {
	background-color: #60229f;
    width: 40px;
    border-radius: 50px;

}

.header-menu-zoeken {
	display: flex;
	align-items: center;
	flex-direction: row;
}

.header-menu-zoekbalk {
	background-color: #f2f4ff;
    color: #60229f;
    border-radius: 50px;
    padding: 15px 20px;
    border: none;
	width: 100%;
}

.header-menu-zoekknop {
	background-color: #60229f;
	width: 45px;
	height: 45px;
	border-radius: 50px;
	border: none;
	margin-left: -40px;
}

.header-menu-sub-zoekknop {
	color: #ff9601;
	display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
	text-decoration: underline;
}

.pagina-header-submenu {
	display: inline-flex;
	width: 100%;
    align-items: center;
}

.keuze-blok {
	display: inline-flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}

.keuze-blok span {
	color: #ffffff;
	font-size: 20px;
}

.keuze-blok a.knop-primary {
	display: flex;
    align-items: center;
    justify-content: space-around;
	width: 25%;
	text-align: center;
}

::placeholder {
	color: #60229f;
}

.pagina-header-menu {
	display: inline-flex;
	width: 100%;
}

.pagina-header-menu .col {
	width: 48%;
}

.pagina-header-menu .col:last-child {
	margin-left: 4%;
}

.header-menu-blurb {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; /* Ensure the container takes full width */
    color: white !important;
	margin-bottom: 15px;
}

.header-menu-blurb-text {
    display: flex;
    align-items: center;
	padding-left: 15px;
	color: #60229f;
	font-weight: 600;
}

.header-menu-blurb-image {
    background-color: #f2f4ff;
    border-radius: 50%;
    height: 40px;
	width: 40px;
}

.header-menu-blurb-image img {
    height: 40px;
}

.header-menu-blurb-image {
    display: flex;
    align-items: center;
    justify-content: flex-end; /* Align the content to the right */
	
}

.header-menu-blurb-image-end {
    display: flex;
    align-items: center;
    justify-content: flex-end; /* Align the content to the right */
    margin-left: auto; /* Push this span to the right */
}

.header-menu-blurb-image-end img {
    height: 30px;
}

header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.et_pb_menu .et_pb_menu__wrap {
	justify-content: flex-end !important;
}

.button-groep {
	display: inline-flex;
	width: 70%;
	justify-content: space-between;
}

.knop-primary {
	color: #ffffff;
	border: solid 2px #ff9601;
	background-color: #ff9601;
	border-radius: 50px;
	padding: 7px 20px;
}

.knop-secondary {
	color: #5b2096;
	border: solid 2px #5b2096;
	border-radius: 50px;
	padding: 7px 20px;
}

.highlight-paars {
	color: #60229f;
	font-weight: 600;
}

.footer-blurb {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; /* Ensure the container takes full width */
    color: white !important;
}

.footer-blurb-text {
    display: flex;
    align-items: center;
	padding-left: 15px;
}

.footer-blurb-text b {
	padding-left: 7px;
	font-weight: 600;
}
.side-blurb {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; /* Ensure the container takes full width */
    color: white !important;
}
.side-blurb-text {
    display: flex;
    align-items: center;
	padding-left: 15px;
	font-size: 20px;
}

.side-blurb-text b {
	padding-left: 7px;
}
.footer-blurb-image {
    background-color: #ffb564;
    border-radius: 50%;
    height: 40px;
	width: 40px;
}

.footer-blurb-image img {
    height: 40px;
}

.footer-blurb-image-end {
    display: flex;
    align-items: center;
    justify-content: flex-end; /* Align the content to the right */
    margin-left: auto; /* Push this span to the right */
}

.footer-blurb-image-end img {
    height: 30px;
}

.footer-menu {
	width: 100%;
	display: inline-flex;
	justify-content: space-between;
}

.footer-menu h5 {
	color: white;
	font-size: 24px;
	font-weight: 500;
}

.footer-menu-item {
	list-style-type: none !important;
	padding: unset !important;
	color: white;
	font-size: 16px;
}

.openingstijden {
	color: white;
	display: inline-flex;
	justify-content: space-between;
}

table tr td:last-child {
	padding-left: 7px;
}

.col:last-child {
	padding-left: 15px;
}

.header-blurb {
	text-align: center;
	padding: 5px 0px;
    display: flex;
    align-items: center;
    width: 100%; /* Ensure the container takes full width */
    color: white !important;
}

.header-blurb-text {
    display: flex;
    align-items: center;
	padding-left: 15px;
}

.header-blurb-text b {
	padding-left: 7px;
}

.header-blurb-image {
    background-color: #ffffff;
    border-radius: 50%;
    height: 25px;
	width: 25px;
}

.header-blurb-image img {
	filter: brightness(0);
}

#header-contact-blurb {
	width: 290px;
	float: right;
}

.footer-form-input {
	width: 100%;
    border-radius: 7px;
    padding: 10px !important;
	margin-top: 5px !important;
	background-color: #ffb564 !important;
	border: none !important;
	color: white !important;
}

.form-input::placeholder {
	color: #7a7b80 !important;
	font-weight: 500;
}

.footer-form-input::placeholder {
	color: white !important;
	font-weight: 500;
}

.footer-form-select {
	width: 100%;
    border-radius: 7px;
    padding: 10px !important;
	margin-top: 5px !important;
}

.wpcf7-acceptance .wpcf7-list-item {
	margin: unset !important;
}

.wpcf7-list-item input {
	accent-color: #60229f;
}

.footer-sumbit {
	margin-top: 10px;
    padding: 10px;
    border-radius: 50px;
    border: 2px solid white;
    background-color: #ff9602;
    color: #ffffff;
	float: right;
}

.oplossing-prijs {
	font-size: 18px;
	font-weight: 600;
}

.faq-custom-controls .next, .faq-custom-controls .prev {
	background-color: white !important;
	border-radius: 50px !important;
	border: none !important;
	height: 50px;
    width: 50px;
}

.faq-omnius-slider {
    display: flex !important;
    align-items: stretch !important;
}

.faq-slider-item {
    width: 97% !important;
    display: flex !important; /* Use flex for the item itself to ensure content alignment */
    flex-direction: column !important; /* Align content vertically within each item */
    background-color: white !important;
    padding: 20px !important;
    border-radius: 20px !important;
    box-sizing: border-box !important; /* Ensure padding is included in the width and height calculations */
	height: 510px;
}

.faq-slider-top {
    display: flex !important;
    align-items: center !important;
}

.faq-slider-afbeelding {
    height: 50px !important;
}

.faq-slider-titel {
    font-size: 15px !important;
    font-weight: 600 !important;
}

/* menu height */
.et_pb_section_1_tb_header.et_pb_section, .et_pb_menu_0_tb_header {
	max-height: 80px;
}

.et_pb_row .et_pb_row_1_tb_header .et_pb_row--with-menu {
	max-height: 80px;
}

.et_pb_menu--style-left_aligned .et_pb_menu_inner_container, .et_pb_menu--style-left_aligned .et_pb_row {
	max-height: 80px;
}

.et_pb_menu__menu {
	max-height: 80px;
}

.et_pb_menu .et_pb_menu__menu>nav>ul>li {
	max-height: 80px;
	margin-top: -10px;
}

input::file-selector-button {
	background-color: hsla(0, 0%, 100%, .2);
	border-radius: 10px !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    margin-top: 0 !important;
    padding: 13px 18px !important;
    transition: all .125s ease-in-out;
	cursor: pointer;
	border: none;
}

input::file-selector-button:hover {
	background-color: hsla(0, 0%, 100%, .3) !important;
}

@media only screen and (max-width: 768px) {
	.form-group {
		flex-direction: column;
	}
	
	.button-groep {
		width: 100%;
	}
	
	.footer-menu {
		width: 100%;
	}
	
	.et_pb_menu__wrap button {
		display: none;
	}
	
	.pagina-header-menu {
		flex-direction: column;
	}
	
	.pagina-header-menu .col {
		width: 100%;
	}
	
	.pagina-header-menu .col:last-child {
		padding-left: 0px;
		margin-left: 0px;
	}
	
	.keuze-blok {
		flex-direction: column;
	}
	
	.keuze-blok a.knop-primary {
		width: 100%;
		margin-top: 10px;
	}
	
	.header-menu-sub-zoekknop {
		display: none;
	}
	
	.header-menu-zoekbalk {
		width: 100%;
	}
	
	h1 {
		font-size: 36px !important;
	}
	
	.header-buttons {
		flex-direction: column !important;
	}
	
	.footer-blurb-text {
		flex-direction: column;
		align-items: flex-start;
	}
	
	.footer-blurb-text b {
		padding-left: 0px;
	}
	
	.footer-menu {
	display: flex;
		flex-direction: column;
	justify-content: space-between;
}
	
	.footer-menu h5 {
		font-size: 20px;
	}
	
	.footer-menu-item {
		font-size: 13px;
		margin-bottom:inherit;
	}
}
.partners_das {
	display: flex;
	align-items: center;
}
.partners {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.partners-single img {
	width: 130px;
}


   
@media (max-width: 720px) { /* Adjust breakpoint as needed */
 .partners, .partners_das  {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px; /* Adjust spacing */
    }

    .partners > * {
        width: 48%; /* Two columns */
    }
	
	.document-grid {
		display: grid;
		grid-template-columns: repeat(1, 1fr) !important;
		gap: 8px 15px;
	}
}
.knop-stap {
    color: #ffffff;
    border: solid 2px #ff9601;
    background-color: #ff9601;
    border-radius: 50px;
    padding: 7px 20px;
    width: fit-content;
    text-align: center;
}
.title-stap {
    font-weight: 600;
    color: #60229f !important;
    text-align: center;
	font-size: 27px;
	line-height: 1.1em;
	padding-bottom: 0.5em!important;
}
.direct-weten-letsel-title {
    font-weight: 600;
    color: #60229f !important;
	font-size: 21px;
	letter-spacing: -1px !important;
	line-height: 1.1em;
	padding-bottom: 0.5em!important;

}
.usp-paars {
    font-weight: 600;
    color: #60229f !important;
	font-size: 21px;
	letter-spacing: -1px !important;
	line-height: 1.1em;
	padding-bottom: 0.5em!important;

}
 .footer-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
	     flex-wrap: wrap;
  }

  @media (max-width: 980px) {
    .footer-container {
      display: flex;
      flex-direction: column;
    }
}

/* Category Title */
.document-category-title {
    color: #5c2d91; /* Purple */
	font-weight: 700;
	font-size: 18px;
    margin-bottom: 5px;
}

/* Divider */
.document-divider {
    border: none;
    border-top: 1px solid #ddd;
    margin: 5px 0 15px;
}

/* Grid Layout */
.document-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 15px;
}

/* Document Links */
.document-link {
    display: block;
    color: #1a1a1a;
	font-size: 16px;
	font-weight: 500;
    text-decoration: none;
    position: relative;
    padding-left: 15px;
}

/* Orange Arrow Before Links */
.document-link::before {
    content: "›";
    position: absolute;
	font-size: 24px;
    left: 0;
    color: #f28c00; /* Orange arrow */
}

/* Hover Effect */
.document-link:hover {
    text-decoration: underline;
}

.document-prijs {
	border-left: 2px solid #ff9601;
	font-weight: 400 !important;
	padding-left: 5px;
}

.document-link.document-prijs:hover {
	text-decoration: none !important;
}

.document-category {
	padding-top: 15px;
}
