: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);
}

.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: 5rem;
        background-color: red;
    }
}

.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;
    }
}
