:root {
   --fontfamily1:'azo-sans-web', sans-serif;;
   --paddingsizesmall:20px;
   --paddingsize:40px;
   --paddingsizebig:60px;
   --gap:30px;
   --color1:#00b6e0;
   --color1rgb:0, 182, 224;
   --color2:#e8c31b;
   --color2rgb:232, 195, 27;
   --color3:#662d91;
   --color3rgb:102, 45, 145;
   --color4:#495966;
   --color4rgb:73,89,102;
   --colorwhite:#ffffff;
   --colorwhitergb:255,255,255;
   --colorblack:#000000;
   --colorblackrgb:0,0,0;
}
@keyframes NSRotate {
    0% { transform: rotate(-50deg) scale(0); transform-origin: top left; }
    100% { transform: rotate(40deg) scale(1);  transform-origin: top left; }
}
@keyframes NSXAnimate {
    0% { translate: -50px 0; transform-origin: top left; }
    50% { translate: 50px 0; transform-origin: top left; }
    100% { translate: -50px 0; transform-origin: top left; }
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
html {
    background-image:url('/img/bg_html.svg');
    background-repeat:no-repeat;
    background-position:top -60px center;
    background-size:5000px 1655px;
    height:100%;min-height:100%;
    padding:0;margin:0;
    overflow-x:hidden;
    transition:all .5s ease-in-out;
}
body {
    font-family:var(--fontfamily1);
    font-size:1em;
    font-weight:200;
    color:var(--color4);
    height:100%;min-height:100%;
    padding:0;margin:0;
}
.boxScaleOpacity {
    opacity:0;
    transform:scale(0);
    min-height:200px;
}
.imageReveal {
    position:relative;
    opacity:0;
    min-height:300px;
}
.imageRevealFirst {
    z-index:100;
}
.boxOpacity {
    opacity:0;
    min-height:300px;
}
.visuals .plusIcon {
    position:absolute;
    bottom:-45px;left:60px;
    display:block;
    width:150px;height:150px;
    background-image:url('/img/icon_plus_color1.svg');
    background-size:150px 150px;
    background-position:center center;
    background-repeat:no-repeat;
    z-index:10;
}
.visuals .plusIcon.plusColor2 {
    background-image:url('/img/icon_plus_color2.svg');
}
.visuals .plusIcon.plusColor3 {
    background-image:url('/img/icon_plus_color3.svg');
}

.visuals .plusIcon.rb {
   bottom:-45px;
   position: absolute;
   left:auto;right:60px;
}
.visuals .plusIcon.mr {
   bottom:45%;
   position: absolute;
   left:auto;right:-70px;
}
.splashScreen {
    display:block;
    width:100%;height:100%;
    background-image:url('/img/logo_nijestap.svg');
    background-size:800px 273px;
    background-position:center center;
    background-repeat:no-repeat;
    text-indent:-999em;
}
.logo8k {
    display:block;
    margin-top:160px;
    width:250px;height:55px;
    background-image:url('/img/logo_gemeente_achtkarspelen.svg');
    background-size:250px 55px;
    background-position:center center;
    background-repeat:no-repeat;
    text-indent:-999em;
}
.imageHolder {
    background-size:cover;
    background-position:center center;
    min-height:300px;
}
.hideForDesktop {
    display:none;
}
section {
    padding:0;margin:0;
}
section.visuals {
    margin-top: var(--gap);
}
section.visuals img {
    display: block;
    line-height:0;
    padding:0;margin:0 0 var(--gap) 0;
}
.plusPurple {
    background-image:url('/img/bg_plus_purple.svg');
    background-repeat:no-repeat;
    background-position:top center;
    background-size:5000px 1655px;
}
h1,h2,h3,h4,h5 {
    font-family:var(--fontfamily1);
    font-size:2.4em;
    text-transform:uppercase;
    line-height:1.2em;
    font-weight:900;
    margin:0;
    margin-bottom:var(--paddingsizesmall);
}
h1.big,h2.big {
    font-size:3.4em;
}
h3 {
    font-size:1.6em;
}
h4 {    
    font-size:1.4em;
}
h5 {
    font-size:1.2em;
}
strong {
    font-weight:900;
}
p {
    font-size:1.2em;
    font-weight:normal !important;
    line-height:1.5em;
    margin:0 0 var(--paddingsizesmall) 0;padding:0;
}
/* 
p:last-of-type {
   margin:0;
}
 */
.bgColor1 {
    background-color:var(--color1);
}
.bgColor2 {
    background-color:var(--color2);
}
.bgColor3 {
    background-color:var(--color3);
}
.bgColor4 {
    background-color:var(--color4);
}
.bgColor5 {
    background-color:var(--color5);
}
.bgColor6 {
    background-color:var(--color6);
}
.bgColor7 {
    background-color:var(--color7);
}
.bgColor8 {
    background-color:var(--color8);
}
.bgColor9 {
    background-color:var(--color9);
}
.bgColorBlack {
    background-color:var(--colorblack);
}
.bgColorWhite {
    background-color:var(--colorwhite);
}
.fgColor1 {
    color:var(--color1);
}
.fgColor2 {
    color:var(--color2);
}
.fgColor3 {
    color:var(--color3);
}
.fgColor4 {
    color:var(--color4);
}
.fgColor5 {
    color:var(--color5);
}
.fgColor6 {
    color:var(--color6);
}
.fgColor7 {
    color:var(--color7);
}
.fgColor8 {
    color:var(--color8);
}
.fgColor9 {
    color:var(--color9);
}
.fgColorBlack {
    color:var(--colorblack);
}
.fgColorWhite {
    color:var(--colorwhite);
}
img {
    width:100%;
    padding:0;margin:0;
}
.text-center {
    text-align:center;
}
.text-left {
    text-align:left;
}
.text-right {
    text-align:right;
}
span.big {
    font-size:1.6em;
    line-height:1.2em;
}
.logoMooidichtbij {
    padding:0;margin:80px auto 20px auto;
    width:300px;height:117px;
}
.logoMooidichtbij a {
    display:block;
    width:300px;height:117px;
    background-image:url('/img/logo_mooidichtbij_white.svg');
    background-size:300px 117px;
    background-position:center center;
    background-repeat:no-repeat;
    text-indent:-999em;
    transition:all .5s ease-in-out;
}
.arrowMooiHolder {
    width:70px;height:60px;
    background-image:url('/img/bg_arrow_standard_white.svg');
    background-position:center center;
    background-size:70px 60px;
    background-repeat:no-repeat;
    padding:0;margin:20px auto 40px auto;
    animation-name: NSXAnimate;
    animation-duration: 2s;
    animation-iteration-count:infinite;
}
/* 
.arrowMooiHolder:hover {
    transform:rotate(30deg);
}
 */
#vacatures {
    min-height:1000px;
    display:grid;
    grid-template-columns:repeat(auto-fill,minmax(580px, 1fr));
    grid-gap: 40px;
}
.vacItem {
    min-height:500px;
    background-color:rgba(var(--color1rgb),0.1);
    cursor:pointer;
    transition:all .25s ease-in-out;
}   
.vacItem h4 {
    margin-bottom:0;
    font-size:2em;
    line-height:1.1em;
    margin-bottom:10px;
    color:var(--color1);
    transition:all .25s ease-in-out;
}
.vacItem .labels { 
    width:100%;
    margin-bottom:var(--paddingsize);
}
.vacItem .description p {
    margin-top:20px;
}
.vacItem span.label { 
    display:inline-flex;
    background-color:var(--color1);
    color:var(--colorwhite);
    text-transform: uppercase;
    padding:15px 10px 10px 10px;margin:0 10px 10px 0;
    font-weight:bold;
    transition:all .25s ease-in-out;
}
.vacItem:hover {
    scale:1.05;
    background-color:rgba(var(--color3rgb),0.1);
}
.vacItem:hover h4 {
    color:var(--color3);
}
.vacItem:hover span.label { 
    background-color:var(--color3);
}
.bigVisual {
    position:relative;
    width:100%;min-height:790px;
    padding:0;margin:0;
    margin-top: var(--gap);    
    margin-bottom: var(--gap);
    background-position:center center;
    background-repeat:no-repeat;
}
.smallVisual {
    position:relative;
    width:100%;min-height:300px;
    padding:0;margin:0;
    background-position:top -40px center;
    background-repeat:no-repeat;
}

