/*
Theme Name: Astra Child
Template: astra
*/

.image-blok-stacking-one img {
  width: 50%;
  margin-left: 50%;
}

.image-blok-stacking-two img {
  width: 75%;
  margin-right: 25%;
  margin-top: -50px;
}

.kwaliteit-blok-wrapper {
  text-align: center;
}

.kwaliteits-wrapper > div {
  margin: 0px !important;
}

.dienst-home-tegel:hover {
  box-shadow: none !important;
  background-color: #d6e9b5;
  transition: 0.5s ease;
  cursor: pointer;
}

.steps-option-position {
  position: absolute !important;
  text-align: center;
  width: 30px !important;
  height: 30px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}

@media only screen and (max-width: 767px) {
  .text-image-blok {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .overons-service-list-wrapper {
    row-gap: 0px !important;
  }

  .browser-to-center > div > * {
    text-align: center !important;
  }

  .browser-to-center {
    background-position: 50% 50% !important;
  }
}

.footer-contact-info-wrapper {
  display: flex;
  width: 100%;
  font-size: 12px;
  flex-wrap: wrap;
}

.site-footer,
.site-footer > div {
  border-radius: 20px 20px 0px 0px;
}

.footer-contact-info-wrapper ul {
  width: 50%;
  min-width: 200px;
}

.footer-titel {
  margin-bottom: 30px !important;
}

.footer-titel::after {
  content: "";
  width: 50px;
  height: 3px;
  background-color: #82b71a;
  position: relative;
  display: block;
  margin-top: 5px;
}

.belac,
.contact-info-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 12px;
}

.belac-titel,
.contact-info-header-titel {
  font-size: 14px;
  color: #fff;
}

.contact-info-header a {
  color: #828282;
}

.contact-info-header a:hover {
  color: #82b71a;
  cursor: pointer;
}

.contact-info-header img {
  width: 50px;
}

.belac-image {
  width: 50px;
  height: auto;
}

.ast-below-header-wrap.is-fixed {
  position: fixed;
  top: 0;
  left: 50%;
  margin-top: 20px;
  background: #131313;

  transform: translateY(0);
  transform: translateX(-50%);
  opacity: 1;

  border-radius: 20px;
  max-width: 1300px;
  margin: 0 auto;
  font-size: 0.9em;
  text-transform: unset !important;
  box-shadow: 0px 2px 5px -1px #00000070;
  margin-top: 20px;
  background: #131313;
  width: 100%;
  max-width: 1300px;
  overflow: hidden;
}

.ast-below-header-bar {
  border-radius: 20px !important;
}

.ast-below-header-wrap.is-visible {
  transform: translateY(-100%);
  opacity: 0;
}

.site-header {
  position: relative !important;
}

.admin-bar .ast-below-header-wrap.is-fixed {
  top: 32px;
}

.h1-container-keurteam {
  text-align: center;
}

.h1-container-keurteam h1 {
  font-size: 3em !important;
}

.h1-container-keurteam .h1-homepagina .h1_homepagesmall {
  font-size: 0.5em !important;
  font-weight: 600;
  line-height: 0.5em;
  letter-spacing: 0.1px;
  text-transform: lowercase;
}

div.document-note-wrapper:hover
  .document-note-button
  .wp-block-button__link
  .uagb-button__link {
  color: #82b71a !important;
}

.document_item_services::before {
  content: "";
  display: inline-block;
  width: 16px !important;
  height: 16px !important;
  margin-right: 15px;

  background-color: #828282;

  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M256 0C114.6 0 0 114.6 0 256c0 141.4 114.6 256 256 256s256-114.6 256-256C512 114.6 397.4 0 256 0zM406.6 278.6l-103.1 103.1c-12.5 12.5-32.75 12.5-45.25 0s-12.5-32.75 0-45.25L306.8 288H128C110.3 288 96 273.7 96 256s14.31-32 32-32h178.8l-49.38-49.38c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0l103.1 103.1C414.6 241.3 416 251.1 416 256C416 260.9 414.6 270.7 406.6 278.6z'/%3E%3C/svg%3E")
    no-repeat center;

  -webkit-mask-size: contain;
  mask-size: contain;
}

.document_item_services::before:hover {
  background-color: #82b71a;
}

.document-lijst-container
  .document_lijst_wrapper_services
  div.document_item_services
  a {
  text-decoration: unset !important;
  font-size: 14px !important;
  width: 100% !important;
}

div.document_item_services {
  justify-content: flex-start;
  flex-wrap: unset !important;
}

.handige-links_container div.btn-service-cta {
  max-width: unset !important;
}

.ast-builder-grid-row.ast-grid-center-col-layout {
  grid-template-columns: auto auto auto !important;
}

.ast-site-identity {
  padding: 0px;
}

.Bereken-jouw-prijs {
  padding: 7px 10px;
  background-color: #82b71a;
  border: 2px solid #82b71a;
  border-radius: 30px;
  margin-left: 10px;
  transition: 0.5s all;
  color: #131313 !important;
}

.Bereken-jouw-prijs:hover {
  background-color: #131313;
  border-radius: 30px;
  margin-left: 10px;
  color: #82b71a;
  transition: 0.5s all;
  color: #131313 !important;
}

.ast-menu-shadow .Bereken-jouw-prijs.menu-item:hover > .menu-link::before {
  background-color: transparent !important;
}

@media only screen and (max-width: 920px) {
  .Bereken-jouw-prijs .menu-link {
    color: #131313 !important;
  }

  .Bereken-jouw-prijs {
    padding: unset !important;
    border-radius: unset;
  }
}

.ast-below-header-wrap {
  border-radius: 20px;
  max-width: 1300px;
  margin: 0 auto;
  font-size: 0.9em;
  text-transform: unset !important;
  box-shadow: 0px 2px 5px -1px #00000070;
  margin-top: 20px;
  background: #131313;
}

.belac p {
  margin-bottom: 0px !important;
}

.goodservice_home_wrapper {
  display: flex;
  gap: 30px !important;
  align-items: stretch !important;
}

.goodservice_home_item {
  display: flex !important;
  flex-direction: column !important;
}

.goodservice_home_item.center {
  transform: scale(1.1);
  z-index: 2;
}

.goodservice_home_item.center img {
  transform: scale(1.2);
}

.ast-above-header-bar {
  margin-top: 20px;
}

.h1_homepagesmall {
  line-height: 1em !important;
}

.black-button-with-bowl .uagb-button__icon-position-after {
  background-color: #82b71a;
  transform: rotate(-45deg);
  border-radius: 100%;
  padding: 5px;
  position: absolute;
  right: 10px;
}
