.aritec-page-title-wrap {
  padding: 1rem 2rem 1rem 2rem;
  background-color: #0c4da2;
  border-radius: 5px 5px 5px 5px;
}

.tec-diensten-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(143px, 1fr));
  gap: 10px;
}

	.title-grid-post-tec h1  {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	}


.team-item--icons {
display: flex;
gap: 3px;
}

.grid-team-arslan-item img {
    aspect-ratio: 1/1;
    object-fit: cover;
    height: 100%;
    filter: brightness(0.9);
    transition-duration: 0.3s;
}

.grid-team-arslan-item img:hover {
    filter: brightness(1.1);
}

.team-item--content h3 {
    font-size: 1.9rem;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    max-width: 165px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.team-functie-content h3{
	display: flex;
	margin: inherit;	
    font-size: 1.7rem;
}

.tec-diensten-specs-list {
  background: #0d4da2;
  padding: 2em;
  color: #fff;
  border-radius: 5px;
  background-image: radial-gradient(
    circle,
    #0c4da2,
    #1a58ab,
    #2562b4,
    #306dbd,
    #3a78c6
  );
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.tec-diensten-specs-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: column;
  z-index: 5;
}

.tec-diensten-specs-list li {
  display: flex;
  margin-bottom: 1.4rem;
}

.tec-diensten-specs-list h5 {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
}

.tec-diensten-specs-list .specs--icon {
  margin-right: 15px;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f7d803;
  font-size: 21px;
}
.aritec-page-title-wrap .aritec-page-title {
  font-size: 3.6rem;
  word-break: break-word;
  hyphens: auto;
	-webkit-hyphens: auto;
  color: #fff;
  letter-spacing: -0.456px;
  font-weight: 800;
  text-align: center;
}

@media (min-width: 600px) {
  .aritec-page-title-wrap .aritec-page-title {
    font-size: 4.4rem;
    text-align: left !important;
  }
}

@media (max-width: 360px) {
  .tec-diensten-grid article a {
    padding: 8px 10px 8px 10px;
  }
}

.tec-diensten-grid article img {
  height: 36px;
  width: 36px;
}

.tec-diensten-grid article h3 {
  font-size: 1.7rem;
  font-weight: 800;
  letter-spacing: -0.456px;
}

@media (min-width: 600px) {
  .tec-diensten-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 10px;
  }

  .tec-diensten-grid article h3 {
    font-size: 2.1rem;
  }

  .tec-diensten-grid article img {
    height: 64px;
    width: 64px;
  }
}

.tec-diensten-grid article {
  display: flex;
  align-items: flex-start;
  flex-flow: column;
  max-height: 330px;
  gap: 10px;
  border: 1px solid #e9e5e5;
  border-radius: 5px;
  padding: 1em;
}

.tec-diensten-grid article p {
  hyphens: auto;
  font-size: 1.4rem;
  line-height: 1.4;
}
.tec-diensten-grid article a {
  margin-top: auto;
  background: #d1a42b;
  color: #fff;
  padding: 4px 13px 4px 13px;
  font-size: 1.4rem;
  font-weight: 800;
  border-radius: 3px;
  transition-duration: 0.3s;
}

.tec-diensten-grid article a:hover {
  background: #d7ad3e;
}

span.cat-tec-b {
  border: 2px solid #d0a32a;
  padding: 4px 10px;
  border-radius: 5px;
  font-size: 14px;
  color: #3e3939;
  margin-right: 10px;
}

span.cat-tec-b a {
  color: #3e3939;
}

.post-article-tec h3 a {
  font-family: "neuzeit-grotesk", Sans-serif !important;
  font-size: 2.2rem;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #333333;
}

.post-article-tec p {
  font-family: "Poppins";
  font-size: 14.5px;
}

.post-article-tec {
  background: #fffe;
  box-shadow: 0 0 8px #a8a8a83b;
}

button[type="button"].slider-nav {
  background: unset;
  outline: unset;
}

.tec-posts-slider-wrapper > ul {
  padding-top: 5em;
  padding-bottom: 5em;
}

.tecpost-card-excerpt {
  padding: 1rem;
}

.grid-team-arslan {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 33px;
}

@media (max-width: 980px) {
  .grid-team-arslan {
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
  }
}

@media (max-width: 575px) {
  .team-item--content h3 {
    max-inline-size: min-content;
  }
}

@media (max-width: 520px) {
  .grid-team-arslan {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }
}

@media (max-width: 1200px) {
  .team-item--content > div {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: baseline;
  }
}

.grid-team-arslan-item {
  text-align: center;
  display: flex;
  flex-flow: column;
  box-shadow: 0 0 6px -1px #61616175;
  border-radius: 4px;
  overflow: hidden;
  transition-duration: 0.3s;
}

