@import url("https://fonts.googleapis.com/css?family=Raleway:200,700|Source+Sans+Pro:300,600,300italic,600italic");

/* ============================================================
   RESET & BASE
   ============================================================ */

html, body, div, span, h1, h2, h3, h4, h5, h6, p,
blockquote, a, cite, em, img, strong, b, u, i,
ul, li, label, nav, section, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

nav, section {
    display: block;
}

body {
    line-height: 1;
}

ul {
    list-style: none;
}

blockquote {
    quotes: none;
}

blockquote:before,
blockquote:after {
    content: '';
    content: none;
}

body {
    -webkit-text-size-adjust: none;
    -ms-overflow-style: scrollbar;
}

mark {
    background-color: transparent;
    color: inherit;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input,
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

@media screen and (max-width: 480px) {
    html, body {
        min-width: 320px;
    }
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body.is-preload *,
body.is-preload *:before,
body.is-preload *:after {
    animation: none !important;
    transition: none !important;
}

/* ============================================================
   TYPOGRAPHY
   ============================================================ */

body,
input,
textarea {
    color: #ffffff;
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-size: 16.5pt;
    font-weight: 300;
    line-height: 1.65;
}

@media screen and (max-width: 1680px) {
    body, input, textarea { font-size: 13pt; }
}

@media screen and (max-width: 1280px) {
    body, input, textarea { font-size: 12pt; }
}

@media screen and (max-width: 980px) {
    body, input, textarea { font-size: 12pt; }
}

@media screen and (max-width: 736px) {
    body, input, textarea { font-size: 12pt; }
}

@media screen and (max-width: 480px) {
    body, input, textarea { font-size: 12pt; }
}

a {
    transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
    border-bottom: dotted 1px rgba(255, 255, 255, 0.35);
    color: #ffffff;
    text-decoration: none;
}

a:hover {
    border-bottom-color: transparent;
    color: #ffffff !important;
}

strong,
b {
    color: #ffffff;
    font-weight: 600;
}

em,
i {
    font-style: italic;
}

p {
    margin: 0 0 2em 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #ffffff;
    font-family: Raleway, Helvetica, sans-serif;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin: 0 0 1em 0;
    text-transform: uppercase;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    text-decoration: none;
    border-bottom: 0;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    font-weight: 200;
}

h1.major, h2.major, h3.major, h4.major, h5.major, h6.major {
    padding-bottom: 1em;
    border-bottom: solid 2px rgba(255, 255, 255, 0.125);
}

h1 {
    font-size: 1.3em;
    text-align: center;
}

h2 {
    font-size: 1.2em;
}

h4 {
    font-size: 0.7em;
    font-style: italic;
}

@media screen and (max-width: 736px) {
    h2 { font-size: 1em; }
}

blockquote {
    border-left: solid 4px rgba(255, 255, 255, 0.125);
    font-style: italic;
    height: auto;
    margin: auto;
    padding: 0.5em 0 0.5em 2em;
}

hr {
    border: 0;
    border-bottom: solid 2px rgba(255, 255, 255, 0.125);
    margin: 2.5em 0;
}

/* ============================================================
   LISTS
   ============================================================ */

ul {
    list-style: disc;
    margin: 0 0 2em 0;
    padding-left: 1em;
}

ul li {
    padding-left: 0.25em;
}

ul.copyright {
    list-style: none;
    padding: 0;
}

/* ============================================================
   FORM ELEMENTS (used in dialogs)
   ============================================================ */

label {
    color: #ffffff;
    display: block;
    font-family: Raleway, Helvetica, sans-serif;
    font-size: 0.8em;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin: 0 0 0.7em 0;
    text-transform: uppercase;
}

textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: rgba(255, 255, 255, 0.025);
    border-radius: 5px;
    border: solid 2px rgba(255, 255, 255, 0.125);
    color: inherit;
    display: block;
    outline: 0;
    padding: 0.75em 1em;
    text-decoration: none;
    width: 100%;
}

textarea:invalid {
    box-shadow: none;
}

textarea:focus {
    border-color: #5b6ba6;
}

::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.35) !important;
    opacity: 1.0;
}
:-moz-placeholder {
    color: rgba(255, 255, 255, 0.35) !important;
    opacity: 1.0;
}
::-moz-placeholder {
    color: rgba(255, 255, 255, 0.35) !important;
    opacity: 1.0;
}
:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.35) !important;
    opacity: 1.0;
}

