.validationError{grid-column:1 / 2;grid-row:2;display:none;border-radius:5px;padding:10px;font-family:'Work Sans';font-style:normal;font-weight:normal;line-height:18px;color:#EB5E5E;background:#FFE0E0;margin:0 0 10px 0}@media only screen and (min-width: 992px){.validationError{grid-column:1 / 3;font-size:16px;line-height:26px}}.validationError a{text-decoration:none;color:#EB5E5E;font-weight:bold}.validationError a:hover{text-decoration:underline}.succes{grid-column:1 / 2;grid-row:2;background-color:#c7e6c9;color:#219c28;padding:10px;border-radius:5px;display:none;margin:0 0 10px 0}@media only screen and (min-width: 992px){.succes{grid-column:1 / 3;font-size:16px;line-height:26px}}.errorBorderOnly{border:1px solid red !important}#login_grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(100%, 1fr));grid-gap:.5rem;margin-bottom:24px;padding:12px 5px 0 5px}@media only screen and (min-width: 992px){#login_grid{grid-template-columns:repeat(auto-fill, minmax(450px, 1fr))}}@media only screen and (min-width: 1220px){#login_grid{grid-template-columns:1fr 1fr;padding-top:28px}}#inloggen_titel{grid-column:1 / 2;grid-row:1}#registreren_titel{grid-column:1 / 2;grid-row:4}@media only screen and (min-width: 992px){#registreren_titel{grid-column:2 / 3;grid-row:1}}#inloggen{grid-column:1 / 2;grid-row:3}#registreren{grid-column:1 / 2;grid-row:5}@media only screen and (min-width: 992px){#registreren{grid-column:2 / 3;grid-row:3}}#inloggen,#registreren{background:#f7f7f7;border-radius:5px;padding:20px}@media only screen and (min-width: 992px){#inloggen,#registreren{padding:40px}}#inloggen #frm_login,#inloggen #frm_register,#registreren #frm_login,#registreren #frm_register{display:grid;grid-template-columns:repeat(4, 1fr);grid-gap:14px}#inloggen #frm_login #login_mail,#inloggen #frm_login #login_pwd,#inloggen #frm_login #register_mail,#inloggen #frm_register #login_mail,#inloggen #frm_register #login_pwd,#inloggen #frm_register #register_mail,#registreren #frm_login #login_mail,#registreren #frm_login #login_pwd,#registreren #frm_login #register_mail,#registreren #frm_register #login_mail,#registreren #frm_register #login_pwd,#registreren #frm_register #register_mail{grid-column:1 / 5}#inloggen #frm_login #register_hidden,#inloggen #frm_register #register_hidden,#registreren #frm_login #register_hidden,#registreren #frm_register #register_hidden{display:none}@media only screen and (min-width: 992px){#inloggen #frm_login #register_hidden,#inloggen #frm_register #register_hidden,#registreren #frm_login #register_hidden,#registreren #frm_register #register_hidden{display:block;grid-column:1 / 5}}#inloggen input[type=email],#inloggen input[type=text],#inloggen input[type=password],#registreren input[type=email],#registreren input[type=text],#registreren input[type=password]{background:#FFFFFF;border:1px solid #ddd;box-sizing:border-box;box-shadow:inset 3px 3px 8px rgba(0,0,0,0.1);border-radius:5px;font-family:'Work Sans';font-style:normal;font-weight:normal;font-size:16px;line-height:19px;color:#737373;padding:10px}#inloggen .check_label,#registreren .check_label{grid-column:1 / 3;font-family:'Work Sans';font-style:normal;font-weight:normal;font-size:13px;line-height:19px;color:#A5A5A5}@media only screen and (min-width: 992px){#inloggen .check_label,#registreren .check_label{font-size:16px}}#inloggen button,#registreren button{background:#669999;border-radius:5px;border:none;font-family:'Work Sans';font-style:normal;font-weight:500;font-size:18px;line-height:26px;color:#FFFFFF;padding:10px 30px;text-align:left;cursor:pointer;position:relative;transition:box-shadow 0.3s, top 0.3s;top:0;height:46px}@media only screen and (min-width: 992px){#inloggen button,#registreren button{font-size:20px}}@media only screen and (min-width: 768px){#inloggen button:after,#registreren button:after{content:"\f061";font-family:'Font Awesome 6 Pro';font-weight:500;float:right;font-size:20px;margin-right:0px;transition:margin-right 0.5s}}#inloggen button#login,#registreren button#login{grid-column:3 / 5;grid-row:3 / 5}#inloggen button#register,#registreren button#register{grid-column:1 / 5}@media only screen and (min-width: 992px){#inloggen button#register,#registreren button#register{grid-column:2 / 5}}#inloggen button:hover,#registreren button:hover{box-shadow:0px 6px 10px rgba(100,100,100,0.3);top:-2px}#inloggen #frm_lost_pwd,#registreren #frm_lost_pwd{float:left;width:100%;text-align:right}#inloggen #frm_lost_pwd #wachtwoord_vergeten,#registreren #frm_lost_pwd #wachtwoord_vergeten{border:0;background-color:transparent;text-decoration:underline;cursor:pointer;text-transform:lowercase;color:#777777;font-size:14px;margin-right:5px}.usp-container{background:#f7f7f7;border-radius:5px;text-align:center}.usp-container#usp_1{grid-column:1 / 2;grid-row:6}@media only screen and (min-width: 992px){.usp-container#usp_1{grid-row:4}}.usp-container#usp_2{grid-column:1 / 2;grid-row:7}@media only screen and (min-width: 992px){.usp-container#usp_2{grid-column:2 / 3;grid-row:4}}.usp-container img{width:100%}#cards{display:grid;grid-template-columns:1fr;gap:12px}@media only screen and (min-width: 576px){#cards{grid-template-columns:repeat(2, 1fr)}}@media only screen and (min-width: 768px){#cards{grid-template-columns:repeat(3, 1fr)}}@media only screen and (min-width: 992px){#cards{gap:24px}}#cards .card{border:1px solid #eeeeee;background-color:#f7f7f7;padding:16px;box-sizing:border-box;display:grid;gap:12px;text-decoration:none;justify-items:center;overflow:hidden;align-items:start;grid-auto-rows:min-content}#cards .card.row2{grid-row:auto}@media only screen and (min-width: 768px){#cards .card.row2{grid-row:2}}#cards .card h2{font-family:'Work Sans';font-style:normal;font-weight:normal;font-size:28px;line-height:38px;color:#333;min-height:76px;margin:0px;justify-self:left}#cards .card i.fal{font-size:100px}#cards .card p{font-family:'Work Sans';font-style:normal;font-weight:normal;font-size:16px;line-height:24px;color:#333}#cards .card .top_buttons{width:100%;justify-self:right}#cards .card .top_buttons .showHulp{float:left;font-size:30px}#cards .card .top_buttons .showInfo{float:left;font-size:30px;margin-right:10px}#cards .card .top_buttons .copy_link{float:right;cursor:pointer;margin-right:12px}#cards .card .top_buttons .copy_link img{width:38px;height:38px}#cards .card .top_buttons .pdf_link{float:right;cursor:pointer;margin-right:12px}#cards .card .top_buttons .pdf_link img{width:38px;height:38px}#cards .card .top_buttons .delete_link{float:right;cursor:pointer}#cards .card .top_buttons .delete_link img{width:38px;height:38px}#cards .card .images{display:inline-block;position:relative;width:100%}#cards .card .images .slider{position:relative;width:100%;padding-bottom:30px;overflow:hidden;height:280px}#cards .card .images .slider .slider-cards{width:100%;height:100%}#cards .card .images .slider .slider-cards li{text-align:center;width:100%;position:absolute;top:0;left:0;height:250px}#cards .card .images .slider .slider-cards li:not(:first-child){display:none}#cards .card .images .slider .slider-cards li img{max-width:100%;max-height:100%;position:relative;top:50%;transform:translateY(-50%)}#cards .card .images .slider-dots{position:absolute;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center;bottom:10px}#cards .card .images .slider-dots li{overflow:visible !important;position:relative !important;display:inline-block !important;width:12px !important;height:12px;margin:0 5px;padding:0;cursor:pointer;float:none !important}#cards .card .images .slider-dots li a{font-size:0;line-height:0;display:block;width:0px;height:0px;outline:none;border-radius:100%;background:#ddd;cursor:pointer}#cards .card .images .slider-dots li a:before{font-family:'Font Awesome 6 Pro';font-weight:900;font-size:12px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'\f111';text-align:center;opacity:.25;color:#000}#cards .card .images .slider-dots li.active a{background:#757575}#cards .card .images .slider-dots li.active a:before{opacity:.75;color:#000}#cards .card .edit_links{min-height:62px}#cards .card .edit_links a{font-family:'Work Sans';font-style:normal;font-weight:bold;font-size:14px;line-height:26px;text-decoration-line:underline;color:#444444;width:100%;display:block;text-align:center;margin-bottom:5px}#cards .card .bottom_links{width:100%}#cards .card .bottom_links button{background:#669999;border-radius:5px;border:none;font-family:'Work Sans';font-style:normal;font-weight:500;font-size:16px;line-height:26px;color:#FFFFFF;padding:12px 15px;text-align:left;cursor:pointer;position:relative;transition:box-shadow 0.3s, top 0.3s;width:100%;margin-bottom:12px}#cards .card .bottom_links button:after{content:"\f061";font-family:'Font Awesome 6 Pro';font-weight:500;float:right;font-size:20px;margin-right:0px;transition:margin-right 0.5s}#cards .card .bottom_links button:hover{box-shadow:0px 6px 10px rgba(100,100,100,0.3);top:-2px}#cards .card .bottom_links button.disabled{background:#ddd;color:#333}#cards .card .bottom_links button.disabled:after{content:""}#cards .card .bottom_links button.disabled:hover{box-shadow:none;top:0px}#cards .card .bottom_links button.proef{background-color:#ff9900}#cards .card .adressen{width:100%;min-height:192px;max-height:300px;overflow-y:scroll}#cards .card .adressen .envelop{position:relative;padding:35px 15px 15px 30px;border:1px solid #333;font-family:'Work Sans';font-style:normal;font-weight:normal;font-size:16px;line-height:28px;color:#333;margin-bottom:12px}#cards .card .adressen .envelop .nummer{position:absolute;font-weight:bold;font-size:18px;right:15px;top:15px;width:30px;text-align:center;color:#ccc}.plusmin.plus{background:url("images/plusmin.png") 0px 0px}.plusmin.min{background:url("images/plusmin.png") 0px -9px}.errorblok{border:1px solid #EB5E5E;border-radius:6px;background-color:#FFE0E0;padding:10px 10px 10px 40px;color:#EB5E5E;position:relative}.errorblok:before{content:'\f06a';font-family:'Font Awesome 6 Pro';font-weight:600;font-size:24px;color:#EB5E5E;position:absolute;top:10px;left:10px}.volgende_stap{float:right;margin:0px;width:100%}@media only screen and (min-width: 576px){.volgende_stap{min-width:370px;width:auto}}.volgende_stap .button{background:#669999;border-radius:5px;border:none;font-family:'Work Sans';font-style:normal;font-weight:500;font-size:20px;line-height:24px;color:#FFFFFF;padding:10px 30px;text-align:left;cursor:pointer;position:relative;transition:transform .15s ease-in-out,box-shadow 125ms ease-in-out;width:100%;height:46px}.volgende_stap .button:after{content:"\f061";font-family:'Font Awesome 6 Pro';font-weight:500;float:right;font-size:20px;margin-right:0px;transition:margin-right 0.5s}.volgende_stap .button:hover{box-shadow:0px 6px 10px rgba(100,100,100,0.3);transform:translateZ(0) translateY(-3px)}.saldo button{width:100%;font-size:14px;padding:8px}@media only screen and (min-width: 576px){.saldo button{width:75%}}@media only screen and (min-width: 768px){.saldo button{width:50%;font-size:20px;padding:10px 30px}}.saldo button:after{font-size:18px}.saldo button:hover{box-shadow:0px 6px 10px rgba(100,100,100,0.3);top:-2px}.saldo button:hover:after{margin-right:-5px}#saldo_form{margin-bottom:24px}#cancelForm .selectbox{margin:15px 0px}.content_left.lost_pwd,.content_left.register{background-color:#ffc501;align-items:start}@media only screen and (min-width: 768px){.content_left.lost_pwd,.content_left.register{align-items:end}}.content_left.login{align-items:start;background-size:cover;background-position:center center;background-image:url("/gk-account/SKINS/NL-GEBOORTEKAARTJES/images/account_login.jpg")}.content_left.login,.content_left.lost_pwd,.content_left.register{display:flex;background-color:#ffc501;height:100%;flex-direction:row}@media only screen and (min-width: 768px){.content_left.login,.content_left.lost_pwd,.content_left.register{align-items:end}}.content_left.login img,.content_left.lost_pwd img,.content_left.register img{display:block;width:90%;max-width:90%;height:auto;max-height:100%;margin-left:auto;margin-right:auto;margin-top:20px}@media only screen and (min-width: 768px){.content_left.login img,.content_left.lost_pwd img,.content_left.register img{margin-top:auto}}.content_left .content{display:none;border:2px solid #ddd;border-radius:6px;padding:10px}@media only screen and (min-width: 768px){.content_left .content{display:block}}.content_left .content.for_mobile{margin-top:20px;display:block}@media only screen and (min-width: 768px){.content_left .content.for_mobile{margin-top:0px}}.content_left .content h2{padding-left:15px;font-size:18px;font-weight:600;margin:0}.content_right.login,.content_right.lost_pwd,.content_right.register{display:grid;gap:20px;grid-template-columns:1fr;margin:0;align-content:start;margin-bottom:20px}@media only screen and (min-width: 768px){.content_right.login,.content_right.lost_pwd,.content_right.register{margin:0 10%}}.content_right.login .button,.content_right.lost_pwd .button,.content_right.register .button{width:100%}.content_right.login form,.content_right.lost_pwd form,.content_right.register form{display:flex;flex-direction:column;margin-left:auto;margin-right:auto;width:100%;grid-row:4}.content_right.login form .row,.content_right.lost_pwd form .row,.content_right.register form .row{display:grid;grid-template-columns:1fr 1fr auto;gap:20px;width:100%;margin-bottom:1.25rem}.content_right.login form .input_wrapper,.content_right.lost_pwd form .input_wrapper,.content_right.register form .input_wrapper{align-items:stretch;border:2px solid #ccc;border-radius:6px;display:flex;flex:2 1 auto;margin-bottom:1.25rem;position:relative}.content_right.login form .input_wrapper.is_valid,.content_right.lost_pwd form .input_wrapper.is_valid,.content_right.register form .input_wrapper.is_valid{border-color:#87be3c}.content_right.login form .input_wrapper.is_valid input[type=text],.content_right.login form .input_wrapper.is_valid input[type=email],.content_right.login form .input_wrapper.is_valid input[type=password],.content_right.lost_pwd form .input_wrapper.is_valid input[type=text],.content_right.lost_pwd form .input_wrapper.is_valid input[type=email],.content_right.lost_pwd form .input_wrapper.is_valid input[type=password],.content_right.register form .input_wrapper.is_valid input[type=text],.content_right.register form .input_wrapper.is_valid input[type=email],.content_right.register form .input_wrapper.is_valid input[type=password]{padding-left:2.5rem}.content_right.login form .input_wrapper.focus,.content_right.lost_pwd form .input_wrapper.focus,.content_right.register form .input_wrapper.focus{border-color:#000}.content_right.login form .input_wrapper i,.content_right.lost_pwd form .input_wrapper i,.content_right.register form .input_wrapper i{color:#87be3c;position:absolute;left:1rem;top:0.9rem}.content_right.login form .input_wrapper input[type=text],.content_right.login form .input_wrapper input[type=email],.content_right.login form .input_wrapper input[type=password],.content_right.lost_pwd form .input_wrapper input[type=text],.content_right.lost_pwd form .input_wrapper input[type=email],.content_right.lost_pwd form .input_wrapper input[type=password],.content_right.register form .input_wrapper input[type=text],.content_right.register form .input_wrapper input[type=email],.content_right.register form .input_wrapper input[type=password]{align-items:flex-start;display:flex;flex-flow:column nowrap;width:100%;appearance:none;border:0;border-radius:3px;color:#555;font-size:1rem;line-height:1.25;min-height:calc(3rem - 4px);padding:0.5em 1em}.content_right.login form .input_wrapper input[type=text]::placeholder,.content_right.login form .input_wrapper input[type=email]::placeholder,.content_right.login form .input_wrapper input[type=password]::placeholder,.content_right.lost_pwd form .input_wrapper input[type=text]::placeholder,.content_right.lost_pwd form .input_wrapper input[type=email]::placeholder,.content_right.lost_pwd form .input_wrapper input[type=password]::placeholder,.content_right.register form .input_wrapper input[type=text]::placeholder,.content_right.register form .input_wrapper input[type=email]::placeholder,.content_right.register form .input_wrapper input[type=password]::placeholder{color:transparent}.content_right.login form .input_wrapper input[type=text]:focus::placeholder,.content_right.login form .input_wrapper input[type=email]:focus::placeholder,.content_right.login form .input_wrapper input[type=password]:focus::placeholder,.content_right.lost_pwd form .input_wrapper input[type=text]:focus::placeholder,.content_right.lost_pwd form .input_wrapper input[type=email]:focus::placeholder,.content_right.lost_pwd form .input_wrapper input[type=password]:focus::placeholder,.content_right.register form .input_wrapper input[type=text]:focus::placeholder,.content_right.register form .input_wrapper input[type=email]:focus::placeholder,.content_right.register form .input_wrapper input[type=password]:focus::placeholder{color:#999}.content_right.login form .input_wrapper label,.content_right.lost_pwd form .input_wrapper label,.content_right.register form .input_wrapper label{align-items:center;background-color:initial;border-radius:6px;bottom:2px;color:#ccc;cursor:text;display:flex;font-size:1rem;left:14px;line-height:1.25;max-height:calc(3rem - 4px);padding:0 0.25em;pointer-events:none;position:absolute;right:auto;top:2px;transition:transform .2s ease-out,color .3s ease-out;white-space:nowrap;width:auto;z-index:1}.content_right.login form .input_wrapper label span,.content_right.lost_pwd form .input_wrapper label span,.content_right.register form .input_wrapper label span{color:#f00;margin-left:5px}.content_right.login form .input_wrapper label.active,.content_right.lost_pwd form .input_wrapper label.active,.content_right.register form .input_wrapper label.active{background-color:#fff;bottom:auto;color:#737373;transform:translateY(-60%) scale(0.875);transform-origin:left;transition:transform .2s ease-out,color .3s ease-out,background-color .25s ease-out}.content_right.login form .input_wrapper button,.content_right.lost_pwd form .input_wrapper button,.content_right.register form .input_wrapper button{background-color:#fff;border:0;border-radius:0 6px 6px 0;color:#669999;cursor:pointer;padding:0px 10px;min-width:45px}.content_right.login form .input_wrapper button span,.content_right.lost_pwd form .input_wrapper button span,.content_right.register form .input_wrapper button span{font-size:20px}.content_right.login form .input_wrapper button:hover,.content_right.lost_pwd form .input_wrapper button:hover,.content_right.register form .input_wrapper button:hover{background-color:#f7f7f7}.content_right.login #hp_check,.content_right.lost_pwd #hp_check,.content_right.register #hp_check{display:none}.content_right.account{display:grid;gap:20px;grid-template-columns:1fr;margin:0 !important;align-content:start}.content_right.account h1{margin:0 !important}.content_right.account p{grid-column:1 / 2}.content_right.account th{font-weight:600;border-bottom:1px solid #77bdfa}.content_right.account .checkbox{margin-bottom:10px}.content_right.account .grid_klantgegevens{display:grid;grid-template-columns:1fr;gap:20px}@media only screen and (min-width: 992px){.content_right.account .grid_klantgegevens{grid-template-columns:repeat(2, 1fr)}}.content_right.account .grid_klantgegevens .blok .header{background-color:#eee;border-bottom:2px solid #ddd;font-weight:500;padding:10px;height:auto}.content_right.account .grid_klantgegevens .blok a{background:transparent;text-decoration:none;border:none;color:#555;text-align:left;font-size:1rem;margin-top:0px;width:100%;padding:5px 5px;display:block}@media only screen and (min-width: 768px){.content_right.account .grid_klantgegevens .blok a{padding:5px 15px}}.content_right.account .grid_klantgegevens .blok a:hover{color:#669999;background-color:#d2ebeb;border-radius:4px;transform:none;box-shadow:none}.content_right.account .grid_klantgegevens .blok a:hover .value{text-decoration:underline}.content_right.account .grid_klantgegevens .blok a .content{display:flex;flex:2 1;font-size:0.875rem}@media only screen and (min-width: 768px){.content_right.account .grid_klantgegevens .blok a .content{font-size:1rem}}.content_right.account .grid_klantgegevens .blok a .content .description{flex:0 0 40%;margin-bottom:0;width:40%}.content_right.account .grid_klantgegevens .blok a .content .description.small{flex:0 0 20%;width:20%}.content_right.account .grid_klantgegevens .blok a .content .icon{flex:0 0 1rem;width:1rem;color:#669999}.content_right.account .grid_klantgegevens .blok a .content .value{display:inline-block;flex:1 1 auto;margin-left:0.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:500}.content_right.account .row{display:grid;grid-template-columns:1fr;gap:20px;width:100%;margin-bottom:1.25rem}@media only screen and (min-width: 576px){.content_right.account .row{grid-template-columns:1fr 1fr}}@media only screen and (min-width: 768px){.content_right.account .row{grid-template-columns:1fr}}@media only screen and (min-width: 992px){.content_right.account .row{grid-template-columns:1fr 1fr}}.content_right.account .row .opwaarderen{display:grid;grid-template-columns:100px auto;border:2px solid #ddd;border-radius:6px;padding:20px;gap:20px}.content_right.account .row .opwaarderen img{width:100%;height:auto}.content_right.account .row .opwaarderen p{grid-column:2 / 3}.content_right.account .row .opwaarderen a{grid-column:1 / 3}.content_right.account .row .knoppen{display:grid;grid-template-columns:1fr 1fr;border:2px solid #ddd;border-radius:6px;padding:20px;gap:10px}.content_right.account .row .knoppen .bedrag{font-weight:500;font-size:20px;color:#669999;align-self:center}.content_right.account .row .knoppen .bedrag span{color:#219c28}.content_right.account .row .knoppen .knop a{margin-top:0;width:100%}.content_right.account .row .tegoed_usps ul{list-style:none;margin:0;padding:0;line-height:34px}.content_right.account .row .tegoed_usps ul li:before{content:''}.content_right.account .row .tegoed_usps ul li i{color:#669999}.content_right.account .transacties{width:100%;border-radius:6px;border:2px solid #ddd;text-align:center;padding:15px;overflow-x:scroll}.content_right.account .transacties.empty{border:3px dashed #ddd}.content_right.account .transacties .empty{padding:15px 15px 40px}@media only screen and (min-width: 768px){.content_right.account .transacties .empty{padding:20px 100px 50px}}.content_right.account .transacties h2{color:#669999;font-weight:600;width:100%}.content_right.account .transacties .plus{font-weight:400;color:#219c28}.content_right.account .transacties .min{font-weight:400;color:#EB5E5E}.content_right.account .transacties .highlight{font-weight:600}.content_right.account .adressen{width:100%;border-radius:6px;border:2px solid #ddd}.content_right.account .adressen.empty{border:3px dashed #ddd}.content_right.account .adressen .header{border-bottom:2px solid #ddd;padding:15px;height:auto}.content_right.account .adressen .header.yesSelect{display:none}.content_right.account .adressen .header span{color:#555;font-weight:500;display:inline-block;font-size:14px}@media only screen and (min-width: 576px){.content_right.account .adressen .header span{font-size:1rem}}.content_right.account .adressen .header span i{color:#669999}.content_right.account .adressen .header .link{display:inline-block}.content_right.account .adressen .header .link a{color:#555;font-weight:500;text-decoration:none;margin-right:15px;font-size:14px}@media only screen and (min-width: 576px){.content_right.account .adressen .header .link a{font-size:1rem}}.content_right.account .adressen .header .link a i{color:#669999}.content_right.account .adressen .header .link a:hover{color:#669999}.content_right.account .adressen .body{padding:15px}.content_right.account .adressen .body #geselecteerd{font-weight:500;position:relative;margin-bottom:15px;text-align:center}@media only screen and (min-width: 992px){.content_right.account .adressen .body #geselecteerd{position:absolute;margin-bottom:0px;text-align:left}}.content_right.account .adressen .body .card_preview{max-width:250px;max-height:250px;padding-right:10px}@media only screen and (min-width: 992px){.content_right.account .adressen .body .card_preview{display:table-cell}}.content_right.account .adressen .body .card_preview .kaarten_image{width:100%;max-width:250px;height:auto;max-height:250px}.content_right.account .adressen .body a{margin:0;width:100%}@media only screen and (min-width: 768px){.content_right.account .adressen .body a{width:auto}}.content_right.account .adressen .body a label{display:none}@media only screen and (min-width: 576px){.content_right.account .adressen .body a label{display:inline}}.content_right.account .adressen .empty{padding:15px 15px 40px;text-align:center}@media only screen and (min-width: 768px){.content_right.account .adressen .empty{padding:20px 100px 50px}}.content_right.account .adressen .empty a{margin:10px 0;width:100%;height:auto}@media only screen and (min-width: 768px){.content_right.account .adressen .empty a{margin:0 10px;width:auto}}.content_right.account .adressen h2{color:#669999;font-weight:600;width:100%}.content_right.account .adressen .adresError{background-color:#ffe8e8}.content_right.account .adressen .adresError .adresError{color:#eb5e5e;display:inline-block;font-size:22px;margin-top:10px;background-color:transparent}.content_right.account .adressen .adresError .adresError.melding{font-size:16px;font-weight:bold;display:block}.content_right.account .adressen .highlight{font-weight:600;color:#219c28}.content_right.account .adressen .adresCell{cursor:pointer}.content_right.account .adressen .adresCell:hover b{color:#669999}.content_right.account .adressen .actionBtn{text-decoration:none;line-height:24px;margin-bottom:10px;padding:7px 10px;color:#555;display:block}.content_right.account .adressen .actionBtn:hover{color:#669999;background-color:#d2ebeb;border-radius:4px}.content_right.account .adressen .actionBtn i{color:#669999}.content_right.account .adressen .actionBtn label{cursor:pointer}.content_right.account .favorieten{width:100%;border-radius:6px}.content_right.account .favorieten.empty{border:3px dashed #ddd}.content_right.account .favorieten .empty{padding:15px 15px 40px;text-align:center}@media only screen and (min-width: 768px){.content_right.account .favorieten .empty{padding:20px 100px 50px}}.content_right.account .favorieten .empty a{margin:10px 0;width:100%}@media only screen and (min-width: 768px){.content_right.account .favorieten .empty a{margin:0 10px;width:auto}}.content_right.account .favorieten .grid{display:flex;flex-wrap:wrap}.content_right.account .favorieten .grid .favoriet{text-align:center;width:50%;padding:0 10px;float:left;margin-bottom:20px;display:flex;flex-direction:column;position:relative}@media only screen and (min-width: 576px){.content_right.account .favorieten .grid .favoriet{width:50%}}@media only screen and (min-width: 992px){.content_right.account .favorieten .grid .favoriet{width:33.3%}}.content_right.account .favorieten .grid .favoriet:hover img{transform:scale(1.03)}.content_right.account .favorieten .grid .favoriet .wrapper{position:relative;height:100%;border-radius:0px;padding:10px}@media only screen and (min-width: 576px){.content_right.account .favorieten .grid .favoriet .wrapper{padding:20px}}.content_right.account .favorieten .grid .favoriet .wrapper .cardhref{display:inline-block;line-height:100%;max-height:250px;width:100%;height:auto}.content_right.account .favorieten .grid .favoriet .wrapper .thumbnail-wrapper{position:relative;display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;line-height:180px}@media only screen and (min-width: 576px){.content_right.account .favorieten .grid .favoriet .wrapper .thumbnail-wrapper{line-height:250px}}.content_right.account .favorieten .grid .favoriet .wrapper .thumbnail-wrapper img{max-width:143px;max-height:143px;height:auto;width:100%;transition:transform 0.6s ease;vertical-align:middle}@media only screen and (min-width: 576px){.content_right.account .favorieten .grid .favoriet .wrapper .thumbnail-wrapper img{max-width:224px;max-height:224px}}@media only screen and (min-width: 768px){.content_right.account .favorieten .grid .favoriet .wrapper .thumbnail-wrapper img{max-width:250px;max-height:250px}}@media only screen and (min-width: 768px){.content_right.account .favorieten .grid .favoriet .wrapper .thumbnail-wrapper img{max-width:205px;max-height:205px}}@media only screen and (min-width: 1220px){.content_right.account .favorieten .grid .favoriet .wrapper .thumbnail-wrapper img{max-width:250px;max-height:250px}}.content_right.account .laatst_bekeken_overzicht{width:100%;border-radius:6px}.content_right.account .laatst_bekeken_overzicht.empty{border:3px dashed #ddd}.content_right.account .laatst_bekeken_overzicht .empty{padding:15px 15px 40px;text-align:center}@media only screen and (min-width: 768px){.content_right.account .laatst_bekeken_overzicht .empty{padding:20px 100px 50px}}.content_right.account .laatst_bekeken_overzicht .empty a{margin:10px 0;width:100%}@media only screen and (min-width: 768px){.content_right.account .laatst_bekeken_overzicht .empty a{margin:0 10px;width:auto}}.content_right.account .laatst_bekeken_overzicht .grid{display:flex;flex-wrap:wrap}.content_right.account .laatst_bekeken_overzicht .grid .kaart{text-align:center;width:50%;padding:0 10px;float:left;margin-bottom:20px;display:flex;flex-direction:column;position:relative}@media only screen and (min-width: 576px){.content_right.account .laatst_bekeken_overzicht .grid .kaart{width:50%}}@media only screen and (min-width: 992px){.content_right.account .laatst_bekeken_overzicht .grid .kaart{width:33.3%}}.content_right.account .laatst_bekeken_overzicht .grid .kaart:hover img{transform:scale(1.03)}.content_right.account .laatst_bekeken_overzicht .grid .kaart .wrapper{position:relative;height:100%;border-radius:0px;padding:10px}@media only screen and (min-width: 576px){.content_right.account .laatst_bekeken_overzicht .grid .kaart .wrapper{padding:20px}}.content_right.account .laatst_bekeken_overzicht .grid .kaart .wrapper .cardhref{display:inline-block;line-height:100%;max-height:250px;width:100%;height:auto}.content_right.account .laatst_bekeken_overzicht .grid .kaart .wrapper .thumbnail-wrapper{position:relative;display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;line-height:180px}@media only screen and (min-width: 576px){.content_right.account .laatst_bekeken_overzicht .grid .kaart .wrapper .thumbnail-wrapper{line-height:250px}}.content_right.account .laatst_bekeken_overzicht .grid .kaart .wrapper .thumbnail-wrapper img{max-width:143px;max-height:143px;height:auto;width:100%;transition:transform 0.6s ease;vertical-align:middle}@media only screen and (min-width: 576px){.content_right.account .laatst_bekeken_overzicht .grid .kaart .wrapper .thumbnail-wrapper img{max-width:224px;max-height:224px}}@media only screen and (min-width: 768px){.content_right.account .laatst_bekeken_overzicht .grid .kaart .wrapper .thumbnail-wrapper img{max-width:250px;max-height:250px}}@media only screen and (min-width: 768px){.content_right.account .laatst_bekeken_overzicht .grid .kaart .wrapper .thumbnail-wrapper img{max-width:205px;max-height:205px}}@media only screen and (min-width: 1220px){.content_right.account .laatst_bekeken_overzicht .grid .kaart .wrapper .thumbnail-wrapper img{max-width:250px;max-height:250px}}.content_right.account .ontwerpen{width:100%;border-radius:6px}.content_right.account .ontwerpen.empty{border:3px dashed #ddd}.content_right.account .ontwerpen .empty{padding:15px 15px 40px;text-align:center}@media only screen and (min-width: 768px){.content_right.account .ontwerpen .empty{padding:20px 100px 50px}}.content_right.account .ontwerpen .empty a{margin:10px 0;width:100%}@media only screen and (min-width: 768px){.content_right.account .ontwerpen .empty a{margin:0 10px;width:auto}}.content_right.account .ontwerpen .grid{display:grid;grid-template-columns:1fr;gap:20px}.content_right.account .ontwerpen .grid .card{border:2px solid #ddd;border-radius:6px}.content_right.account .ontwerpen .grid .card .content{padding:20px;position:relative}.content_right.account .ontwerpen .grid .card .content .cardinfo{position:absolute;right:10px;top:10px}.content_right.account .ontwerpen .grid .card .content .cardinfo a{font-size:24px}.content_right.account .ontwerpen .grid .card .content .images{display:flex;flex-direction:row;column-gap:20px;align-items:center;margin-top:5px}.content_right.account .ontwerpen .grid .card .content .images .anchor{position:absolute;top:0;left:0}.content_right.account .ontwerpen .grid .card .content .images .card_preview{text-align:center;flex:1 1;display:flex;flex-direction:column}.content_right.account .ontwerpen .grid .card .content .images .card_preview:first-child{display:none}@media only screen and (min-width: 576px){.content_right.account .ontwerpen .grid .card .content .images .card_preview:first-child{display:block}}@media only screen and (min-width: 768px){.content_right.account .ontwerpen .grid .card .content .images .card_preview:first-child{display:none}}@media only screen and (min-width: 992px){.content_right.account .ontwerpen .grid .card .content .images .card_preview:first-child{display:block}}.content_right.account .ontwerpen .grid .card .content .images .card_preview .card_title{min-height:48px;align-items:center;display:flex;justify-content:center}.content_right.account .ontwerpen .grid .card .content .images .card_preview .thumbnail-wrapper{position:relative;display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;line-height:180px}@media only screen and (min-width: 576px){.content_right.account .ontwerpen .grid .card .content .images .card_preview .thumbnail-wrapper{line-height:250px}}.content_right.account .ontwerpen .grid .card .content .images .card_preview .thumbnail-wrapper img{max-width:143px;max-height:143px;height:auto;transition:transform 0.6s ease;vertical-align:middle}@media only screen and (min-width: 576px){.content_right.account .ontwerpen .grid .card .content .images .card_preview .thumbnail-wrapper img{max-width:224px;max-height:224px}}@media only screen and (min-width: 768px){.content_right.account .ontwerpen .grid .card .content .images .card_preview .thumbnail-wrapper img{max-width:250px;max-height:250px}}@media only screen and (min-width: 768px){.content_right.account .ontwerpen .grid .card .content .images .card_preview .thumbnail-wrapper img{max-width:205px;max-height:205px}}@media only screen and (min-width: 1220px){.content_right.account .ontwerpen .grid .card .content .images .card_preview .thumbnail-wrapper img{max-width:250px;max-height:250px}}.content_right.account .ontwerpen .grid .card .content .images .card_preview a{color:#555;text-decoration:none}.content_right.account .ontwerpen .grid .card .content .images .card_preview .kaarten_image{box-shadow:0 0 4px rgba(0,0,0,0.2)}.content_right.account .ontwerpen .grid .card .content .images .card_preview .card_edit_link{display:none}.content_right.account .ontwerpen .grid .card .content .edit{display:flex;flex-direction:column;justify-content:center;margin:20px 0px 10px 0px}@media only screen and (min-width: 992px){.content_right.account .ontwerpen .grid .card .content .edit{flex-direction:row}}.content_right.account .ontwerpen .grid .card .content .edit .button{margin-top:0px}.content_right.account .ontwerpen .grid .card .content .links{display:flex;column-gap:20px;margin-top:20px;flex-direction:column}@media only screen and (min-width: 992px){.content_right.account .ontwerpen .grid .card .content .links{flex-direction:row}}.content_right.account .ontwerpen .grid .card .content .links p{text-align:center;flex:1 1}.content_right.account .ontwerpen .grid .card .content .links p a{color:#555;text-decoration:none}.content_right.account .ontwerpen .grid .card .bottom_links{border-top:2px solid #ddd;display:flex;flex-direction:row;flex-wrap:wrap}.content_right.account .ontwerpen .grid .card .bottom_links .link_table_row{flex:1 1;position:relative;border-right:none}.content_right.account .ontwerpen .grid .card .bottom_links .link_table_row:not(.bestellen){display:none}@media only screen and (min-width: 992px){.content_right.account .ontwerpen .grid .card .bottom_links .link_table_row:not(.bestellen){display:flex;border-right:2px solid #ddd}}.content_right.account .ontwerpen .grid .card .bottom_links .link_table_row:last-child{border-right:none}.content_right.account .ontwerpen .grid .card .bottom_links .link_table_row .button{border-radius:0;text-align:center}.content_right.account .ontwerpen .grid .card .bottom_links .link_table_row .button.bestellen{padding-right:15px !important}@media only screen and (min-width: 992px){.content_right.account .ontwerpen .grid .card .bottom_links .link_table_row .button.bestellen{font-weight:500 !important;color:#669999 !important;font-size:1.25rem !important;padding-right:40px !important}}.content_right.account .ontwerpen .grid .card .bottom_links .link_table_row .button.bestellen:after{color:#669999 !important;content:''}@media only screen and (min-width: 992px){.content_right.account .ontwerpen .grid .card .bottom_links .link_table_row .button.bestellen:after{content:"\f061"}}.content_right.account .ontwerpen .grid .card .bottom_links .link_table_row .button.bestellen:hover>.bestellinks{background-color:#fff;visibility:visible;opacity:1;transform:rotateX(0deg)}.content_right.account .ontwerpen .grid .card .bottom_links .link_table_row .button.bestellen.cancel{padding-right:15px !important}@media only screen and (min-width: 992px){.content_right.account .ontwerpen .grid .card .bottom_links .link_table_row .button.bestellen.cancel{color:#EB5E5E !important;font-weight:500 !important;font-size:1.25rem !important}}.content_right.account .ontwerpen .grid .card .bottom_links .link_table_row .button.bestellen.cancel:after{content:''}@media only screen and (min-width: 992px){.content_right.account .ontwerpen .grid .card .bottom_links .link_table_row .button.bestellen.cancel:after{color:#EB5E5E !important}}@media only screen and (min-width: 992px){.content_right.account .ontwerpen .grid .card .bottom_links .link_table_row .button.bestellen.cancel i{color:#EB5E5E !important}}@media only screen and (min-width: 992px){.content_right.account .ontwerpen .grid .card .bottom_links .link_table_row .button.bestellen.cancel:hover{background-color:#fff0f0}}@media only screen and (min-width: 992px){.content_right.account .ontwerpen .grid .card .bottom_links .link_table_row .button.bestellen.cancel .bestellinks{display:none}}.content_right.account .ontwerpen .grid .card .bottom_links .link_table_row .bestellinks{visibility:hidden;position:absolute;background:#fff;z-index:2;border:2px solid #ddd;bottom:100%;opacity:0;transition:all 0.4s ease 0s;transform:rotateX(90deg);transform-origin:bottom center;width:calc(100% + 4px);right:-2px}@media only screen and (min-width: 1220px){.content_right.account .ontwerpen .grid .card .bottom_links .link_table_row .bestellinks .button{text-align:left;padding:10px 10px 10px 15 !important}.content_right.account .ontwerpen .grid .card .bottom_links .link_table_row .bestellinks .button:after{right:10px}}.content_right.account .ontwerpen .grid .card .bottom_links .desktop{display:none}@media only screen and (min-width: 992px){.content_right.account .ontwerpen .grid .card .bottom_links .desktop{display:block}}.content_right.account .ontwerpen .grid .card .bottom_links .mobile{display:block}@media only screen and (min-width: 992px){.content_right.account .ontwerpen .grid .card .bottom_links .mobile{display:none}}.content_right .bestellingen{width:100%;border-radius:6px}.content_right .bestellingen.empty{border:3px dashed #ddd}.content_right .bestellingen .empty{padding:15px 15px 40px;text-align:center}@media only screen and (min-width: 768px){.content_right .bestellingen .empty{padding:20px 100px 50px}}.content_right .bestellingen .empty a{margin:10px 0;width:100%;height:auto}@media only screen and (min-width: 768px){.content_right .bestellingen .empty a{margin:0 10px;width:auto}}.content_right .bestellingen .grid{display:grid;grid-template-columns:1fr;gap:20px}.content_right .bestellingen .grid .bestelling{border:2px solid #ddd;border-radius:6px}.content_right .bestellingen .grid .bestelling .content{padding:20px;position:relative}.content_right .bestellingen .grid .bestelling .content .cardinfo{position:absolute;right:10px;top:10px}.content_right .bestellingen .grid .bestelling .content .cardinfo a{font-size:24px}.content_right .bestellingen .grid .bestelling .content .images{display:flex;flex-direction:row;column-gap:20px;align-items:center;margin-top:5px}.content_right .bestellingen .grid .bestelling .content .images .anchor{position:absolute;top:0;left:0}.content_right .bestellingen .grid .bestelling .content .images .card_preview{text-align:center;flex:1 1;display:flex;flex-direction:column}.content_right .bestellingen .grid .bestelling .content .images .card_preview:first-child{display:none}@media only screen and (min-width: 576px){.content_right .bestellingen .grid .bestelling .content .images .card_preview:first-child{display:block}}@media only screen and (min-width: 768px){.content_right .bestellingen .grid .bestelling .content .images .card_preview:first-child{display:none}}@media only screen and (min-width: 992px){.content_right .bestellingen .grid .bestelling .content .images .card_preview:first-child{display:block}}.content_right .bestellingen .grid .bestelling .content .images .card_preview .card_title{min-height:48px;align-items:center;display:flex;justify-content:center}.content_right .bestellingen .grid .bestelling .content .images .card_preview .thumbnail-wrapper{position:relative;display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;line-height:180px}@media only screen and (min-width: 576px){.content_right .bestellingen .grid .bestelling .content .images .card_preview .thumbnail-wrapper{line-height:250px}}.content_right .bestellingen .grid .bestelling .content .images .card_preview .thumbnail-wrapper img{max-width:143px;max-height:143px;height:auto;width:100%;transition:transform 0.6s ease;vertical-align:middle}@media only screen and (min-width: 576px){.content_right .bestellingen .grid .bestelling .content .images .card_preview .thumbnail-wrapper img{max-width:224px;max-height:224px}}@media only screen and (min-width: 768px){.content_right .bestellingen .grid .bestelling .content .images .card_preview .thumbnail-wrapper img{max-width:250px;max-height:250px}}@media only screen and (min-width: 768px){.content_right .bestellingen .grid .bestelling .content .images .card_preview .thumbnail-wrapper img{max-width:205px;max-height:205px}}@media only screen and (min-width: 1220px){.content_right .bestellingen .grid .bestelling .content .images .card_preview .thumbnail-wrapper img{max-width:250px;max-height:250px}}.content_right .bestellingen .grid .bestelling .content .images .card_preview a{color:#555;text-decoration:none}.content_right .bestellingen .grid .bestelling .content .images .card_preview .kaarten_image{box-shadow:0 0 4px rgba(0,0,0,0.2)}.content_right .bestellingen .grid .bestelling .content .images .card_preview .card_edit_link{padding-top:3px}.content_right .bestellingen .grid .bestelling .content .images .card_preview .card_edit_link a{font-weight:bold;text-decoration:underline;color:#669999}.content_right .bestellingen .grid .bestelling .content .links{display:flex;column-gap:20px;margin-top:20px;flex-direction:column}@media only screen and (min-width: 576px){.content_right .bestellingen .grid .bestelling .content .links{flex-direction:row}}@media only screen and (min-width: 768px){.content_right .bestellingen .grid .bestelling .content .links{flex-direction:column}}@media only screen and (min-width: 992px){.content_right .bestellingen .grid .bestelling .content .links{flex-direction:row}}.content_right .bestellingen .grid .bestelling .content .links p{text-align:center;flex:1 1}.content_right .bestellingen .grid .bestelling .content .links p a{color:#555;text-decoration:none;cursor:pointer}.content_right .bestellingen .grid .bestelling .bottom_links{border-top:2px solid #ddd;display:flex;flex-direction:row;flex-wrap:wrap}.content_right .bestellingen .grid .bestelling .bottom_links .link_table_row{flex:1 1;position:relative;border-right:none}.content_right .bestellingen .grid .bestelling .bottom_links .link_table_row:not(.bestellen){display:none}@media only screen and (min-width: 576px){.content_right .bestellingen .grid .bestelling .bottom_links .link_table_row:not(.bestellen){display:flex;border-right:2px solid #ddd}}@media only screen and (min-width: 768px){.content_right .bestellingen .grid .bestelling .bottom_links .link_table_row:not(.bestellen){display:none;border-right:none}}@media only screen and (min-width: 992px){.content_right .bestellingen .grid .bestelling .bottom_links .link_table_row:not(.bestellen){display:flex;border-right:2px solid #ddd}}.content_right .bestellingen .grid .bestelling .bottom_links .link_table_row:not(.bestellen) .button{font-size:1rem}@media only screen and (min-width: 576px){.content_right .bestellingen .grid .bestelling .bottom_links .link_table_row:not(.bestellen) .button{font-size:14px !important;padding:10px 5px !important}}@media only screen and (min-width: 768px){.content_right .bestellingen .grid .bestelling .bottom_links .link_table_row:not(.bestellen) .button{font-size:1rem !important}}@media only screen and (min-width: 576px){.content_right .bestellingen .grid .bestelling .bottom_links .link_table_row:not(.bestellen) .button i{font-size:14px;width:auto}}@media only screen and (min-width: 768px){.content_right .bestellingen .grid .bestelling .bottom_links .link_table_row:not(.bestellen) .button i{width:30px;font-size:20px}}.content_right .bestellingen .grid .bestelling .bottom_links .link_table_row:last-child{border-right:none}.content_right .bestellingen .grid .bestelling .bottom_links .link_table_row .button{border-radius:0;text-align:center}.content_right .bestellingen .grid .bestelling .bottom_links .link_table_row .button.bestellen,.content_right .bestellingen .grid .bestelling .bottom_links .link_table_row .button.acties{padding-right:15px !important}@media only screen and (min-width: 576px){.content_right .bestellingen .grid .bestelling .bottom_links .link_table_row .button.bestellen,.content_right .bestellingen .grid .bestelling .bottom_links .link_table_row .button.acties{font-weight:500 !important;color:#669999 !important;font-size:1.25rem !important;padding-right:40px !important}}@media only screen and (min-width: 768px){.content_right .bestellingen .grid .bestelling .bottom_links .link_table_row .button.bestellen,.content_right .bestellingen .grid .bestelling .bottom_links .link_table_row .button.acties{font-weight:400 !important;color:#555 !important;font-size:1rem !important;padding-right:15px !important}}@media only screen and (min-width: 992px){.content_right .bestellingen .grid .bestelling .bottom_links .link_table_row .button.bestellen,.content_right .bestellingen .grid .bestelling .bottom_links .link_table_row .button.acties{font-weight:500 !important;color:#669999 !important;font-size:1.25rem !important;padding-right:40px !important}}.content_right .bestellingen .grid .bestelling .bottom_links .link_table_row .button.bestellen:after,.content_right .bestellingen .grid .bestelling .bottom_links .link_table_row .button.acties:after{color:#669999 !important;content:''}@media only screen and (min-width: 576px){.content_right .bestellingen .grid .bestelling .bottom_links .link_table_row .button.bestellen:after,.content_right .bestellingen .grid .bestelling .bottom_links .link_table_row .button.acties:after{content:"\e905"}}@media only screen and (min-width: 768px){.content_right .bestellingen .grid .bestelling .bottom_links .link_table_row .button.bestellen:after,.content_right .bestellingen .grid .bestelling .bottom_links .link_table_row .button.acties:after{content:''}}@media only screen and (min-width: 992px){.content_right .bestellingen .grid .bestelling .bottom_links .link_table_row .button.bestellen:after,.content_right .bestellingen .grid .bestelling .bottom_links .link_table_row .button.acties:after{content:"\e905"}}.content_right .bestellingen .grid .bestelling .bottom_links .link_table_row .button.bestellen:hover>.bestellinks,.content_right .bestellingen .grid .bestelling .bottom_links .link_table_row .button.acties:hover>.bestellinks{background-color:#fff;visibility:visible;opacity:1;transform:rotateX(0deg)}.content_right .bestellingen .grid .bestelling .bottom_links .link_table_row .button.acties{padding:10px 15px !important}@media only screen and (min-width: 576px){.content_right .bestellingen .grid .bestelling .bottom_links .link_table_row .button.acties{padding:0px !important}}@media only screen and (min-width: 768px){.content_right .bestellingen .grid .bestelling .bottom_links .link_table_row .button.acties{padding:10px 15px !important}}@media only screen and (min-width: 992px){.content_right .bestellingen .grid .bestelling .bottom_links .link_table_row .button.acties{padding:0px !important}}.content_right .bestellingen .grid .bestelling .bottom_links .link_table_row .button.acties:after{content:'' !important}.content_right .bestellingen .grid .bestelling .bottom_links .link_table_row .button.acties .button{font-size:1rem !important}@media only screen and (min-width: 576px){.content_right .bestellingen .grid .bestelling .bottom_links .link_table_row .button.acties .button{font-size:14px !important}}@media only screen and (min-width: 768px){.content_right .bestellingen .grid .bestelling .bottom_links .link_table_row .button.acties .button{font-size:1rem !important}}@media only screen and (min-width: 576px){.content_right .bestellingen .grid .bestelling .bottom_links .link_table_row .button.acties .button i{font-size:14px;width:auto}}@media only screen and (min-width: 768px){.content_right .bestellingen .grid .bestelling .bottom_links .link_table_row .button.acties .button i{width:30px;font-size:20px}}.content_right .bestellingen .grid .bestelling .bottom_links .link_table_row .cancel{color:#EB5E5E !important}.content_right .bestellingen .grid .bestelling .bottom_links .link_table_row .cancel i{color:#EB5E5E !important}.content_right .bestellingen .grid .bestelling .bottom_links .link_table_row .cancel:hover{background-color:#fff0f0}.content_right .bestellingen .grid .bestelling .bottom_links .link_table_row .bestellinks{visibility:hidden;position:absolute;background:#fff;z-index:2;border:2px solid #ddd;bottom:100%;opacity:0;transition:all 0.4s ease 0s;transform:rotateX(90deg);transform-origin:bottom center;width:calc(100% + 4px);right:-2px}.content_right .bestellingen .grid .bestelling .bottom_links .desktop{display:none}@media only screen and (min-width: 576px){.content_right .bestellingen .grid .bestelling .bottom_links .desktop{display:block}}@media only screen and (min-width: 768px){.content_right .bestellingen .grid .bestelling .bottom_links .desktop{display:none}}@media only screen and (min-width: 992px){.content_right .bestellingen .grid .bestelling .bottom_links .desktop{display:block}}.content_right .bestellingen .grid .bestelling .bottom_links .mobile{display:block}@media only screen and (min-width: 576px){.content_right .bestellingen .grid .bestelling .bottom_links .mobile{display:none}}@media only screen and (min-width: 768px){.content_right .bestellingen .grid .bestelling .bottom_links .mobile{display:block}}@media only screen and (min-width: 992px){.content_right .bestellingen .grid .bestelling .bottom_links .mobile{display:none}}.content_right h1{grid-column:1 / 2;font-size:24px}@media only screen and (min-width: 768px){.content_right h1{font-size:28px}}.content_right .validationError{grid-column:1 / 2;display:none;border-radius:5px;padding:10px;color:#EB5E5E;background:#FFE0E0}.content_right .validationError a{text-decoration:none;color:#EB5E5E;font-weight:bold}.content_right .validationError a:hover{text-decoration:underline}.content_right .success{grid-column:1 / 2;background-color:#c7e6c9;color:#219c28;padding:10px;border-radius:5px;display:none}.content_right .registreer,.content_right .inloggen_link{margin-bottom:0px;grid-row:3}@media only screen and (min-width: 768px){.content_right .registreer,.content_right .inloggen_link{margin-bottom:30px}}.content_right .akkoord{margin-bottom:30px}.content_right .terug{margin:30px 0}.content_right .terug a{padding:7px 10px;text-decoration:none}.content_right .terug a:before{content:"\f060";font-family:'Font Awesome 6 Pro';font-weight:900;font-size:1rem;line-height:1;color:#669999;margin-right:10px}.content_right .terug a:hover{color:#669999;background-color:#d2ebeb;border-radius:4px}.content_right.register .strengthify-wrapper{position:relative;margin-bottom:1.25rem}.content_right.register .strengthify-wrapper>*{transition:all .5s ease-in-out}.content_right.register .strengthify-wrapper .strengthify-bg,.content_right.register .strengthify-wrapper .strengthify-container,.content_right.register .strengthify-wrapper .strengthify-separator{height:3px}.content_right.register .strengthify-wrapper .strengthify-bg,.content_right.register .strengthify-wrapper .strengthify-container{display:block;position:absolute;width:100%}.content_right.register .strengthify-wrapper .strengthify-bg{background-color:#BBB}.content_right.register .strengthify-wrapper .strengthify-separator{display:inline-block;position:absolute;background-color:#FFF;width:1px;z-index:10}.content_right.register .strengthify-wrapper .password-bad{background-color:#EB5E5E}.content_right.register .strengthify-wrapper .password-medium{background-color:#F80}.content_right.register .strengthify-wrapper .password-good{background-color:#219c28}.content_right.register .strengthify-wrapper .bg-danger{color:#EB5E5E}.content_right.register .strengthify-wrapper .bg-warning{color:#F80}.content_right.register .strengthify-wrapper .bg-info,.content_right.register .strengthify-wrapper .bg-success{color:#219c28}.content_right.register .strengthify-wrapper div[data-strengthifyMessage]{padding:3px 8px;margin-top:5px;font-weight:bold;float:right}.content_right.register .strengthify-wrapper .message{float:left;margin-top:5px;padding:3px 0}.content_right.register .strengthify-wrapper .strengthify-tiles{float:right}.content_right .account_grid{position:relative;width:100%;display:grid;grid-template-columns:1fr;gap:20px}@media only screen and (min-width: 576px){.content_right .account_grid{grid-template-columns:repeat(2, 1fr)}}@media only screen and (min-width: 992px){.content_right .account_grid{grid-template-columns:repeat(3, 1fr)}}.content_right .account_grid .blok{border:2px solid #ddd;border-radius:6px;display:grid;grid-template-rows:minmax(40px, auto) 1fr}.content_right .account_grid .blok .body{padding:10px}.content_right .account_grid .blok .body .titel{font-weight:600;font-size:18px;padding-left:15px;margin-bottom:5px}.content_right .account_grid .blok.klant{grid-row:2}@media only screen and (min-width: 576px){.content_right .account_grid .blok.klant{grid-row:1;grid-column:2}}@media only screen and (min-width: 992px){.content_right .account_grid .blok.klant{grid-row:auto;grid-column:auto}}.content_right .email_voorkeuren{color:#669999}.content_right #saveEmailSettings{width:200px}.content_right .disabled{color:#bbb}.content_right .disabled i{color:#bbb !important}.content_right .opzeggen{width:100%;border-radius:6px;border:2px solid #ddd;padding:20px}.content_right .opzeggen .checkbox{margin:25px 0}.content_right .opzeggen .buttons{width:100%;display:flex;align-items:center;justify-content:space-between}.content_right .opzeggen .buttons .of{font-weight:500;margin:10px 20px 0px 20px}.content_right .h2.foto_title{color:#669999;padding:0;margin:0;line-height:46px;grid-column:1 / 2}.content_right form{grid-column:1 / 2}.content_right form #files{display:none}.content_right form .foto-upload-area{width:100%;border-radius:6px;border:3px dashed #ddd;padding:50px 20px;text-align:center}.content_right form .foto-upload-area:hover,.content_right form .foto-upload-area.selected{border:3px dashed #669999;background-color:#d2ebeb}.content_right #fotos_beheren{float:left;margin-top:15px;width:100%}@media only screen and (min-width: 768px){.content_right #fotos_beheren{float:right;margin-top:0px;width:auto}}.content_right #annuleer_beheren{width:auto;float:right;display:none}.content_right #buttons{display:block;grid-column:1 / 2}@media only screen and (min-width: 768px){.content_right #buttons{display:flex;gap:20px}}.content_right #buttons button{flex:1 1;width:100%;margin-top:15px;height:auto}@media only screen and (min-width: 768px){.content_right #buttons button{margin-top:0px}}.content_right #buttons button:first-child{margin-top:0px}.content_right #buttons button.disabled{background-color:#eee;color:#bbb !important;border:2px solid #eee;pointer-events:none}.content_right .images{grid-column:1 / 2;display:grid;grid-template-columns:repeat(2, 1fr);gap:10px;width:100%}@media only screen and (min-width: 576px){.content_right .images{grid-template-columns:repeat(4, 1fr)}}@media only screen and (min-width: 992px){.content_right .images{grid-template-columns:repeat(5, 1fr)}}@media only screen and (min-width: 1220px){.content_right .images{grid-template-columns:repeat(6, 1fr)}}.content_right .images .hidden{display:none}.content_right .images .previewImg{cursor:pointer;background:#eee;border-radius:6px;padding:10px;display:flex;align-items:center;justify-content:center;border:2px solid #eee}.content_right .images .previewImg img{max-width:100px;max-height:100px}.content_right .images .previewImg:hover{border:2px solid #999}.content_right .images .previewImg.selected{border:2px solid #77bdfa}.content_right .images .folder{display:flex;flex-direction:column;cursor:pointer;background:#eee;border-radius:6px;padding:10px;align-items:center;justify-content:center;border:2px solid #eee;text-decoration:none;color:#555;gap:10px;text-align:center}.content_right .images .folder i{color:#669999;font-size:50px}.content_right .images .folder:hover{border:2px solid #999}.content_right .images .folder.hidden{display:none}#frmAdres,#frmTelefoon,#frmGeslacht,#frmGeboortedatum,#frmEmail,#frmWachtwoord,#frmTegoed,#frmRetour,#frmAdresAdd,#frmAdresEdit,#frmDeleteAll,#frmExcelImport,#errorMimeType,#frmExcelError,#frmExcelSuccess,#frmVoorwaardenOpzeggen,#frmAkkoordOpzeggen,#frmOpzeggenSuccess,#frmUploadError,#frmUploaduccess,#frmImageDelete,#frmSelectedImageDelete,#frmDeleteSuccess,#frmAllImageDelete,#frmDeleteDir,#frmNewDir,#frmAdresGroepAdd,#frmAdresGroepEdit,#bekijkGroep,#frmDelAdresUitGroep,#frmDelAdresUitGroepSuccess,#frmAddAdressenGroep,#frmAddAdresAanGroepSuccess,#frmKiesGroep,#frmImportSelecteerKolommen,#frmKolomValidatie,#frmImportSelecteerGroep,#confirmCancel{display:none;width:600px}#previewImage{display:none}#frmImportSelecteerKolommen,#frmImportSelecteerGroep{width:800px}#errorEmail_controle{display:none}
