@charset "UTF-8";
@import url("font-awesome/all.min.css");
@import url("fonts/lato.min.css");

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,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,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    font:inherit;
    vertical-align:baseline;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
    display:block;
}
body{
    line-height:1;
}
ol,ul{
    list-style:none;
}
blockquote,q{
    quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after{
    content:'';
    content:none;
}
table{
    border-collapse:collapse;
    border-spacing:0;
}
body{
    -webkit-text-size-adjust:none
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.container {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}

.socialitem img, .socialitem video{
    filter:drop-shadow(1px 4px 6px black);
    transition: all ease-in-out .15s;
}

.dropdown-menu{
    left: auto !important;
    right: 0 !important;
}

.container.small {
    width: 900px;
}

.container.big {
    width: 100%;
    max-width: 1500px;
    min-width: 1200px;
}

.\31 2u {
    width: 100%
}
.\31 1u {
    width: 91.6666666667%
}
.\31 0u {
    width: 83.3333333333%
}
.\39 u {
    width: 75%
}
.\38 u {
    width: 66.6666666667%
}
.\37 u {
    width: 58.3333333333%
}
.\36 u {
    width: 50%
}
.\35 u {
    width: 41.6666666667%
}
.\34 u {
    width: 33.3333333333%
}
.\33 u {
    width: 25%
}
.\32 u {
    width: 16.6666666667%
}
.\31 u {
    width: 8.3333333333%
}
.\-11u {
    margin-left: 91.6666666667%
}
.\-10u {
    margin-left: 83.3333333333%
}
.\-9u {
    margin-left: 75%
}
.\-8u {
    margin-left: 66.6666666667%
}
.\-7u {
    margin-left: 58.3333333333%
}
.\-6u {
    margin-left: 50%
}
.\-5u {
    margin-left: 41.6666666667%
}
.\-4u {
    margin-left: 33.3333333333%
}
.\-3u {
    margin-left: 25%
}
.\-2u {
    margin-left: 16.6666666667%
}
.\-1u {
    margin-left: 8.3333333333%
}

.row > * {
    float: left;
}

.row:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
}

.row + .row > * {
    padding: 50px 0 0 50px;
}

.row {
    margin-left: 0;
}

.row.flush > * {
    padding-left: 0;
}

.row + .row.flush > * {
    padding: 0;
}

.row.flush {
    margin-left: 0;
}

.row.quarter > * {
    padding-left: 12.5px;
}

.row + .row.quarter > * {
    padding: 12.5px 0 0 12.5px;
}

.row.quarter {
    margin-left: -12.5px;
}

.row.half > * {
    padding-left: 25px;
}

.row + .row.half > * {
    padding: 25px 0 0 25px;
}

.row.half {
    margin-left: -25px;
}

.row.oneandhalf > * {
    padding-left: 75px;
}

.row + .row.oneandhalf > * {
    padding: 75px 0 0 75px;
}

.row.oneandhalf {
    margin-left: -75px;
}

.row.double > * {
    padding-left: 80px;
}

.row + .row.double > * {
    padding: 100px 0 0 100px;
}

.row.double {
    margin-left: -100px;
}

body {
    overflow-x: hidden !important;
    background-color: black !important;
}
body:before {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    background: url(../../files/images/bg.jpeg);
    background-repeat: no-repeat;
    background-position: bottom right;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
body.loading * {
    -moz-animation: none !important;
    -webkit-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}
.modal-content {
    background: black !important;
}

.modal-header{
    padding-left: 20px;
}

.modal-backdrop {
    display: none !important;
}
.revealModalBG {
    background: rgba(255, 255, 255, 0.65) !important;
    -webkit-transition: background .6s;
    -moz-transition: background .6s;
    -o-transition: background .6s;
    transition: background .6s;
}

input, textarea, a, button{
    border-radius: 10px !important;
}

body,
input,
select,
textarea {
    color: black;
    font-family: "Lato", sans-serif;
    font-size: 15pt;
    font-weight: 300;
    letter-spacing: 0.025em;
    line-height: 1.75em;
}
.messi {
    top: 30% !important;
}
.rotate-up {
    -moz-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    bottom: 17px;
    -moz-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.rotate-down {
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    bottom: 0;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.paginate_button {
    color: black !important;
}
.paginate_button:hover {
    background: black !important;
}
.paginate_button.disabled {
    cursor: not-allowed !important;
}
.paginate_button.previous.disabled:hover,
.paginate_button.next.disabled:hover,
.paginate_button.current:hover {
    cursor: not-allowed !important;
    background: rgba(151, 143, 133, 0.2) !important;
    color: black !important;
}
.eye-open {
    opacity: 1 !important;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.eye-close {
    opacity: 0 !important;
    -moz-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.leaflet-container {
    z-index: 1;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    border: none !important;
}
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
    margin-bottom: 20px;
}
.leaflet-popup-tip,
.leaflet-bar {
    box-shadow: none !important;
}
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
    border-radius: 0 !important;
}
.leaflet-bar a,
.leaflet-bar a:hover {
    border-bottom: none !important;
}
.leaflet-popup-content-wrapper {
    border-radius: 0 !important;
    text-align: center !important;
    box-shadow: none !important;
}
.leaflet-pane.leaflet-tile-pane {
    filter: grayscale(1) !important;
}
#loaderDiv {
    display: none;
    position: fixed;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    top: 0;
    height: 100%;
    padding: 30% 0 25px 0;
    z-index: 9999999;
    background: rgba(255, 255, 255, 0.99);
}
table.cke_dialog {
    width: auto !important;
}

.socialitem{
    width: 33.3333333333%;
    padding-left: 0;
}

@media screen and (max-width: 631px) {
    #menuSubTitle{
        display: none;
    }
}

@media screen and (min-width: 900px) {
    .socialitem{
        width: 25%;
        padding-left: 0;
    }
}

@media screen and (max-width: 900px) {
    body:before {
        content: "";
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -10;
        background: url(../../files/images/bg.jpeg);
        background-repeat: no-repeat;
        background-position: bottom center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

@media screen and (orientation: landscape) {
    #loaderDiv {
        padding: 15% 0 25px 0;
    }
}
@media screen and (min-width: 500px) {
    #overviewPoints {
        float: left !important;
        width: 60% !important;
    }
}
#wsignature {
    border: 1px solid black !important;
    width: 500px !important;
    height: 250px !important;
    display: block;
    margin: 0 auto;
}
.creditnota .cut,
.creditnota .add {
    display: none !important;
}
@media screen and (max-width: 500px) {
    #overviewCounters {
        margin-top: 25px;
    }
    #howdoesitwork {
        float: none !important;
        width: 100% !important;
    }
    #whatiswinkorders {
        float: none !important;
        width: 100% !important;
    }
    #wat, #projects {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }
}
th {
    color: white;
    background-color: black;
    text-align: left;
}
td {
    padding: 5px;
}
#workhoursTable th {
    text-align: center;
}
.today {
    color: white;
    background-color: limegreen;
}
.closed {
    color: white;
    background-color: orangered;
}
#workhoursTable td {
    text-align: center;
}
a {
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: black;
    text-decoration: none;
}
.resetzoom {
    background: white;
    color: black !important;
    padding: 5px;
    cursor: pointer !important;
}
.leaflet-control-fullscreen {
    margin-top: 0 !important;
}
strong,
b {
    font-weight: 400;
}
p,
ul,
ol,
dl,
table,
blockquote {
    margin: 0 0 2em 0;
}
.ordertable tr:nth-child(even) {
    background: rgba(0, 0, 0, 0.025);
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: inherit;
    font-weight: 300;
    line-height: 1.75em;
    margin-bottom: .5em;
    text-transform: uppercase;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    text-decoration: none;
    border: 0;
}
#countersTable{
    margin: 0;
    border-spacing: 25px;
    border-collapse: separate;
}
#countersTable td{
    padding: 20px 15px 5px 15px;
    background: rgba(255,255,255,.1);
    backdrop-filter: blur(5px);
    border-radius: 10px;
    filter: drop-shadow(1px 4px 6px black);
}
h2 {
    font-size: 3.5em;
    letter-spacing: 0.1em;
}
h3 {
    letter-spacing: 0.025em;
}
.counter {
    font-size: 3em;
    color: gold;
    margin-bottom: 0;
    font-weight: bolder;
}
.counterText {
    font-size: 2em;
}
sub {
    font-size: 0.8em;
    position: relative;
    top: 0.5em;
}
sup {
    font-size: 0.8em;
    position: relative;
    top: -0.5em;
}
hr {
    border-top: solid 1px rgba(0, 0, 0, 0.5);
    margin-top: 1em;
    margin-bottom: 1em;
}
blockquote {
    border-left: solid 0.5em orangered;
    padding: 1em 0 1em 2em;
    text-align: left;
}
section.special,
article.special {
    text-align: center;
}
header.special {
    margin-bottom: 3em;
    padding-top: 7em;
    position: relative;
    text-align: center;
    margin-top: 6em;
}
header.special:before {
    left: 0;
}
header.special:after {
    right: 0;
}
header.special h2 {
    margin-bottom: 0;
}
header.special h2 + p {
    margin-bottom: 0;
    padding-top: 1.5em;
}
#cke_newsletter_content {
    margin-top: 10px;
}
header.special .icon {
    cursor: default;
    height: 7em;
    left: 0;
    position: absolute;
    text-align: center;
    top: 1em;
    width: 100%;
}
header.special .icon:before {
    font-size: 3.5em;
}
footer > :last-child {
    margin-bottom: 0;
}
footer.major {
    padding-top: 3em;
}
select {
    background: white !important;
    border: 1px solid black !important;
    cursor: pointer !important;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="datetime-local"],
