/*
 * Slagkracht Website Styles
 * Cleaned up and modernized - removed deprecated CSS properties
 * - Removed IE-specific filters and opacity properties
 * - Removed unnecessary vendor prefixes for modern browsers
 * - Updated to use modern CSS standards
 */

.header-navigation-xs .logo-holder {
    background: url(../img/slagkracht-logo-small-white.svg) no-repeat center;
}

.header-navigation-xs .logo-holder.logo-holder-dark {
    background: url(../img/slagkracht-logo-small-black.svg) no-repeat center;
}

.services-bg-1 {
    background-image: url(../img/services/services-bg-1.jpg);
}

.services-bg-2 {
    background-image: url(../img/services/services-bg-2.jpg);
}

/* Mobile fallback for video background */
@media (max-width: 767px) {
    .hero-bg {
        background-image: url(../mov/slagkracht.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
}

html, body {
    height: 100%;
}

body {
    line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

/*
ol, ul {
    list-style: none;
}
*/
ol {
    counter-reset: section;
    list-style-type: none;
}

ol li::before {
    counter-increment: section;
    content: counters(section, ".") " ";
    width: 50px;
    display: inline-block;
    text-align: right;
    margin-left: -50px;
    padding-right: 16px;
}

li {
    line-height: 2;
}

ol li {
    font-size: 24px;
}

ol li li {
    font-size: 16px;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

*:focus {
    outline: 2px solid #c10f36;
    outline-offset: 2px;
}

a:focus, a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
    border: 0;
    outline: 0;
}

body {
    font-family: facto, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    color: #5f5f5f;
    background: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0;
}

a {
    color: #5f5f5f;
    text-decoration: none;
    outline: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    transition: all 0.5s linear;
}

a:hover,
a:visited,
a:active,
a:focus {
    color: #5f5f5f;
    text-decoration: none;
    outline: none;
    transition: all 0.5s linear;
}

p {
    font-size: 16px;
    color: #5f5f5f;
    line-height: 2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

p a {
    color: #5f5f5f;
    text-decoration: none;
    font-weight: 700;
    outline: none;
    transition: all 0.5s linear;
}

p a:hover {
    color: #5f5f5f;
    text-decoration: none;
    outline: none;
    transition: all 0.5s linear;
}

p.p-light a,
p.p-light a:hover {
    color: #fff;
}

strong {
    font-weight: bold;
}

::-moz-selection,
::selection {
    background: #c10f36;
    color: #fff;
}

.sections {
    position: relative;
    text-align: left;
    z-index: 10;
}

.section-light {
    background: #fff;
}

.section-dark {
    background: #000;
}

.text-light {
    color: #fff;
}

.text-dark {
    color: #000;
}

.upper-page {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    left: 0;
    top: 0;
    margin: 0;
}

.center-container {
    position: absolute;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    background: none;
    z-index: 1;
}

.center-block {
    display: table-cell;
    vertical-align: middle;
}

.center-container-contact-modal,
.center-container-sign-up-modal {
    position: absolute;
    display: table;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: none;
}

.center-block-contact-modal,
.center-block-sign-up-modal {
    display: table-cell;
    vertical-align: middle;
}

.center-block-contact-modal-padding-top,
.center-block-sign-up-modal-padding-top {
    padding: 60px 0 0 0;
}

.center-block-contact-modal-padding-bottom,
.center-block-sign-up-modal-padding-bottom {
    padding: 0 0 60px 0;
}

.center-container-contact-modal h2.section-heading,
.center-container-sign-up-modal h2.section-heading {
    position: relative;
    font-family: raleway, sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 35px;
    text-transform: uppercase;
    letter-spacing: -0.04em;
    text-align: center;
    color: #fff;
    z-index: 1;
}

.center-container.center-container-split-content {
    width: 50%;
    left: 0;
    background: #000;
}

.hero-fullscreen {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 0;
}

.hero-fullscreen-thumbnail-slider {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
}

.hero-bg {
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.hero-fullscreen-FIX {
    width: 100%;
    height: 100%;
}

h1.home-page-title {
    position: relative;
    font-family: raleway, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 85px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin: 21px auto 0 auto;
    width: 100%;
    line-height: 1.2em;
    z-index: 1;
}

@media only screen and (max-width: 880px) {
    h1.home-page-title {
        font-size: 64px;
        margin: 25px auto 0 auto;
    }
}

@media only screen and (max-width: 640px) {
    h1.home-page-title {
        font-size: 42px;
        margin: 18px auto 10px auto;
    }
}

h2.home-page-title {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.65em;
    color: #fff;
    margin: 0 0 0 12px;
}

h2.section-heading {
    position: relative;
    font-family: raleway, sans-serif;
    font-size: 50px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.04em;
    color: #000;
    padding-bottom: 10px;
    z-index: 1;
}

@media only screen and (max-width: 640px) {
    h2.section-heading {
        font-size: 35px;
        padding-bottom: 5px;
    }
}

h2.section-heading.section-heading-light {
    color: #fff;
}

.overlay:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.overlay-top-bottom-dark-75:before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .1) 50%);
    pointer-events: none;
}

.overlay-top-bottom-dark-75-video:before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, .1) 100%);
    pointer-events: auto;
}