input[type="checkbox"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    display: block;
    float: left;
    margin-right: -2em;
    opacity: 0;
    width: 1em;
    z-index: -1;
}

input[type="checkbox"] + label {
    text-decoration: none;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 300;
    padding-left: 2.4em;
    padding-right: 0.75em;
    position: relative;
}

input[type="checkbox"] + label:before {
    background: rgba(255, 255, 255, 0.025);
    border-radius: 5px;
    border: solid 2px rgba(255, 255, 255, 0.125);
    content: '';
    display: inline-block;
    font-size: 0.8em;
    height: 2.0625em;
    left: 0;
    line-height: 2.0625em;
    position: absolute;
    text-align: center;
    top: 0;
    width: 2.0625em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-variant: normal;
    text-rendering: auto;
    text-transform: none !important;
}

input[type="checkbox"]:checked + label:before {
    background: #ffffff;
    border-color: #ffffff;
    content: '\f00c';
    color: #2e3141;
}

input[type="checkbox"]:focus + label:before {
    border-color: #4c5c96;
}

/* ============================================================
   BUTTONS (native + .button-86)
   ============================================================ */

button {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    transition: background-color 0.2s ease-in-out;
    background-color: transparent;
    border-radius: 5px;
    border: 0;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.125);
    color: #ffffff !important;
    cursor: pointer;
    display: inline-block;
    font-family: Raleway, Helvetica, sans-serif;
    font-size: 0.8em;
    font-weight: 700;
    height: 3.75em;
    letter-spacing: 0.1em;
    line-height: 3.75em;
    padding: 0 2.25em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

button:hover {
    background-color: rgba(255, 255, 255, 0.025);
}

button:active {
    background-color: rgba(255, 255, 255, 0.075);
}

@media screen and (max-width: 480px) {
    button { padding: 0; }
}

/* ============================================================
   BANNER
   ============================================================ */

#banner {
    padding: 10em 0 4.75em 0;
    align-items: center;
    text-align: center;
    justify-content: center;
}

#banner .inner {
    margin: 0 auto;
    width: 55em;
}

#banner h1 {
    transition: opacity 0.5s ease, transform 0.5s ease, filter 0.25s ease;
    transition-delay: 0.65s;
    filter: blur(0);
    opacity: 1;
    border-bottom: solid 2px rgba(255, 255, 255, 0.125);
    font-size: 2.25em;
    margin-bottom: 0.8em;
    padding-bottom: 0.4em;
}

@media screen and (max-width: 1280px) {
    #banner {
        padding: 7em 0 8.25em 0;
        background-size: auto, cover;
        background-position: center, center;
        margin-bottom: -6.5em;
    }
}

@media screen and (max-width: 980px) {
    #banner {
        padding: 12em 3em 12.375em 3em;
        margin-bottom: -4.75em;
    }
    #banner .inner {
        width: 100%;
    }
}

@media screen and (max-width: 736px) {
    #banner {
        padding: 5em 2em 4.25em 2em;
        margin-bottom: -2.5em;
    }
    #banner h2 {
        font-size: 1.5em;
    }
}

/* ============================================================
   PAGE WRAPPER
   ============================================================ */

#page-wrapper {
    transition: filter 0.25s ease;
}

/* ============================================================
   .WRAPPER SECTIONS
   ============================================================ */