input[type="file"],
#birthdate,
textarea {
    -moz-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: 0;
    border: 1px solid white;
    color: gold;
    display: block;
    padding: 10px;
    text-decoration: none;
    width: 100%;
    outline: 0;
    cursor: text !important;
}
input[type="date"] {
    cursor: text !important;
}
.dataTable tbody tr:hover,
.dtr-details li:hover {
    background-color: rgba(151, 143, 133, 0.2) !important;
}
.dtr-details li {
    padding: 10px !important;
}
.dtr-data {
    float: right !important;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"] {
    line-height: 1em;
}
::-webkit-input-placeholder {
    color: white;
    opacity: 0.5;
    position: relative;
    top: 3px;
}
:-moz-placeholder {
    color: white;
    opacity: 0.5;
}
::-moz-placeholder {
    color: white;
    opacity: 0.5;
}
:-ms-input-placeholder {
    color: white;
    opacity: 0.5;
}
.formerize-placeholder {
    color: white !important;
}
.image {
    border: 0;
    position: relative;
}
.image.fit {
    display: block;
}
.image.fit img {
    display: block;
    width: 100%;
}
.image.feature {
    display: block;
}
.image.feature img {
    display: block;
    width: 100%;
}
.icon {
    position: relative;
}
.dt-button.buttons-excel.buttons-html5 {
    float: left;
    margin-bottom: 0;
    margin-left: 1px;
    background: white;
    border: 0;
    border-bottom: 0;
    color: black;
    font-size: 1.5em;
}
#partnersModal,
.projectsModal {
    padding-left: 0 !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    color: black !important;
    box-sizing: content-box;
    text-align: center;
    background-color: white !important;
    font-size: 1em;
    border: none !important;
    box-shadow: 0 0 0 #fff !important;
    border: 2px solid white !important;
    border-radius: 0 !important;
    font-family: "Font Awesome 5 Free" !important;
    content: "\f150" !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
    font-family: "Font Awesome 5 Free" !important;
    content: "\f151" !important;
}
#newslettersList {
    max-height: 200px;
    overflow-y: auto;
}
.dataTables_filter input {
    border: 0;
    background: rgba(151, 143, 133, 0.2);
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-left: 10px !important;
    cursor: text !important;
}
.currentMenu {
    background-color: rgba(151, 143, 133, 0.2);
}
.currentMenu a {
    cursor: not-allowed;
}
.dataTables_filter {
    margin-bottom: 0;
}
.cke_top,
.cke_bottom {
    background: rgba(151, 143, 133, 0.2) !important;
}
.icon.circle {
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border: 0;
    border-radius: 100%;
    display: inline-block;
    height: 2.25em;
    left: 0;
    line-height: 2.25em;
    text-align: center;
    text-decoration: none;
    top: 0;
    width: 2.25em;
    background: transparent;
    color: white;
}
a.fas:hover,
a.fas:active,
a.far:hover,
a.far:active,
a.fab:hover,
a.fab:active {
    text-decoration: none;
    color: inherit;
}
a:hover,
a:active {
    color: inherit;
}
.icon.feature {
    cursor: default;
    display: block;
    margin: 0 0 1.5em 0;
    text-align: center;
}
.icon.feature:before {
    font-size: 5em;
    line-height: 1em;
}
.icon > .label {
    display: none;
}
ol.default {
    list-style: decimal;
    padding-left: 1.25em;
}
ol.default li {
    padding-left: 0.25em;
}
ul.default {
    list-style: disc;
    padding-left: 1em;
}
ul.default li {
    padding-left: 0.5em;
}
ul.icons {
    cursor: default;
}
ul.icons li {
    display: inline-block;
    line-height: 1em;
    padding-left: 0.5em;
}
ul.icons li:first-child {
    padding-left: 0;
}
ul.feature-icons {
    cursor: default;
    margin: -0.75em 0 0 0;
    overflow: hidden;
    position: relative;
}
#regButton {
    margin-right: 75px;
}
ul.feature-icons li {
    display: flex;
    float: left;
    text-align: left;
    width: 50%;
    align-items: center;
    padding: 10px;
}
ul.feature-icons .counters li {
    display: block;
    float: none;
    text-align: center;
    width: 100%;
    align-items: center;
    padding: 10px;
}
.close {
    position: absolute;
    top: 10px;
    right: 10px;
}
ul.feature-icons li .fas {
    display: inline-block;
    font-size: 2.5em;
    height: 1.25em;
    line-height: 1.25em;
    width: 1em;
}
ul.buttons {
    cursor: default;
}
ul.buttons:last-child {
    margin-bottom: 0;
}
ul.buttons li {
    display: inline-block;
    padding: 0 0 0 1.5em;
}
ul.buttons li:first-child {
    padding: 0;
}
ul.buttons.vertical li {
    display: block;
    padding: 1.5em 0 0 0;
}
ul.buttons.vertical li:first-child {
    padding: 0;
}
table:not(.meta) {
    width: 100%;
}
table.default {
    width: 100%;
}
table.default tbody tr {
    border-bottom: solid 1px rgba(124, 128, 129, 0.2);
}
table.default td {
    padding: 0.5em 1em 0.5em 1em;
}
table.default th {
    font-weight: 400;
    padding: 0.5em 1em 0.5em 1em;
    text-align: left;
}
table.default thead {
    background: #7c8081;
    color: #fff;
}
.button {
    background: black;
    color: gold !important;
    display: inline-block;
    font-size: 0.8em;
    font-weight: 900;
    letter-spacing: 2px;
    box-shadow: none !important;
    padding: 0.75em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    filter: drop-shadow(1px 4px 6px black);
}
#cta .button.special {
    background: black !important;
    border-color: gold;
    color: gold !important;
}
#cta .button:hover {
    background-color: white !important;
    color: black !important;
    border-color: black !important;
}
#cta .button.special:hover {
    background-color: black !important;
    color: white !important;
    border-color: white !important;
}
.button.special {
    background: black;
    border-color: gold;
    color: gold !important;
    cursor: pointer;
}
.button.fit {
    width: 100%;
}
.button.small {
    font-size: 0.8em;
    padding: 0.5em 0;
    cursor: pointer;
}
.wrapper {
    padding: 3em;
}
.modal.in .modal-dialog {
    background: black;
    width: 90%;
}
.wrapper.style1 {
    padding: 0;
}
.wrapper.style2 {
    background-color: black;
    color: white;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}
