﻿html, body {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-left: 0%;
    margin-right: 0%;	
    padding: 0;
    background: white;
    color: black;
    overflow-x: hidden;
    font-family: Calibri, "Open Sans",Arial,Verdana,sans-serif;
    font-size: 12px;
}

body, input, button, textarea, select {
    font-family: "Open Sans",Arial,Verdana,sans-serif;
    font-weight: 400;
    color: #000
}

body {
    background-color: #fff;
    font-size: 1.2rem;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll
}

    body.open, body.noScroll {
        overflow: hidden
    }

        body.noScroll .filter-toggle {
            display: none
        }

    body > div.main {
        height: 100%;
        position: relative
    }

header {
    position: absolute;
    top: 0;
    background-color: black;
    width: 100%;
    min-height: 47px;
    color: white;
}

main {
    padding-top: 47px;

}

footer {
    position: absolute;
    bottom: 0;
    background-color: black;
    width: 100%;
    min-height: 47px;
    color: white;
}

.logo {
    position: absolute;
    top: 47px;
    left: 100px;
}

.logo_cust{
	position: absolute;
	top: 47px;
	left: 100px;
	
}
.container_cust {
  position: absolute;
  top: 120px;
}

.background-image {
    background: url('/images/Background.jpg');
    background-position: center;
    background-size: cover;
	marginx-left: -20%;
	marginx-right: -20%;
}

.product-image {
    width: 65px;
    height: 65px;
    border-style: solid;
    border-width: 0.1px;
    border-radius: 5px;
    border-color: #f2f2f2;
}

.product-item {

    max-height: 10%;
    width: 100%;
}

.column-products {
    float: left;
    max-height: 20%;
    width: 65%;
}

.column-receipt {
    float: left;
	width:100%;
	height: 100px;  
}

.table-receipt {
    background-color: #ffffff;
    width: 95%;
	overflow-y: scroll;
}

.table-total {
    position: absolute;
	left:58%;
    top: 625px;
	width: 33%;
    height: 80px;
	border: none;

}

.login {
    background: white;
    padding: 2em 4em;
    min-width:550px;
}


@media only screen and (max-width: 767px) {
    .login {
        margin: 30px;
        min-width: auto; /* Als je de min-width wilt negeren op mobiele apparaten */
    }
}


label, .btn {
    font-size: 16px;
    font-variant: small-caps;
}

.btn {
    padding-left: 1.5em;
    padding-right: 1.5em;
}

.btn_reset{
    display: none;
}
input, .btn {
    /*border-radius: unset !important;*/
}

.forgot-password {
    font-size: 13px;
    font-variant: small-caps;
    color: black;
}

.forgot-password:hover {
    color: black;
    font-weight: bold;
}

.col-header-overview {
	position: absolute;
	top: 80px;
    width: 100%;
    height: 50px;
    font-size = 22px;
	z-index=100;
}

.datepicker {
    margin: 5px;
    padding: 5px;
    width: max-content;
    position:relative;
    left:200px;

}
    .datepicker-bicycle {
        x:  brown;
    }
    .datepicker-boat {
        x:  deeppink;
    }

.col-5-cust {
    max-height: 10%;
    width: 100%;
}
.col-3-cust {
    flex :0 0 auto;
    width:35%;
}

.row {

    margin-left: 0%;
    margin-right: 0%;
	margin-bottom: 0%
}

.row_box {

	margin-top: 0%;
	margin-left: 15%;
	

}

.-column {
    float: left;
    max-width: 60%;
    height: 1200px;
    padding: 2px;
    background-color: rgba(0,0,0,0.25);
}

/* Clearfix (clear floats) */
.row:after {
    content: "";
    clear: both;
    display: table;
}
tr:nth-child(even) {
    background-color: #ffffff;
}

tr:nth-child(odd) {
    background-color: #f2f2f2;
}

th, td {
    text-align: left;
    padding: 16px;
}

.total_amount{
	type:number;
	text-align:right;
}

