.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;
}

.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-family: "Poppins";
  font-size: 3.6rem;
  word-break: break-word;
  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-size: 1.7rem;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #333333;
}

.post-article-tec p {
  font-size: 1.3rem;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.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 3rem 2rem 1.5rem;
  display: flex;
  flex-flow: column;
  align-items: baseline;
  min-height: 200px;
}

a.tecpost-readmore {
  background: #d1a42b;
  padding: 2px 12px;
  border-radius: 3px;
  color: #fff;
  font-size: 1.2rem;
  margin-top: auto;
  transition-duration: 0.2s;
}

a.tecpost-readmore:hover {
  background: #ddaf34;
}

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

.team-item--content h3 {
  font-size: 1.9rem;
  font-weight: 700;
  text-align: left;
}

@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;
}

.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";
}


@media (max-width: 62rem) {
	.tec-posts-slider-wrapper.swiffy-slider {
		--swiffy-slider-item-count:3;
	}
}


@media (max-width: 40rem) {
	.tec-posts-slider-wrapper.swiffy-slider {
		--swiffy-slider-item-count:2;
	}
}

@media (max-width: 25rem) {
	.tec-posts-slider-wrapper.swiffy-slider {
		--swiffy-slider-item-count:1;
	}
}
