.action__header {
  background-color: #ffb50b;
  padding: 3.75rem 0;
}
.action__header hr {
  border-top: 0;
  border-bottom: .0625rem solid #fff;
}
.action__header h1 {
  color: #fff;
  text-align: center;
  font-size: 3.75rem;
  line-height: 3.75rem;
  text-transform: uppercase;
}
.action__header h2 {
  color: #fff;
  text-align: center;
  font-size: 1.5625rem;
  line-height: 1.5625rem;
  text-transform: uppercase;
  font-family: HelveticaNeueW01-47LtCn_692686,Helvetica,sans-serif;
  margin-bottom: 0;
}
.action__header .action__row .action__wrapper {
  display: flex;
  flex-direction: column;
}
.action__header .action__row .action__details {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.action__header p {
  color: #fff;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0;
}
.action__subnav, .action__header .action__slider {
  display: none;
}
.action__subnav {
  margin-bottom: 0;
  padding-top: .625rem;
  padding-right: .625rem;
}
.action__subnav li a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.85rem;
  line-height: 0.85rem;
}
.action__subnav li {
  line-height: 0.85rem;
}
.action__subnav li a:hover {
    text-decoration: underline;
}
.action__subnav li.action__subnav__sep {
  border-left: 1px solid #fff;
  width: 1px;
}

.action__product {
  padding: 0;
}
.action__product--odd {
  background-color: #fff;
}

.action__row {
  display: flex;
  flex-direction: column-reverse;
  margin: 0 auto;
  max-width: 71.25rem;
  width: 100%;
  /*padding-left: .625rem;
  padding-right: .625rem;*/
}
.action__row ul {
  margin-left: 0;
}
.action__row ul li:before {
  content: none;
}

.action__slider {
  position: relative;
}

.action__price {
  transition: all 800ms;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 8.75rem;
  height: 8.75rem;
  text-decoration: none;
  background-color: #ffb50b;
  border-radius: 100%;
  text-align: center;
  font-family: HelveticaNeueW01-77BdCn_692722,Helvetica,sans-serif;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: calc(50% - 4.375rem);
  right: 4rem;
}
.action__price:hover {
  transition: all 800ms;
  background-color: #000;
  color: #ffb50b;
}
.action__price:hover span {
  color: #fff;
}
.action__price span {
  transition: all 800ms;
  display: block;
  color: #515355;
  font-size: 1.6rem;
  font-weight: bold;
}
.action__price small {
  line-height: 1.2em;
}

.product__variants {
  display: flex;
  flex-wrap: wrap;
  margin: 1em 0 2em 0;
  padding: 0;
}
.product__variants li {
  width: 80px;
  padding: 0 .625rem .625rem 0;
  font-size: 0.85rem;
  line-height: 1.2em;
}
.product__variants li img {
  margin-top: 4px;
}
.product__details {
  display: flex;
  flex-direction: column-reverse;
  padding: .625rem;
}
.product__desc h3 {
  color: #515355;
  font-size: 1.75rem;
  line-height: 1.75rem;
  margin-bottom: .5rem;
}
.product__desc p {
  font-size: 1em;
  line-height: 1.4em;
  margin-bottom: 0;
}

.action__slider .flex-control-nav {
  bottom: .625rem;
}
.action__slider .flex-control-paging li a {
  width: 16px;
  height: 16px;
  background: #fff;
  box-shadow: none;
}
.action__slider .flex-control-paging li a.flex-active, .action__slider .flex-control-paging li a:hover {
  background: #ffb50b;
}

@media only screen and (min-width:64em){
  .action__header {
    padding: 0;
  }
  .action__header h1 {
    font-size: 4.8rem;
    line-height: 4.8rem;
  }
  .action__header h2 {
    font-size: 2.05rem;
    line-height: 2.05rem;
  }
  .action__header .action__slider {
    display: block;
  }
  .action__header .action__row {
    flex-direction: row;
  }
  .action__header .action__row .action__wrapper {
    display: flex;
    flex-direction: column;
    width: 66.66%;
  }
  .action__header .action__row .action__details div {
    background: url("/assets/img/bouwpunt-logo-w.png") no-repeat top left;
    background-size: 93px 104px;
    padding: 10px 0 0 96px;
  }
  .action__header .action__row .action__slider {
    width: 33.33%;
  }

  .action__row {
    flex-direction: row-reverse;
  }

  .action__slider {
    width: 66.66%;
  }

  .product__variants {
    margin: 0;
  }


.action__price {
  width: 12rem;
  height: 12rem;
  top: calc(50% - 6rem);
  font-size: 1.4em;
}
.action__price span {
  font-size: 2.4rem;
  line-height: 2.4rem;
  margin: 0.6rem 0;
}
.action__price--alt span {
  margin: 0 0 0.6rem 0;
}
.action__price small {
  font-size: 0.7em;
  line-height: 1.2em;
  padding: 0 1em;
  margin-bottom: 0.2em;
}

  .action__product--odd {
    padding: .625rem 0;
  }
  .product__details {
    flex-direction: column;
    justify-content: center;
    width: 33.33%;
  }
  .product__desc h3 {
    line-height: 1.2;
  }
  .product__desc p {
    margin-bottom: 0; 
  }
}

@media only screen and (min-width:75em){
  .action__subnav {
    display: flex;
    justify-content: space-between;
  }
}


/* Overwrites 5 jan 2022 */

/* Aanbod hover state */
.aanbod a:hover p {
  opacity: 1 !important;
}

/* Color changes */
.submenu>li>a,
.page-header .functional-menu ul li input,
.page-header .functional-menu ul li a {
  color: #515355;
}

.page-header .functional-menu ul li input::-webkit-input-placeholder {
  color: #515355;
}

.page-header .functional-menu ul li input:-moz-placeholder {
  color: #515355;
}

.page-header .functional-menu ul li input::-moz-placeholder {
  color: #515355;
}

.page-header .functional-menu ul li input:-ms-input-placeholder {
  color: #515355;
}

/* Jobs count badge */
@media only screen and (min-width: 52.563em) {
  .page-header .main-menu ul {
    overflow: visible;
  }
}
.page-header .main-menu ul>li {
  display: flex;
}

.page-header .main-menu ul>li .badge {
  display: inline;
  background: #f04124;
  color: white;
  font-size: .5em;
  min-width: 1.5em;
  height: 1.5em;
  padding: 0 0.25em;
  text-align: center;
  border-radius: 1.5em;
  margin-left: 0.25rem;

  line-height: 1.5;
  transform: translateY(-0.25em);
}

/* Cookiefirst */
.cookiefirst-root [data-cookiefirst-button] {
  text-transform: uppercase;
  font-size: .8125rem;
  letter-spacing: 1px;
  font-family: HelveticaNeueW01-67MdCn_692710,Helvetica,sans-serif !important;
}

.cookiefirst-root [data-cookiefirst-button] span {
  font-weight: 400;
}

p.callout {
  background-color: #ffb50b;
  padding: 12px 10px;
  color: #FFF;
}

p.callout {
  background-color: #ffb50b;
  padding: 12px 10px;
  color: #FFF;
}

p.callout-big-white {
  background-color: #FFF;
  padding: 24px 20px;
  color: #515355;
  font-size: 18px;
  text-align: center;
  margin-bottom: 0;
}