#amount {
    background-color: gray;
    font-weight: bold;
    font-size: 15px;
    top: 10px;
    --right: 100px;
    text-align: right;
    color: white;
    border-radius: 5px;
    padding: 8px;
    width: auto;
}

#return {
    position: absolute;
    top: 50px;
    left: 100px;
    font-size: 25px;
    color: white;
    background-color: black;
    padding: 1em;
    width: auto;
}



element.style {
    width: 58px;
    height: 58px;
    background-color: rgb(163, 168, 36);
}

#messenger-button.messenger-button-shown {
    -webkit-animation: messenger-button-shown-frames .4s cubic-bezier(.62,.28,.23,.99);
    animation: messenger-button-shown-frames .4s cubic-bezier(.62,.28,.23,.99);
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#messenger-button {
    position: fixed;
    right: 6px;
    border-radius: 20%;

    z-index: 9998;
    cursor: pointer;
    transform-origin: bottom;
    bottom: 20px;
    opacity: 1;
    transform: scale(1);
    display: flex;
    justify-content: center;
}

.info:before, #rates_first .card-body .priceInfo:before, #rates_first_mobile .card-body .priceInfo:before, #ratesBlock .rates.multiple .card .priceInfo:before {
    font-family: 'Dutchen';
    content: 'J';
    color: #8f8f8f;
    background-image: url(https://localhost:44353/images/whitedot.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-attachment: inherit;
    background-position: center;
    font-size: 24px;
    position: absolute;
    margin: -2px 0 0 -29px;
    border-radius: 80px;
}

.info .sw-tooltip, #rates_first .card-body .priceInfo .sw-tooltip, #rates_first_mobile .card-body .priceInfo .sw-tooltip, #ratesBlock .rates.multiple .card .priceInfo .sw-tooltip {
    min-width: 500px;
    text-align: left;
    font-size: 1.2rem;
    letter-spacing: 1.05px;
    text-transform: none;
    line-height: 2rem;
    font-weight: 400;
    position: absolute;
    top: auto !important;
    left: 10px !important;
    bottom: 30px;
    z-index: 21900;
}

.info .sw-tooltip {
    left: auto !important;
    right: -250px !important;
    bottom: -100px;
    box-shadow:rgba(60,59,50, 1)
}

    .info .sw-tooltip:after  {
        left: auto;
        right: -80px;
        visibility:hidden;
    }

:root {
    --sw-tooltip-backcolor: #a3a824;
    --sw-tooltip-fontcolor: #fff;
    --sw-tooltip-padding: 16px;
    --sw-tooltip-fontsize: 1.2rem;
    --sw-tooltip-minwidth: 500px;
}

