.container-fluid:has(.module-hidden) {
  display: none;
}

.current-item__video {
  position:relative;
}

.current-item-video__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.current-item-video__bg video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}



.module--current {
  gap: 2rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  margin-block-start: 3rem;
  margin-block-end: 2rem;
  text-align: left;
}
/*
@media (min-width: 768px) {
.module--cards {
flex-wrap:nowrap;
}
}
*/
.current__item {
  background: #fff;
  flex: 1;
  overflow: hidden;
}

/*
.site--klinkmann .current__item:hover {
background: var(--color--dark-blue);
border-color: var(--color--dark-blue);
cursor: pointer;
}
.site--automation .current__item:hover {
background: var(--color--light-blue);
border-color: var(--color--light-blue);
cursor: pointer;
}
.site--finnelectric .current__item:hover {
background: var(--color--light-blue-hue);
border-color: var(--color--light-blue-hue);
cursor: pointer;
}

.current__item:hover * {
color: #fff;
}
*/
.current__item > div {
  padding: 1rem 2rem 2rem;
}
.current__image {
  background-color: #fff !important;
  aspect-ratio: 16/10;
  height: 100%;
  /*height: 279px;*/
  margin: 0 0 1rem;
  max-height: 17.4375rem;
  max-width: 100%;
  {#-o-object-fit: cover;
  object-fit: cover;#}
  object-fit:contain !important;
  width: 200%;
}
.extra-space {
  padding: 0 2rem;
}

/*
.site--klinkmann .current__item:not(:hover) .current__heading {
background: var(--gradient--blue);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.site--finnelectric .current__item:not(:hover) .current__heading {
color: var(--color--light-blue-hue);
}

.site--automation .current__item:not(:hover) .current__heading {
color: var(--color--black);
}


.current__item:hover .current__heading {
color: #fff;
-webkit-text-fill-color: unset;
}
*/


.current__type {
  border: 2px solid var(--color--dark-blue);
  border-radius: 20px;
  color: var(--color--dark-blue);
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  margin-block-end: 1rem;
  padding-block-end: 5px;
  padding-block-start: 4px;
  padding-inline: 15px;
  text-transform: capitalize;
}
.current__buttons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  min-block-size: 54px;
}


.current__link {
  border-bottom: .125rem solid var(--color--black);
  color: var(--color--light-blue);
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  padding: 0 4.5px;
  text-transform: uppercase;
}

.current__link.cta {
  display: flex;
  padding: 0 2px 0 4.5px;
}
.current__link.cta:after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwIDE4TDE2IDEyTDEwIDYiIHN0cm9rZT0iaHNsYSgyMTYsIDg0JSwgMzYlLCAxKSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4=');
  block-size: 24px;
  content: '';
  display: inline-block;
  inline-size: 24px;
}
.site--finnelectric .current__link.cta:after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwIDE4TDE2IDEyTDEwIDYiIHN0cm9rZT0iaHNsYSgyMTYsIDcwJSwgNTElLCAxKSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4=');
}

.site--klinkmann .cta--box {
  background-color: var(--color--dark-blue);
}
.site--automation .cta--box {
  background-color: var(--color--light-blue);
}
.site--finnelectric .cta--box {
  background-color: var(--color--light-blue-hue);
}
.site--finnelectric .current__link {
  color: var(--color--light-blue-hue);
}
