:root {
    --primary-blue: #008BD2
}

body {
    background: #fff;
}

a:hover:not(.btn, .level-0) {
    text-decoration: underline;
}

[data-content-type="text"] p {
    line-height: 30px;
    margin-bottom: 20px;
}
[data-content-type="text"] p a {
    color: #76B82A;
}

.over-ons-three-cols .pagebuilder-column p a {
    color: var(--primary-blue);
    font-weight: 500;
}

.our-branches-grid .pagebuilder-column p a {
    color: inherit;
}

[data-content-type="row"] > div {
    padding: 0;
}

.z-200 {
    z-index: 200;
}
.z-300 {
    z-index: 300;
}
.page-wrapper {
    overflow: clip;
}

.stroke-1 path {
    stroke-width: 1 !important;
}

[stroke="currentColor"] path {
    stroke: currentColor !important;
}

.btn {
    border-radius: 0.375rem;
    line-height: 1;
}

h2 {
    font-weight: bold;
    font-size: 32px;
    line-height: 1.5;
    margin-bottom: 15px;
    margin-top: 20px;
}

h3 {
    font-weight: bold;;
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 15px;
    margin-top: 20px;
    display: inline-block;
}
.cms-home #header,
.cms-page-view #header {
    margin-bottom: 0;
}

.answer p {
    margin-bottom: 10px;
}
.answer a {
    color: #76B82A;
}

[data-content-type="text"] ul,
.answer ul {
    list-style: disc;
    padding: 20px 0 20px 20px;
    margin-left: 20px;
}

.mobile-filters-visible {
    overflow: hidden;
}
.mobile-filters-visible #filters-content {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 700;
    display: block;
    padding: 1rem;
}

.product-info-main h1.page-title {
    color: #76B82A;
    font-size: 40px;
}
#filters-heading {
    display: none;
}
[type="checkbox"], [type="radio"] {
    color: #76B82A;
}
[type="checkbox"]:focus, [type="radio"]:focus {
    --tw-ring-color: #76B82A;
}

.vacature-header .breadcrumbs li,
.vacature-header .breadcrumbs a {
    color: #000;
}

.pagebuilder-column-group {
    padding: 40px 0;
}
.pagebuilder-column h2 {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 15px;
    font-weight: bold;
}
.pagebuilder-column p {
    margin-bottom: 10px;
}

a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary {
    background: #76B82A;
    border-radius: 4px;
    padding: 15px 30px;
    transition: background 0.15s ease-in-out;
    box-shadow: none;
}
a.pagebuilder-button-primary:hover {
    background: #008BD2;
    box-shadow: none;
}

.btn {
    transition: background 0.15s ease-in-out;
    box-shadow: none;
}
.btn-primary:hover {
    box-shadow: none;
}

.footer-menu-column nav {
    display: flex;
    flex-wrap: wrap;
}
.footer-menu-column nav a {
    color: #fff;
    margin-bottom: 1rem;
    display: inline-block;
    width: 100%;
}
.product-item .price-container .price {
    font-weight: normal;
}

.cms-home #maincontent > .columns {
    max-width: 100%;
    padding: 0;
}

.clip-svg {
  clip-path: url(#myClip);
  max-width: inherit;
}

.shaped-image-over-ons .masked-image {
    mask-image: url('../images/masks/over-ons/mask.png');
    mask-size: contain;
    mask-position: 50%;
    mask-repeat: no-repeat;
    z-index: 4;
}
.shaped-image-over-ons .shape1 {
    mask-image: url('../images/masks/over-ons/shape1.png');
    z-index: 3;
    mask-size: contain;
    mask-position: 50%;
    mask-repeat: no-repeat;
    top: -30px;
}
.shaped-image-over-ons .shape2 {
    mask-image: url('../images/masks/over-ons/shape2.png');
    z-index: 2;
    mask-size: contain;
    mask-position: 50%;
    mask-repeat: no-repeat;
    transform: scale(0.95);
    left: 30px;
}

.big-image-widget .bg-image-wrapper .faded,
.big-image-widget .bg-image-wrapper .bg-image {
    mask-image: url('../images/homepage-img-mask.svg');
    mask-size: cover;
    mask-position: 0 100%;
}
.big-image-widget .bg-image-wrapper .wave1 {
    mask-image: url('../images/homepage-img-clip.png');
    mask-size: cover;
    z-index: 1;
    bottom: -20px;
    mask-position: 0 100%;
}
.big-image-widget .bg-image-wrapper .wave2 {
    mask-image: url('../images/homepage-img-clip1.png');
    mask-size: cover;
    z-index: 1;
    bottom: -15px;
    z-index: 2;
    mask-position: 0 100%;
}
.big-image-widget .bg-image-wrapper .faded {
    z-index: 4;
}
.big-image-widget .bg-image-wrapper .bg-image {
    z-index: 3;
}
.big-image-widget .widget-content {
    z-index: 5;
}

.cms-home .toolbar-amount {
    display: none;
}

.old-price .price-label {
    display: none;
}
.price-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
}
.special-price .price {
    color: #008BD2;
}
.special-price .price-label {
    display: none;
}
.price-box .old-price .price-container .price {
    color: #00000055;
    text-decoration: line-through;
    margin-right: 15px;
    font-size: 1.125rem;
}