.wrapper {
    background-color: #2e3141;
    margin: 6.5em 0;
    position: relative;
}

.wrapper:before,
.wrapper:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%232e3141%3B' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    display: block;
    height: 6.5em;
    position: absolute;
    width: 100%;
}

.wrapper:before {
    box-shadow: inset 0 -1px 0 0 #2e3141, 0 1px 0 0 #2e3141;
    left: 0;
    top: -6.5em;
}

.wrapper:after {
    box-shadow: inset 0 -1px 0 0 #2e3141, 0 1px 0 0 #2e3141;
    transform: scaleY(-1);
    bottom: -6.5em;
    left: 0;
}

.wrapper.alt:before {
    transform: scaleX(-1);
}

.wrapper.alt:after {
    transform: scaleY(-1) scaleX(-1);
}

.wrapper .inner {
    padding: 3em 0 1em 0;
    margin: 0 auto;
    width: 55em;
}

.wrapper.style2 {
    background-color: #353849;
}

.wrapper.style2:before,
.wrapper.style2:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%23353849%3B' /%3E%3C/svg%3E");
}

.wrapper.style2:before {
    box-shadow: inset 0 -1px 0 0 #353849, 0 1px 0 0 #353849;
}

.wrapper.style2:after {
    box-shadow: inset 0 -1px 0 0 #353849, 0 1px 0 0 #353849;
}

.wrapper.style3 {
    background-color: #3d4051;
}

.wrapper.style3:before,
.wrapper.style3:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%233d4051%3B' /%3E%3C/svg%3E");
}

.wrapper.style3:before {
    box-shadow: inset 0 -1px 0 0 #3d4051, 0 1px 0 0 #3d4051;
}

.wrapper.style3:after {
    box-shadow: inset 0 -1px 0 0 #3d4051, 0 1px 0 0 #3d4051;
}

.wrapper.spotlight {
    background-color: #4c5c96;
}

.wrapper.spotlight:before,
.wrapper.spotlight:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%234c5c96%3B' /%3E%3C/svg%3E");
}

.wrapper.spotlight:before {
    box-shadow: inset 0 -1px 0 0 #4c5c96, 0 1px 0 0 #4c5c96;
}

.wrapper.spotlight:after {
    box-shadow: inset 0 -1px 0 0 #4c5c96, 0 1px 0 0 #4c5c96;
}

.wrapper.spotlight .inner {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.wrapper.spotlight .content {
    width: 100%;
}

.wrapper.spotlight:nth-child(2n - 1) .inner {
    flex-direction: row-reverse;
    text-align: left;
}

@media screen and (max-width: 980px) {
    .wrapper {
        margin: 4.75em 0;
    }
    .wrapper:before,
    .wrapper:after {
        height: 4.75em;
    }
    .wrapper:before {
        top: -4.75em;
    }
    .wrapper:after {
        bottom: -4.75em;
        left: 0;
    }
    .wrapper .inner {
        padding: 3em 3em 1em 3em;
        width: 100%;
    }
}

@media screen and (max-width: 736px) {
    .wrapper {
        margin: 2.5em 0;
    }
    .wrapper:before,
    .wrapper:after {
        height: 2.5em;
    }
    .wrapper:before {
        top: -2.5em;
    }
    .wrapper:after {
        bottom: -2.5em;
        left: 0;
    }
    .wrapper .inner {
        padding: 2em 2em 0.1em 2em;
    }
    .wrapper.spotlight .inner {
        align-items: flex-start;
    }
}

@media screen and (max-width: 360px) {
    .wrapper .inner {
        padding: 2em 1.5em 0.1em 1.5em;
    }
}

/* ============================================================
   FOOTER
   ============================================================ */

#footer .inner {
    padding: 5em 0 3em 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 55em;
}

#footer .inner > * {
    width: 100%;
}

