@import url(https://fonts.googleapis.com/css2?family=Asap+Condensed:wght@600;700&family=JetBrains+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap);html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}html,body{height:auto}body{--background:#231f20;--accents:#010101;--main:#fff;--titles:#ffd700;--primarycta:#ffd700;--secondarycta:#fff;--error:#cc0000;background:var(--background);color:var(--main);font-family:'JetBrains Mono',monospace;font-size:1em;font-weight:400;line-height:1.8;overflow-x:hidden;overflow-y:scroll;padding-top:130px}body.home{padding-top:unset}a{text-decoration:none;color:var(--primarycta)}a:hover{color:var(--secondarycta)}body:after{content:"";width:100%;height:150px;position:absolute;left:0;top:0;background:var(--accents)}body.home:after{height:0}h1{font-size:2.1em;line-height:1.2;font-weight:700;padding-bottom:1em;margin-top:-10px;color:var(--titles)}h2{font-size:1.6em;line-height:1.2;font-weight:700;padding-bottom:.2em;color:var(--titles)}h3{font-size:1.4em;line-height:1.2;font-weight:700;padding-bottom:.2em;color:var(--titles)}.btn{padding:17px 25px;margin:0 0;border-radius:35px;border:0;display:inline-block;background:var(--primarycta);color:var(--background);line-height:1;box-sizing:border-box;-webkit-appearance:none;appearance:none;text-align:center;font-family:inherit;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer;width:auto;font-size:1.1em}.btn:hover{background:var(--secondarycta);color:var(--background)}.btn.grey{opacity:.5;background:var(--accents);color:var(--main)}#header{width:100%;height:0;position:fixed;top:0;left:0;z-index:7;background:transparent;transition:height 300ms cubic-bezier(.76,0,.24,1)}body.scroll #header{height:80px;background:var(--accents);transition-delay:0ms}#header-responsive{display:none!important}#header-regular{display:block}#header #header-container{display:flex;flex-direction:column}#header #header-container .row{max-width:100%;width:90%;margin:0 auto;position:relative;display:flex;align-items:center;justify-content:space-between}#header #header-container .row .column:not(.menu){width:33%}#header #header-container .row .column.menu{margin:auto}#header #header-container .social a svg{color:var(--main);fill:var(--main)}#header #header-container .social li:hover svg{color:var(--primarycta);fill:var(--primarycta);cursor:pointer}#header #header-container .row .column.logo a{max-width:440px;margin-left:auto;margin-right:auto;display:block}#header #header-container .row .column.logo img{margin-left:auto;margin-right:auto;margin-top:10px;display:block;max-width:440px;pointer-events:none;transition:width 300ms;margin-bottom:20px}#header #header-container .row .column.social ul.social-buttons{display:flex;flex-wrap:nowrap;justify-content:flex-end}#header #header-container .row .column.social ul.social-buttons li{margin-left:20px}#header #header-container .row .column.social ul.social-buttons a{display:block;width:30px;height:30px;position:relative;cursor:pointer}#header #header-container .row .column.social ul.social-buttons a svg{display:block;width:100%;height:100%;transform:translateY(0);margin:0}#header #logo{width:100%}#header #logo a{max-width:440px;margin-left:auto;margin-right:auto;display:block}#header #logo img{margin-left:auto;margin-right:auto;display:block;max-width:440px;pointer-events:none;transition:width 300ms;margin-bottom:20px}body.scroll #header .logo img{width:400px}body.scroll #header-container{padding-bottom:10px!important;background-color:#000}div#menucontainer{width:100%;display:flex;align-content:center;justify-content:space-between}ul#menu{align-content:center;justify-content:space-between;display:flex;line-height:1;width:80%}ul#menu li{position:relative;margin-left:30px;white-space:nowrap}ul#menu li:first-of-type{margin-left:0}ul#menu li a.master{font-family:'Asap Condensed',sans-serif;color:var(--main);font-weight:500;font-size:1.7em;text-transform:uppercase}ul#menu li.active a.master{color:var(--primarycta)}ul#menu li a.master:hover{color:var(--secondarycta)}ul#menu li.hassub ul.sub{line-height:1.8;position:absolute;bottom:0;left:-30px;visibility:hidden;transform:translateY(120%);padding:25px 30px;padding-top:25px;background:var(--accents);min-width:200px;white-space:nowrap;transition:transform 300ms ease-out;z-index:10}ul#menu li.hassub:hover ul.sub{visibility:visible;transform:translateY(100%)}ul#menu li.hassub ul.sub li{margin-left:0}ul#menu li.hassub ul.sub li a{color:var(--main)}ul#menu li.hassub ul.sub li.active a{color:var(--primarycta)}ul#menu li.hassub ul.sub li a:hover{color:var(--secondarycta)}ul#menu li.hassub ul.sub li ul.subsub{margin-left:1em}ul#menu li.hassub ul.sub li.active ul.subsub li a{color:var(--main)}ul#menu li.hassub ul.sub li.active ul.subsub li.subsubactive a{color:var(--primarycta)}ul#menu li.hassub ul.sub li.active ul.subsub li a:hover{color:var(--secondarycta)}ul#secondary{position:absolute;right:0;top:20px;display:flex;font-size:.8em;transition:top 600ms cubic-bezier(.76,0,.24,1)}ul#secondary li a{margin-left:20px;color:var(--main)}ul#secondary li.active a,ul#secondary li a:hover{color:var(--primarycta)}ul#secondary li.hassub ul.sub{display:none}body.scroll ul#secondary{top:-50px}.nav-button{width:30px;height:30px;border-radius:40px;position:absolute;right:0;top:50%;cursor:pointer;transform:translateY(-50%)}.nav-button a{display:block;width:100%;height:100%}.nav-button svg{fill:var(--main);width:100%;height:100%}.nav-button#menu-button{right:20px;display:none;z-index:3}.nav-button#cart-button{right:30px;top:120px}body.scroll .nav-button#cart-button{top:60px}.nav-button#search-button{right:80px}.nav-button#cart-button .cart-num{background:#ccc;font-size:.6em;line-height:20px;font-weight:500;color:var(--main);position:absolute;right:0;bottom:-5px;width:20px;height:20px;text-align:center;border-radius:20px}#langmenu{position:absolute;left:30px;top:50%;display:flex;transform:translateY(-50%)}#langmenu a{display:block;width:30px;height:30px;overflow:hidden;border-radius:30px;opacity:.5;margin-right:20px}#langmenu a.active,#langmenu a:hover{opacity:1}#langmenu a img{display:block;width:100%}#page-header{position:relative;height:50vh}#page-header img{display:block;width:100%;height:100%;object-fit:cover}#page-header .copyright-notice{position:absolute;bottom:1px;color:#666;right:100px;font-size:.8em}#page-header .arrow-down{width:30px;height:30px;position:absolute;left:50%;bottom:50px;cursor:pointer;transform:translateX(-50%)}#page-header .arrow-down svg{width:30px;height:30px;fill:var(--background)}#page-header .breadcrumbs{position:absolute;left:20px;top:20px}#page-header .breadcrumbs ul{display:flex;text-transform:lowercase}#page-header .breadcrumbs ul li{padding-right:10px;color:var(--background)}#page-header .breadcrumbs ul li:not(:last-child):after{content:"›";padding-left:10px}#page-header .breadcrumbs ul li a{color:var(--background)}#page-header.homepage{height:100vh;background-image:none;display:flex;flex-direction:column;align-items:center}#page-header.homepage div.homepage-message{position:absolute;color:var(--titles);z-index:2;top:50%;padding:10px;background-color:rgba(0,0,0,.4)}#page-header .scroll{position:absolute;bottom:50px;left:50%;width:26px;height:42px;border-radius:30px;border:3px solid #fff;box-sizing:border-box;-webkit-transform:translateX(-50%);transform:translateX(-50%);z-index:3}#page-header .scroll:before{position:absolute;display:block;bottom:-28px;left:-14px;width:50px;content:"scroll";font-size:12px;color:rgba(255,255,255,.5);text-align:center;text-transform:uppercase}#page-header .scroll:after{position:absolute;top:8px;left:50%;width:4px;height:8px;border-radius:6px;content:"";-webkit-transform:translateX(-50%);transform:translateX(-50%);background-color:#fff;animation-name:scroll;animation-duration:3s;animation-iteration-count:infinite}@keyframes scroll{0%{top:8px;opacity:0}25%{top:8px;opacity:1}50%{top:16px;opacity:1}75%{top:16px;opacity:0}100%{top:8px;opacity:0}}#homevideo{position:absolute;width:100%;height:100%;z-index:1}#homevideo-container{width:100%;height:100%}video#homevideo-video{width:100%;height:100%;object-fit:cover;object-position:50% 80%}.row:not{padding:100px 0}.row.first{background-image:url(../../../../images/bgr-overlay.png);background-repeat:no-repeat;padding-top:40px}.content{display:flex;flex-direction:column;justify-content:space-between;align-items:center;max-width:1200px;width:90%;margin:0 auto;padding:50px 0 50px 0}body.home .content{padding:80px 0 50px 0}.content .page_content:not(.news_content,.product,.shop_cart_container,.shop_order,.shopcategory){width:50%;box-sizing:border-box;order:1;min-height:400px}.fb-page{min-width:500px}.content .page_content.hasmedia{width:60%;padding-right:5%}.content .page_content p{margin-bottom:1.4em}.content .page_content p:last-of-type{margin-bottom:0}.content .page_content img{display:inline-block}.content .page_content p img{margin:5px}.content .page_content p:last-of-type>img{margin-bottom:0}.content .page_content ul,.content .page_content ol{margin:20px 0}.content .page_content ul li{list-style-type:disc;margin-left:20px}.content .page_content ol li{list-style-type:decimal;margin-left:20px}.content .page_content table{border:1px solid #ccc;width:100%;margin-bottom:1.4em}.content .page_content table tr td{border:1px solid #ccc;padding:10px}.content .page_content .links{margin-top:2em;padding:2em 2em;background:var(--accents);max-width:300px}.content .page_content .links h3{margin-bottom:1em}.content .page_content .links a,.content .product .links a{display:block;padding-left:0;color:var(--main)}.content .page_content .links a.link svg,.content .page_content .links a.file svg{fill:var(--primarycta);width:16px;display:inline-block;margin-right:20px;transform:translateY(5px)}.content .page_content .links a.link:hover,.content .page_content .links a.file:hover{color:var(--primarycta)}.content .media{order:1;width:40%;box-sizing:border-box}.content .media a{position:relative;display:block;overflow:hidden;margin-bottom:60px}.content .media a:last-of-type{margin-bottom:0}.content .media a img{width:100%;display:block}.content .media a .icon,.fotoalbum a .icon,.news-overview .item a .image .icon,.productmedia a .icon,.product a .icon{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:60px;height:60px;display:none}.content .media a .icon svg,.fotoalbum a .icon svg,.news-overview .item a .image .icon svg,.productmedia a .icon svg,.product a .icon svg{fill:var(--background);display:block;width:60px;height:60px}.fotoalbum a:hover .icon,.content .media a:hover .icon,.news-overview .item a:hover .image .icon,.productmedia a:hover .icon,.product a:hover .icon{display:block}.content .media a.video .icon,.productmedia a.video .icon{display:block}.content .media .caption,.content .page_content .fotoalbum a .caption{display:block;padding:30px 30px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;box-sizing:border-box;color:var(--background);opacity:1;transition:opacity 300ms;position:absolute;left:0;bottom:0;width:100%;line-height:1}.endorsements{margin-top:50px}.elements-endorsements{width:50%;margin:0 auto}.newsticker{width:660px;height:40px;margin-left:auto;margin-right:auto;overflow:hidden}.elements-newsticker{display:flex;position:relative;top:0;right:0}.slide{width:100%;flex-shrink:0;box-sizing:border-box;padding:10px;text-align:center}@keyframes ticker{0%{right:-100%;opacity:0}1%{right:-100%;opacity:1}99%{right:200%;opacity:1}100%{opacity:0}}.elements-newsticker{animation:ticker linear 15s infinite}.elements-newsticker:hover{animation-play-state:paused}#submenu{width:30%;background:var(--accents);padding:30px;box-sizing:border-box;margin-right:5%;position:sticky;top:120px;align-self:flex-start}#submenu ul li{line-height:1.5;margin-bottom:10px}#submenu ul li:last-of-type{margin-bottom:0}#submenu ul li a{color:var(--main);display:block}#submenu ul li ul{margin:5px 0;margin-top:10px;margin-left:15px}#submenu-trigger{display:none}#submenu ul li a:hover{color:var(--secondarycta)}#submenu ul li.parent.active a,#submenu ul li.active a.master,#submenu ul li.active ul li.subactive a{color:var(--primarycta)}#map_canvas{height:90vh;width:100%;clear:both}#footer{background:var(--accents);padding:60px 0}#footer,#footer a,#footer a svg{color:var(--main);fill:var(--main)}#footer li:hover a,#footer li:hover svg,#footer li .back-to-top:hover{color:var(--primarycta);fill:var(--primarycta);cursor:pointer}#footer #footer-container{max-width:1200px;width:90%;position:relative;margin:0 auto}#footer #footer-container .footer-row{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between}#footer #footer-container .footer-row .column{box-sizing:border-box;align-self:flex-end;text-transform:uppercase;font-size:.8em}#footer #footer-container .footer-row .column ul li{white-space:nowrap}#footer #footer-container .footer-row .column ul li svg{width:30px;height:30px;display:inline-block;transform:translateY(3px);margin-right:15px}#footer #footer-container .footer-row .column.logo img{width:100px}#footer #footer-container .footer-row .column.social{padding-right:0}#footer #footer-container .footer-row .column.social ul.social-buttons{display:flex;flex-wrap:nowrap;justify-content:flex-end}#footer #footer-container .footer-row .column.social ul.social-buttons li{margin-left:20px}#footer #footer-container .footer-row .column.social ul.social-buttons a{display:block;width:30px;height:30px;position:relative;cursor:pointer}#footer #footer-container .footer-row .column.social ul.social-buttons a svg{display:block;width:100%;height:100%;transform:translateY(0);margin:0}#footer #footer-container .footer-row.credits{margin-top:60px;font-size:.8em}#footer #footer-container .footer-row.credits .column{width:50%}#footer #footer-container .footer-row.credits .column ul{display:flex}#footer #footer-container .footer-row.credits .column:first-of-type ul li{margin-right:1.5em}#footer #footer-container .footer-row.credits .column:last-of-type ul{justify-content:flex-end}#footer #footer-container .footer-row.credits .column:last-of-type ul li{margin-left:1.5em}#footer #footer-container .footer-row.credits .column ul li svg{margin-right:0;width:16px;height:16px;margin-left:10px;transform:translateY(3px)}#footer #footer-container .footer-row.credits .column ul li a svg{margin-left:15px}#ms-success{display:none}#ms-fail{display:none}#close-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:var(--main);z-index:2;pointer-events:none;opacity:0;transition:opacity 600ms ease-in-out}#close-overlay.active{cursor:pointer;pointer-events:all;opacity:.5}.close-menus{position:absolute;right:20px;top:22px;cursor:pointer;display:flex;justify-content:center;align-items:center;width:30px;height:30px;border-radius:40px}.close-menus svg{fill:var(--main);width:30px;height:30px}#menu,#header,#footer,#submenu,#kiek,#kiek *,#menu-slideout,#contact,.media{-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;user-select:none}#tiobcontent{margin-top:150px;position:absolute;text-align:center;margin-left:5%;margin-right:5%;width:90%}#tiobcontent p.bigger{font-size:1.5em;font-weight:100}#tiobcontent img{width:900px;margin:auto}.content .page_content .fotoalbum{width:104%;margin-left:-2%;display:flex;flex-wrap:wrap;padding-top:1em}.content .page_content .fotoalbum a{display:block;position:relative;overflow:hidden;width:29.333%;margin:2%}.content .page_content .fotoalbum a.foto{width:29.333%}.content .page_content .fotoalbum a img{display:block;width:100%}.content .page_content .single_album{margin-top:2em;padding:2em 2em;background:var(--accents)}.content .page_content .single_album h2{margin-bottom:1em}.content .page_content .single_album .fotoalbum a .caption{padding:5px 10px;font-size:.8em}@media screen and (max-width:1000px){.content .page_content .fotoalbum{padding-top:2em}.content .page_content .fotoalbum a,.content .page_content .fotoalbum a.foto{width:100%;margin:0;margin-bottom:40px}.content .page_content .fotoalbum a:last-of-type,.content .page_content .fotoalbum a.foto:last-of-type{margin-bottom:0}}.form-thanks{background:var(--primarycta);color:var(--background);padding:30px;max-width:500px}.content .form{margin-top:50px}.content .form form{width:100%;position:relative;margin-top:1em}.content .form form .field{padding-bottom:20px;position:relative;display:flex;flex-direction:column}.content .form form .field.radio label,.content .form form .field.checkbox label,.content .form form .field.checkboxes label{display:flex;flex-direction:row}.content .form form .field.radio label span,.content .form form .field.checkbox label span,.content .form form .field.checkboxes label span{width:calc(100% - 25px)}.content .form form input[type=text],.content .form form input[type=time],.content .form form input[type=date],.content .form form textarea,.content .form form select{font-family:inherit;font-size:inherit;color:inherit;border:0;background-color:var(--accents);width:100%;margin-top:3px;border-radius:2px;box-sizing:border-box;padding:10px;-webkit-appearance:none}.content .form form select{background-position:calc(100% - 10px) 50%;background-repeat:no-repeat;background-size:16px 16px;border:0}.content .form form select{background-image:url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI0IDI0IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNCAyNDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8cGF0aCBkPSJNMTIsMjBMMCw4LjFMNCw0bDgsOGw4LThsNCw0LjFMMTIsMjB6Ii8+IDwvc3ZnPg==)}.content .form form input.timepicker,.content .form form input.datepicker{width:100%!important;box-sizing:border-box!important;display:block;background:var(--accents);font-family:inherit;font-size:inherit!important;color:inherit;height:45px}.content .form form textarea{min-height:150px;max-height:300px;max-width:100%}.content .form form input[type=checkbox],.content .form form input[type=radio]{width:auto;padding:0;margin:0;border:none;margin-right:5px;margin-top:0;height:20px;width:20px;border:0;background:var(--accents);margin-right:10px;-webkit-appearance:none;appearance:none;cursor:pointer;transform:translateY(6px)}.content .form form input[type=radio]{border-radius:20px}.content .form form input[type=checkbox]:checked,.content .form form input[type=radio]:checked{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMjAuMjg1IDJsLTExLjI4NSAxMS41NjctNS4yODYtNS4wMTEtMy43MTQgMy43MTYgOSA4LjcyOCAxNS0xNS4yODV6Ii8+PC9zdmc+);background-size:12px 12px;background-position:50% 50%;background-repeat:no-repeat}.content .form form .field.header{margin-top:10px}.content .form form br{display:none}.content .form form label.error{display:inline-block;color:var(--background);width:auto;padding:12px 12px;line-height:1;border-radius:3px;font-size:.8em;position:absolute;right:1em;top:-2px;background-color:var(--error)}.content .form form label.error.checked{color:var(--primarycta);background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMy4wLjMsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIg0KCSBpZD0ic3ZnMiIgaW5rc2NhcGU6dmVyc2lvbj0iMC45MSByMTM3MjUiIHNvZGlwb2RpOmRvY25hbWU9ImZvcm0tY2hlY2stbWFyay5zdmciIHhtbG5zOmNjPSJodHRwOi8vY3JlYXRpdmVjb21tb25zLm9yZy9ucyMiIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6aW5rc2NhcGU9Imh0dHA6Ly93d3cuaW5rc2NhcGUub3JnL25hbWVzcGFjZXMvaW5rc2NhcGUiIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgeG1sbnM6c29kaXBvZGk9Imh0dHA6Ly9zb2RpcG9kaS5zb3VyY2Vmb3JnZS5uZXQvRFREL3NvZGlwb2RpLTAuZHRkIiB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIg0KCSB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI0IDI0Ig0KCSBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNCAyNDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9DQo8L3N0eWxlPg0KPHNvZGlwb2RpOm5hbWVkdmlldyAgYm9yZGVyY29sb3I9IiM2NjY2NjYiIGJvcmRlcm9wYWNpdHk9IjEiIGdyaWR0b2xlcmFuY2U9IjEwIiBndWlkZXRvbGVyYW5jZT0iMTAiIGlkPSJuYW1lZHZpZXc2IiBpbmtzY2FwZTpjdXJyZW50LWxheWVyPSJzdmcyIiBpbmtzY2FwZTpjeD0iMS4wMTY5NDkyIiBpbmtzY2FwZTpjeT0iMTIiIGlua3NjYXBlOnBhZ2VvcGFjaXR5PSIwIiBpbmtzY2FwZTpwYWdlc2hhZG93PSIyIiBpbmtzY2FwZTp3aW5kb3ctaGVpZ2h0PSI0ODAiIGlua3NjYXBlOndpbmRvdy1tYXhpbWl6ZWQ9IjAiIGlua3NjYXBlOndpbmRvdy13aWR0aD0iOTQyIiBpbmtzY2FwZTp3aW5kb3cteD0iMzU2NyIgaW5rc2NhcGU6d2luZG93LXk9Ijk5NSIgaW5rc2NhcGU6em9vbT0iOS44MzMzMzMzIiBvYmplY3R0b2xlcmFuY2U9IjEwIiBwYWdlY29sb3I9IiNmZmZmZmYiIHNob3dncmlkPSJmYWxzZSI+DQoJPC9zb2RpcG9kaTpuYW1lZHZpZXc+DQo8cGF0aCBpZD0icGF0aDQiIGNsYXNzPSJzdDAiIGQ9Ik05LDIxbC05LTguNmwyLjgtMi45bDYuMiw1LjlMMjEuMiwzTDI0LDUuOEw5LDIxeiIvPg0KPC9zdmc+DQo=);background-repeat:no-repeat;background-size:16px 16px;width:26px;padding-right:0;background-position:50% 50%;background-color:var(--primarycta)}.content .form form label.error:after{content:"";width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid var(--error);position:absolute;bottom:-5px;left:50%;margin-left:-5px}.content .form form label.error.checked:after{border-top-color:var(--primarycta)}form div.field.bc{display:none!important}.content .form form .btn.submit{margin-top:10px}.content .form form input[type=file]{-webkit-appearance:none;margin-top:7px}.content .form form input[type=file],.content .form form input[type=file]::-webkit-file-upload-button{font-family:inherit;font-size:inherit;-webkit-appearance:none}.content .form form input[type=file]::-webkit-file-upload-button{border:0;padding:10px;margin-right:15px;cursor:pointer;color:var(--main);background-color:var(--accents);border-radius:2px}input[type=file]::-ms-browse{color:red}@media screen and (max-width:1000px){.content .form form input[type=checkbox],.content .form form input[type=radio]{transform:translateY(6px)}}#kiek{position:fixed;top:10%;left:0;width:100%;height:80%;box-sizing:border-box;z-index:11;text-align:center;background-image:url(../../../images/icons/loading.gif);background-position:50% 50%;background-repeat:no-repeat;background-size:32px 32px}#kiek img{position:absolute;top:50%;left:50%;margin-left:-25%;margin-top:-25%;display:none;max-width:100%;max-height:100%;cursor:pointer}#kiek iframe{z-index:13}#kiek-overlay{width:100%;height:100%;background:var(--background);position:fixed;left:0;top:0;opacity:.99;opacity:1;z-index:9;border-radius:3px;cursor:pointer}#kiek-close{position:fixed;z-index:999999999999999;right:45px;top:40px;text-align:center;font-size:16px;width:60px;height:60px;overflow:hidden;color:transparent;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMjQgMjAuMTg4bC04LjMxNS04LjIwOSA4LjItOC4yODItMy42OTctMy42OTctOC4yMTIgOC4zMTgtOC4zMS04LjIwMy0zLjY2NiAzLjY2NiA4LjMyMSA4LjI0LTguMjA2IDguMzEzIDMuNjY2IDMuNjY2IDguMjM3LTguMzE4IDguMjg1IDguMjAzeiIvPjwvc3ZnPg==);background-size:30px 30px;background-repeat:no-repeat;background-position:50% 50%;cursor:pointer;display:block}#kiek-close span.kiek-close{display:block;width:60px;height:60px}#kiek-title{position:fixed;z-index:99999999999;left:0;bottom:3.5%;width:100%;text-align:center;font-size:1em;cursor:pointer;pointer-events:none;display:none}div#kiek-left,div#kiek-right{position:fixed;height:100%;top:0;z-index:12;cursor:pointer;text-align:center;width:150px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none;background-size:30px 30px;background-repeat:no-repeat;background-position:50% 50%;color:transparent;display:none}div#kiek-left{left:0;background-image:url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHBhdGggZD0iTTExLDIzbDIuOC0yLjhMNy42LDE0SDI0di00SDcuNmw2LjItNi4yTDExLDFMMCwxMkwxMSwyM3oiLz4KPC9zdmc+Cg==)}div#kiek-right{right:0;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTMuMDI1IDFsLTIuODQ3IDIuODI4IDYuMTc2IDYuMTc2aC0xNi4zNTR2My45OTJoMTYuMzU0bC02LjE3NiA2LjE3NiAyLjg0NyAyLjgyOCAxMC45NzUtMTF6Ii8+PC9zdmc+)}div#kiek-close span.kiek-close{cursor:pointer}@media screen and (max-width:1000px){#kiek-close,#kiek-close:hover{top:5%;right:0;width:100%;background-size:16px 16px}#kiek-close span.kiek-close{width:100%}div#kiek-left,div#kiek-right,div#kiek-left:hover,div#kiek-right:hover{background-position:50% 95%;width:50px;background-size:16px 16px}}.news-overview{display:flex;flex-direction:row;flex-wrap:wrap;width:100%;margin-left:-1%}.news-overview .item{width:31%;margin:1%;box-sizing:border-box;background:var(--accents);position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center}.news-overview .item a{display:flex;flex-direction:column;color:var(--main)}.news-overview .item a .image{width:100%;max-width:100%;box-sizing:border-box;position:relative}.news-overview .item a .image img{display:block;width:100%}.news-overview .item a .news-overview-content{padding:2em;line-height:1.5;box-sizing:border-box;width:100%}.news-overview .item a .news-overview-content .title{font-weight:600}.news-overview .item a .news-overview-content .meta,.page_content .date{color:var(--primarycta)}body.news div.content{flex-direction:row;align-items:normal}.news_item .section{margin-top:40px;padding:40px;background:var(--accents)}.tagcloud{width:100%;display:flex}.tagcloud-item{padding:5px;color:var(--primarycta);background-color:var(--accents);border-width:0 0 1px 0;border-style:solid;margin-right:10px;font-size:.8em}.pagination{display:flex;justify-content:center;width:70%;margin:40px auto;margin-bottom:0}.pagination div{width:50px;height:50px;font-size:1.2em;font-weight:700;background:var(--accents);line-height:50px;text-align:center;margin:0 10px}.pagination div a{display:block;color:var(--main)}.pagination div:hover,.pagination div.active{background:var(--primarycta)}.pagination div:hover a,.pagination div.active,.pagination div.active a{color:var(--background)}@media screen and (max-width:1000px){.news-overview{width:100%;margin-left:0}.news-overview .item{width:100%;margin:0;margin-bottom:1em;background:transparent}.news-overview .item:last-of-type{margin-bottom:0}.news-overview .item a{flex-direction:row}.news-overview .item a .image{width:30%}.news-overview .item a .news-overview-content{width:70%;padding:0 15px;padding-right:0}.news-overview .item a .news-overview-content .title{font-size:1em}.news-overview .item a .news-overview-content .meta,.page_content .date{font-size:.9em;white-space:nowrap}body.news div.content{flex-direction:column;align-items:normal;align-content:center}.tagcloud{flex-direction:column}}#search{box-sizing:border-box;padding:15px 20px;overflow-y:auto;display:block;z-index:9;position:fixed;left:0;top:0;width:100%;max-width:500px;height:100%;background:var(--background);display:flex;flex-direction:column;justify-content:flex-start;overflow-y:auto;padding:30px 30px;box-sizing:border-box;transform:translateX(-100%);transition:transform 600ms cubic-bezier(.76,0,.24,1)}#search.active{transform:translateX(0)}#search input{display:block;width:calc(100%);box-sizing:border-box;font-size:inherit;font-family:inherit;border:0;appearance:none;background:var(--accents);padding:10px 15px;margin-bottom:30px}#search ul.list{line-height:1.5}#search ul.list li a{display:block;color:var(--main);margin:30px 0}#search ul.list li a:hover{color:var(--primarycta)}#search ul.list li strong{display:block}#search ul.list li span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:1200px){body{font-size:1em}}@media screen and (max-width:1000px){body{font-size:1.1em;padding-top:70px}body:after{height:70px}h1{font-size:1.5em}h2{font-size:1.3em}h3{font-size:1.3em}.btn{padding:15px 20px;font-size:1em}#tiobcontent img{width:100%!important;margin:auto}#homevideo-container video{margin-top:175px}#homevideo-container img.bgr{margin-top:75px}#header,body.scroll #header{height:70px}#header #logo{width:130px}.nav-button#menu-button{display:flex}.nav-button#cart-button,body.scroll .nav-button#cart-button{right:70px;top:50%}.nav-button#search-button{right:120px}#header-responsive{display:block!important;}#header #header-container .row .column.logo img{top:5px;position:absolute;max-width:220px}#header-regular{display:none!important}#langmenu{left:20px;top:auto;bottom:-20px}#langmenu a{width:20px;height:20px;margin-right:10px}ul#menu{position:fixed;left:0;top:0;width:100%;height:100%;background:var(--background);display:flex;flex-direction:column;justify-content:flex-start;overflow-y:scroll;padding:30px 30px;box-sizing:border-box;transform:translateX(-100%);transition:transform 600ms cubic-bezier(.76,0,.24,1);z-index:3;line-height:1.8}ul#menu.active{transform:translateX(0%)}ul#menu li.hassub ul.sub,ul#menu li.hassub:hover ul.sub{position:relative;transform:none;bottom:auto;left:auto;background:transparent;visibility:visible;padding-top:10px;padding-bottom:10px}ul#menu li{margin-left:0}ul#menu li a{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}ul#menu li.moblogin{display:block}ul#menu li.moblogin .mloginscreen input[type=text],ul#menu li.moblogin .mloginscreen input[type=password]{height:24px}ul#menu li.moblogin span.showhidepassword{top:63%;left:180px}ul#secondary{display:none}#page-header.homepage{height:20vh}#page-header{height:30vh}#page-header .page-header-content{font-size:2em}.row{padding:50px 0}div.scroll{display:none}#header-container .row{padding:27px 0!important}body.scroll .row{padding:0}.content{display:flex;flex-direction:column}.content .page_content,.content .page_content.hasmedia{width:100%!important;padding-left:0;padding-right:0;order:0;min-height:0;overflow-wrap:break-word}.content .media{width:100%;margin-top:50px;order:1}.content .media a{margin-bottom:20px}.content .media a .icon,.fotoalbum a .icon,.news-overview .item a .image .icon,.productmedia a .icon,.product a .icon{display:block;width:30px;height:30px}.content .media a .icon svg,.fotoalbum a .icon svg,.news-overview .item a .image .icon svg,.productmedia a .icon svg,.product a .icon svg{width:30px;height:30px}#submenu{width:100%;margin:0;position:relative;top:auto;padding:15px 0;margin-bottom:50px}#submenu #submenu-trigger{display:block;position:relative;width:100%;font-size:1.2em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-left:20px;padding-right:40px;box-sizing:border-box}#submenu #submenu-trigger svg{width:20px;height:20px;fill:var(--main);position:absolute;right:20px;top:50%;margin-top:-10px;transition:transform 300ms}#submenu #submenu-trigger.active svg{transform:rotate(-180deg)}#submenu ul{flex-direction:column;display:none;border-top:1px solid rgba(0,0,0,.1);padding:20px;padding-top:15px;padding-bottom:0;margin-top:15px}#submenu ul.active{display:block}#footer{padding:60px 0}#footer #footer-container .footer-row{flex-direction:column}#footer #footer-container .footer-row .column{width:100%}#footer #footer-container .footer-row .column.social{position:absolute;right:0;top:10px;width:auto}#footer #footer-container .footer-row .column.social ul.social-buttons{flex-wrap:wrap;justify-content:flex-start}#footer #footer-container .footer-row .column.social ul.social-buttons li{margin-left:0;margin-right:10px}#footer #footer-container .footer-row.credits .column{width:100%}#footer #footer-container .footer-row.credits .column ul{flex-direction:column}#footer #footer-container .footer-row.credits .column:first-of-type ul li,#footer #footer-container .footer-row.credits .column:last-of-type ul li{margin:0}#footer #footer-container .footer-row.credits{margin-top:30px;border-top:0}}div.member{display:none}span.showhidepassword{position:absolute;top:45%;left:220px;background-size:18px 18px;background-repeat:no-repeat;background-position:9px 9px;width:36px;height:36px}span.showhidepassword.show{background-image:url(/images/icons/eye-open.svg)}span.showhidepassword.hide{background-image:url(/images/icons/eye-close.svg)}#paymentloading{display:none}div.page_content.warheads{width:90%!important}div.page_content.warheads div.container{display:flex;align-items:stretch;gap:40px;margin-top:50px}div.page_content.warheads div.container div.column{width:calc(100% / 3)}div.page_content.warheads div.container div.column label{display:inline-block;width:100%}div.page_content.warheads input:not([type="radio"]),div.page_content.warheads select{height:32px;border-radius:6px;width:250px}@media screen and (max-width:1000px){div.page_content.warheads div.container{flex-direction:column}div.page_content.warheads div.container div.column{width:100%}}div.page_content.warheads input.shopbtn{width:unset;padding:10px 15px 25px 15px;height:40px}.loginscreen{display:none;right:0;padding:10px;width:350px;z-index:10;position:absolute;background-color:#000;border:2px solid var(--primarycta)}.loginscreen span.showhidepassword{top:unset;margin-top:10px;left:unset;right:16px}.loginscreen input[type=text],.loginscreen input[type=password]{width:90%;border-radius:4px;font-size:1.2em;padding:2px;height:32px;margin:5px}.loginscreen label.error{z-index:3;text-align:left;position:absolute;display:inline-block;width:280px;left:2px;color:var(--primarycta);margin-top:-22px}input.loginbtn{background-color:var(--primarycta);height:32px;padding:2px 20px;border:0;border-radius:4px;margin-right:5px;margin-top:10px}input.loginbtn:hover{background-color:#fff}div.page_content.warheads div.labelfield div.error{font-size:.7em;position:absolute;margin-top:-62px;margin-left:135px;color:var(--primarycta)}div.page_content.warheads div.labelfield.paymethod div.error{font-size:.7em;position:absolute;margin-top:-22px;margin-left:100px;color:var(--primarycta)}div.labelfield{max-height:67px}label.paymethod{width:unset!important;position:relative}div.whexclusive{background-color:#300;rotate:-15deg;z-index:3;position:absolute;top:200px;left:30px}.productmedia a .icon svg,.product a .icon svg{fill:var(--primarycta)}.moblogin{display:none}@media screen and (max-width:1000px){div.whexclusive{rotate:unset;z-index:unset;position:relative;top:unset;left:unset;width:unset}}.loginerrormsg{display:none}*.mob{display:none}.shop_products{width:100%}.shop_products h1{width:100%}.shop_products .page_content{min-height:0}.shop_products .shop_products_container{width:102%;margin-left:-1%;padding-top:20px;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start}.shop_products .product{width:23%;margin:1%;box-sizing:border-box;position:relative;border:3px solid var(--accents);border-radius:3px;padding-bottom:30px}.shop_products .product a{display:block;text-align:center;color:var(--main)}.shop_products .product span{display:block;line-height:1.4}.shop_products .product .product_info{padding:0 0;font-size:.9em}.shop_products .product span.title{font-weight:400;display:block;margin-bottom:20px;padding:0 15px}.shop_products .product span.price{margin-bottom:20px;margin-top:-5px;font-weight:700}.shop_products .product .img,.shop_products .product .img img{width:100%;display:block;box-sizing:border-box;position:relative}.shop_products .product .img{height:300px;background:var(--background)}.shop_products .product .img img{object-fit:contain;width:100%;height:100%;padding:20px}@media screen and (max-width:1200px){.shop_products .product .img{height:300px}}@media screen and (max-width:1000px){.shop_products .shop_products_container{padding-top:30px}.shop_products{width:100%}.shop_products .product{width:100%;margin:0;margin-bottom:10px;padding:20px 0}.shop_products .product a{display:flex;flex-direction:row;text-align:left}.shop_products .product .img{width:50%;height:150px}.shop_products .product .img img{display:block;width:100%;height:100%;object-fit:contain;padding:0}.shop_products .product .product_info{width:60%;padding:0 10px;padding-right:0;box-sizing:border-box}.shop_products .product span.title{padding:0}.shop_products .product span.price{margin-bottom:20px}.shop_products .product:last-of-type{margin-bottom:0}}.page_content.product{display:flex;width:100%}.page_content.product .product_column{width:50%;box-sizing:border-box;position:relative}.page_content.product .product_column.first{width:60%;padding-top:40px}.page_content.product .product_column.second{width:40%;background:var(--accents)}.productmedia{min-height:460px}.slides{padding:30px 0;margin-bottom:20px}.slides .slide{height:400px;display:block}.slides .slide img{width:100%;height:100%;object-fit:contain;display:block;margin:0 auto}.slides .owl-dots{margin-top:30px}.page_content.product .product_column .description,.page_content.product .product_column .order{width:100%}.page_content.product .product_column .description{text-align:center;padding:0 50px;box-sizing:border-box;padding-bottom:50px}.page_content.product .product_column .description h1{padding-bottom:10px}.page_content.product .product_column .description h3{margin-top:20px;cursor:pointer;padding:17px 25px;margin:0 0;border-radius:35px;border:0;display:inline-block;background:var(--accents);color:var(--main);line-height:1;box-sizing:border-box;-webkit-appearance:none;appearance:none;text-align:center;font-family:inherit;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer;width:auto;font-size:.8em;margin-top:30px}.page_content.product .product_column .description blockquote{display:none;text-align:left;font-size:.7em;background:var(--accents);padding:5%;margin-top:20px}.page_content.product .product_column .description blockquote:after{content:"";width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #000;position:absolute;left:50%;top:0}.page_content.product .product_column .order{box-sizing:border-box;padding:40px}.page_content.product .product_column .order>span{display:block}.page_content.product .product_column .order span.title{font-size:1.4em}.page_content.product .product_column .order span.price{font-size:1.4em;font-weight:700;margin-bottom:10px;display:block}.page_content.product .product_column .order .product_variant,.page_content.product .product_column .order .product_option,.page_content.product .product_column .order .product_quantity{width:100%;position:relative;margin-bottom:10px;display:flex}.page_content.product .product_column .order .product_quantity{padding-top:10px}.page_content.product .product_column .order input[type=text],.page_content.product .product_column .order textarea,.page_content.product .product_column .order .product_option select,.page_content.product .product_column .order .product_variant select,.page_content.product .product_column .order .product_quantity select{margin-top:0;padding:5px;width:55%;box-sizing:border-box;border:1px solid transparent;background-color:var(--background);font-family:inherit;font-size:inherit;-webkit-appearance:none;border-radius:3px}.page_content.product .product_column .order textarea{height:100px;resize:none}.page_content.product .product_column .order .product_option select,.page_content.product .product_column .order .product_variant select,.page_content.product .product_column .order .product_quantity select{background-image:url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHBhdGggZD0iTTIzLDEzbC0yLjgtMi44TDE0LDE2LjRWMGgtNHYxNi40bC02LjItNi4yTDEsMTNsMTEsMTFMMjMsMTN6Ii8+Cjwvc3ZnPgo=);background-size:12px 12px;background-position:calc(100% - 10px) 50%;background-repeat:no-repeat;background-color:var(--secondarycta)}.page_content.product .product_column .order .product_option span.opt_name,.page_content.product .product_column .order .product_variant span.var_name,.page_content.product .product_column .order .product_quantity span.opt_name{width:45%}.page_content.product .product_column .order .btn{margin-top:30px;width:100%}.ext-flex{display:flex;flex-wrap:wrap;margin:10px 0;margin-bottom:20px}.printful_activate{display:flex;align-items:flex-start;cursor:pointer;padding:10px;width:48%;box-sizing:border-box;margin-right:2%;border-radius:3px}.printful_activate.notinstock{cursor:default;opacity:.5}div.printful_activate.notinstock div.notinstock{font-size:.8em;position:absolute;background-color:var(--accents);display:none}.printful_activate .ext-product-image{width:20px;background:var(--background);margin-right:20px;padding:10px}.printful_activate .ext-product-image img{display:block;object-fit:contain;object-position:50% 50%;width:100%;height:100%}.printful_activate .ext-product-info{line-height:1.2;font-size:.7em;padding:0;padding-left:0}.printful_activate .ext-product-info .size{font-weight:700}.ext-product-info-specs{display:none}.printful_choice{opacity:0}.printful_activate{border:2px solid transparent;background-color:transparent}.printful_activate.active{border:2px solid var(--primarycta);background-color:var(--primarycta);color:var(--background)}@media screen and (max-width:1200px){.productmedia{min-height:360px}}@media screen and (max-width:1000px){.slides{padding:20px 0}.slides .slide{height:300px;display:block}.slides .owl-dots{margin-top:10px}.page_content.product{flex-direction:column}.page_content.product .product_column.first{order:0;padding-top:60px}.page_content.product .product_column.second{order:1;position:relative;top:auto}.productmedia{min-height:300px}.page_content.product .product_column,.page_content.product .product_column.first,.page_content.product .product_column.second{width:100%;padding-right:0}.page_content.product .product_column .order{padding:30px}.page_content.product .product_column .order .btn{margin-top:10px}.page_content.product .product_column .order .product_option,.page_content.product .product_column .order .product_variant,.page_content.product .product_column .order .product_quantity{flex-direction:column}.page_content.product .product_column .order input,.page_content.product .product_column .order textarea,.page_content.product .product_column .order .product_option select,.page_content.product .product_column .order .product_variant select,.page_content.product .product_column .order .product_quantity select,.page_content.product .product_column .order .product_option span.opt_name,.page_content.product .product_column .order .product_variant span.var_name,.page_content.product .product_column .order .product_quantity span.opt_name{width:100%}.page_content.product .product_column .description{padding-left:10px;padding-right:10px;font-size:.8em;padding-bottom:20px}.printful_activate{padding:0}}.shopNotification{position:fixed;top:0;left:0;height:0;width:100%;z-index:9999;overflow:hidden}.shopNotification.show{height:100%;opacity:1}.shopNotification .outer{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0);transition:background 150ms ease}.shopNotification.show .outer{background:rgba(0,0,0,.6)}.shopNotification .inner{width:100%;max-width:300px;background:var(--background);position:absolute;bottom:50%;left:50%;transform:translate(-50%,50%);box-sizing:border-box;opacity:0;z-index:2;transition:opacity 150ms ease 0ms,transform 0ms ease 150ms;display:flex;justify-content:space-between;flex-direction:column}.shopNotification.show .inner{opacity:1;padding:30px;text-align:center}.shopNotification.show .inner .basket{margin-bottom:20px}.shopNotification .inner .full{width:100%;padding:30px;text-align:center;box-sizing:border-box}.shopNotification .inner .title{font-weight:700;font-size:1.2em;line-height:1.2;display:block;margin-bottom:1em;text-transform:lowercase}.shopNotification .inner .left .product{display:block}.shopNotification.show .inner .close.txt{margin-top:20px;cursor:pointer;display:block;text-transform:lowercase}@media screen and (max-width:1000px){.shopNotification .inner{flex-direction:column}.shopNotification .inner .left,.shopNotification .inner .right{width:100%}.shopNotification.show .inner .close.txt{position:static;margin-top:20px}.shopNotification .inner .right .shopbtn{margin-top:20px}}.shop_cart_empty{min-height:500px}.shop_cart{width:100%;border:2px solid var(--accents);box-sizing:border-box}.shop_cart .header,.shop_cart .row{width:100%;padding:20px 0;display:flex;justify-content:space-between;border-bottom:2px solid var(--accents)}.shop_cart .header{color:#999}.shop_cart div{box-sizing:border-box;width:17.5%}.shop_cart div.artikel{width:30%}.shop_cart div.artikel span.title{font-weight:700}.shop_cart div.artikel span.option{display:block}.shop_cart div.img img{display:block;width:70%;margin:0 auto}.shop_cart div select{font-size:inherit;font-family:inherit;border-color:#ccc;padding:5px}.shop_cart div span.optname{color:#999}.shop_cart select{background-image:url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHBhdGggZD0iTTIzLDEzbC0yLjgtMi44TDE0LDE2LjRWMGgtNHYxNi40bC02LjItNi4yTDEsMTNsMTEsMTFMMjMsMTN6Ii8+Cjwvc3ZnPgo=);background-size:12px 12px;background-position:calc(100% - 10px) 50%;background-repeat:no-repeat;-webkit-appearance:none;font-family:inherit;width:60px;border-radius:0;line-height:1}.shop_cart .row span.remove_item{position:relative;width:12px;height:12px;display:inline-block;margin-top:5px;margin-left:6px;cursor:pointer;background-image:url(/images/icons/form-warning.svg);background-size:12px 12px;opacity:.5}.shop_cart .row span.remove_item:hover{opacity:1}.shop_cart .totals{width:100%;display:flex;justify-content:flex-end;padding-top:20px;padding-bottom:20px}.shop_cart .totals span{display:block}.shop_cart .totals span.value{font-weight:700;font-size:1.2em;white-space:nowrap}.shop_cart .shopbtn-row{display:flex;justify-content:flex-end;width:100%;padding:30px;padding-top:0}.shop_cart .shopbtn-row a.shopbtn.toOrder{max-width:100%;margin:0}@media screen and (max-width:1000px){.shop_cart .header{display:none}.shop_cart .row{flex-wrap:wrap;padding:1em}.shop_cart div,.shop_cart div.artikel{width:100%}.shop_cart div.img{margin-bottom:10px}.shop_cart div.img img{width:30%;margin:0}.shop_cart .totals{padding:1em}.shop_cart .totals span.value{font-size:1em}.shop_cart div span.optname,.mob{color:#999;display:inline-block;width:50%}.mob:after{content:": "}.shop_cart .shopbtn-row a.shopbtn.toOrder{width:100%}}.shop_order_form{display:flex}.shop_order .shop_order_form div.column{width:33.333%;border:2px solid var(--accents);box-sizing:border-box;padding:2em;position:relative;min-height:250px}.shop_order .shop_order_form div.column:nth-of-type(2){border-left:0;border-right:0}.shop_order .shop_order_form div.column.half{width:50%}.shop_order .shop_order_form div.column .shopbtn.bottomright{position:absolute;right:0;bottom:0;margin:30px;width:calc(100% - 60px)}.shop_order .shop_order_form div.column div.formelem{width:100%;display:block;margin-bottom:1em;display:flex;position:relative}.shop_order .shop_order_form div.column div.formelem.flexcolumnized{flex-direction:column}.shop_order .shop_order_form div.column div.formelem span{display:block;font-size:.8em;width:50%;line-height:2.1em;box-sizing:border-box;padding-right:1em}.shop_order .shop_order_form div.column h3{font-size:1.3em;font-weight:400;margin-bottom:.4em}.shop_order form input[type=text],.shop_order form textarea,.shop_order form select{border:1px solid #d5d5d5;background-color:var(#fff000);border-radius:0;box-sizing:border-box;color:#333;float:left;font-family:inherit;font-size:inherit;padding:5px;width:50%;transition:border 150ms ease;-webkit-appearance:none;font-size:.9em}.shop_order form select{background-image:url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHBhdGggZD0iTTIzLDEzbC0yLjgtMi44TDE0LDE2LjRWMGgtNHYxNi40bC02LjItNi4yTDEsMTNsMTEsMTFMMjMsMTN6Ii8+Cjwvc3ZnPgo=);background-size:12px 12px;background-position:calc(100% - 10px) 50%;background-repeat:no-repeat}.shop_order form input.telefoon{width:40%}.shop_order form input.postcode{width:30%}.shop_order form input.huisnr{width:15%}.shop_order form input[readonly]{background:#f5f5f5}.shop_order label.radiobtn,.shop_order label.checkbox{display:block;width:100%;position:relative;box-sizing:border-box;padding-left:35px;float:left;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;user-select:none;font-size:.8em}.shop_order label.radiobtn input,.shop_order label.checkbox input{position:absolute;margin:0;top:4px;left:0;background:var(--secondarycta);border:1px solid #d5d5d5;-webkit-appearance:none;width:20px;height:20px;border-radius:14px;cursor:pointer}.shop_order label.radiobtn input:checked,.shop_order label.checkbox input:checked{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMjAuMjg1IDJsLTExLjI4NSAxMS41NjctNS4yODYtNS4wMTEtMy43MTQgMy43MTYgOSA4LjcyOCAxNS0xNS4yODV6Ii8+PC9zdmc+);background-size:12px 12px;background-position:50% 50%;background-repeat:no-repeat}.shop_order label.error{background:rgba(191,0,0,1);color:var(--background);font-size:12px;width:auto;text-align:center;padding:2px 4px;display:block;position:absolute;left:37%;top:-17px;line-height:1.2;border-radius:2px 2px 0 0;white-space:nowrap;pointer-events:none;z-index:9;transition:all 150ms ease;opacity:0}.shop_order label.error[for=akkoord]{opacity:1;left:auto;right:0}.shop_order form input.error:not([readonly]),.shop_order form textarea.error,.shop_order form select.error{border:1px solid rgba(191,0,0,1)}.shop_order *:focus:not([readonly])+label.error{opacity:1}div.shop_order div.subset{width:100%;float:left;clear:both}div#bezorgadresoptie,div#bezorgadres{display:none;opacity:0}.shop_order div.column.half.forty{width:40%;border-right:2px solid var(--accents)}.shop_order div.column.half.sixty{width:60%;border-right:2px solid var(--accents)}div.shop_order div.shop_cart{box-sizing:border-box;width:100%;font-size:.8em;margin-top:1em}div.shop_order div.shop_cart div.totals{flex-direction:column;justify-content:flex-end;padding:30px;width:100%}div.shop_order div.shop_cart div.totals div{display:flex;width:100%}div.shop_order div.shop_cart div.totals div span{width:50%}div.shop_order div.shop_cart div.totals div span:nth-of-type(2){text-align:right}div.shop_order div.shop_cart div.totals div.totaal{color:var(--primarycta);font-weight:700;font-size:1.2em}div.shop_order .orderset .itm{width:100%;display:block;border-bottom:1px solid #ddd;margin-bottom:.25em;padding-bottom:.25em;display:flex;font-size:.9em}div.shop_order .orderset .itm>span{display:inline-block}div.shop_order .orderset .itm>div{display:block}div.shop_order .orderset .itm>.k{width:45%;color:#999}div.shop_order .orderset .itm>.v{width:55%}div.shop_order .orderset .block{display:block;width:100%;float:left;margin-bottom:.5em}div.shop_order div.afronden{display:block;width:100%;float:left;margin-top:1em}div.afronden .shopbtn{float:right}div.shop_order div.goback{margin-top:20px}div#paymentloading{background:var(--accents);float:left;margin:10px 0 20px;padding:16px 24px;background-image:url(../../../images/icons/loading.gif);background-size:16px 16px;background-position:16px center;background-repeat:no-repeat;padding-left:48px;width:100%;box-sizing:border-box;display:none}div#ordercancelled{display:none}div.addressloading{width:16px;height:16px;background-image:url(../../../images/icons/loading.gif);background-size:16px 16px;background-position:0 0;background-repeat:no-repeat;margin:6px 0 0 6px;float:left;display:none}div.shop_paymentreturn .shopbtn{float:left;margin-right:1em}@media screen and (max-width:1000px){.shop_order_form{flex-direction:column}.shop_order .shop_order_form div.column:nth-of-type(2){border:2px solid var(--accents);border-top:0;border-bottom:0}.shop_order .shop_order_form div.column{width:100%;padding:1em;min-height:0}.shop_order .shop_order_form div.column div.formelem{flex-direction:column}.shop_order form input[type=text],.shop_order form textarea,.shop_order form select{width:100%}.shop_order div.column.half.forty{width:100%;border-right:2px solid var(--accents);border-bottom:2px solid var(--accents)}.shop_order div.column.half.sixty{width:100%;border-right:2px solid var(--accents)}div.shop_order .orderset .itm>div{display:block;float:none}div.shop_order .orderset .itm{flex-direction:column}div.shop_order .orderset .itm>.k,div.shop_order .orderset .itm>.v{width:100%}div.shop_order div.shop_cart div.totals{padding:1em}div.shop_order div.shop_cart div.totals div.totaal{white-space:nowrap}}.breadcrumbs{font-size:.8em;font-style:italic;margin-top:-35px}.product_column .breadcrumbs{position:absolute;left:20px;top:0;z-index:4;margin-top:0}.breadcrumbs ul{display:flex;flex-wrap:wrap}.breadcrumbs ul li{padding-right:10px;color:var(--main);list-style-type:none!important;margin-left:0!important;white-space:nowrap}.breadcrumbs ul li:not(:last-child):after{content:"›";padding-left:10px}.breadcrumbs ul li a{color:var(--main)}.breadcrumbs ul li a:hover{color:var(--primarycta)}.shop_products .breadcrumbs{position:relative;top:auto;left:auto}.shop_products .breadcrumbs ul{justify-content:flex-start}.variationwarn{background-color:var(--error);display:none;color:#fff}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:var(--main)}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(../owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.owl-carousel,.owl-carousel .owl-item{cursor:move;cursor:grab;cursor:-moz-grab;cursor:-webkit-grab}.owl-carousel,.owl-carousel .owl-item:active{cursor:grabbing;cursor:-moz-grabbing;cursor:-webkit-grabbing}.row .owl-carousel .owl-nav{position:absolute;left:50%;top:50%;z-index:999;width:90%;transform:translate(-50%,-50%);display:flex;justify-content:space-between;pointer-events:none}.row .owl-carousel .owl-nav.disabled{display:none}.row .owl-carousel .owl-nav button.owl-next,.row .owl-carousel .owl-nav button.owl-prev{width:50px;height:50px;display:block;background-color:rgba(238,238,238,.8);color:transparent;border-radius:50%;background-size:20px 20px;background-repeat:no-repeat;background-position:50% 50%;pointer-events:all;transition:all 100ms ease-out}.row .owl-carousel .owl-nav button.owl-next:hover,.row .owl-carousel .owl-nav button.owl-prev:hover{background-color:rgba(238,238,238,1);transform:scale(1.3)}.row .owl-carousel .owl-nav button.owl-next{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTMuMDI1IDFsLTIuODQ3IDIuODI4IDYuMTc2IDYuMTc2aC0xNi4zNTR2My45OTJoMTYuMzU0bC02LjE3NiA2LjE3NiAyLjg0NyAyLjgyOCAxMC45NzUtMTF6Ii8+PC9zdmc+)}.row .owl-carousel .owl-nav button.owl-prev{background-image:url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHBhdGggZD0iTTExLDIzbDIuOC0yLjhMNy42LDE0SDI0di00SDcuNmw2LjItNi4yTDExLDFMMCwxMkwxMSwyM3oiLz4KPC9zdmc+Cg==)}.row .owl-carousel .owl-dots{display:flex;justify-content:center;padding:30px 0;padding-bottom:0;position:absolute}.row .owl-carousel .owl-dots .owl-dot{width:10px;height:10px;background:#ccc;margin:0 10px;border-radius:10px}.row .owl-carousel .owl-dots .owl-dot.active{background:var(--main)}