:root {
    --sw-popup-modal-maxwidth: 500px;
    --sw-popup-background-close-font: "Mews";
    --sw-popup-background-close-content: "a"
}
:root {
    --sw-calendar-backgroundcolor: #fff;
    --sw-calendar-bordercolor: #DDD;
    --sw-calendar-font: "Open Sans";
    --sw-calendar-width: 100%;
    --sw-calendar-height: auto;
    --sw-calendar-margin: 0;
    --sw-calendar-tr-height: 37px;
    --sw-calendar-td-padding: 0;
    --sw-calendar-today-border-color: #A3A824;
    --sw-calendar-today-border-width: 2px;
    --sw-calendar-header-width: 100%;
    --sw-calendar-header-margin: 0;
    --sw-calendar-header-month-hover-backgroundcolor: rgba(163,168,36,0.7);
    --sw-calendar-arrows-backgroundcolor: #A3A824;
    --sw-calendar-arrows-hover-backgroundcolor: rgba(163,168,36,0.7);
    --sw-calendar-td-hover-backgroundcolor: rgba(163,168,36,0.7);
    --sw-calendar-td-hover-borderbottomcolor: rgba(163,168,36,0.7);
    --sw-calendar-td-hover-borderrightcolor: rgba(163,168,36,0.7);
    --sw-calendar-td-selected-backgroundcolor: #A3A824;
    --sw-calendar-td-selected-borderbottomcolor: #A3A824;
    --sw-calendar-td-selected-borderrightcolor: #A3A824;
    --sw-calendar-td-disabled-borderbottomcolor: #fff;
    --sw-calendar-td-disabled-borderrightcolor: #fff;
    --sw-calendar-td-disabled-color: #DDD;
    --sw-calendar-td-disabled-backgroundcolor: #fff;
    --sw-calendar-td-disabledothermonth-backgroundcolor: #f4f4f4;
    --sw-calendar-td-disabledothermonth-borderbottomcolor: #f4f4f4;
    --sw-calendar-td-disabledothermonth-borderrightcolor: #f4f4f4;
    --sw-calendar-td-disabledothermonth-color: #DDD;
    --sw-calendar-othermonth-background-color: #f4f4f4;
    --sw-calendar-td-selected-start-backgroundcolor: #A3A824;
    --sw-calendar-selected-start-background-color: #A3A824;
    --sw-calendar-td-hover-start-backgroundcolor: #A3A824;
    --sw-calendar-td-selected-start-borderbottomcolor: #A3A824;
    --sw-calendar-td-selected-start-borderrightcolor: #A3A824;
    --sw-calendar-td-selected-end-backgroundcolor: #A3A824;
    --sw-calendar-selected-end-background-color: #A3A824;
    --sw-calendar-td-hover-end-backgroundcolor: #A3A824;
    --sw-calendar-td-selected-end-borderbottomcolor: #A3A824;
    --sw-calendar-td-selected-end-borderrightcolor: #A3A824;
    --sw-calendar-table-width: 96%;
    --sw-calendar-table-min-width: 96%;
    --sw-calendar-table-max-width: 100%
}

}

, #rates_first .card-body .priceInfo .sw-tooltip:after, #rates_first_mobile .card-body .priceInfo .sw-tooltip:after {
    left: auto;
    right: -8px
}

#ratesBlock .rates.multiple .card .priceInfo {
    margin: 2px 0 0 0;
    right: 18px
}

    #ratesBlock .rates.multiple .card .priceInfo:before {
        color: #72705D
    }

div[data-discounted="false"] {
    display: none
}

.plus-min, .reserveer{
    display: flex
}

    .plus-min .plus, .plus-min .minus, .plus-min .reserveer{
        width: 27px;
        height: 27px;
        border-radius: 27px;
        font-size: 1.6rem;
        background: brown;
        border: 1px solid #848484;
        letter-spacing: normal;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        cursor: pointer;
        font-size: 0
    }

        .plus-min .plus:after, .plus-min .minus:after, .plus-min .reserveer:after {
            display: block;
            font-size: 14px;
            margin-bottom: 2px
        }

        .plus-min .plus:hover, .plus-min .minus:hover ,.plus-min .reserveer:hover {
            background: #848484;
            color: #fff
        }

        .plus-min .plus.disabled, .plus-min .minus.disabled, .plus-min .reserveer.disabled{
            cursor: default;
            border: 1px solid #DDD;
            color: #DDD
        }

            .plus-min .plus.disabled:hover, .plus-min .minus.disabled:hover, .plus-min .reserveer.disabled:hover {
                color: #DDD;
                background: #fff
            }

        .plus-min .plus:after {
            content: "+";
            margin-bottom: 0
        }

        .plus-min .minus:after {
            content: "-"
        }
        .plus-min .reserveer:after{
            content:"Reserveer"
        }

    .plus-min input {
        width: 35px !important;
        height: 27px;
        font-size: 1.2rem;
        text-align: center;
        border: 0;
        padding: 0
    }

.extra {
    display: none;
}

