/* reset */ 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; } /* remember to define focus styles! */ :focus {outline: 0; } /* remember to highlight inserts somehow! */ ins {text-decoration: none; } del {text-decoration: line-through; } /* tables still need 'cellspacing="0"' in the markup */ table {border-collapse: collapse; border-spacing: 0; }

/*
   BACKSTAGE 6.1 | TATTOOWORKZ
   2024 - Cybox Backstage CMS
   
   fonts embedden via <link> in de wrapper!
*/

/* BASICS */
html, body {
    height: auto;
}
body {
    /* design color vars*/
    --background: #222; 
    --main: #fff;
    --lighttext: #999;
    --accents: #555; 
    --color: #666; 
    --highlight: #999; 
    --error: #f00; 


    /* general */
    background: var(--background);
    color: var(--main);
    font-family: 'Barlow', sans-serif;
    font-size: 1.4em;
    font-weight: 300;
    line-height: 1.6;
    overflow-x: hidden;
    overflow-y: scroll;
/*    padding-top: 100px;*/
}


body.subpage {
        background-image: url('/images/bg_subpage.png?2');
        background-size: 800px;
        background-position: top left;
        background-repeat: no-repeat;
}
@media screen and (max-width: 1100px) {
    body.subpage {
        background-size: 100%;
    }
}
body.subpage.page13,
body.subpage.page6 {
    background-image: none;
}
a {
    text-decoration: none;
    color: var(--color);
}
a:hover {
    color: var(--highlight);
}
/*body:after {
    content: "";
    width: 100%;
    height: 100px;
    position: absolute;
    left:  0;
    top:  0;
    background: var(--accents);
}*/

/* SVG ICONS AS IMAGES > generate color: https://angel-rs.github.io/css-color-filter-generator/     */
.svg-icon {
    display: block;
    width: 100%;
    height: 100%;
    filter: brightness(0) saturate(100%) invert(100%) sepia(5%) saturate(0%) hue-rotate(319deg) brightness(105%) contrast(105%);
}

.svg-icon:hover {
    /* hover */
}

/* OVERALL TYPE & BUTTONS */
h1 {
    font-size: 2em;
    line-height: 1.2;
    font-weight: 700;
    padding-bottom: 0.7em;
    margin-top: -10px;
    max-width: 600px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
body.homepage h1 {
    font-size: 3em;
    max-width: 800px;
}
h2 {
    font-size: 1.4em;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 1em;
}
h3 {
    font-size: 1.4em;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 1em;
}
h4 {
    font-size: 1.4em;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 1em;
}

/* BUTTONS */
.btn {
	padding: 17px 25px;
    margin: 0px 0;
    border-radius: 5px;
	border: 0;
	display: inline-block;
	background: var(--main);
	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: .8em;
}
.btn:hover {
	background: var(--lighttext);
	color: var(--background);
}
.btn.grey {
	opacity: 0.5;
	background: var(--accents);
	color: var(--main);
}

.back-link {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    padding-top: 30px;
}
.back-link a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 20px;
    color: var(--main);
}
.back-link img {
    width: 20px;
    height: 20px;
}

/* NAV */
#header {
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 7;
    display: none;
/*    background: var(--background);*/
}
/*body.scroll #header {
    background: rgba(34,34,34,0.5);

    -webkit-backdrop-filter: saturate(180%) blur(20px);
backdrop-filter: saturate(180%) blur(20px);

}*/
#header #header-container {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#header #logo,
#logo-footer {
    width: 150px;
}
#header #logo a,
#logo-footer a{
    display: block;
}
#header #logo img,
#logo-footer img {
    display: block;
    width: 100%;
    pointer-events: none;
}
#menu-holder {
    display: flex;
    flex-direction: column;  
    align-items: flex-end; 
}
ul#menu {
    display: flex;
    column-gap: 30px;
    position: relative;
    line-height: 1;
    order: 2;
}
ul#menu li {
    position: relative;
    white-space: nowrap;
}
ul#menu li a.master {
    color: var(--main);
    font-weight: 400;
    font-size: 1.3em;
    z-index: 2;
    position: relative;
}
ul#menu li.active a.master {
    color: var(--color);
}
ul#menu li a.master:hover {
    color: var(--highlight);
}
ul#menu li.hassub ul.sub {
    line-height: 1.8;
    position: absolute;
    bottom: 0px;
    left: -30px;
    visibility: hidden;
    transform: translateY(100%);
    padding: 25px 30px;
    padding-top: 25px;
    background: var(--accents);
    min-width: 200px;
    white-space: nowrap;
    z-index: 1;
}
ul#menu li.hassub a.master {
    padding-right: 16px;
}
ul#menu li.hassub a.master img /* down arrow */ {
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
    /*    filter: brightness(0) saturate(100%) invert(92%) sepia(42%) saturate(2727%) hue-rotate(45deg) brightness(83%) contrast(78%);*/
}
ul#menu li.hassub:hover ul.sub {
    visibility: visible;
}
ul#menu li.hassub ul.sub li a {
    color: var(--main);
}
ul#menu li.hassub ul.sub li.active a {
    color: var(--color);
}
ul#menu li.hassub ul.sub li a:hover {
    color: var(--highlight);
}
ul#menu li.hassub ul.sub li ul.subsub {
    margin-left: 20px;
}
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(--color);
}
ul#menu li.hassub ul.sub li.active ul.subsub li a:hover {
    color: var(--highlight);
}
ul#menu-second {
    order:  0;
    display: flex;
    column-gap: 20px;
    font-size: .7em;
    transform: translateY(-3px); 
}
ul#menu-second li a { 
    color: var(--main);
}
ul#menu-second li.active a,
ul#menu-second li a:hover {
    color: var(--color);
}
ul#menu-second li.hassub ul.sub {
    display: none;
}
.nav-button {
    width: 70px;
    height: 70px;
    position: fixed;
    bottom: 40px;
    right: 50px;
    cursor: pointer;
    border-radius: 10px;
    background: #333;
    z-index: 9;
}
.nav-button a {
    display: block;
    width: 100%;
    height: 100%;
}
.nav-button img {
    fill: var(--main);
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.nav-button#menu-button {
    right: 20px;
    display: none;
    z-index: 4;  
}
.nav-button#cart-button {
    