.wrapper.style3 {
    background: white;
    color: inherit;
    margin-bottom: 12em;
    width: 100%;
}

a:focus {
    outline: none !important;
    outline-offset: 0 !important;
}

.wrapper.style4 {
    background: white;
    color: inherit;
    padding: 4em;
}
@-moz-keyframes reveal-header {
    0% {
        top: -5em;
    }
    100% {
        top: 0;
    }
}
@-webkit-keyframes reveal-header {
    0% {
        top: -5em;
    }
    100% {
        top: 0;
    }
}
@-o-keyframes reveal-header {
    0% {
        top: -5em;
    }
    100% {
        top: 0;
    }
}
@-ms-keyframes reveal-header {
    0% {
        top: -5em;
    }
    100% {
        top: 0;
    }
}
@keyframes reveal-header {
    0% {
        top: -5em;
    }
    100% {
        top: 0;
    }
}
#header {
    color: white;
    cursor: default;
    font-size: 0.8em;
    left: 0;
    padding: 2.15em 1.5em;
    top: 0;
    width: 100%;
    z-index: 9;
}
#header h1 {
    font-weight: 900;
    margin: 0;
}
#header h1 span {
    font-weight: 300;
}
#header nav {
    letter-spacing: 0.075em;
    position: absolute;
    right: 1.5em;
    text-transform: uppercase;
    top: 1.7em;
}
#header nav ul li {
    display: inline-block;
    margin-left: 1.5em;
}
#header nav ul li > ul {
    display: none;
}
#header nav ul li a {
    color: inherit;
    display: inline-block;
    padding: 0 0.75em;
    text-decoration: none;
}
#header nav ul li .button {
    font-size: 1em;
    min-width: 0;
    width: auto;
}
#header nav ul li.submenu > a:after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}
#header nav ul li.submenu > a:after {
    margin-left: 0.65em;
}
.submenu.opener.active > a {
    color: black;
    background: white;
}
#header nav ul li.active > a,
#header nav ul li:hover > a {
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: white;
    color: black !important;
    border: 0;
}
#header nav ul li.submenu.opener.active > a {
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: white !important;
    color: black !important;
    border: 0;
    font-weight: 0 !important;
    border: none !important;
}
#header nav ul li.current > a {
    color: black;
    background: white;
    opacity: 1;
}
#header.reveal {
    -moz-animation: reveal-header 0.25s;
    -webkit-animation: reveal-header 0.25s;
    -o-animation: reveal-header 0.25s;
    -ms-animation: reveal-header 0.25s;
    animation: reveal-header 0.25s;
}
#header.alt {
    -moz-animation: none;
    -webkit-animation: none;
    -o-animation: none;
    -ms-animation: none;
    animation: none;
    background: transparent;
    box-shadow: none;
    color: black;
    padding: 2em 2.5em;
    position: absolute;
}
#header.alt nav {
    right: 2.5em;
    top: 1.75em;
}
.dropotron {
    line-height: 2.25em;
    min-width: 10.4em;
    padding: 0.5em 0;
    text-transform: uppercase;
    background-color: white !important;
}
.dropotron.level-0 {
    font-size: 0.75em;
    margin-top: 0.4em;
}
.dropotron.level-0:before {
    border-bottom: solid 0.5em white;
    border-left: solid 0.5em transparent;
    border-right: solid 0.5em transparent;
    content: "";
    right: 0.75em;
    position: absolute;
    top: -0.45em;
}
.dropotron > li > a {
    color: inherit;
    text-decoration: none;
    padding: 0 1em;
    border: 0;
    color: black;
}
.dropotron > li:hover,
.dropotron > li:hover > a {
    background: black;
    color: white;
}
.dropotron > li:first-child {
    border-top: 0;
}
@media screen and (orientation: landscape) and (max-height: 450px) {
    #banner {
        padding: 1em 0 0 0 !important;
    }
}
#banner {
    color: white;
    cursor: default;
    text-align: center;
    height: 100vh !important;
}
#banner .inner {
    color: white;
    display: inline-block;
    opacity: 1;
    text-align: left;
    float: left;
    position: absolute;
    left: 50px;
    bottom: 6em;
}
#banner .inner header h2 {
    background: transparent;
    font-size: 4em !important;
    margin: 0;
    padding: 0 7px 0 20px;
    position: relative;
    text-transform: none;
    /* text-align: center; */
    font-weight: bold;
}
#banner .inner p {
    margin: 0;
    text-transform: none;
    padding-left: 20px;
}
#banner .inner p a {
    color: inherit;
    font-weight: 400;
    text-decoration: none;
    width: fit-content;
    min-width: fit-content !important;
    padding: 10px 20px;
}
#banner .inner footer {
    margin: 2em 0 0 0;
}
#main > :last-child {
    margin-bottom: 0;
}
#main .sidebar section {
    border-top: solid 1px rgba(124, 128, 129, 0.2);
    margin: 3em 0 0 0;
    padding: 3em 0 0 0;
}
#main .sidebar section:first-child {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
}
body.index #main {
    padding-top: 0;
}
.feature-icons-text {
    margin-left: 20px;
}
#cta {
    background-color: black;
    color: white;
    padding: 5em;
    text-align: center;
}
#cta header {
    margin-bottom: 2em;
}
#footer {
    color: black;
    padding: 0 5em 6em 5em;
    text-align: center;
    margin-top: 0;
}
#footer .copyright {
    font-size: 0.8em;
}
#footer .copyright a {
    color: inherit;
}
#topButton .toggle {
    display: none !important;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