h5:hover .extra {
    text-overflow: unset;
}
#productcount, #boatcount, #bicyclecount {
    width: 24px;
    height: 24px;
    border-color: #8f8f8f;
    border-style: solid;
    border-width: 0.2px;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    color: black;
    border-radius: 50%;
    padding: 0px 6px 0px 6px;
    margin-left: 5px;
    margin-right: 15px;
}


#boatcountXX {
    width: 135px;
    height: 24px;
    border-color: #8f8f8f;
    border-style: solid;
    border-width: 0.2px;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    color: black;
    border-radius: 50%;
    
    margin-left: 5px;
    margin-right: 15px;
}

#bicyclecountXX {
    width: 135px;
    height: 24px;
    border-color: #8f8f8f;
    border-style: solid;
    border-width: 0.2px;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    color: black;
    border-radius: 50%;
    padding: 0px 6px 0px 6px;
    margin-left: 5px;
    margin-right: 15px;
}

#boatcount .zero {
    color: red;
}

#return {
    position: absolute;
    top: 50px;
    left: 100px;
    font-size: 25px;
    color: white;
    background-color: black;
    padding: 1em;
    width: auto;
}

#productlist {
    position:absolute;
    right: -5px;
    color: black;
    padding: 0px;
    min-height: 80rem;
    width: 33%;
    width: 33%;
    overflow-y: auto;
}

td.-mob-amount {
    min-width: 150px;
    text-align: end;
}

#left {
    float: left;
    width: 80%;
    height: 100% 
}

form.form, form {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left
}

    form.form div, form div {
        width: 100%;
        padding: 0;
        xxfloat: left
    }

        form.form div.category, form div.category {
            margin: 10px 0;
            font-size: 1.3em;
            color: #000
        }

            form.form div.category.first, form div.category.first {
                margin-top: auto
            }

    form.form .radio, form .radio {
        width: 100%;
        clear: both
    }

    form.form .formfield, form .formfield {
        margin: 0 0 10px 0
    }

        form.form .formfield.buttons, form .formfield.buttons {
            margin: 10px 0 30px 0
        }

    form.form .caption, form .caption {
        width: 100%;
        float: left;
        margin: 0 0 4px 0
    }

    form.form .formfield.label, form .formfield.label {
        width: 100%;
        float: left;
        margin: 10px 0;
        font-size: 1.3em;
        color: #000
    }

    form.form .field, form .field {
        width: 100%;
        float: left
    }

    form.form .error, form .error {
        width: 100%;
        color: #d93535;
        margin: 10px 0 0 0
    }

    form.form label, form label {
        float: left
    }

.tooltipimg {
    padding-left: 1px;
    margin-bottom: 10px;
    width: 20px;
    height: 20px;
}

.product1_remove {
    padding-left: 5px;
    width: 20px;
    height: 20px;
}

.tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
    opacity: 1;
    font-family: Raleway;
    z-index: 1;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 420px;
        /*background-color: #3C3B32;*/
        background-color: rgba(60,59,50, 1);
        color: #fff;
        text-align: center;
        padding: 5px 0;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
    }


    .tooltip.active .tooltiptext {
        visibility: visible;
    }


.card {
    margin: 0 5px 20px 5px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: calc(100% - 10px);
    color: #000;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;

    padding: 0
}

    .card.fade {
        opacity: .4
    }

        text-decoration: none
    }

.card__image {
    position: relative
}

    .card__image .mobileImage {
        display: block
    }

    .card__image .desktopImage {
        display: none
    }

    .card__image img {
        width: 100%;
        height: auto
    }

.card__rating {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 30px;
    background: #72705D;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    position: absolute;
    right: 20px;
    bottom: 20px
}

.card__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1px;
    background-color: #f4f4f4;
}



.card--title {
    margin-bottom: 2px;
    color: #72705D;
    text-transform: uppercase;
    letter-spacing: .125rem;
    font-family: "Raleway";
    font-size: 1.6rem;
    height: 33px;
    width: 100%;
    margin: 2px 0 1em 0;
    
    /**
   * Required properties to achieve text-overflow
   */
}


