.blocks.one-column .blockEntry .item {
  width: 100%;
}
.blocks.two-columns .blockEntry .item {
  width: 50%;
}
.blocks.three-columns .blockEntry .item {
  width: calc(100% / 3);
}
.blocks.four-columns .blockEntry .item {
  width: 25%;
}
.blocks .blockEntry {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--min-gutter) * 2);
}
.blocks .blockEntry .item {
  padding-bottom: calc(var(--gutter) * 2);
  padding-left: calc(var(--gutter) * 2);
}
@media (max-width: 56em) {
  .blocks .blockEntry .item {
    width: 100% !important;
  }
}
.blocks .blockEntry .item .holder {
  position: relative;
  height: 100%;
}
.blocks .blockEntry .item .holder .block {
  height: 100%;
  margin-bottom: 0;
}
.blocks .blockEntry .item .holder .block .media {
  margin: var(--min-padding);
  margin-bottom: var(--padding);
  overflow: hidden;
  flex: 1;
}
.blocks .blockEntry .item .holder .block .media img {
  transition: all 0.2s linear;
}
.blocks .blockEntry .item .holder .block .inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.blocks .blockEntry .item .holder .block .inner .content {
  flex: 1;
}
@media (hover: hover) {
  .blocks .blockEntry .item .holder .block:hover .media img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.blocks .blockEntry.pages .item .holder .block {
  overflow: initial;
  padding: 0;
  border-radius: 0;
  /*
                        
                        
                        .inner {
                            height: 100%;
                            display: flex;
                            flex-direction: column;
                            flex: 1;
                            .widgetSubHeader {
                                color: var(--color1);
                            }
                            .header {
                                flex: 1;
                            }
                            .content {
                                &:empty {
                                    display: none;
                                }
                            }
                            .footer {
                                .actionButton.textlink {
                                    width: 100%;
                                    justify-content: flex-start;
                                    border-bottom: 2px solid var(--color1);
                                    border-radius: 0;
                                    padding: 10px 0;
                                    color: var(--color1);
                                    &:after {
                                        right: 0;
                                        position: absolute;
                                    }
                                }
                            }
                            
                        }
        
                        @media(hover: hover){
                            &:hover {
                                .actionButton {
                                    &:before {
                                        opacity: 1;
                                        width: 30px;
                                        height: auto;
                                    }
                                    &:after {
                                        opacity: 0;
                                        width: 1px;
                                        height: auto;
                                    }
                                }
                            }
                        }
                        */
}
@media (max-width: 56em) {
  .blocks .blockEntry.pages .item .holder .block {
    flex-direction: row;
  }
}
.blocks .blockEntry.pages .item .holder .block .media {
  border-radius: var(--borderradius);
  margin: 0;
  flex: initial;
  margin-bottom: calc(var(--padding) / 2);
}
@media (max-width: 56em) {
  .blocks .blockEntry.pages .item .holder .block .media {
    width: 25%;
    margin-right: var(--padding);
    margin-bottom: 0;
  }
}
.blocks .blockEntry.pages .item .holder .block .inner {
  flex: 1;
}
.blocks .blockEntry.pages .item .holder .block .inner .header .widgetHeader {
  text-decoration: none;
}
.blocks .blockEntry.pages .item .holder .block .inner .content {
  padding: 10px 0 0;
  display: flex;
  flex-direction: column;
}
.blocks .blockEntry.pages .item .holder .block .inner .content .function-list {
  flex: 1;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.blocks .blockEntry.pages .item .holder .block .inner .content .function-list li {
  font-size: var(--xxs-fontsize);
  list-style: none;
}
.blocks .blockEntry.pages .item .holder .block .inner .content .function-list li.hidden {
  display: none;
}
.blocks .blockEntry.pages .item .holder .block .inner .content .toggle-btn {
  width: 100%;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 2px solid var(--color1);
  border-radius: 0;
  padding: 15px 0;
  color: var(--color1);
  font-family: var(--basicfont);
  font-size: var(--fontsize);
  justify-content: flex-start;
}
.blocks .blockEntry.vacancies .header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.blocks .blockEntry.vacancies .widgetHeader {
  order: 2;
}
.blocks .blockEntry.vacancies .highlights {
  display: flex;
  gap: 8px;
  order: 1;
  width: 100%;
  margin-bottom: calc(var(--padding) * 0.25);
}
.blocks .blockEntry.vacancies .highlights .highlight {
  background: var(--color2);
  color: #fff;
  border-radius: var(--borderradius);
  padding: 0 12px;
  font-size: var(--xxxs-fontsize);
  display: block;
  line-height: 26px;
}
.blocks .blockEntry.vacancies .highlights .highlight.selectbaan {
  background: var(--color1);
}
.blocks .blockEntry.vacancies .content {
  padding: 0;
}
.blocks .blockEntry.vacancies .features {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding-top: calc(var(--padding) / 2);
  gap: 5px 15px;
  width: 100%;
}
.blocks .blockEntry.vacancies .features .feature {
  display: flex;
  align-items: flex-end;
  font-size: var(--xxxs-fontsize);
  color: var(--color1);
}
.blocks .blockEntry.vacancies .features .feature .symbol {
  margin-right: 10px;
  font-size: var(--xxxs-fontsize);
}
@media (max-width: 56em) {
  .blocks .blockEntry.vacancies .features .feature.calendar,
  .blocks .blockEntry.vacancies .features .feature.vakgebied,
  .blocks .blockEntry.vacancies .features .feature.contracttype {
    display: none;
  }
}
.blocks .blockEntry.vacancies .block .footer .actionButton.textlink {
  width: 100%;
  justify-content: flex-start;
  border-bottom: 2px solid var(--color1);
  border-radius: 0;
  padding: 10px 0;
  color: var(--color1);
}
.blocks .blockEntry.vacancies .block .footer .actionButton.textlink:after {
  right: 0;
  position: absolute;
}
@media (hover: hover) {
  .blocks .blockEntry.vacancies .block:hover .actionButton:before {
    opacity: 1;
    width: 30px;
    height: auto;
  }
  .blocks .blockEntry.vacancies .block:hover .actionButton:after {
    opacity: 0;
    width: 1px;
    height: auto;
  }
}
.blocks .blockEntry.locations .block .content {
  padding: calc(var(--padding) / 2) 0 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.blocks .blockEntry.locations .block .content .row {
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--color1);
  text-decoration: none;
  font-size: var(--xxxs-fontsize);
}
.blocks .blockEntry.locations .block .content .row .symbol {
  font-size: 16px;
}
@media (hover: hover) {
  .blocks .blockEntry.locations .block .content .row:hover {
    color: var(--color2);
  }
}
.blocks .blockEntry.locations .block .footer {
  padding: calc(var(--padding) / 2) 0 0;
}
.blocks .blockEntry.employees .block {
  overflow: initial;
  padding: 0;
}
.blocks .blockEntry.employees .block .media {
  aspect-ratio: 390 / 500;
  padding-left: var(--padding);
  border-radius: var(--borderradius);
}
.blocks .blockEntry.employees .block .media img {
  border-radius: var(--borderradius);
}
.blocks .blockEntry.employees .block .inner {
  position: absolute;
  width: calc(100% - var(--padding));
  left: 0px;
  bottom: var(--min-padding);
  padding: var(--padding);
  background-color: var(--color1);
  color: #fff;
  border-radius: var(--borderradius);
}
@media (max-width: 56em) {
  .blocks .blockEntry.employees .block .inner {
    padding: calc(2 * var(--padding));
  }
}
.blocks .blockEntry.employees .block .inner:after {
  content: "";
  width: 6rem;
  height: 6rem;
  position: absolute;
  background-image: url(/App_SkinMaster/images/eclipse-small-thin.svg);
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.blocks .blockEntry.employees .block .inner .header .widgetHeader,
.blocks .blockEntry.employees .block .inner .header .widgetSubHeader {
  color: #fff;
}
.blocks .blockEntry.employees .block .inner .content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: calc(var(--padding) / 2) 0 0;
}
.blocks .blockEntry.employees .block .inner .content a {
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  gap: 10px;
  font-size: var(--xxxs-fontsize);
}
.blocks .blockEntry.employees .block .inner .content a .symbol {
  font-size: 16px;
}
.blocks .blockEntry.employees .block .inner .content button {
  border: 0;
  background: none;
  font-family: inherit;
  font-size: inherit;
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  gap: 10px;
  font-size: var(--xxxs-fontsize);
}
.blocks .blockEntry.employees .block .inner .content button .symbol {
  font-size: 16px;
}
.blocks .blockEntry.podcasts .holder .block {
  flex-direction: row;
}
@media (max-width: 56em) {
  .blocks .blockEntry.podcasts .holder .block {
    flex-direction: column;
  }
}
.blocks .blockEntry.podcasts .holder .block .media {
  margin: var(--min-padding);
  aspect-ratio: 1;
  width: 30%;
  min-width: 250px;
  flex: unset;
}
@media (min-width: 56em) {
  .blocks .blockEntry.podcasts .holder .block .media {
    margin-right: 0;
  }
}
@media (max-width: 56em) {
  .blocks .blockEntry.podcasts .holder .block .media {
    margin-bottom: var(--padding);
  }
}
.blocks .blockEntry.podcasts .holder .block .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blocks .blockEntry.podcasts .holder .block .inner {
  flex: unset;
  width: auto;
  padding-right: calc(40px + var(--padding));
  padding-left: var(--padding);
}
@media (max-width: 56em) {
  .blocks .blockEntry.podcasts .holder .block .inner {
    height: auto;
    padding: 0;
    width: 100%;
  }
}
.blocks .blockEntry.podcasts .holder .block .inner .header .features {
  display: flex;
  gap: calc(var(--padding) / 2);
}
.blocks .blockEntry.podcasts .holder .block .inner .header .features .feature {
  font-size: var(--xxxs-fontsize);
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--color1);
}
.blocks .blockEntry.podcasts .holder .block .inner .header .features .feature .symbol {
  font-size: var(--xxxs-fontsize);
}
.blocks .blockEntry.podcasts .holder .block .inner .content {
  padding: 0;
  color: var(--color1);
  font-size: var(--xxxs-fontsize);
}
.blocks .blockEntry.podcasts .holder .block .inner .footer {
  padding: 0;
  justify-content: flex-end;
}
@media (min-width: 56em) {
  .blocks .blockEntry.podcasts .holder .block .inner .footer {
    position: absolute;
    right: var(--padding);
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.blocks .blockEntry.podcasts .holder .block .inner .footer .symbol {
  transition: all 0.2s linear;
  background: var(--color2);
  border-radius: 100%;
  width: 50px;
  height: 50px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
}
@media (hover: hover) {
  .blocks .blockEntry.podcasts .holder .block:hover .footer .symbol {
    background-color: var(--color1);
  }
}
.blocks .blockEntry.news .item .holder .block .media {
  margin-bottom: 0;
  flex: initial;
}
@media (min-width: 56em) {
  .pagedlist.one-column {
    width: calc(100% / 12 * 8);
    margin: 0 auto;
    padding: var(--padding) 0;
  }
}