.dtr-details {
    width: 60%;
}
#topButton {
    z-index: 9 !important;
}
.dataTable {
    width: 100% !important;
}
#topButton .toggle:before {
    color: white;
    font-size: 0.75em;
    height: 30px;
    left: 0;
    line-height: 30px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
#topButton .toggle:after {
    background: black;
    content: "";
    height: 30px;
    left: 50%;
    margin-left: -40px;
    position: absolute;
    top: 0;
    width: 80px;
}
#sideButton {
    overflow: hidden !important;
    z-index: 99999 !important;
}
#sideButton .toggle {
    display: none !important;
    left: 1em;
    position: absolute;
    text-align: center;
    top: 1em;
    width: 100%;
    height: 100%;
}
#sideButton .toggle:before {
    color: white;
    font-size: 1em;
    height: 40px;
    left: 10px;
    line-height: 40px;
    position: absolute;
    top: 11px;
    width: 60px;
    z-index: 1;
}
#sideButton .toggle:after {
    background: black;
    content: "";
    height: 40px;
    left: 10px;
    position: absolute;
    top: 10px;
    width: 60px;
}
#topPanel,
#sidePanel {
    z-index: 999999 !important;
    background: white;
    color: black;
    font-size: 0.8em;
    letter-spacing: 0.075em;
    text-transform: uppercase;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 0 5px;
    box-shadow: rgba(0, 0, 0, 0.25) 0 0 5px;
}
#topPanel nav,
#sidePanel nav {
    padding: 0.25em 0.5em 0 0.75em;
}
#topPanel .link,
#sidePanel .link {
    border: 0;
    border-bottom: solid 1px rgba(0, 0, 0, 0.04);
    color: inherit;
    display: block;
    height: 3em;
    line-height: 3em;
    text-decoration: none;
}
#topPanel .link.depth-0,
#sidePanel .link.depth-0 {
    font-weight: 900;
}
#topPanel .link:first-child,
#sidePanel .link:first-child {
    border-top: 0;
}
#topPanel .indent-1,
#sidePanel .indent-1 {
    display: inline-block;
    width: 1em;
}
#topPanel .indent-2,
#sidePanel .indent-2 {
    display: inline-block;
    width: 2em;
}
#topPanel .indent-3,
#sidePanel .indent-3 {
    display: inline-block;
    width: 3em;
}
#topPanel .indent-4,
#sidePanel .indent-4 {
    display: inline-block;
    width: 4em;
}
#topPanel .indent-5,
#sidePanel .indent-5 {
    display: inline-block;
    width: 5em;
}
fieldset {
    margin-bottom: 25px;
    display: none;
}
.websites {
    height: 700px;
    overflow-y: auto;
    padding: 10px;
}
.installaties,
.aanbiedingen {
    height: 350px;
    overflow-y: auto;
    padding: 10px;
}
input[type="submit"] {
    -webkit-appearance: none !important;
}
#contact_section .button:hover {
    background-color: white !important;
    border-color: black !important;
    color: black !important;
}
.alt #logo_left_top {
    width: 40px;
    cursor: pointer;
    left: 25px;
    top: 20px;
}
.modal-title {
    text-align: left;
    padding-left: 0;
    padding-bottom: 20px;
    color: gold;
    letter-spacing: .025em !important;
    font-size: 2em !important;
}
.custom {
    cursor: pointer;
    min-width: 50px;
    height: 50px;
    font-weight: bolder;
    border: 0;
    color: black;
    font-size: 0.8em;
    background: transparent;
    text-decoration: underline;
}
.custom:hover {
    background: black;
    color: white;
}
nav a {
    white-space: nowrap;
}
.btn_admin {
    margin-bottom: -1px;
}
.type_h3_class {
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transition: background-color 0.25s linear;
    -ms-transition: background-color 0.25s linear;
    transition: background-color 0.25s linear;
}
.type_h3 {
    font-weight: bolder;
    text-align: left;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 0;
    width: 100%;
    color: black;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.break,
.fillUp {
    display: none;
}
@media screen and (min-width: 950px) {
    .type_h3_class:hover {
        background-color: rgba(141, 130, 196, 1);
    }
    .type_h3_class:hover > .type_h3 {
        margin: 0 auto;
        color: white;
        width: 25%;
    }
}
#calendar table th {
    background: white;
    text-transform: uppercase;
    font-weight: 400;
    color: black;
}
#calendar .fc-toolbar button {
    background: white;
    color: black;
    text-shadow: none;
    border: 0;
    border-radius: 0;
    font-size: 0.9em;
    box-shadow: none;
}
.gm-style-iw a {
    text-decoration: underline;
}
.fc-state-disabled,
.fc-state-active {
    color: white !important;
    background: black !important;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    color: black;
    border: 0;
}
.fc-event,
.fc-event-dot {
    background-color: black !important;
    border: none !important;
    padding-left: 5px !important;
}
.fc-header {
    background-color: white !important;
    font-weight: 400;
}
#calendar table thead th a,
.fc-list-heading-main,
.fc-list-heading-alt {
    color: black;
    font-weight: 400;
    border: 0;
}
.fc-list-item-title a {
    color: black !important;
    border: 0;
}
.fc-widget-header table {
    margin: 0 !important;
}
.select2 {
    min-width: 210px !important;
}
.select2-container--default .select2-selection--single {
    border: none !important;
    background-color: black !important;
    border-radius: 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: white !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: white transparent transparent transparent !important;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent white transparent !important;
}
.inputLabel {
    float: left;
    font-weight: 400;
    cursor: pointer;
    margin-top: 10px;
    color: white;
}
select:disabled,
input:disabled {
    background: rgba(0, 0, 0, 0.1);
    cursor: not-allowed;
    border: 1px solid lightgray;
}
#invoiceState {
    transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    position: absolute;
    top: -7%;
    right: -15%;
    font-size: 3em;
    text-transform: uppercase;
    width: 100%;
}
#invoiceState2 {
    transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    position: absolute;
    top: -5%;
    right: -15%;
    font-size: 3em;
    text-transform: uppercase;
    width: 100%;
}
.select2 {
    max-width: 85vw !important;
}