.ellipsis {
    /* Required for text-overflow to do anything */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card--subtitle {
    color: #A3A824;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    letter-spacing: 1.05px;
    min-height: 32px
}

.card--info, .card--description {
    line-height: 2rem;
    font-size: 1.2rem;
    letter-spacing: 1.05px;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 4rem;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0 0 20px 0;
    word-break: break-word
}

    .card--info:empty, .card--description:empty {
        display: none
    }

.card--pricing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

    .card--pricing .from-price {
        width: auto;
        min-width: 50%;
        margin: 0;
        padding: 0 0px 0 0;
        display: block;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }


        .card--pricing .from-price .from {
            font-size: 1.2rem;
            letter-spacing: 1.05px;
            color: #72705D;
            margin: 0 0 5px 0;
            width: 100%
        }

        .card--pricing .from-price .price {
            width: auto;
            font-size: 2.8rem;
            line-height: 1;
            margin: 0 10px 0 0;
            color: #000
        }

        .card--pricing .from-price .info {
            width: 18px;
            height: 18px;
            color: #72705D;
            position: relative !important;
            left: auto;
            margin: 0 0 0 5px
        }

            .card--pricing .from-price .info:before {
                font-family: "Dutchen";
                content: "J";
                font-size: 18px;
                color: #72705D
            }

            .card--pricing .from-price .info .sw-tooltip {
                width: 200px;
                text-align: left;
                top: auto !important;
                left: 10px !important;
                right: auto !important;
                bottom: 30px
            }

                .card--pricing .from-price .info .sw-tooltip:after {
                    left: 50%;
                    right: auto
                }


    .card--pricing .wrapper {
        xfont-size: 25px;
        xtext-align: right;
        display: flex;
        xalign-items: center;
    }

        .card--pricing .wrapper .spacebox {
            width: auto;
        }

.xwrapper {
    height: 20px;
    min-width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card--pricing .wrapper .wrapperadd {
    width: 50px;
    text-align: center;
    font-size: 40px;
    font-weight: 100;
    cursor: pointer;
}

.card--pricing .wrapper .wrappernum {
    font-size: 12px;
    border-radius: 50%;
    border-style: solid;
    border-color: #3C3B32;
    border-width: 0.1px;
    display: flex;
    text-align: center;
    justify-content: center;
    background-color: #FFFFFF;
    color: #3C3B32;
    cursor: pointer;
    x_pointer-events: none;
    height: 20px;
    width: 20px;
}

.card--pricing .wrapper .extra {
    background-color: brown;
    color: #ffffff;
}

.card--pricing .wrapper .wrappernum .extra {
    background-color: #3C3B32;
    color: #ffffff;
}

.card--pricing .wrapper span .wrapper .extra {
    background-color: #3C3B32;
    font-size: 1000px;
    color: #ffffff;
}

.card--pricing .wrapper span .wrappernum .extra {
    background-color: #3C3B32;
    color: #ffffff;
}

.card--pricing .wrapper .plus, .card--pricing .wrapper .minus, .card--pricing .wrapper .reserveer {
    width: 27px;
    height: 27px;
    border-radius: 27px;
    font-size: 1.6rem;
    background: #fff;
    border: 1px solid #848484;
    letter-spacing: normal;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    font-size: 0
}

 .card--pricing .wrapper .reserveer {
    min-width: 180px;
    height: 27px;
    border-radius: 27px;
    background: #fff;
    border: 1px solid #848484;
    letter-spacing: normal;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 0
}

    .card--pricing .wrapper .plus:after, .card--pricing .wrapper .minus:after, .card--pricing .wrapper .reserveer:after {
        display: block;
        font-size: 14px;
        margin-bottom: 2px
    }

    .card--pricing .wrapper .plus:hover, .card--pricing .wrapper .minus:hover .card--pricing .wrapper .reserveer:hover {
        background: #848484;
        color: #f4f4f4;
    }

    .card--pricing .wrapper .plus.disabled, .card--pricing .wrapper.minus.disabled, .card--pricing .wrapper .reserveer.disabled {
        cursor: default;
        border: 1px solid #f4f4f4;
        ;
        color: #f4f4f4;
    }

        .card--pricing .wrapper .plus.disabled:hover, .card--pricing .wrapper .minus.disabled:hover, .card--pricing .wrapper .reserveer:hover {
            color: #f4f4f4;
            ;
            background: #DDD
        }

    .card--pricing .wrapper .plus:after {
        content: "+";
        margin-bottom: 0
    }

    .card--pricing .wrapper .minus:after {
        content: "-"
    }

    .card--pricing .wrapper .reserveer:after {
        
        padding-left:5px;
        content: "Reserveer nu"
    }

.card--pricing .wrapper .input {
    width: 35px !important;
    height: 27px;
    background-color: #f4f4f4;
    font-size: 1.6rem;
    align-content: center;
    text-align: center;
    border: 0;
    padding: 0
}

.card--nav .more {
    color: #000;
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px
}

    .card--nav .more:after {
        font-family: "Dutchen";
        content: 'x';
        text-transform: lowercase;
        font-size: 8px;
        margin: 0 0 0 5px
    }

    .card .book:after {
        content: ">";
        margin-left: 10px;
        font-size: 12px;
        font-weight: 300
    }

.mewsloader {
    background: rgba(255,255,255,0.85);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.mews-loader {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px
}

    .mews-loader div {
        position: absolute;
        top: 27px;
        width: 11px;
        height: 11px;
        border-radius: 50%;
        background: #A3A824;
        animation-timing-function: cubic-bezier(0,1,1,0)
    }

        .mews-loader div:nth-child(1) {
            left: 6px;
            animation: mews-loader1 .6s infinite
        }

        .mews-loader div:nth-child(2) {
            left: 6px;
            animation: mews-loader2 .6s infinite
        }

        .mews-loader div:nth-child(3) {
            left: 26px;
            animation: mews-loader2 .6s infinite
        }

        .mews-loader div:nth-child(4) {
            left: 45px;
            animation: mews-loader3 .6s infinite
        }

@keyframes mews-loader1 {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes mews-loader3 {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(0)
    }
}

@keyframes mews-loader2 {
    0% {
        transform: translate(0,0)
    }

    100% {
        transform: translate(19px,0)
    }
}

@media screen and (min-width:740px) {
    .customgrid {
        display: grid;
        grid-template-columns: repeat(2,minmax(0,1fr));
        grid-gap: 0.6em;
        grid-auto-rows: minmax(100px, auto);
        grid-auto-columns: minmax(auto, 100px)
    }

    .boatgrid {
        display: grid;
        grid-template-columns: repeat(2,minmax(0,1fr));
        grid-gap: 0.6em;
        grid-auto-rows: minmax(100px, auto);
        grid-auto-columns: minmax(auto, 100px)
    }
    .bicyclegrid {
        display: grid;
        grid-template-columns: repeat(2,minmax(0,1fr));
        grid-gap: 0.6em;
        grid-auto-rows: minmax(100px, auto);
        grid-auto-columns: minmax(auto, 100px)
    }


    .imgsize {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        object-fit: cover;
    }
    .container_cust {
        width: 99%;
    }
}

@media screen and (min-width:1080px) {
    .customgrid {
        display: grid;
        grid-template-columns: repeat(3,minmax(0,1fr));
        grid-gap: 0.6em;
        grid-auto-rows: minmax(100px, auto);
        grid-auto-columns: minmax(auto, 100px)
    }

    .boatgrid {
        display: grid;
        grid-template-columns: repeat(3,minmax(0,1fr));
        grid-gap: 0.6em;
        grid-auto-rows: minmax(100px, auto);
        grid-auto-columns: minmax(auto, 100px)
    }

    .bicyclegrid {
        display: grid;
        
        grid-gap: 0.1em;

    }

    .imgsize {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        object-fit: cover;
    }



    .container_cust{
        width : 99%;
    }
    .column-receipt {
        min-width: 50px;
    }
    .col-5-cust {
        display: grid;
        width: 100%;
        min-width: 200px;
    }

    .imgsize {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        object-fit: cover;
    }
    .card__content {
        max-width: 500px;
    }
}

@media screen and (min-width:1550px) {
    .customgrid {
        display: grid;
        grid-template-columns: repeat(4,minmax(0,1fr));
        grid-gap: 0.6em;
        grid-auto-rows: minmax(100px, auto);
        grid-auto-columns: minmax(auto, 100px)
    }

    .bicyclegrid {
        display: grid;
        grid-template-columns: repeat(4,minmax(0,1fr));
        grid-gap: 0.6em;
        grid-auto-rows: minmax(100px, auto);
        grid-auto-columns: minmax(auto, 100px)
    }
    .boatgrid {
        display: grid;
        grid-template-columns: repeat(4,minmax(0,1fr));
        grid-gap: 0.6em;
        grid-auto-rows: minmax(100px, auto);
        grid-auto-columns: minmax(auto, 100px)
    }

    .imgsize {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        object-fit: cover;
    }

    .container_cust {
        width: 99%;
    }
}

@media screen and (min-width:1800px) {
    .customgrid {
        display: grid;
        grid-template-columns: repeat(5,minmax(0,1fr));
        grid-gap: 0.6em;
        grid-auto-rows: minmax(100px, auto);
        grid-auto-columns: minmax(10%, 300px)
    }

    .bicyclegrid {
        display: grid;
        grid-template-columns: repeat(5,minmax(0,1fr));
        grid-gap: 0.6em;
        grid-auto-rows: minmax(100px, auto);
        grid-auto-columns: minmax(10%, 300px)
    }

    .boatgrid {
        display: grid;
        grid-template-columns: repeat(5,minmax(0,1fr));
        grid-gap: 0.6em;
        grid-auto-rows: minmax(100px, auto);
        grid-auto-columns: minmax(10%, 300px)
    }


    .imgsize {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        object-fit: cover;
    }

    .container_cust {
        width: 99%;
    }
}

@media screen and (min-width:2100px) {
    .customgrid {
        display: grid;
        grid-template-columns: repeat(6,minmax(0,1fr));
        grid-gap: 0.6em;
        grid-auto-rows: minmax(100px, auto);
   
    }

    .bicyclegrid {
        display: grid;
        grid-template-columns: repeat(6,minmax(0,1fr));
        grid-gap: 0.6em;
        grid-auto-rows: minmax(100px, auto);
    }


    .boatgrid {
        display: grid;
        grid-template-columns: repeat(6,minmax(0,1fr));
        grid-gap: 0.6em;
        grid-auto-rows: minmax(100px, auto);
    }

    .card--pricing {
        margin-top: auto;
        margin-bottom: 0;
    }

    .imgsize {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        object-fit: cover;
    }

    .container_cust {
        width: 99%;
    }
}

@font-face {
    font-family: "Dutchen";
    src: url("/fonts/dutchen.eot");
    src: url("/fonts/dutchen.eot?#iefix") format("embedded-opentype"),url("/fonts/dutchen.woff") format("woff"),url("/fonts/dutchen.ttf") format("truetype"),url("/fonts/dutchen.svg#dutchen") format("svg");
    font-weight: normal;
    font-style: normal
}

.valid {
    color : green;
}
.invalid{
    color : red;
}

.message-container {
    display: flex;
    align-items: center;
}

.flex-container-type {
    display: flex;
    flex-direction: row; /* standaard horizontaal op desktop */
    justify-content: center; /* Horizontaal uitlijnen in het midden */
    align-items: center; /* Verticaal uitlijnen in het midden */
}

._tab{
    background-color:white;
    border-style:none;

}

.welkomtekst{
    margin-top: 1em;
}