:root {
    --color-1: #7daeaa;
    /*donker aqua*/
    --color-2: #6c675f;
    /*donker warm grijs */
    --color-3: #e5efec;
    /*licht aqua*/
    --color-4: #B88C9E;
    --color-5: #F1C8DB;
}

body {
    margin: 250px 0 0 0;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    background-color: white;
}

a {
    text-decoration: none;
    color: inherit;
}

input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    outline: none;
    padding: 6px 10px;
    display: inline-block;
    background-color: var(--form-background-color);
    color: var(--form-text-color);
    transition: background-color 1s, color 1s;
    margin: 0;
    border-radius: 0;
    -webkit-appearance: none;
}

input[type=file] {
    padding: 0;
}

input[type=text],
input[type=password],
input[type=number],
input[type=email] {
    width: 100%;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

input[type=checkbox] {
    position: relative;
    top: 2px;
    -webkit-appearance: checkbox;
}

input[type=date],
input[type=time] {
    width: 200px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 5px 10px;
}

input[type=submit] {
    font-family: inherit;
    font-size: inherit;
}

fieldset {
    border: none;
}

input[type=radio] {
    -webkit-appearance: auto;
}

textarea {
    width: 100%;
    height: 150px;
    border-color: #CCCCCC;
    box-sizing: border-box;
}

select {
    display: inline-block;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

h1,
h2,
h3 {
    color: var(--color-2);
}

.width_5,
.width_10,
.width_12,
.width_15,
.width_20,
.width_25,
.width_30,
.width_33,
.width_35,
.width_40,
.width_45,
.width_50,
.width_55,
.width_60,
.width_65,
.width_70,
.width_75,
.width_80,
.width_85,
.width_90,
.width_95,
.width_100 {
    height: auto;
    float: left;
    overflow: hidden;
}

.width_5 {
    width: 5%;
}

.width_10 {
    width: 10%;
}

.width_12 {
    width: 12%;
}

.width_15 {
    width: 15%;
}

.width_20 {
    width: 20%;
}

.width_25 {
    width: 25%;
}

.width_30 {
    width: 30%;
}

.width_33 {
    width: 33.3%;
}

.width_35 {
    width: 35%;
}

.width_40 {
    width: 40%;
}

.width_45 {
    width: 45%;
}

.width_50 {
    width: 50%;
}

.width_55 {
    width: 55%;
}

.width_60 {
    width: 60%;
}

.width_65 {
    width: 65%;
}

.width_70 {
    width: 70%;
}

.width_75 {
    width: 75%;
}

.width_80 {
    width: 80%;
}

.width_85 {
    width: 85%;
}

.width_90 {
    width: 90%;
}

.width_95 {
    width: 95%;
}

.width_100 {
    width: 100%;
}

.background_white {
    background-color: white;
}

.width_auto {
    width: auto;
    height: auto;
    margin: 0 20px 0 20px;
    float: left;
}

.screen_width {
    max-width: 1400px;
    margin: 0 auto;
}

.small_break {
    height: 1vh;
    width: 100%;
    height: auto;
    overflow: hidden;
    border: none;
}

.break {
    height: 2vh;
    width: 100%;
    height: auto;
    overflow: hidden;
    border: none;
}

.large_break {
    height: 3vh;
    width: 100%;
    overflow: hidden;
    border: none;
}

@media (min-width:320px) and (max-width:1400px) {
    .screen_width {
        padding: 0 20px;
    }
}

@media (min-width:320px) and (max-width:767px) {
    .mobile_width_100 {
        width: 100%;
        height: auto;
        float: left;
        overflow: hidden;
    }

    .mobile_width_50 {
        width: 50%;
        height: auto;
        float: left;
        overflow: hidden;
    }
}

.float_right {
    float: right;
}

.float_left {
    float: left;
}

.float_none {
    float: none;
}

.margin_0 {
    margin: 0 !important;
}

@media (min-width:320px) and (max-width:767px) {
    .mobile_disable {
        display: none;
    }
}

.ipad_only {
    display: none;
}

@media (min-width: 320px) and (max-width: 1024px) {
    .ipad_disable {
        display: none;
    }

    .ipad_only {
        display: block;
    }

    .ipad_width_100 {
        width: 100%;
        height: auto;
        float: left;
        overflow: hidden;
    }

    .ipad_width_50 {
        width: 50%;
        height: auto;
        float: left;
        overflow: hidden;
    }
}

.tab_container {
    width: 100%;
}

.tab_bar {
    width: 100%;
    overflow: hidden;
}

.tab_bar button {
    float: left;
    margin-right: 4px;
    padding: 10px 15px;
    color: white;
    background: #bbb2b6;
    cursor: pointer;
    border: 2px solid #bbb2b6 !important;
    transition: background-color 0.8s, color 0.4s;
    margin-bottom: -2px;
}

.tab_bar_active_button {
    background: white !important;
    color: #54434a !important;
}

.tab_content_container {
    background: white;
    border: 2px solid #bbb2b6;
    padding: 15px;
    overflow: auto;
}

.tab_content_container div[data-axisite="tab_content"]:first-child {
    display: block;
}

.tab_content_container div[data-axisite="tab_content"] {
    display: none;
}

.header {
    border-bottom: 1px solid var(--color-2);
    height: 110px;
    overflow: visible;
    position: fixed;
    top: 0;
    z-index: 100;
    background: var(--color-3);
    color: var(--color-2);
    font-weight: 400;
    font-size: 1.05rem;
}

.header a {
    margin-left: 20px;
}

.header .screen_width {
    display: flex;
    justify-content: center;
}

.header .screen_width:nth-child(1) {
    justify-content: flex-end;
    height: 100%;
    align-items: center;
}

.header .screen_width:nth-child(2) {
    justify-content: center;
    margin-top: -96px;
}

.products {
    padding: 50px;
    box-sizing: border-box;
    background-color: white;
}

.products .screen_width {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4em;
}

.product_box_container {
    width: 100%;
    padding-top: 125%;
    position: relative;
    border-bottom-right-radius: 30px;
    color: var(--color-2);
    font-size: 1.1rem;
    font-weight: 400;
    box-shadow: 7px 7px #dbd9d7;
    border: 1px solid var(--color-2);
}

.product_box_container:hover .product_img_box {
    width: 120%;
    margin-left: -10%;
}

.product_box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    padding: 20px;
}

.product_box .button {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.product_img_box {
    height: 80%;
    width: calc(100% + 40px);
    overflow: hidden;
    margin-left: -20px;
    margin-top: -20px;
    transition: 0.8s;
}

.product_img_box img {
    width: 100%;
}

.button {
    background: var(--color-1);
    border: none;
    padding: 15px 25px;
    font-family: inherit;
    font-weight: 600;
    color: white;
    cursor: pointer;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    margin-top: -10px;
    transition: 0.8s;
}

.button:hover {
    background: var(--color-2);
}

.ptg-page {
    color: var(--color-2);
    background: #f5faf8;
}

.ptg-hero {
    padding: 70px 0 50px;
    background: linear-gradient(180deg, var(--color-3) 0%, #ffffff 100%);
}

.ptg-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 48px;
    align-items: center;
}

.ptg-kicker {
    margin: 0 0 12px;
    color: #2f5540;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.ptg-hero h1 {
    margin: 0 0 18px;
    color: #2f5540;
    font-size: 4.6rem;
    line-height: 0.95;
}

.ptg-hero-copy p {
    max-width: 560px;
    font-size: 1.2rem;
    line-height: 1.65;
}

.ptg-carousel-wrap {
    min-width: 0;
}

.ptg-result-slider .splide__track {
    padding: 8px 0 34px;
}

.ptg-result-slider .splide__slide {
    overflow: hidden;
    border: 1px solid rgba(108, 103, 95, 0.22);
    background: white;
    box-shadow: 7px 7px #d9e4df;
}

.ptg-result-slider img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.ptg-result-slider .splide__pagination {
    bottom: 0;
}

.ptg-result-slider .splide__pagination__page {
    background: var(--color-2);
}

.ptg-result-slider .splide__pagination__page.is-active {
    background: #2f5540;
}

.ptg-boxes {
    padding: 35px 0 70px;
    background: white;
}

.ptg-box {
    display: grid;
    grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
    gap: 44px;
    align-items: center;
    padding: 46px 0;
    border-bottom: 1px solid rgba(108, 103, 95, 0.2);
}

.ptg-box:nth-child(even) {
    grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
}

.ptg-box:nth-child(even) .ptg-box-media {
    order: 2;
}

.ptg-box-media {
    overflow: hidden;
    background: var(--color-3);
    border-bottom-right-radius: 34px;
    border-top-left-radius: 34px;
}

.ptg-box-media img {
    display: block;
    width: 100%;
    aspect-ratio: 1.25 / 1;
    object-fit: cover;
}

.ptg-box-heading {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px 20px;
    align-items: end;
}

.ptg-box-heading span {
    grid-column: 1 / -1;
    color: var(--color-1);
    font-weight: 700;
    text-transform: uppercase;
}

.ptg-box-heading h2 {
    margin: 0;
    color: #2f5540;
    font-size: 3.2rem;
    line-height: 1;
}

.ptg-box-heading strong {
    color: #2f5540;
    font-size: 2.6rem;
    line-height: 1;
}

.ptg-box-content > p {
    max-width: 620px;
    font-size: 1.1rem;
    line-height: 1.6;
}

.ptg-list-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin: 24px 0 30px;
}

.ptg-list-grid h3 {
    margin: 0 0 10px;
    color: var(--color-2);
    font-size: 1rem;
}

.ptg-list-grid ul {
    margin: 0;
    padding-left: 20px;
    line-height: 1.55;
}

.ptg-order-form {
    margin: 0;
}

.ptg-disabled-button {
    cursor: default;
    opacity: 0.65;
}

.ptg-disabled-button:hover {
    background: var(--color-1);
}

.ptg-how {
    padding: 70px 0;
    background: var(--color-3);
}

.ptg-how-grid {
    display: grid;
    grid-template-columns: minmax(240px, 0.75fr) minmax(0, 1.25fr);
    gap: 44px;
    align-items: stretch;
}

.ptg-note,
.ptg-steps {
    padding: 34px;
    background: white;
    border: 1px solid rgba(108, 103, 95, 0.18);
}

.ptg-note {
    background: #a9bf9f;
    color: white;
}

.ptg-note h2,
.ptg-steps h2 {
    margin: 0 0 18px;
    color: inherit;
    font-size: 2.1rem;
}

.ptg-note p,
.ptg-steps li {
    line-height: 1.7;
}

.ptg-steps ol {
    margin: 0 0 28px;
    padding-left: 22px;
}

@media (min-width: 320px) and (max-width: 900px) {
    .ptg-hero {
        padding-top: 42px;
    }

    .ptg-hero-grid,
    .ptg-box,
    .ptg-box:nth-child(even),
    .ptg-how-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .ptg-box:nth-child(even) .ptg-box-media {
        order: 0;
    }

    .ptg-hero h1 {
        font-size: 3rem;
    }

    .ptg-box-heading {
        grid-template-columns: 1fr;
    }

    .ptg-box-heading h2 {
        font-size: 2.4rem;
    }

    .ptg-box-heading strong {
        font-size: 2rem;
    }

    .ptg-list-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
}

.whatsapp_button {
    width: auto;
    height: 50px;
    background: var(--color-1);
    border: none;
    padding: 15px 25px;
    font-family: inherit;
    font-weight: 600;
    color: white;
    cursor: pointer;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    margin: 15px;
    transition: 0.8s;
    display: block;
}

.whatsapp_button:hover {
    background: var(--color-2);
}

@media (min-width: 320px) and (max-width: 1024px) {
    .whatsapp_button {
        font-size: 1rem;
        background: var(--color-1);
    }
}

.custom_file_upload {
    border: 2px solid #a4c4ac;
    display: inline-block;
    cursor: pointer;
    color: #a4c4ac;
    padding: 15px 25px;
    font-weight: 600;
}

.custom_file_upload input[type="file"] {
    display: none;
}

.tile {
    background-color: #f0e8dd;
    position: relative;
    width: 100%;
    padding-top: 100%;
    margin-bottom: 50px;
    border-radius: 5px;
    overflow: hidden;
    /* 1:1 Aspect Ratio */
}

.tile_content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    font-size: 20px;
    color: white;
}