@media screen and (max-width: 1680) {
    body{
        min-width: 1200px !important;
    }
}

@media screen and (max-width: 1280) {
    body{
        min-width: 960px !important;
    }
    body, input, select, textarea {
        font-size: 13pt;
        letter-spacing: 0.025em;
        line-height: 1.65em;
    }

    h1, h2, h3, h4, h5, h6 {
        line-height: 1.5em;
    }

    header.major {
        padding-bottom: 1.5em;
    }

    footer.major {
        padding-top: 2em;
    }

    #newsletteremail{
        width: 55% !important;
    }

    #projects{
        margin-bottom: -6em !important;
    }

    .wrapper {
        margin-bottom: 4em;
        padding: 4em 3em;
    }

    .wrapper.style4 {
        padding: 3em;
    }

    #header nav ul li {
        margin-left: 1em;
    }

    #banner {
        background-attachment: fixed;
    }

    #cta {
        padding: 4em;
    }

    #footer {
        padding: 4em;
        padding-top: 0em;
        margin-top: 4em;
    }

    .invoiceDiv{
        overflow: auto;
        box-shadow: 0 0 1in -0.25in rgba(0,0,0,0.5);
    }
}

@media screen and (max-width: 980) {
    body{
        min-width: 95% !important;
    }
    body, input, select, textarea {
        font-size: 13pt;
        letter-spacing: 0.025em;
        line-height: 1.5em;
    }

    header.major {
        padding-bottom: 1em;
    }

    header.special {
        padding-left: 2.5em;
        padding-right: 2.5em;
    }

    #newsletteremail{
        width: 60% !important;
    }

    .dtr-details{
        width: 100%;
    }

    #newslettersListContainer{
        text-align: left !important;
    }

    footer.major {
        padding-top: 1.5em;
    }

    #projects{
        margin-bottom: -6em !important;
    }

    .invoiceDiv{
        overflow: auto;
        box-shadow: 0 0 1in -0.25in rgba(0, 0, 0, 0.5);
    }

    #regButton{
        margin-right: 0px;
    }

    .wrapper {
        margin-bottom: 3em;
        padding: 3em 2.5em;
    }

    .wrapper.style1 {
        padding: 0 2.5em;
    }

    .wrapper.style2 {
        background-size: 15em;
    }

    .wrapper.style4 {
        padding: 2.5em;
    }

    #main {
        background-size: 15em;
    }

    #cta {
        padding: 3em;
    }

    .type_h3{
        padding-top: .35em;
        padding-bottom: .35em;
    }

    .infoH2{
        margin-bottom: 10px !important;
    }

    .break{
        display: block;
    }

    #search_order_history{
        margin-top: 25px;
    }

    #delete_all_history{
        margin-top: 3px;
    }

    .less_padding{
        padding-top: 1em !important;
    }

    .fillUp{
        display: inline-block !important;
    }
}