.bigVisual .leftBg .descriptionBox {
    position:absolute;
    top:0;left:0;
    padding:var(--paddingsize);
    padding-bottom:var(--paddingsizebig);
    width:45%;
    position:relative;
}
.bigVisual .rightBg .descriptionBox {
    position:absolute;
    bottom:40px;right:0;
    padding:var(--paddingsize);
    padding-bottom:var(--paddingsizebig);
    width:38%;
}
.bigVisual .rightBg .contentBox {
    position:relative;
    width:100%;min-height:790px;
}
.bigVisual .leftBg {
    min-height:790px;
    background-image:url('/img/bg_plus_white_left.svg');
    background-repeat:no-repeat;
    background-position:top 0 center;
    background-size:8000px 2648px;
}
.bigVisual .rightBg {
    min-height:790px;
    background-image:url('/img/bg_plus_white_right.svg');
    background-repeat:no-repeat;
    background-position:top -700px center;
    background-size:8000px 2648px;
}
.btn {
    display:inline-block;
    text-decoration:none;
    padding:20px 24px 15px 20px;margin:0;
    background-color:var(--color2);
    color:var(--color3);
    background-image:url('/img/icon_plus_color3.svg');
    background-size:16px 16px;
    background-position:center left -16px;
    background-repeat:no-repeat;
    font-family:var(--fontfamily1);
    font-size:1.2em !important;
    font-weight:bold;
    text-transform: uppercase;
    line-height:1em;
    transition:all .5s ease-in-out;
}
.btn:hover {
    padding:20px 40px 15px 20px;
    background-color:var(--color1);
    background-image:url('/img/icon_plus_color3.svg');
    background-size:16px 16px;
    background-position:center right 15px;
    background-repeat:no-repeat;
    color:var(--color3);
}
.btn.fgColor1 {
    color:var(--color1);
}
.btn.bgColor1 {
    background-color:var(--color1);
}
.btn.fgColor2 {
    color:var(--color2);
}
.btn.bgColor2 {
    background-color:var(--color2);
}
.btn.fgColor3 {
    color:var(--color3);
}
.btn.bgColor3 {
    background-color:var(--color3);
}
.btn.fgColor4 {
    color:var(--color4);
}
.btn.bgColor4 {
    background-color:var(--color4);
}
.btn.fgColor5 {
    color:var(--color5);
}
.btn.bgColor5 {
    background-color:var(--color5);
}
.btn.fgColor6 {
    color:var(--color6);
}
.btn.bgColor6 {
    background-color:var(--color6);
}
.btn.fgColor7 {
    color:var(--color7);
}
.btn.bgColor7 {
    background-color:var(--color7);
}
.btn.fgColor8 {
    color:var(--color8);
}
.btn.bgColor8 {
    background-color:var(--color8);
}
.btn.fgColor9 {
    color:var(--color9);
}
.btn.bgColor9 {
    background-color:var(--color9);
}
.btn.fgColor1,
.btn.fgColor2,
.btn.fgColor3,
.btn.fgColor4,
.btn.fgColor5,
.btn.fgColor6,
.btn.fgColor7,
.btn.fgColor8,
.btn.fgColor9,
.btn.fgColorWhite {
    color:var(--colorwhite);
}