#footer .inner .copyright {
    border-top: solid 2px rgba(154, 206, 255, 0.733);
    list-style: none;
    margin: 4em 0 2em 0;
    padding: 2em 0 0 0;
    width: 100%;
}

#footer .inner .copyright li {
    border-left: solid 2px rgba(154, 206, 255, 0.733);
    color: rgb(184, 220, 255);
    display: inline-block;
    font-size: 0.9em;
    line-height: 1;
    margin-left: 1em;
    padding: 0;
    padding-left: 1em;
}

#footer .inner .copyright li:first-child {
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
}

#footer .inner .copyright li a {
    color: inherit;
}

@media screen and (max-width: 1280px) {
    #footer {
        background-size: auto, cover;
        background-position: center, center;
        margin-top: -6.5em;
        padding-top: 6.5em;
    }
}

@media screen and (max-width: 980px) {
    #footer {
        margin-top: -4.75em;
        padding-top: 4.75em;
    }
    #footer .inner {
        padding: 3em 3em 1em 3em;
        display: block;
        width: 100%;
    }
    #footer .inner .copyright {
        margin: 4em 0 2em 0;
    }
}

@media screen and (max-width: 736px) {
    #footer {
        margin-top: -2.5em;
        padding-top: 2.5em;
    }
    #footer .inner {
        padding: 2em 2em 0.1em 2em;
    }
}

@media screen and (max-width: 480px) {
    #footer .inner .copyright li {
        border-left: 0;
        display: block;
        margin: 1em 0 0 0;
        padding-left: 0;
    }
    #footer .inner .copyright li:first-child {
        margin-top: 0;
    }
}

@media screen and (max-width: 360px) {
    #footer .inner {
        padding: 2em 1.5em 0.1em 1.5em;
    }
}

/* ============================================================
   VIDEO ACHTERGROND
   ============================================================ */

video {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1000;
}

/* ============================================================
   LOGO
   ============================================================ */

.livix-logo {
    min-width: 10vw;
    max-width: 30vw;
    z-index: 500;
    position: relative;
}


/* ============================================================
   KNOPPEN (.button-86)
   ============================================================ */

.button-86 {
    all: unset;
    width: 100%;
    max-width: 80%;
    min-width: 200px;
    height: 80px;
    background: transparent;
    border: none;
    position: relative;
    color: rgba(240, 240, 240, 0.815);
    font-weight: bold;
    font-size: 1.6rem;
    cursor: pointer;
    z-index: 1;
    padding: 10px 20px;
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-86::after,
.button-86::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -99999;
    transition: all .4s;
}

.button-86::before {
    transform: translate(0%, 0%);
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.button-86-quote::before {
    background: hsla(221, 90%, 24%, 0.781);
}

.button-86-work::before {
    background: hsla(138, 61%, 51%, 0.699);
}

.button-86::after {
    transform: translate(10px, 10px);
    width: 35px;
    height: 35px;
    background: #ffffff15;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 50px;
}

.button-86:hover::before {
    transform: translate(5%, 20%);
    width: 110%;
    height: 110%;
}

.button-86:hover::after {
    border-radius: 10px;
    transform: translate(0, 0);
    width: 100%;
    height: 100%;
}

.button-86:active::after {
    transition: 0s;
    transform: translate(0, 5%);
}

/* ============================================================
   DIALOGEN
   ============================================================ */

dialog::backdrop {
    background: hsla(0, 0%, 0%, 0.7);
}

dialog {
    color: #fff;
    border-radius: 10px;
    padding: 20px;
    width: 80%;
    height: 80%;
}

#quoteDialog {
    background: hsla(214, 76%, 30%, 0.699);
}

#quoteDialogError {
    color: orange;
    font-weight: bold;
    margin: 10px;
    justify-content: center;
}

#closeQuoteDialog {
    background-color: lightsalmon;
}

#sendQuoteEmail {
    background-color: lightgreen;
}

#workDialog {
    background: hsla(155, 61%, 47%, 0.753);
}