.cPage h1{
    font-size: 2em !important;
    text-align: center;
}

.cPage p{
    font-size: 1.5em !important;
    line-height: 1.25em;
}

.headerBg{
    background-color: rgba(104, 104, 104, .5);
    backdrop-filter: blur(5px);
    filter: drop-shadow(1px 4px 6px black);
    -moz-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.headerBg #menuTitle{
    display: contents !important;
}

.headerBg #menuDesktop{
    width: fit-content !important;
    -moz-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

@media screen and (max-width: 1080px) {
    #menuDesktop{
        display: none !important;
    }
    #menuMobile, #submenuMobile{
        display: block !important;
    }
}

.dropdown-menu > li > a{
    font-size: 1.5em !important;
    padding: 15px !important;
    color: white;
}

.dropdown-menu{
    background: rgba(0,0,0,.75);
}

.dropdown-menu li a:hover{
    background: black !important;
    color: white;
}

@media screen and (max-width: 840px) {
    #work{
        padding: 0px 10px 0px 10px !important;
    }
    #contactIconsMobile{
        display: block !important;
    }
    #contactIconsMobile br{
        display: none !important;
        height: 0 !important;
    }
    #contactIcons{
        display: none !important;
    }
    body{
        min-width: 100% !important;
    }
    header.major {
        padding-bottom: 0.25em;
    }

    .socialitem{
        width: 50% !important;
    }

    header.special {
        margin-bottom: 4em;
        padding-top: 5em;
        margin-top: 0em;
    }

    header.special:before, header.special:after {
        width: 40%;
    }

    #newsletteremail{
        width: 80% !important;
    }

    header.special h2 + p {
        padding-top: 1.25em;
    }

    section {
        margin: 1em 0 1em 0;
    }

    section:first-child {
        margin-top: 0;
    }

    #clientBtn, #adminBtn, #ownerBtn, #calPrint, #calExport, #calMail{
        margin-top: 10px;
    }

    .button.small {
        font-size: 0.8em;
        padding: 0.75em 0;
    }

    ul.feature-icons {
        margin: 0;
    }

    ul.feature-icons li {
        display: flex;
        float: none;
        text-align: left;
        width: 100%;
        align-items: center;
        padding: 10px;
    }

    #regButton{
        margin-right: 0px;
    }

    ul.feature-icons.counters li {
        display: block;
        float: none;
        text-align: center;
        width: 100%;
        align-items: center;
        padding: 10px;
    }

    .row:not(.no-collapse):not(.no-collapse-1):not(.no-collapse-2):not(.no-collapse-3)>* {
        float: left!important;
        margin-left: 0!important;
        padding-top: 0 !important;
        padding: 10px;
    }

    ul.feature-icons li .icon {
        font-size: 4em;
        width: 1.25em;
    }

    ul.buttons li {
        display: block;
        padding: 1em 0 0 0;
    }

    #banner {
        margin: 0;
    }

    .wrapper.special-alt {
        text-align: center;
    }

    .wrapper.style4 {
        padding-bottom: 3em;
        margin-bottom: 0;
    }

    #main {
        padding: 3em 0;
        padding-bottom: 0em;
    }

    #main .sidebar {
        padding-top: 6em;
    }

    #main .sidebar section {
        border-top: 0;
        padding-top: 0;
    }

    body.index #main {
        padding-top: 4.5em;
    }

    #cta {
        margin: 0;
    }

    #footer {
        padding: 4em 1.5em;
        margin-top: 0em;
    }

    #projects{
        margin-bottom: -5em !important;
    }

    .type_h3{
        padding-top: .35em;
        padding-bottom: .35em;
    }

    .infoH2{
        margin-bottom: 10px !important;
    }

    .break{
        display: block;
    }

    #search_order_history{
        margin-top: 25px;
    }

    #delete_all_history{
        margin-top: 3px;
    }

    .less_padding{
        padding-top: 1em !important;
    }

    .fillUp{
        display: inline-block !important;
    }

    #historyStateFilter{
        float: none !important;
    }

    .mobilefilterbr{
        display: block !important;
    }
}