.c-btn {
    position: relative;
    display: inline-block;
    border: none;
    background: none;
    letter-spacing: 0.15em;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin: 20px 0 0 0;
    padding: 5px 25px;
    height: 40px;
    transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.c-btn.fullwidth {
    width: 200px;
    background: #c10f36;
    border: none;
}

.c-btn.c-btn-gallery {
    width: 200px;
    background: #c10f36;
    padding: 13px 25px 0 25px;
    border: none;
}

.c-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, 1);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.c-btn:hover::before,
a:hover .c-btn::before {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.c-btn span {
    display: inline-block;
    position: relative;
    z-index: 2;
}

.c-btn:hover,
a:hover .c-btn {
    color: #000;
}

.preloader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #000;
    z-index: 999999;
}

#preloader {
    position: fixed;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #000;
    z-index: 999999;
}

#preloader-status {
    display: table-cell;
    vertical-align: middle;
}

.preloader-position {
    position: relative;
    margin: 0 auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.loader {
    position: relative;
    width: 45px;
    height: 45px;
    left: 50%;
    top: 50%;
    margin-left: -22px;
    margin-top: 2px;
    -webkit-animation: rotate 1s infinite linear;
    -moz-animation: rotate 1s infinite linear;
    -ms-animation: rotate 1s infinite linear;
    -o-animation: rotate 1s infinite linear;
    animation: rotate 1s infinite linear;
    border: 3px solid rgba(255, 255, 255, .15);
    border-radius: 50%;
}

.loader span {
    position: absolute;
    width: 45px;
    height: 45px;
    top: -3px;
    left: -3px;
    border: 3px solid transparent;
    border-top: 3px solid rgba(255, 255, 255, .75);
    border-radius: 50%;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.to-top-arrow {
    position: fixed;
    right: 25px;
    bottom: -10px;
    width: 50px;
    height: 50px;
    line-height: 47px;
    cursor: pointer;
    font-size: 20px;
    text-align: center;
    color: #fff;
    background: #c10f36;
    opacity: 0;
    border-radius: 3px;
    transform: translateY(40px);
    transition: all .6s ease;
    z-index: 10;
}

.to-top-arrow.show {
    bottom: 5px;
    transform: translateY(-20px);
    opacity: 1;
}

.to-top-arrow:hover {
    opacity: 1;
}

@media only screen and (min-width: 880px) {
    .to-top-arrow-bordered {
        right: 60px;
    }

    .to-top-arrow-bordered.show {
        bottom: 40px;
    }
}

.navigation-bg-light {
    background: rgba(255, 255, 255, 1);
    transition: all .4s ease-out;
    box-shadow: 0 0 5px rgba(0, 0, 0, .35);
}

header {
    position: fixed;
    width: 100%;
    transition: all .3s ease-in-out;
    z-index: 1000;
}

.logo-holder {
    display: inline-block;
    width: 59px;
    height: 35px;
    margin-left: 20px;
    transition: all .3s ease-in-out;
}

.logo-holder img {
    transition: all .3s ease-in-out .3s;
    opacity: 1;
}

.logo-holder.closed {
    width: 0;
    margin-left: -5px;
    transition: all .3s ease-in-out .3s;
}

.logo-holder.closed img {
    transition: all .3s ease-in-out 0s;
    opacity: 0;
    pointer-events: none;
}

.header-navigation {
    height: 68px;
}

.menu-first-child {
    margin-right: -20px;
}

.menu-second-child {
    margin-right: -20px;
}

.menu-last-child {
    margin-left: -20px;
}

.header-navigation > a {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    padding: 27px 20px 0 20px;
    color: #fff;
}

.header-navigation-dark > a {
    color: #000;
}

.header-navigation-xs {
    height: 74px;
}

.header-navigation-xs > a {
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    padding: 0 5px;
    color: #fff;
}

.header-navigation-xs.header-navigation-xs-dark > a {
    color: #000;
}

.header-navigation-xs .logo-holder {
    position: relative;
    display: block;
    width: 59px;
    height: 35px;
    margin: 15px auto 9px auto;
    text-align: center;
}

.link-underline-menu {
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

.link-underline-menu:before {
    content: "";
    position: absolute;
    width: 80%;
    height: 1px;
    bottom: -20px;
    left: 10px;
    right: auto;
    background: #fff;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.link-underline-menu.link-underline-menu-dark:before {
    bottom: -10px;
    background: #000;
}

.link-underline-menu:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

@media only screen and (max-width: 768px) {
    .link-underline-menu:hover:before {
        visibility: hidden;
    }
}

.spacer-line-vertical-dark,
.spacer-line-vertical-light,
.spacer-line-vertical-dark-modal,
.spacer-line-vertical-light-modal {
    position: relative;
    display: block;
}

.spacer-line-vertical-dark::after,
.spacer-line-vertical-light::after,
.spacer-line-vertical-dark-modal::after,
.spacer-line-vertical-light-modal::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 70px;
    top: 100%;
    left: 50%;
}

.spacer-line-vertical-dark::after,
.spacer-line-vertical-dark-modal::after {
    border-right: 1px solid #5f5f5f;
}

.spacer-line-vertical-light::after,
.spacer-line-vertical-light-modal::after {
    border-right: 1px solid #fff;
}

.spacer-line-vertical-dark::after,
.spacer-line-vertical-light::after {
    margin: 20px auto 0 auto;
}

@media only screen and (max-width: 640px) {
    .spacer-line-vertical-dark::after,
    .spacer-line-vertical-light::after {
        margin: 18px auto 0 auto;
    }
}

.spacer-line-vertical-dark-modal::after,
.spacer-line-vertical-light-modal::after {
    margin: 23px auto 0 auto;
}

.copyright {
    position: relative;
    margin: 0 auto;
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    margin-top: 145px;
}

@media only screen and (max-width: 880px) {
    .copyright {
        margin-top: 95px;
    }
}

@media only screen and (max-width: 640px) {
    .copyright {
        margin-top: 123px;
    }
}

.copyright,
.copyright a,
.copyright a:hover {
    color: #fff;
}

.link-underline {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: inherit;
}

.link-underline::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    padding: 0;
    background-color: #fff;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.link-underline.link-underline-dark::after {
    background-color: #5f5f5f;
}

.link-underline:hover::after {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

#contact-form {
    width: 100%;
    margin: 99px 0 0 0;
    padding: 0;
    text-align: center;
}

form {
    margin: 0;
    padding: 0;
}

#form input {
    position: relative;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #fff;
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 5px 5px;
    background: none;
    margin: 10px 0 10px 0;
    font-family: 'facto', sans-serif;
    font-size: 15px;
    line-height: 1.5;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

textarea {
    position: relative;
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #fff;
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 70px 5px 5px 5px;
    background: none;
    margin: 5px;
    font-family: 'facto', sans-serif;
    font-size: 15px;
    line-height: 1.5;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

#form textarea {
    color: #fff;
    margin: 10px 0 10px 0;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

#form input:hover,
#form textarea:hover {
    border-color: rgba(219, 0, 24, .5);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

#form input:focus,
#form textarea:focus {
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.success {
    font-family: 'Raleway', sans-serif;
    font-size: 9px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    padding: 56px 0 60px 0;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#form .error {
    position: absolute;
    font-size: 9px;
    text-transform: uppercase;
    text-align: left;
    color: #db0018;
    display: block;
    margin: -2px 0 0 1px;
    padding: 0;
    letter-spacing: 0.15em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.make-space {
    margin-left: 15px;
    margin-right: 15px;
}

::-webkit-input-placeholder {
    color: #fff;
}

:-ms-input-placeholder {
    color: #fff;
}

::-moz-placeholder {
    color: #fff;
}

input:-moz-placeholder {
    color: #fff;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

textarea:focus:-ms-input-placeholder {
    color: transparent;
}

textarea:focus::-moz-placeholder {
    color: transparent;
}

textarea:focus:-moz-placeholder {
    color: transparent;
}

.contact-info-wrapper {
    position: relative;
    width: 100%;
    margin: 86px 0 0 0;
}

@media only screen and (max-width: 880px) {
    .contact-info-wrapper {
        margin: 94px 0 0 0;
    }
}

@media only screen and (max-width: 1200px) {
    .contact-info-wrapper {
        width: auto;
    }
}

@media only screen and (max-width: 640px) {
    .contact-info-wrapper {
        margin: 98px 0 0 0;
    }
}

.contact-info-wrapper a,
.contact-info-wrapper a:hover {
    color: #fff;
}

.contact-info-description {
    color: #fff;
    text-align: center;
}

.contact-info-description-img {
    display: block;
    font-size: 40px;
    text-align: center;
    color: #777;
    margin: 15px 0 15px 0;
}

@media only screen and (max-width: 880px) {
    .contact-info-description-img {
        font-size: 35px;
        margin: 10px 0 10px 0;
    }
}

.contact-info-text {
    letter-spacing: 0.05em;
}

.social-icons-wrapper {
    position: relative;
    text-align: center;
    margin: -39px auto 36px auto;
}

@media only screen and (max-width: 640px) {
    .social-icons-wrapper {
        margin: -71px auto 0 auto;
    }
}

.social-icons-wrapper ul {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
}

.social-icons-wrapper ul li {
    display: inline-block;
    margin: 0 auto;
    padding: 0 0 0 5px;
}

ul.social-icons {
    font-size: 20px;
    line-height: 1;
    margin: 0;
    padding: 0;
    position: relative;
}

ul.social-icons a {
    padding: 0;
    color: #fff;
    text-decoration: none;
    opacity: 1;
    transition: all 0.5s linear;
}

ul.social-icons a:hover {
    padding: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.5;
    transition: all 0.5s linear;
}

.use-form-button {
    width: 225px;
    height: 40px;
    text-align: center;
    margin: 105px auto -2px auto;
    cursor: pointer;
}

@media only screen and (max-width: 880px) {
    .use-form-button {
        margin: 55px auto -2px auto;
    }
}

@media only screen and (max-width: 640px) {
    .use-form-button {
        margin: 78px auto 2px auto;
    }
}

.contact-modal-closer {
    position: relative;
    width: 50px;
    height: auto;
    margin: 33px auto 0 auto;
    font-size: 20px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.contact-modal-wrapper {
    position: relative;
    width: 50%;
    margin: 0 auto;
}

@media only screen and (max-width: 1200px) {
    .contact-modal-wrapper {
        width: 90%;
    }
}

.contact-modal {
    position: fixed;
    width: calc(100% - 20px);
    height: calc(100% - 160px);
    top: 80px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    box-sizing: border-box;
    visibility: hidden;
    background: #000;
    opacity: 0;
    transform: scale(0.75);
    transition: all 1s ease;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1005;
}

.contact-modal.close {
    visibility: hidden;
    opacity: 0;
}

.contact-modal.open {
    width: calc(100% - 20px);
    height: calc(100% - 160px);
    top: 80px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    box-sizing: border-box;
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

@media only screen and (max-width: 640px) {
    .contact-modal,
    .contact-modal.open {
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
}

.about-txt {
    margin: 16px 0 0 0;
    padding: 0 200px;
}

@media only screen and (max-width: 880px) {
    .about-txt {
        margin: 12px 0 0 0;
        padding: 0 46px;
    }
}

@media only screen and (max-width: 640px) {
    .about-txt {
        margin: 0;
        padding: 0 50px;
    }
}

.about-top {
    margin-top: 120px;
}

@media only screen and (max-width: 880px) {
    .about-top {
        margin-top: 70px;
    }
}

@media only screen and (max-width: 640px) {
    .about-top {
        margin-top: 29px;
    }
}

.about-bottom {
    margin-top: 100px;
    margin-bottom: 144px;
}

@media only screen and (max-width: 880px) {
    .about-bottom {
        margin-top: 100px;
        margin-bottom: 94px;
    }
}

@media only screen and (max-width: 640px) {
    .about-bottom {
        margin-bottom: 46px;
    }
}

.services-txt,
.services-txt-dark {
    margin: 126px 0 0 0;
    padding: 0 147px;
}

@media only screen and (max-width: 880px) {
    .services-txt,
    .services-txt-dark {
        margin: 122px 0 0 0;
        padding: 0 95px;
    }
}

@media only screen and (max-width: 640px) {
    .services-txt,
    .services-txt-dark {
        margin: 110px 0 0 0;
        padding: 0 50px;
    }
}

.services-txt {
    color: #fff;
}

.services-txt-dark {
    color: #5f5f5f;
}

.services-top {
    margin-top: 120px;
}

@media only screen and (max-width: 880px) {
    .services-top {
        margin-top: 70px;
    }
}

@media only screen and (max-width: 640px) {
    .services-top {
        margin-top: 29px;
    }
}

.services-bottom {
    margin-top: 100px;
    margin-bottom: 144px;
}

@media only screen and (max-width: 880px) {
    .services-bottom {
        margin-top: 100px;
        margin-bottom: -6px;
    }
}

@media only screen and (max-width: 640px) {
    .services-bottom {
        margin-top: 0;
        margin-bottom: 46px;
    }
}

.services-bg-1,
.services-bg-2 {
    width: 100%;
    height: auto;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.halves:hover .services-bg-1,
.halves:hover .services-bg-2 {
    -webkit-filter: none;
    filter: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.halves {
    display: flex;
}

.halves .half {
    min-height: 350px;
    flex: 50%;
}

@media (max-width: 768px) {
    .halves {
        flex-direction: column;
    }

    .halves .half {
        flex: none;
    }
}

.parallax-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .75);
    z-index: 0;
}

.parallax {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 129px 0 137px 0;
}

@media only screen and (max-width: 880px) {
    .parallax {
        padding: 79px 0 87px 0;
    }
}

@media only screen and (max-width: 640px) {
    .parallax {
        padding: 34px 0 42px 0;
    }
}

.parallax-launch {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border: none;
    z-index: 1;
}

.contact-top {
    margin-top: 120px;
}

@media only screen and (max-width: 880px) {
    .contact-top {
        margin-top: 71px;
    }
}

@media only screen and (max-width: 640px) {
    .contact-top {
        margin-top: 29px;
    }
}

.contact-bottom {
    margin-top: 100px;
    margin-bottom: 148px;
}

@media only screen and (max-width: 880px) {
    .contact-bottom {
        margin-top: 100px;
        margin-bottom: 96px;
    }
}

@media only screen and (max-width: 640px) {
    .contact-bottom {
        margin-top: 0;
        margin-bottom: 51px;
    }
}

#video-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

/* Accessibility - Screen reader only text */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* CSS for elements that had inline styles */
.header-logo {
    margin: 10px;
}

.header-navigation-xs-padding {
    padding-top: 10px;
}

.hero-logo {
    width: 250px;
    display: block;
    margin: 0 auto 20px auto;
}

.clients-header {
    margin-bottom: 76px;
}

.paragraph-spacing {
    margin-top: 1.5em;
}

/* Hide video on mobile devices and show fallback background */
#video-bg div {
    background-image: url('../mov/slagkracht.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.scroll-indicator-wrapper {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 10;
}

.scroll-indicator {
    position: absolute;
    width: 1px;
    height: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(191, 191, 191, .25);
    mix-blend-mode: overlay;
}

@media only screen and (max-width: 640px) {
    .scroll-indicator {
        height: 35px;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .scroll-indicator {
        display: none;
        visibility: hidden;
    }
}

.scroll-indicator::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 50%;
    -webkit-animation: teardrop 2s cubic-bezier(.76, .05, .86, .06) infinite;
    animation: teardrop 2s cubic-bezier(.76, .05, .86, .06) infinite;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

@-webkit-keyframes teardrop {
    0% {
        top: -10%;
        opacity: 0;
        height: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        top: 100%;
        height: 75%;
    }
}

@keyframes teardrop {
    0% {
        top: -10%;
        opacity: 0;
        height: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        top: 100%;
        height: 75%;
    }
}

#clients {
    background-color: #f9f9f9;
    padding: 120px 0;
}

.client-slider .item {
    /*height:200px;*/
}

.client-slider .item img {
    width: 100%;
}