#workDialogError {
    color: red;
    font-weight: bold;
    margin: 10px;
    justify-content: center;
}

#closeWorkDialog {
    background-color: lightsalmon;
}

#sendWorkEmail {
    background-color: lightgreen;
}

#mailconfirm:not(:empty) {
    color: #7ef5b0;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 1.5em 0 0.5em;
    padding: 1em;
    background: rgba(0, 200, 100, 0.15);
    border-radius: 8px;
    border: 1px solid rgba(0, 200, 100, 0.3);
    text-align: center;
}

/* ============================================================
   NAVIGATIEMENU
   ============================================================ */

#menu-bar {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10000;
    background: #2e3450;
    border-bottom: solid 2px #4c5c96;
    padding: 15px 0;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
    opacity: 0.8;
}

#menu-bar a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.15rem;
    margin: 0 20px;
    transition: color 0.2s ease;
    border-bottom: none;
}

#menu-bar a:hover {
    color: #a8b8f0;
}

@media screen and (max-width: 736px) {
    #menu-bar a {
        margin: 0 10px;
        font-size: 0.7rem;
    }
}

/* ============================================================
   TESTIMONIALS
   ============================================================ */

.testimonial-slider {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    padding: 3em;
    margin-top: 2em;
    position: relative;
    overflow: hidden;
}

.testimonial-slider blockquote {
    border-left: none;
    padding: 0;
    margin: 0;
    display: none;
    animation: fadeInSlide 0.6s ease;
}

.testimonial-slider blockquote.active {
    display: block;
}

.testimonial-slider hr {
    display: none;
}

.testimonial-slider p {
    font-style: italic;
    font-size: 1.25rem;
    line-height: 1.6;
    color: #ffffff;
}

.testimonial-slider cite {
    display: block;
    margin-top: 1.5em;
    font-weight: 600;
    color: #4c5c96;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}

.testimonial-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 2em;
}

.testimonial-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255,255,255,0.3);
    cursor: pointer;
    border: none;
    box-shadow: none;
    height: 10px;
    line-height: normal;
    padding: 0;
    min-width: unset;
    transition: background 0.3s ease;
}

.testimonial-dot.active {
    background: #ffffff;
}

@keyframes fadeInSlide {
    from { opacity: 0; transform: translateX(20px); }
    to   { opacity: 1; transform: translateX(0); }
}

@media screen and (max-width: 736px) {
    .testimonial-slider {
        padding: 1.5em;
    }
}

/* ============================================================
   FAQ ACCORDION
   ============================================================ */

.faq-item {
    background: rgba(0, 0, 0, 0.2);
    margin-bottom: 1rem;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.faq-question {
    display: block;
    padding: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.05);
    transition: background 0.3s ease;
    margin: 0;
}

.faq-question:hover {
    background: rgba(255, 255, 255, 0.1);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 1.5rem;
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    transition: max-height 0.4s ease, padding 0.3s ease;
}

.faq-answer--open {
    max-height: 300px;
    padding: 0 1.5rem 1.5rem 1.5rem;
}

.faq-arrow {
    float: right;
    display: inline-block;
    transition: transform 0.3s ease;
}

.faq-arrow--open {
    transform: rotate(180deg);
}

/* ============================================================
   SCROLL FADE-IN ANIMATIE
   ============================================================ */

.fade-in-section {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-in-section.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ============================================================
   IMAGE SLIDER
   ============================================================ */

.slider{
  width:100%;
  height:500px;
  position:relative;
  display:flex;
  justify-content:center;
  align-items:center;
  overflow:hidden;
}

.slide{
  position:absolute;
  opacity:0;
  transition:opacity 1.0s ease;
  will-change:opacity;
}

.slide.active{
  opacity:0.65;
}

.slide.landscape{
  width:100%;
  height:auto;
}

.slide.portrait{
  height:100%;
  width:auto;
}