@media screen and (max-width: 640px) and (orientation: landscape) {
    #banner .inner {
        padding-top: 7em !important;
    }
    #banner .inner header h2{
        font-size: 2.5em !important;
    }
}

@media screen and (max-width: 640px) {
    #banner .inner header h2{
        font-size: 2.5em !important;
    }
}

.owl-item .item{
    padding: 15px;
}

.contactDiv a{
    font-size: 2.75em;
}

@media (max-width: 992px) {
    .subwork .mywork div{
        margin: 20px !important;
        padding: 25px !important;
    }
}

@media screen and (max-width: 840px) and (orientation: landscape) {
    #banner .inner {
        padding-top: 7em !important;
    }
}

p .phrase{
    padding-bottom: 10px !important;
    display: block;
    font-size: 2em !important;
}

.typed-cursor{
    display: none;
}

#menuDesktop a{
    color: white;
    padding: 0px 20px;
    font-weight: 500;
    font-size: 1.25em;
    vertical-align: middle;
}

#menuDesktop a:hover{
    color: gold;
    text-decoration: none;
}

#menuDesktop td{
    padding: 0 !important;
}

@media screen and (max-width: 1191px) {
    #drink{
        margin: 0 20px 0 20px !important;
    }
    #counter2{
        margin-bottom: 10px !important;
    }
}

@media screen and (max-width: 991px) {

}

@media screen and (max-width: 768px) {
    .col-sm-12 .mywork{
        width: 100% !important;
    }
    .ctrs.col-sm-6{
        width: 50%;
        float: none !important;
    }
    #counter1 h2, #counter2 h2{
        font-size: 1.25em !important;
    }
    #drink p a, #eat p a{
        font-size: .75em !important;
    }
    #eat h3, #drink h3{
        font-size: 2em !important;
    }
}

@media screen and (max-width: 700px) {
    p .phrase{
        font-size: 1.75em !important;
    }
    #banner #subtitel{
        font-size: 1.5em !important;
    }
}