article.grid-team-arslan-item:hover {
  transform: translateY(-5px);
}

.team-item--content > div {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 750px) {
.team-item--content > div {
  display: inline;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}
}

.grid-team-arslan-item > a > img {
  aspect-ratio: 1/1;
  object-fit: cover;
  height: 100%;
  filter: brightness(0.9);
  transition-duration: 0.3s;
}

.grid-team-arslan-item > a > img:hover {
  filter: brightness(1.1);
}

.team-item--content {
  display: flex;
  flex-flow: column;
  padding: 0.8em;
  flex-grow: 1;
  align-items: stretch;
  padding: 0.6em;
}

.team-item--content a.team-item--readmore {
  display: flex;
  align-items: center;
  color: #0c4da2;
  font-weight: 500;
  transition: all;
  transition-duration: 0.3s;
}

.team-item--content .team-item--icons > a {
  color: #fff;
  aspect-ratio: 1/1;
  display: inline-flex;
  align-items: center;
  background: #0c4da2;
  padding: 5px;
  border-radius: 4px;
  opacity: 0.8;
  transition-duration: 0.3s;
  height: 1.7em;
  width: 1.7em;
}

a.team-item--readmore svg {
  transition-duration: 0.3s;
}

.team-item--content .team-item--icons > a:hover {
  opacity: 1;
}

a.team-item--readmore:hover svg {
  transform: translateX(10px);
}

.team-item--icons > a svg {
  width: 100%;
  height: auto;
  fill: #fff;
}


.pl-heading-30 .aritec-page-title {
	font-family: "Poppins";
}
 
.pageFromContainer  .e-con-inner .elementor-element .elementor-widget-container .wpforms-container .wpforms-field-container .wpforms-field :is(input[type="text"],input[type="email"],input[type="tel"],textarea,input) {
    background-color: white !important;
    border: 1px solid #69727d !important; 
    color: black !important;
	font-size: 1.45rem;
	font-weight: 600;
}

.contactPageForm .e-con-inner .elementor-element .elementor-widget-container .wpforms-container .wpforms-field-container .wpforms-field :is(input[type="text"],input[type="email"],input[type="tel"],textarea,input,select) {
    background-color: white !important;
    border: 1px solid #69727d !important;
	border-radius: 10px;
    color: black !important;
	font-size: 1.45rem;
	font-weight: 600;
}

.pageFromContainer  .e-con-inner .elementor-element .elementor-widget-container .wpforms-container .wpforms-field-container .wpforms-field :is(label,placeholder,h3,textarea::placeholder) {
	color:black !important;
	
	
}

.pageFromContainer  .e-con-inner .elementor-element .elementor-widget-container .wpforms-container .wpforms-field-container .wpforms-field textarea::placeholder  {
	color:black !important;		
}
.pageFromContainer  .e-con-inner .elementor-element .elementor-widget-container .wpforms-container .wpforms-field-container .wpforms-field .wpforms-field-layout-columns .wpforms-layout-column  input::placeholder  {
	color:black !important;		
}

.wpforms-field-container :is(input[type="text"],input[type="email"],input[type="tel"],textarea) {
    background-color: #2B5FA2BA !important;
    border: 0 !important;
    color: #fff !important;
	font-size: 1.45rem;
    font-weight: 600;
}

.wpforms-field-container input::placeholder, .wpforms-field-container textarea::placeholder  {
    color: #fff !important;
    opacity: 0.5 !important;
}

.wpforms-field-radio ul li{
	color:#fff;
}

.elementor-widget-container .wpforms-container .wpforms-submit-container button.wpforms-submit {
	background:#D1A42B;
	border:0;
	border-radius:3px;
	color:#fff;
	width:100%;
}


.elementor-widget-container .wpforms-container .wpforms-submit-container button.wpforms-submit:hover {
	background:#D1A42B;
	border:0;
}

div.wpforms-container-full .wpforms-form .wpforms-list-inline ul li{
    display: flex !important;
    vertical-align: top;

    margin-right: 0px !important;
}
div.wpforms-container-full .wpforms-form .wpforms-list-inline .depth-1{
	    margin-right: 0px !important;
}