.btn.bgColor1:hover,
.btn.bgColor2:hover,
.btn.bgColor3:hover,
.btn.bgColor4:hover,
.btn.bgColor5:hover,
.btn.bgColor6:hover,
.btn.bgColor7:hover,
.btn.bgColor8:hover,
.btn.bgColor9:hover {
    background-color:var(--color1);
    color:var(--color3);
}
ul.subnav {
    list-style:none;
    padding:0;margin:40px 0 0 0;
    border-top:1px solid rgba(255,255,255,0.5);
}
ul.subnav li a {
    display: block;
    padding:20px;
    font-family:var(--fontfamily1);
    font-size:1.2em;
    text-decoration: none;
    color: #ffffff;
    border-bottom:1px solid rgba(255,255,255,0.5);
    transition:all .5s ease-in-out;
}
.overlay {
    position:absolute;
    width:100%;height:0;
    font-family:var(--fontfamily1);
    right:0;top:0;
    padding:0;margin:0;    
    background-color:rgba(var(--color3rgb),0.95);
    overflow-y:hidden;
    transition:all .5s ease-in-out;
    z-index:100;
}
.open-overlay {
    height:500px;
}
.overlay-content {
    position: relative;
    top:120px;
    width:100%;
    text-align:center;
    margin-top:0;
}
.overlay ul {
    list-style:none;
    padding:0;margin:0;
    border-top:1px solid rgba(255,255,255,0.5);
}
.overlay ul li a {
    display: block;
    padding:15px 0 15px 0;
    font-size:1.5em;
    text-decoration: none;
    color:#ffffff;
    border-bottom:1px solid rgba(255,255,255,0.5);
    transition:all .5s ease-in-out;
}
.overlay ul li ul {
    display:none;
    margin-bottom:30px;
    border-top:none;
}
.overlay ul li ul li a {
    font-family:var(--fontfamily1);
    font-weight:bold;
    font-size:1em;
}
.overlay ul li a:hover, 
.overlay ul li a:focus {
    color:rgba(255,255,255,0.7);
    background-color:rgba(255,255,255,0.1);
}
.overlay .closebtn {
    display:block;
    position:absolute;
    top:20px;right:30px;
    text-indent:-999em;
    width:80px;height:80px;
    background-image:url('/img/icon_close.svg');
    background-size:40px 40px;
    background-repeat:no-repeat;
    background-position:center center;
    margin:0;
}
header {
    position:absolute;
    width:100%;height:325px;
    padding:0;margin:0;
    background-image:url('/img/bg_html.svg');
    background-repeat:no-repeat;
    background-position:top -60px center;
    background-size:5000px 1655px;
    transition:all .5s ease-in-out;
    z-index:10;
}
.headerHeight {
    height:165px;
}
.container {
    position:relative;
    width:1200px;
    padding:0;margin: 0 auto;
}
a {
    color:var(--colorblack);
    text-decoration:none;
}
a:hover,
a:focus {

}
.imageHolder {
    min-height:300px;
}
ul#slider {
    list-style:none;
    padding:0;margin:0;
}
ul#slider li {
    position:relative;
    width:100%;
    padding:0;margin:0;
}
.visual {
    min-height:650px;
    padding:0;margin:0;
    background-position:center center;
    background-repeat:no-repeat;
}
.visual .bgHolder {
    position:relative;
    width:100%;min-height:650px;
    background-image:url('/img/bg_plus_purple.svg');
    background-position:top -145px center;
    background-repeat:no-repeat;
    background-size:5000px 1655px;
    padding:0;margin:0;
}
.visual .bgHolder .descriptionHolder {
    position:relative;
    min-height:650px;
    padding:0;margin:0;
}
.visual .bgHolder .arrowHolder {
    position:absolute;
    bottom:55px;right:40px;
    width:40px;height:73px;
    background-image:url('/img/bg_arrow_bow.svg');
    background-position:center center;
    background-size:40px 73px;
    background-repeat:no-repeat;
    z-index:3;
    rotate: -40deg;
    transition:all  .25s ease-in-out;
    animation-name: NSRotate;
    animation-duration: 2s;
    animation-iteration-count:infinite;    
}
/* 
.visual .bgHolder .arrowHolder:hover {
    transform:rotate(30deg);
}
 */