@media screen and (max-width: 640px) {
    #drink p a, #eat p a{
        font-size: .75em !important;
        line-height: 20px;
    }
    #drink, #eat{
        padding: 15px !important;
    }
    .counter{
        font-size: 1.2em;
    }
    .counterText{
        font-size: .8em !important;
    }
    #counter1 header, #counter2 header{
        margin-top: 0 !important;
    }
    #footerinfo{
        display: grid !important;
        margin-bottom: 1em !important;
    }
    #footerinfo span{
        padding: 0 !important;
    }
    #contact .row h2{
        font-size: 1.75em !important;
    }
    #eat h3, #drink h3{
        font-size: 1.5em !important;
    }
    #contact .icon.circle{
        font-size: 1.25em !important;
    }
    #projects h3, #work h3{
        font-size: 1.75em !important;
        padding: 15px !important;
        line-height: 25px !important;
    }
    #projects p, #work p{
        font-size: 1.25em !important;
    }
    body {
        min-width: 320px !important;
    }

    h2 {
        letter-spacing: 0.1em;
        line-height: 1.5em;
        font-size: 2.25em;
    }

    h3 {
        font-size: 1em;
        letter-spacing: 0.025em;
    }

    #subtitel{
        font-size: 1em !important;
    }

    #typed{
        font-size: .85em !important;
    }

    #typed phrase.phrase{
        padding: 15px !important;
        display: block !important;
    }

    #typed br{
        display: none !important;
    }

    p#buttons{
        margin-top: 20px !important;
    }

    #newsletteremail{
        width: 100% !important;
    }

    .select2{
        min-width: 50% !important;
    }

    #drink header.major, #eat header.major{
        margin-top: 0 !important;
    }

    header.major {
        padding-bottom: 0;
    }

    .dtr-details{
        width: 100%;
    }

    #invoiceActions{
        float: none !important;
        margin-bottom: 25px;
        width: 50% !important;
    }

    #newInvoiceButton{
        margin-bottom: 20px;
    }

    .invoiceBr{
        display: none;
    }

    #invoiceRightFilters{
        margin-top: 25px !important;
        position: relative !important;
    }

    header.special {
        margin-bottom: 3em;
        padding-left: 1.5em;
        padding-right: 1.5em;
        margin-top: 4em;
    }

    header.special:before, header.special:after {
        width: 38%;
    }

    header.special .icon {
        font-size: 0.75em;
        top: 1.5em;
    }

    header p {
        text-align: center;
    }

    footer.major {
        padding-top: 0;
    }

    .button.fit {
        width: auto;
    }

    ul.icons li {
        padding-left: 0.25em;
    }

    ul.feature-icons li .icon {
        width: 1.1em;
    }

    ul.buttons {
        text-align: center;
    }

    #regButton{
        margin-right: 0px;
        margin-bottom: 10px;
    }

    ul.feature-icons li h3{
        width: 100%;
        text-align: center;
    }

    ul.feature-icons li, ul.feature-icons.counters li {
        display: flex;
        float: none;
        text-align: left;
        width: 100%;
        align-items: center;
        padding: 10px;
    }

    .row:not(.no-collapse):not(.no-collapse-1):not(.no-collapse-2):not(.no-collapse-3)>* {
        float: left!important;
        margin-left: 0!important;
        padding-top: 0 !important;
        padding: 5px;
    }

    .wrapper {
        margin-bottom: 2.5em;
        padding: 0 1.5em;
    }

    .wrapper.style1 {
        padding: 0 1.5em;
    }

    .wrapper.style2 {
        background-size: 10em;
        padding: 2.25em 1.5em;
    }

    .wrapper.style4 {
        background-size: 10em;
        padding: 1.5em 1.5em 3em 1.5em;
    }

    #banner .inner {
        background: none;
        float: none;
        padding-top: 7em;
        left: 0;
        bottom: 7em;
    }

    #banner .inner p {
        text-align: left;
        font-size: 16px;
        line-height: 25px;
        width: 100%;
    }

    #banner .inner p a{
        font-size: 1em !important;
        width: fit-content;
    }

    #banner .inner p#buttons{
        text-align: center;
    }

    .button{
        font-size: .8em !important;
    }

    .getOffer{
        font-size: .8em !important;
        line-height: 25px;
    }

    #main {
        background-size: 10em;
        padding: 0 0 0 0;
    }

    body.index #main {
        padding: 2.5em 0 0 0;
    }

    body.contact #main {
        padding-bottom: 0;
    }

    #cta {
        padding: 3em 1.5em;
    }

    #footer{
        margin-bottom: 0em !important;
    }

    #footer {
        padding: 3em 1.5em;
    }

    .type_h3{
        padding-top: .35em;
        padding-bottom: .35em;
    }

    .infoH2{
        margin-bottom: 10px !important;
    }

    .infoH2Span{
        font-size: 1em !important;
    }

    .break{
        display: block;
    }

    #search_order_history{
        margin-top: 25px;
    }

    #delete_all_history{
        margin-top: 3px;
    }

    .less_padding{
        padding-top: 1em !important;
    }
    .fillUp{
        display: inline-block !important;
    }
}

@media screen and (max-width: 400px){
    #eat h3, #drink h3{
        font-size: 1em !important;
    }
    #drink p a, #eat p a{
        font-size: .5em !important;
        line-height: 15px;
    }
}