.product-info-main .price-box {
    justify-content: flex-start;
    flex-direction: row;
}
.product-info-main .price-box .final-price .price {
    font-size: 36px;
    color: #009640;
}

.hyva_checkout-index-index .btn {
    font-weight: 500;
}
#hyva-checkout-main .field input.form-input {
    padding-top: 15px;
    padding-bottom: 15px;
}
#hyva-checkout-main .field label {
    font-weight: 400;
}

#hyva-checkout-main #quote-summary > .price-summary {
    background: none;
    border: 1px solid #D4D4D4;
}

#hyva-checkout-main .price-summary .item {
    padding: 10px 0;
    border-bottom: 1px solid #dfdfdf;
}
#hyva-checkout-main .price-summary .item:last-child {
    border: none;
    padding-bottom: 0;
}

.alternatives .alternative-item .image img {
    max-height: 50px;
    width: auto;
}

.our-branches-grid .pagebuilder-column-line {
    gap: 30px;
}
.our-branches-grid > .pagebuilder-column-line .pagebuilder-column {
    border: 1px solid #D9D9D9;
    border-radius: 6px;
}
.our-branches-grid > .pagebuilder-column-line .pagebuilder-column h4 {
    font-size: 24px;
    font-weight: bold;
    padding: 0 0 30px;
    margin-top: -15px;
    position: relative;
}
.our-branches-grid > .pagebuilder-column-line .pagebuilder-column .branch-icon {
    display: flex;
    justify-content: center;
    width: 60px;
    margin: 0 auto;
    height: 60px;
    border: 1px solid #008BD2 !important;
    border-radius: 50%;
    position: relative;
    top: -30px;
    background: #fff;
}
.our-branches-grid > .pagebuilder-column-line .pagebuilder-column .branch-icon img {
    align-self: center;
}

.over-burgman-category-links > .pagebuilder-column-line {
    gap: 30px;
    justify-content: center;
}


.over-burgman-category-links .pagebuilder-poster-content [data-element="content"] {
    min-height: auto;
    overflow: visible;
}

.over-burgman-category-links .pagebuilder-poster-content [data-element="content"] > p {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0 !important;
    white-space: nowrap;
}
.over-burgman-category-links [data-content-type="banner"] {
    border: 1px solid #D9D9D9;
    border-radius: 6px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.over-burgman-category-links [data-content-type="banner"] .pagebuilder-overlay {
    padding-top: 25px;
    padding-bottom: 25px;
}

.over-burgman-category-links > .pagebuilder-column-line > .pagebuilder-column {
    width: auto !important;
}

@media (max-width: 1280px) {
    .over-burgman-category-links [data-content-type="banner"] .pagebuilder-overlay {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 1200px) {
    .over-burgman-category-links > .pagebuilder-column-line {
        flex-wrap: wrap;
    }
    .over-burgman-category-links > .pagebuilder-column-line > .pagebuilder-column {
        width: calc(50% - 30px) !important;
    }
}

.column.main > .pagebuilder-column-group {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
.over-ons-three-cols .pagebuilder-column-line {
    gap: 32px;
}

@media (min-width: 640px) {
  .column.main > .pagebuilder-column-group {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .column.main > .pagebuilder-column-group {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .column.main > .pagebuilder-column-group {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .column.main > .pagebuilder-column-group {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .column.main > .pagebuilder-column-group {
    max-width: 1536px;
  }
}

@media (max-width: 1280px) {
    .columns-over-ons .pagebuilder-column-line {
        flex-direction: column;
    }
    .columns-over-ons .pagebuilder-column-line .pagebuilder-column {
        width: 100% !important;
    }
}

@media (max-width: 768px) {
    .pagebuilder-column {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    [data-content-type="text"] {
        margin-right: 0 !important;
        padding-left: 0 !important;
    }
    
    .columns-image-right .pagebuilder-column:first-child {
        order: 1;
    }

    [data-content-type="row"][data-appearance="contained"] {
        max-width: 100%;
    }

    .container,
    .columns {
        max-width: 100%;
    }

    .columns {
        row-gap: 0;
    }
}