.visual .bgHolder .description {
    position:absolute;
    width:400px;
    bottom:0;right:0;
    text-align:center;
    padding:0;
    z-index:2;
}
.visual .bgHolder .description h2 {
    font-size:1.8em;
    font-weight:normal;
    text-transform:uppercase;
}

ul#slider li .qouteBlock {
    position:absolute;
    left:40px;top:100px;
    text-align:center;
}
ul#slider li .qouteBlock .qoute {
    display:inline-block;
    padding:10px 20px;margin-bottom:10px;
    font-family:var(--fontfamily1);
    font-size:2.4em;
}
ul#slider li .description {
    padding:var(--paddingsizesmall) 0;margin:0;
}
ul#slider li .description h2 {
    font-size:2.4em;
}
ul#topVisual {
    list-style:none;
    padding:0;margin:0;
}
ul#topVisual li {
    position:relative;
    width:100%;
    padding:0;margin:0;
}
ul#topVisual li .visual {
    min-height:500px;
    padding:0px;margin:0;
    background-position:center center;
    background-repeat:no-repeat;
}
ul#topVisual li .qouteBlock {
    position:absolute;
    left:40px;top:100px;
    text-align:center;
}
ul#topVisual li .qouteBlock .qoute {
    display:inline-block;
    padding:10px 20px;margin-bottom:10px;
    font-family:var(--fontfamily1);
    font-size:2.4em;
}
.slick-dots {
    position:absolute;
    right:20px;top:430px;
    list-style:none;
    padding:0;margin:0;
    clear:both;
}
ul.slick-dots li {
    float:left !important;
    width:50px !important;
    padding:0;margin:0 0 0 5px !important;
    opacity:0.5;
    background-repeat:no-repeat;
    background-size:40px 40px;
    background-position:center center;
    background-color:transparent;
}
ul.slick-dots li button {
    display:block;
    width:50px;height:50px;
    text-indent:-999em;
    padding:0;
    background:none;
    border:none;
    outline:0;
}
ul.slick-dots li:nth-child(1) {
    background-image:url('/img/icon_auto.svg');
    background-color:transparent;
}
ul.slick-dots li:nth-child(2) {
    background-image:url('/img/icon_bus.svg');
    background-color:transparent;
}
ul.slick-dots li:nth-child(3) {
    background-image:url('/img/icon_bike.svg');
    background-color:transparent;
}
ul.slick-dots li:nth-child(4) {
    background-image:url('/img/icon_train.svg');
    background-color:transparent;
}
ul.slick-dots li.slick-active:nth-child(1) {
    background-image:url('/img/icon_auto.svg');
    background-color:var(--color3);
}
ul.slick-dots li.slick-active:nth-child(2) {
   background-image:url('/img/icon_bus.svg');
    background-color:var(--color6);
}
ul.slick-dots li.slick-active:nth-child(3) {
   background-image:url('/img/icon_bike.svg');
   background-color:var(--color7);
}
ul.slick-dots li.slick-active:nth-child(4) {
   background-image:url('/img/icon_train.svg');
   background-color:var(--color8);
}
ul.slick-dots li.slick-active {
    opacity:1;
}
#logo {
    position:absolute;
    top:30px;left:30px;
    padding:0;margin:0;
    transition:all .5s ease-in-out;
}
#logo a {
    display:block;
    width:250px;height:160px;
    background-image:url('/img/logo_nijestap.svg');
    background-size:250px 160px;
    background-position:center center;
    text-indent:-999em;
    transition:all .5s ease-in-out;
}
a.logoBig {
    display:block;
    width:250px;height:160px;
    background-image:url('/img/logo_nijestap.svg');
    background-size:250px 160px;
    background-position:center center;
    text-indent:-999em;
    margin:0 auto 60px auto;
}
#mobileNavi {
    position:absolute;
    right:0;top:0;
}
#navi {
    position:absolute;
    left:400px;top:55px;
}
#navi ul {
    list-style:none;
    padding:0;margin:0;
}
#navi ul li {
    float:left;display:inline;
}
#navi ul li a {
    display:block;
    padding:10px;
    color:var(--color4);
    font-size:1.4em;
    text-transform:lowercase;
    transition:all .5s ease-in-out;
}
#navi ul li a:hover {
    color:var(--color2);
}
#navi ul li a:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background:var(--color2);
    margin:10px auto 0 auto;
    transition:all 0.5s ease-in-out;
}
#navi ul li a:hover:after {
    width: 100%;
}
#navi ul li a.active {
    color:var(--color3);
    font-weight:bold;
}
#navi ul li a.active:hover {
    color:var(--color3);
    font-weight:bold;
}