div.wpforms-container-full .wpforms-form input[type=checkbox],div.wpforms-container-full .wpforms-form input[type=radio]  {

    width: 10px !important;
    height: 10px !important;
   margin: 3px 8px 0 12px !important; 
}
div.wpforms-container-full form.wpforms-form textarea.wpforms-field-medium::placeholder {
  color: white !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field-label {
    display: block;
    font-weight: 700;
    font-size: 20px;
    float: none;
    line-height: 1.3;
    margin: 0 0 15px 0;
    padding: 0;
    word-break: break-word;
/*     word-wrap: break-word; */
}

div.wpforms-container-full .wpforms-form .wpforms-field {
    padding: 3px 0;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-html{
	padding-top: 10px;
}

div.wpforms-container-full {
    margin-top: 0px;
}

.elementor-widget-container .wpforms-container.formulier-contact-tec label.wpforms-error {
    color: #d7d7d7;
    background: #ff4141;
    padding: 1px 2px;
    display: inline-block;
}


/* Lukas gedeelte */

.letselFormulier .wpforms-field-radio ul li {
     color: black;
     font-weight: bold;
}
 .letselFormulier form .wpforms-field-container :is(input[type="text"],input[type="email"],input[type="tel"],textarea) {
     background-color: #FFFFFF !important ;
     border:1px solid #e0e0e0 !important;
     color: #000 !important;
     font-size: 1.45rem;
     font-weight: 600;
}
 .letselFormulier div.wpforms-field-container {
     background-color: #f6f6f6;
     padding: 15px;
}
 .letselFormulier.wpforms-container-full .wpforms-form .wpforms-field {
     padding: 7px 0;
}

div.wpforms-container-full .wpforms-form ul {
	   display: flex;
    flex-wrap: wrap;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label-inline {
	display: flex !important;
    vertical-align: baseline;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
      word-break: initial !important;
	
}

.letselFormulier .wpforms-field-container input::placeholder, .wpforms-field-container textarea::placeholder  {
    color: #000 !important;
    opacity: 0.5 !important;
}

.letselFormulier div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button{
	background-color: #3b6fb4;
    border: 1px solid #ddd;
    color: white;
    font-size: 1em;
    padding: 10px 15px;

}
.letselFormulier div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button:hover{
	background-color: #d0a32a;
	color: white;
}

.letselFormulier input, textarea, select {
	font-size:1.4rem;
}


/* Custom radio buton */
/* Customize the label (the container) */

/* Hide the browser's default radio button */
.radios-label input[type='radio'] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
  .checkmark {
     position: absolute;
    top: 0px;
    left: 9px;
    height: 13px;
    width: 13px;
    background-color: #eee;
    border-radius: 50%;
    border: 1px solid #00000075;
} 

/* On mouse-over, add a grey background color */
.letselFormulier .radios-label .radios-field:hover input[type='radio'] ~ .checkmark {
  background-color: #fff;
}

/* When the radio button is checked, add a blue background */
.letselFormulier .radios-label input[type='radio']:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.letselFormulier .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.letselFormulier .radios-label input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.letselFormulier .radios-label .checkmark:after {
   top: 3px;
    left: 3px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #FFFFFF;
}
.letselFormulier .aanhef-label {
	display: block;
}
.letselFormulier .inkomen-label{
	display: block;
	padding-bottom: 5px;
}
.letselFormulier .space-label{
	display: block;
	padding-bottom: 5px;
}
.letselFormulier .radios-label {
display: inline-block;
    position: relative;
    padding-left: 28px;
    margin-bottom: -5px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.letselFormulier {
    border: 2px solid Black
		;
	 border-radius: 10px;
	padding:15px;
	background-color: #f5f5f5;
}
/* Apply styles to the section headers */
.letselFormulier .section-header {
    cursor: pointer;
    padding: 8px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    font-weight: bold;
    height: 43px;
    border-bottom: 2px solid #0073e6;

}

/* Adjust the margin to create space between the header divs */
.letselFormulier .section-header:hover {
  transform: scale(1.01);
}

/* Apply styles to the active section header */
.letselFormulier .section-header.active {
  border-bottom: 4px solid #ffc733;
  transform: scale(1.03);
}

.letselFormulier .headerContainer {
 display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 25px;
	    padding-bottom: 10px;
}




 @media (max-width: 950px) {
  .letselFormulier .headerContainer {
    overflow-x: scroll;
    overflow-y: hidden;
	    display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
    padding-bottom: 10px;
  }
}

.letselFormulier .headerContainer::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}


.letselFormulier .headerContainer::-webkit-scrollbar {

	width: 10px;
	background-color: #F5F5F5;
}

/* Define the thumb style */
.letselFormulier .headerContainer::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-image: -webkit-gradient(linear,
									   left bottom,
									   left top,
									   color-stop(0.44, rgb(122,153,217)),
									   color-stop(0.72, rgb(73,125,189)),
									   color-stop(0.86, rgb(28,58,148)));
}




.letselFormulier .prev-button{
    background-color: #0073e6;
	float: left;
    	margin: 10px
}
.letselFormulier .next-button{
    background-color: #0073e6;
	float: right;
	margin: 10px
    
}


/* Apply styles to the section content */
.letselFormulier .section-content {
    max-height: 0;
    opacity: 0;
    overflow: hidden; /* Hide any overflowing content */
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    transition: opacity 1s ease; /* Smooth height and opacity transition */
}

/* Apply styles to show the content when active */
.letselFormulier .section-content.show {
    opacity: 1;
    max-height: 100%;
    height: auto; /* Set to auto to reveal the content when active */

}

.letselFormulier h3 {
    font-size: 18px;
    margin-top: 20px;
}

/* Label style */

.letselFormulier button[type="button"]{
        background-color: #0073e6;
        border-color: #0073e6;
}
.letselFormulier button[type="button"]:hover{
    background-color: #ffc733;
}
/* Style for fields with class "fieldSm" */
/* Apply styles to fields with class "fieldSm" */


/* Reset the default styles for other input fields */
.letselFormulier input[type="date"],
.letselFormulier input[type="email"],
.letselFormulier input[type="number"],
.letselFormulier input[type="password"],
.letselFormulier input[type="search"],
.letselFormulier input[type="tel"],
.letselFormulier input[type="text"],
.letselFormulier input[type="url"],
.letselFormulier select,
.letselFormulier textarea {
    width: 100%;
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 5px;
            transition: all 0.3s;
}

.letselFormulier .halfWidth{
            width:48%;
}

.letselFormulier .form-fieldSm {
          
          justify-content: space-between;
    display: flex;
	margin-bottom: 20px;
    margin-top: 20px;
        }

        /* Apply styles to fields with class "fieldSm" */
  .letselFormulier      .fieldSm[type="date"],
   .letselFormulier     .fieldSm[type="email"],
  .letselFormulier     .fieldSm[type="number"],
 .letselFormulier      .fieldSm[type="password"],
.letselFormulier        .fieldSm[type="search"],
.letselFormulier       .fieldSm[type="tel"],
.letselFormulier        .fieldSm[type="text"],
 .letselFormulier       .fieldSm[type="url"],
 .letselFormulier       select.fieldSm,
.letselFormulier        textarea.fieldSm {
            width: 100%;
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 5px;
            transition: all 0.3s;
        }

        /* Style for labels */
  .letselFormulier      label {
            font-weight: bold;
        }

/* Radio buttons */
.letselFormulier input[type="radio"] {
    margin-right: 10px;
}

.letselFormulier input[type="checkbox"] {
     margin-left: 7px;
    margin-bottom: 29px;
}
.letselFormulier .section-content a{
  text-decoration: underline ; 
   
}

/* Buttons */
.letselFormulier .button {
    padding: 10px 20px;
    margin-top: 20px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

/* Required indicator style */
.letselFormulier .required {
    color: red;
    font-weight: bold;
}

/* Placeholder style for select */
.letselFormulier .placeholder {
    color: #999;
}

.letselFormulier .tableButtonDiv {
    justify-content: center;
    text-align: center;
}

.letselFormulier label[for="signatureCanvas"] {
    font-weight: bold;
    margin-top: 10px;
    display: block; /* Place label on a new line */
}


.letselFormulier .formUiterlijk{
      min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f8f8f8;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); 
}

.letselFormulier .canvas-container {
  text-align: center; /* Center the label and canvas horizontally */
  margin-bottom: 20px; /* Add some space between the label/canvas and buttons */
}


.letselFormulier .button-container {
  text-align: center; /* Center the buttons horizontally */
}

.responsive-table {
  width: 100%;
}

.table-header {
  display: flex;
  background-color: #f0f0f0;
}

.table-header .table-cell {
  flex: 1;
  padding: 8px;
  text-align: center;
}
.table-small{
	display: none;
}
.table-body {
  display: flex;
  flex-wrap: wrap;
}

.table-body .table-row {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #ddd;
}

.table-body .table-cell {
  flex: 1;
  padding: 8px;
  text-align: center;
}
.table-smlabel{
	display:none;
}

/* Media query for responsive design */
@media (max-width: 768px) {
  .table-small, .table-body .table-row {
   display: inline-block;
  }
	.table-row{
		border-bottom: 2px solid #ddd;
		border-top:2px solid #ddd;
		
	}
	.table-smlabel{
	display:block;

}

	.table-header {
		display:none;
	}
  .table-cell {
	display: contents;
    text-align: left;
    padding: 8px;
  }
}

.letselFormulier .ziekmeldingButton{
	margin-top:20px;
	padding-right:20px;
		display: block;
}
.letselFormulier .jaField{
	
}


	div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner {
background-color: #2B5FA2BA !important;
    border: 0 !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner .choices__list--single .choices__item--selectable {
	color:white !important;
}