.tile_content img {
    display: none;
    position: absolute;
    width: 90%;
}

.thumbnail_tile {
    background-color: #f0e8dd;
    position: relative;
    width: 70px;
    padding-top: 70px;
    border-radius: 2px;
    overflow: hidden;
    margin: 10px 10px 0 0;
    float: left;
    /* 1:1 Aspect Ratio */
}

.thumbnail_tile_content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    font-size: 20px;
    color: white;
}

.thumbnail_tile_content img {
    position: absolute;
}

.slidecontainer {
    width: 100%;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 8px;
    border-radius: 5px;
    background: var(--color-2);
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: var(--color-1);
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #04AA6D;
    cursor: pointer;
}

.product_line {
    width: 100%;
    padding: 30px 10px 7px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.tile_line {
    width: 100%;
    padding: 15px 10px;
    border-bottom: 1px solid grey;
    height: auto;
    display: flex;
}

.footer {
    padding: 50px 50px 100px 50px;
    margin-top: 50px;
    padding-bottom: 80px;
    box-sizing: border-box;
    background: var(--color-2);
    color: white;
}

.footer .screen_width {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.copyright_footer {
    display: flex;
    align-items: center;
    font-size: smaller;
    background: var(--color-2);
    color: lightgray;
    padding: 20px;
    box-sizing: border-box;
}

.copyright_footer .screen_width {
    width: 1400px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #dbd9d7;
}

@media (min-width: 320px) and (max-width: 1024px) {
    .products .screen_width {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width:320px) and (max-width:767px) {
    .products .screen_width {
        grid-template-columns: 1fr;
    }

    .footer .screen_width {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 900px) {
    body {
        margin-top: 172px;
        font-size: 16px;
    }

    img,
    video {
        max-width: 100%;
        height: auto;
    }

    input,
    select,
    textarea,
    button {
        font-size: 16px;
    }

    .screen_width {
        max-width: 100%;
        padding: 0 18px;
        box-sizing: border-box;
    }

    .header {
        height: 142px;
        font-size: 0.95rem;
    }

    .header .screen_width:nth-child(1) {
        height: auto;
        min-height: 54px;
        justify-content: center;
        flex-wrap: wrap;
        gap: 8px 14px;
        padding-top: 10px;
        padding-bottom: 8px;
    }

    .header .screen_width:nth-child(2) {
        margin-top: 0;
        padding-bottom: 12px;
    }

    .header a {
        margin-left: 0;
        white-space: nowrap;
    }

    .header img {
        height: 76px;
        width: auto;
    }

    .products {
        padding: 34px 0;
    }

    .products .screen_width {
        gap: 2em;
    }

    .product_box_container {
        padding-top: 112%;
        box-shadow: 5px 5px #dbd9d7;
    }

    .product_box {
        padding: 16px;
    }

    .product_box .button {
        right: 16px;
        bottom: 16px;
    }

    .button,
    .whatsapp_button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 44px;
        padding: 12px 18px;
        line-height: 1.25;
        text-align: center;
        box-sizing: border-box;
    }

    .whatsapp_button {
        width: auto;
        height: auto;
        margin: 12px 0;
        font-size: 1rem;
        background: var(--color-1);
    }

    .tab_bar {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
    }

    .tab_bar button {
        margin: 0;
        flex: 1 1 120px;
    }

    .tab_content_container {
        padding: 12px;
    }

    body > .width_100 > .screen_width > .width_50[style],
    body > .screen_width .width_45,
    body > .screen_width .width_50 {
        padding-left: 0 !important;
        padding-right: 0 !important;
        box-sizing: border-box;
    }

    body > .screen_width .width_10 {
        display: none;
    }

    .product_line {
        gap: 12px;
        align-items: center;
        padding: 22px 0 10px;
    }

    .product_line span {
        min-width: 0;
    }

    .product_line input[type=number] {
        max-width: 78px;
    }

    .tile_line {
        padding: 12px 0;
        flex-wrap: wrap;
    }

    .thumbnail_tile {
        width: 58px;
        padding-top: 58px;
    }

    .footer {
        margin-top: 36px;
        padding: 34px 0 46px;
    }

    .footer .screen_width {
        gap: 22px;
    }

    .copyright_footer {
        padding: 16px 0;
    }

    .copyright_footer .screen_width {
        width: 100%;
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
    }

    .copyright_footer p {
        margin: 0;
    }

    .ptg-hero {
        padding-bottom: 34px;
    }

    .ptg-boxes {
        padding-bottom: 44px;
    }

    .ptg-box {
        padding: 34px 0;
    }

    .ptg-note,
    .ptg-steps {
        padding: 24px;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 2.2rem;
        line-height: 1.08;
    }

    h2 {
        font-size: 1.8rem;
        line-height: 1.15;
    }

    h3 {
        font-size: 1.25rem;
        line-height: 1.2;
    }

    body {
        margin-top: 164px;
    }

    .header {
        height: 136px;
    }

    .header .screen_width:nth-child(1) {
        font-size: 0.9rem;
    }

    .header img {
        height: 70px;
    }

    .mobile_width_100,
    .width_45.mobile_width_100,
    .width_50.mobile_width_100 {
        width: 100%;
        float: none;
        overflow: visible;
    }

    .width_85,
    .width_10 {
        width: 100%;
        float: none;
    }

    .width_5 {
        display: none;
    }

    .products {
        padding-top: 26px;
    }

    .product_line {
        flex-wrap: wrap;
    }

    .product_line .width_40 {
        width: 100%;
    }

    .product_line > span:last-child {
        margin-left: auto;
        font-weight: 700;
    }

    .float_right,
    .float_left {
        float: none;
    }

    a.button,
    input.button,
    button.button {
        width: 100%;
        margin: 8px 0 0 !important;
    }

    .ptg-hero-copy p {
        font-size: 1rem;
    }

    .ptg-result-slider .splide__slide {
        box-shadow: 4px 4px #d9e4df;
    }
}