#navi ul li a.active:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background:var(--color3);
    margin:10px auto 0 auto;
    transition:all 0.5s ease-in-out;
}
#navi ul li a.active:hover:after {
    width: 75%;
}
a.hamburger {
    display:none;
    position:relative;
    text-indent:-999em;
    width:80px;height:80px;
    background-image:url('/img/icon_menu.svg');
    background-size:40px 40px;
    background-repeat:no-repeat;
    background-position:center center;
    margin:20px 30px 0 0;
}
.date {
    font-size:1.2em;
    font-style:italic;
}
.more {
    font-size:1.6em;
}
.contentPadding {
    padding:var(--paddingsize) var(--paddingsizebig);
}
.contentPaddingSmall {
    padding:var(--paddingsizesmall);
}
.contentPaddingBig {
    padding:var(--paddingsizebig);
}
.pricePadding {
    margin-top:-60px;
    padding:0 var(--paddingsizesmall);
}
.noPaddingTop {
    padding-top:0;
}
.noPaddingBottom {
    padding-bottom:0;
}
.contentPadding ul li {
    font-size:1.2em;
    font-weight:400;
}
.topOffset {
    display:block;
    width:100%;height:145px;
}
.roundBack {
    width:100%;height:90px;
}
.roundBack.roundLeftTop {
    border-top-left-radius:90px;
}
.roundBack.roundRightTop {
    border-top-right-radius:90px;
}
.roundBack.roundLeftBottom {
    border-bottom-left-radius:90px;
}
.roundBack.roundRightBottom {
    border-bottom-right-radius:90px;
}
.flexContainer {
    width:100%;
    display: flex;
    gap:var(--gap);
    min-width:0;
    padding:0;margin:0;
}
.flexContainer .large-1 { 
    width: 8.33%; 
    min-width:0;
    padding:0;margin:0;
}
.flexContainer .large-2 { 
    width: 16.66%;
    min-width:0;
    padding:0;margin:0;
}
.flexContainer .large-3 { 
    width: 25%; 
    min-width:0;
    padding:0;margin:0;
}
.flexContainer .large-4 {
    width: 33.3%; 
    min-width:0;
    padding:0;margin:0;
}
.flexContainer .large-5 {
    width: 41.6%;
    min-width:0;
    padding:0;margin:0;
}
.flexContainer .large-6 {
    width: 50%; 
    min-width:0;
    padding:0;margin:0;
}
.flexContainer .large-7 { 
    width: 58.33%; 
    min-width:0;
    padding:0;margin:0;
}
.flexContainer .large-8 { 
    width: 66.67%; 
    min-width:0;
    padding:0;margin:0;
}
.flexContainer .large-9 { 
    width: 75%; 
    min-width:0;
    padding:0;margin:0;
}
.flexContainer .large-10 { 
    width: 83.33%; 
    min-width:0;
    padding:0;margin:0;
}
.flexContainer .large-11 { 
    width: 91.67%; 
    min-width:0;
    padding:0;margin:0;
}
.flexContainer .large-12 { 
    width: 100%; 
    min-width:0;
    padding:0;margin:0;
}
footer {
    padding:40px 0 0 0; margin-top:var(--gap);
    width:100%;min-height:200px;
    background-color:var(--color3);
    line-height:1.6em;
}
footer ul {
    list-style:none;
    padding:0;margin:0;
}
footer ul li {
    padding:0;margin:0 0 15px 0;
}
footer ul li:last-of-type {
   padding:0;margin:0;
}
footer ul li a {
    display:block;
    color:var(--colorwhite);    
}
footer #footerLogo {
    padding:0;margin:45px 0 0 0;
    width:200px;height:128px;
}
footer #footerLogo a {
    display:block;
    width:200px;height:128px;
    background-image:url('/img/logo_nijestap_white.svg');
    background-size:200px 128px;
    background-position:center center;
    background-repeat:no-repeat;
    text-indent:-999em;
    transition:all .5s ease-in-out;
}
footer #footerLogoGemeente {
    padding:0;margin:40px 0 0 0;
    width:280px;height:61px;
}
footer #footerLogoGemeente a {
    display:block;
    width:250px;height:55px;
    background-image:url('/img/logo_gemeente_achtkarspelen_white.svg');
    background-size:250px 55px;
    background-position:center center;
    background-repeat:no-repeat;
    text-indent:-999em;
    transition:all .5s ease-in-out;
}
#copyright {
    padding:20px 40px 20px 40px;margin-top:40px;
    font-size:0.9em;
    line-height:1.8em;
    text-align:center;
    color:var(--colorwhite);
    background-color:rgba(var(--colorblackrgb),0.3);
}
#copyright a {
    color:var(--colorwhite);
}
#copyright a:hover {
    color:var(--colorwhite);
    text-decoration:underline;
}
.socials {
    height:40px;
    display:block;
    margin-top:40px;
}
.socials ul {
    list-style:none;
    padding:0;margin:0 auto;
    clear:both;
}
.socials ul li {
    float:left;
    padding:0;margin-right:10px;
}
.socials ul li a {
    display:block;
    width:40px;height:40px;
    text-indent:-9999em;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:40px 40px;
    transition:all .25s ease-in-out;
}
.socials ul li a:hover,
.socials ul li a:focus {
    opacity: 0.5;
}
.socials ul li a.facebook {
    background-image:url('/img/icon_facebook.svg');
}
.socials ul li a.instagram {
    background-image:url('/img/icon_instagram.svg');
}
.socials ul li a.twitter {
    background-image:url('/img/icon_twitter.svg');
}
.socials ul li a.youtube {
    background-image:url('/img/icon_youtube.svg');
}
.socials ul li a.linkedin {
    background-image:url('/img/icon_linkedin.svg');
}
.socials ul li a.whatsapp {
    background-image:url('/img/icon_whatsapp.svg');
}
.socials ul li a.pinterest {
    background-image:url('/img/icon_pinterest.svg');
}
@media (min-width: 992px) and (max-width: 1080px)
{
    #smallNavi,
    #navi {
        display:none !important;
    }
    a.hamburger {
        display:block;
    }     
    html,
    header {
        background-position:top -120px left -1950px;
    }
    .plusPurple {
        background-image:none;
    }
    .visual .bgHolder {
        background-position:top -175px left -2300px;
    }
    .visual .bgHolder .description {
        bottom:30px;
    }
    .visual .bgHolder .arrowHolder {
        bottom:85px;right:40px;
    }
    #logo {
        position:absolute;
        top:20px;left:30px;
    }
    #logo a {
        display:block;
        width:180px;height:115px;
        background-size:180px 115px;
    }
    .price {
        background-size:300px 243px;
        width:300px;height:243px;
        margin-left:-30px;
    }
    .container {
        width:100%;
    }
    .flexContainer .medium-4 { 
        width: 33.3%;
    }
    .flexContainer .medium-6 {
        width: 50%;
    }
    .flexContainer .medium-12 {
        width: 100%;
    }    
}
@media (min-width: 768px) and (max-width: 991px)
{
    #smallNavi,
    #navi {
        display:none !important;
    }
    a.hamburger {
        display:block;
    }
    html,     
    header {
        background-position:top -120px left -1950px;
    }
    #logo {
        position:absolute;
        top:20px;left:30px;
    }
    #logo a {
        display:block;
        width:180px;height:115px;
        background-size:180px 115px;
    }
    .plusPurple {
        background-image:none;
    }
    .container {
        width:100%;
    }
    .flexContainer .medium-4 { 
        width: 33.3%;
    }
    .flexContainer .medium-6 {
        width: 50%;
    }
    .flexContainer .medium-12 {
        width: 100%;
    }
}
@media (max-width: 767px)
{
    #naviSmall,
    #navi {
        display:none !important;
    }
    .hideForDesktop,
    a.hamburger {
        display:block;
    }
    html,
    header {
        background-position:top -120px left -1950px;
    }
    #logo {
        position:absolute;
        top:20px;left:30px;
    }
    #logo a {
        display:block;
        width:180px;height:115px;
        background-size:180px 115px;
    }
    .plusPurple {
        background-image:none;
    }
    .visual .bgHolder {
        background-position:top -175px left -2720px;
    }
    .visual .bgHolder .description {
        bottom:30px;
    }
    .visual .bgHolder .arrowHolder {
        bottom:85px;right:40px;
    }
    .contentPaddingBig,
    .contentPadding {
        padding:var(--paddingsize);
    }

    .noPaddingTopBottom {
        padding-top:0;
        padding-bottom:0;
    }
    .logo8k {
        margin-top:60px;
        margin-bottom:0;
    }
    .container {
        width:100%;
    }
    .slick-dots {
        right:40px;bottom:80px;
    }
    .vacItem h4 {
        font-size:1,6em;
    }
    .vacItem p {
        width:100%;
    }
    .bigVisual {
        position:relative;
        width:100%;min-height:300px;
        padding:550px 0 0 0;margin:var(--paddingsize) 0;
        background-position:top center;
        background-repeat:no-repeat;
    }
    .bigVisual .rightBg .contentBox,
    .bigVisual .leftBg,
    .bigVisual .rightBg  {
        min-height:300px;
    }
    .bigVisual .leftBg .descriptionBox {
        position:relative;
        padding:var(--paddingsize);
        padding-bottom:0;
        width:100%;
        position:relative;
        background-color:#ffffff;
    }
    .bigVisual .rightBg .descriptionBox {
        position:relative;
        padding:var(--paddingsize);
        padding-bottom:0;
        width:100%;
        position:relative;
        background-color:#ffffff;
    }
    .open-overlay {
        height:800px;
    }
    .order1 {
        order:1;
    }
    .order2 {
        order:2;
    }
    .order3 {
        order:2;
    }
    .logo8k {
         margin: 0 0 60px 0;
    }
    .flexContainer {
        flex-flow: row wrap;
        gap:0;
    }
    .flexContainer .small-3 {
        width:25%;
    }
    .flexContainer .small-6 {
        width: 50%;
    }
    .flexContainer .small-12 {
        width: 100%;
    }
    .large-12,
    .large-6,
    .large-4,
    .large-3,
    .large-2, 
    .small-12 {
        margin-bottom:var(--gap);
    }
    #vacatures {
      display: block;
    }    

    .visuals .plusIcon {
        position:absolute;
        bottom:-10px;left:20px;
        display:block;
        width:75px;height:75px;
        background-image:url('/img/icon_plus_color1.svg');
        background-size:75px 75px;
        background-position:center center;
        background-repeat:no-repeat;
        z-index:100;
    }
    .visuals .plusIcon.rb {
       bottom:-10px;
       position: absolute;
       left:auto;right:20px;
    }
    .visuals .plusIcon.mr {
       bottom:-10px;
       position: absolute;
       left:auto;right:20px;
    }
    .logoMooidichtbij {
        margin:0 auto 20px auto;
    }

    footer {
        padding-top:80px;
    }
    footer #footerLogo { 
        margin:0;
    }
    footer {
        color:#ffffff;
    }
    footer #footerLogoGemeente {
        padding:0;margin:40px 0 40px 60px;
    }
    footer #footerLogo {
        padding:0;margin:40px 0 0 60px;
    }
    footer .socials {
        margin:20px 0 60px 60px;
    }
    footer .contentPadding {
        padding:00px 60px 0 60px;
    }
}