/*    border: 1px solid var(--accents);*/
}
/*.nav-button#cart-button a:before {
    content: "Winkelwagen";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) translateX(-100%);
    padding-right: 0px;
    color: var(--color);
    font-weight: normal;
    text-transform: none;
}*/
.nav-button#search-button {
    right: 80px;
}
.nav-button#cart-button .cart-num {
    font-size: 0.8em;
    font-weight: 700; 
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: var(--main);
    position: absolute;
    top: -16px;
    right: -16px;
    background: var(--background);
/*    border: 1px solid var(--accents);*/
    border-radius: 20px;
}

/* CONTENT */
.row {
    padding: 60px 0;
}
.content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
    width: 90%;
    margin: 0px auto;
    column-gap:  60px;
}
.content .page_content {
    
    word-wrap: break-word;
    width: 100%;
    box-sizing: border-box;
    order: 1;
    position: relative;
/*    min-height: 660px;*/
}
.content .page_content.flex {
    display: flex;
    column-gap: 60px;
    flex-grow: 1;
}

.content .page_content img.logo-intro {
    width: 250px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.content .page_content.hasmedia {
    width: 60%;
}
.content .media {
    order: 1;
    width: 250px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}
.content .media a {
    position: relative;
    display: block;
}
.content .media a img {
    width: 100%;
    display: block;
}
.icon {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.5);
/*    border: 1px solid var(--accents); */
    border-radius: 50px;

    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);

}
a:hover .icon {
    display: block;
}
a.video .icon, .productmedia a.video .icon {
    display: block;
}
.icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 20px;
    height: 20px;
}
.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;   
}

/* MAPS */
#map_canvas {
    height: 90vh; 
    width: 100%; 
    clear: both; 
}

/* FOOTER */
footer {
    
    padding: 60px 0;
    padding-bottom: 60px;
    font-size: .8em;
    position: relative;

        font-family: "Courier Prime";
    color: var(--accents);
}
#footer {
   
}
#footer,
#footer a,
#footer a svg {
    color: var(--accents);
}
#footer li a:hover ,
#footer li a:hover svg,
#footer li .back-to-top:hover  {
    color: #333;
    cursor: pointer;
}
#footer #footer-container {
    max-width: 1200px;
    width: 90%;
    position: relative;
    margin: 0px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;  
    column-gap: 40px;   
}
#footer #footer-container .column {
    box-sizing: border-box;
}
/* #footer #footer-container .column.two-col ul {
    columns:  2;
    column-gap:  30px;
} */
#footer #footer-container .column ul li {
    white-space: nowrap;
}
#footer #footer-container .social-buttons {
    position: absolute;
    right: 0;
    top: 0;
}
#footer #footer-container .social-buttons ul {
    display: flex;
    column-gap: 15px;
}
#footer #footer-container .social-buttons ul li a {
    display: block;
    width: 30px;
    height: 30px;
    position: relative;  
    cursor: pointer;  
}
#footer #footer-container .social-buttons ul li a img {
    display: block;
    width: 100%;
    height: 100%;
    transform: translateY(0px);
    margin: 0;
}
#credits {
    padding-top: 70px; 
}
#credits #credits-container {
    font-size: .8em;
    max-width: 1200px;
    width: 90%;
    position: relative;
    margin: 0px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
}
#credits #credits-container ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
}
#credits #credits-container ul li a {
    color: var(--main);
}
#credits #credits-container ul li img,
.cybox-tag img {
    margin-right: 0;
    width: 15px;
    height: 15px;
    margin-left: 10px;
    fill: var(--main);
    margin-top: 2px;
}
#credits #credits-container ul li .cybox-tag a,
#credits #credits-container ul li .back-to-top {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.cybox-tag {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: .8em;
    opacity: 0.5;
}
.cybox-tag a {
    color: var(--main);
    display: flex;
    align-items: center;
}


/* MAILSTAGE */
#ms-success {
    display: none;
}
#ms-fail {
    display: none;
}
#mailstage {

}

/* CLOSE OVERLAY */
#close-overlay /* overlay that closes slideouts: menu, search, language */ {
    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;
}

/* DISABLE SELECTION */
#menu, #header, #submenu, #kiek, #kiek *, #menu-slideout, #contact, .media {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

/* NOTIFICATION WINDOW */
#notification-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    display: flex;
    justify-content: center;
    /* Max duration for this transition: 500ms */
    transition: opacity 200ms ease-in-out;
    pointer-events: none;
}
#notification-wrapper.hidden {
    visibility: hidden;
}
#notification-wrapper.hidden #notification-window {
    pointer-events: none;
}
#notification-window {
    position: relative;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 60px;
    font-size: 1.1em;
    line-height: 1.1;
    max-width: 500px;
    pointer-events: auto;
}
#notification-window.info {
    background: var(--color);
}
#notification-window.error {
    background: var(--error);
}
#notification-window .close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 1.4em;
    line-height: .5;
    cursor: pointer;
}