@charset "UTF-8";

/* NIKS AANPASSEN IN DIT BESTAND */

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; background:transparent;}

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

audio, canvas, video {display: inline-block; *display:inline; *zoom:1;}

audio:not([controls]) {display:none; height:0;}

[hidden] {display:none;}

html {overflow-y:scroll; overflow-x:hidden; font-size:100%; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;}    
    
body {line-height: 1;}

nav ul, nav ol {list-style: none; list-style-image:none;}    
ol, ul {list-style: none;}
    
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; font-size:75%}
abbr[title], dfn[title] {border-bottom:1px dotted; cursor:help;}    

sub, sup {font-size:75%; line-height:0; position:relative; vertical-align:baseline}
sub {bottom: -0.25em;}
sup {top: -0.5em;}

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

a:link, a:visited, a:hover, a:active {text-decoration:none;}
a img, :link img, :visited img {border:none;}
a:focus {outline: thin dotted;}
a:active, a:hover {outline: 0;}

html, button, input, select, textarea {font-family: sans-serif;}
textarea {resize:none; vertical-align:top; font-size:100%; overflow:auto;}
textarea:focus {outline:none;}
input:focus {outline:none;}
button, input, select {vertical-align: baseline; *vertical-align: middle; font-size:100%; line-height:normal; margin:0;}
legend {white-space: normal; *margin-left:-7px;}
button, input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance:button; cursor:pointer; *overflow: visible;}
button[disabled], input[disabled] {cursor: default;}
input[type="checkbox"], input[type="radio"] {box-sizing; border-box; *height: 13px; *width: 13px;}
input[type="search"] {-webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance:none;}
button::-moz-focus-inner, input::-moz-focus-inner {border:0; padding:0;}

img {-ms-interpolation-mode: bicubic;}
svg:not(:root) {overflow:hidden;}

strong, b {font-weight:bold}

tt {font-family: "Courier New", Courier, monospace}
code, kbd, pre, samp {font-family: monospace, serif; _font-family: 'courier new', monospace; font-size:16px;}
pre {white-space: pre; white-space:pre-wrap; word-wrap: break-word;}
hr {display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0;}
i {font-style:italic}
u {text-decoration:underline}
strike, del {text-decoration:line-through}
ins {text-decoration:none}
center {text-align:center}
dfn {font-style:italic}
mark {background: #ff0; color: #000;}

/* EXTERNE FONTS */

/* GEHOSTE FONTS */
@font-face {
    font-family: 'ChopinScript';
    src: url('/fonts/chopinscript-webfont.eot');
    src: url('/fonts/chopinscript-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/chopinscript-webfont.woff') format('woff'),
         url('/fonts/chopinscript-webfont.ttf') format('truetype'),
         url('/fonts/chopinscript-webfont.svg#ChopinScript') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*=========Start Algemeen=======*/

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

textarea:focus,
input:focus,
select:focus,
button:focus,
option:focus {
    outline: none;
}

input[type=text],
input[type=submit],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
textarea,
select,
option {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

nav.dn {
    visibility: hidden;
}

.content {
    width: 96%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

.content:after {
    display: block;
    clear: both;
    content: "";
}

.content .text {
    margin-bottom: 60px;
}

body {
    color: #231f20;
}

.insta-preview {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.instaholder h2 {
    text-align: center;
    width: 100%;
    font-weight: 700;
    font-size: 1.7em;
    color: #9e905f;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-bottom: 25px;
}

.insta-preview a {
    width: 23%;
    margin: 1%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.insta-preview a:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.instaholder {
    padding: 25px 0;
    background-color: #efefef;
    margin-top: 20px;
}

.h1 {
    font-size: 1.2em;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 40px;
}

.h1 strong {
    font-size: 135%;
}

.acht {
    width: 80%;
    margin: 0 auto;
}

.negen {
    width: 90%;
    margin: 0 auto;
}

h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.7em;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

p {
    line-height: 170%;
    margin-bottom: 10px;
    color: #222222;
}

.vacature_pagina {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding: 50px 10px;
}

.vacature_pagina .vacimg {
    position: relative;
}

.vacature_pagina .vacimg img {
    width: 100%;
}

.vacature_pagina .vacimg p {
    position: relative;
    font-size: 1em;
    font-weight: 700;
    color: white;
    padding: 10px 25px;
    background-color: #F25029;
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: inline-block;
    border-radius: 200px;
}

.vacature_pagina .vacimg p i {
    font-size: 1.2em;
}

.vacature_pagina>div {
    width: 100%;
}

.vacature_pagina>div>h2 {
    width: 100%;
    color: #9e905f;
    margin-top: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}

.vacature_pagina>div>h1 {
    width: 100%;
    color: #000000;
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}

.vacature_pagina>div>h1 article {
    font-size: .6em;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.vacature_pagina>div>h1 article a {
    margin: 0 10px;
    color: #000;
}

.vacature_pagina>div div {
    line-height: 180%;
    color: #8A8A8A;
    font-size: 1.1em;
}

.vacature_pagina>div h3 {
    font-weight: 700;
    font-size: 1.2em;
    margin-top: 30px;
    margin-bottom: 5px;
}

.vacature_pagina>div h3:first-of-type {
    margin-top: 0;
}

.vacature_pagina>div div a {
    color: #8A8A8A;
    font-weight: 700;
}

.vacature_pagina>div div strong {
    font-size: 1em;
    color: #3C3C3B !important;
    font-weight: 700;
    padding-bottom: 15px;
}

.vacature_pagina aside {
    max-width: 450px;
    width: 100%;
    margin-left: 50px;
}

.vacature_pagina aside form {
    border: 2px solid #F2F2F2;
    padding: 35px 30px;
}

.vacature_pagina .contactpersoon-vacature {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
}

.vacature_pagina .contactpersoon-vacature img {
    width: 25%;
    object-fit: contain;
    align-self: flex-start;
}

.vacature_pagina .contactpersoon-vacature .details {
    width: 70%;
}

.vacature_pagina .contactpersoon-vacature .details h2 {
    font-weight: bold;
    color: #9e905f;
    font-size: 1.2rem;
    margin-bottom: 0.4rem;
}

.vacature_pagina .contactpersoon-vacature .details p {}

.vacature_form .vacaturelabel {
    font-size: 1.1em;
    font-weight: 700;
    margin-bottom: 10px;
    display: inline-block;
}

.vacature_form input[type=text],
.vacature_form input[type=email],
.vacature_form select,
.vacature_form textarea {
    width: 100%;
    border: none;
    background-color: #F8F8F8;
    padding: 12px;
    color: #353535;
    font-weight: 200;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
}

.vacature_form textarea {
    height: 150px;
}

.vacature_form select {
    background-image: url(/images/select.png);
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
}

.vacature_form input[type=submit] {
    width: 100%;
    background-color: #9e905f;
    color: white;
    font-weight: 700;
    margin-top: 10px;
    font-size: 1.1em;
    font-family: 'Poppins', sans-serif;
    border: none;
    padding: 15px;
}

.vacature_form>h2 {
    font-size: 1.5em;
    font-weight: 700;
    color: #9e905f;
    margin-bottom: 15px;
}

.vacature_form .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.vacature_form .inputfile+label {
    font-size: .9em;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    color: #353535;
    background-color: #F8F8F8;
    width: 100%;
    padding: 15px;
    display: inline-block;
    margin-bottom: 20px;
}

.vacature_form .inputfile:focus+label,
.vacature_form .inputfile+label:hover {
    background-color: #e8e8e8;
}

.vacature_form .inputfile+label {
    cursor: pointer;
    /* "hand" cursor */
}

.vacature_form .inputfile:focus+label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.vacature_form .inputfile+label * {
    pointer-events: none;
}

.vacature_ak {
    width: 100%;
    margin-top: 40px;
    position: relative;
}

.vacature_ak div {
    position: relative;
}

.vacature_ak a {
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.vacature_ak div>div {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.30) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.30) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.30) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#21000000', GradientType=0);
}

.vacature_ak .mainimage {
    width: 100%;
}

.vacature_ak .triangle {
    position: absolute;
    left: 10px;
    width: 25px;
    bottom: 0;
    z-index: 2;
}

.vacature_ak {
    width: 100%;
}

.vacature_ak h3 {
    font-size: 1.2em;
    padding-left: 20px;
    padding-top: 15px;
    font-weight: 700;
    color: #9e905f;
}

.vacature_ak h2 {
    font-size: 1.4em;
    font-weight: 700;
    padding-left: 20px;
    color: #3C3C3B;
    margin-top: 5px;
}

.inschrijving_bevestiging {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin-top: 50px;
}

.inschrijving_bevestiging>div {
    width: 55%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    padding: 10px;
}

.inschrijving_bevestiging>div i {
    font-size: 3.5em;
    color: #9e905f;
}

.inschrijving_bevestiging>div h1 {
    font-size: 2.5em;
    font-weight: 700;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px;
}

.inschrijving_bevestiging>div h2 {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #353535;
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 20px;
}

.inschrijving_bevestiging>div div {
    text-align: center;
    line-height: 150%;
    color: #9b9b9b;
    font-size: 1.3em;
}

.inschrijving_bevestiging a {
    padding: 10px 30px;
    color: white;
    background-color: #9e905f;
    display: inline-block;
    margin-top: 20px;
    border-radius: 200px;
    font-size: 1.2em;
}

.inschrijving_bevestiging .gotobtn {
    padding: 10px 30px;
    color: white;
    background-color: #9e905f;
    display: inline-block;
    margin-top: 20px;
    border-radius: 200px;
    font-size: 1.2em;
}

.inschrijving_bevestiging .fbbtn {
    padding: 10px 20px;
    color: #8a8a8a;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-top: 10px;
    font-size: .9em;
}

.inschrijving_bevestiging .fbbtn i {
    color: #8a8a8a;
    font-size: 1.1em;
    margin-right: 5px;
}

.inschrijving_bevestiging img {
    width: 45%;
}

/* Vacature Overzicht */

.vacature_overzicht {
    width: 100%;
    max-width: 1600px;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin: 0 auto;
    flex-wrap: wrap;
    margin-top:2%;
}

.vacature_overzicht>h2,
.vacature_overzichth2 {
    width: 100%;
    font-weight: 700;
    font-size: 1.5em;
    padding: 25px;
    margin-top: 30px;
    text-align: center;
}

.vacature_overzicht>a {
    display: block;
    padding: 10px 0;
    color: #9e905f;
    font-weight: 700;
    margin: 0 auto;
    border-bottom: 2px solid #9e905f;
    margin-bottom: 50px;
    transition: all .3s;
}

.vacature_overzicht>a:hover {
    background-color: transparent;
    color: #9e905f;
}

.vacature_overzicht article {
    width: 49.5%;
    margin-bottom: 1%;
    margin-right: 1%;
    border: 2px solid #d8d8d8;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.vacature_overzicht article:nth-child(even) {
    margin-right: 0%;
}

.spontaan_sol {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    position: relative;
}

.spontaan_sol img {
    opacity: 0;
}

.spontaan_content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
}

.spontaan_content h5 {
    font-size: 2em;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.44);
}

.spontaan_content button {
    border: none;
    background-color: #9e905f;
    color: white;
    font-weight: 700;
    padding: 10px 25px;
}

.vacature_overzicht article>a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
}

.vacature_overzicht article img {
    width: 50%;
}

.vacature_overzicht article>div {
    padding: 15px;
    display: flex;
    justify-content: center;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
    width: 50%;
}

.vacature_overzicht article h3 {
    color: #9e905f;
    font-weight: 700;
    font-size: 1.2em;
    margin-bottom: 10px;
}

.vacature_overzicht article h2 {
    color: #4D4D4D;
    line-height: 140%;
    font-weight: 700;
    font-size: 1.4em;
    margin-bottom: 25px;
    width: 100%;
}

.vacature_overzicht article h4 {
    font-size: 1em;
    color: #A3A3A3;
}

.vacature_overzicht article h4 i {
    margin-right: 5px;
}

.vacature_overzicht article div a {
    background-color: transparent;
    color: #9e905f;
    font-weight: 700;
    padding: 10px 30px;
    margin-top: 20px;
    font-size: 1em;
    display: inline-block;
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 2;
    transition: all .3s;
    border: 2px solid #9e905f;
}

.vacature_overzicht article div a:hover {
    background-color: #9e905f;
    color: white;
}

.ak_videocall_vacature {
    width: 100%;
    max-width: 1400px;
    margin: 30px auto;
    position: relative;
}

.ak_videocall_vacature img {
    width: 100%;
}

.ak_videocall_vacature div {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
}

.ak_videocall_vacature div h2 {
    font-size: 1.4em;
    font-weight: 700;
    line-height: 140%;
    color: white;
    max-width: 300px;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.22);
}

.ak_videocall_vacature div a {
    display: inline-block;
    margin-top: 20px;
    padding: 15px 25px;
    font-size: 1.1em;
    font-weight: 700;
    color: #fff;
    background-color: #E93C1E;
}


/* Einde Vacature Overzicht */

p:last-child {
    margin-bottom: 0px;
}

.pml p {
    margin-bottom: 20px;
}

.pml p:last-child {
    margin-bottom: 0;
}

.item {
    position: relative;
}

.item a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 2;
}

.vertcent {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.imgoverlay {
    overflow: hidden;
    padding: 1px;
    border: 1px solid #231f20;
}

.imgoverlay img {
    width: 100%;
    -webkit-transition: all 0.5s ease;
    /* Safari and Chrome */
    -moz-transition: all 0.5s ease;
    /* Firefox */
    -ms-transition: all 0.5s ease;
    /* IE 9 */
    -o-transition: all 0.5s ease;
    /* Opera */
    transition: all 0.5s ease;
}

.imgoverlay:hover img {
    -webkit-transform: scale(1.1);
    /* Safari and Chrome */
    -moz-transform: scale(1.1);
    /* Firefox */
    -ms-transform: scale(1.1);
    /* IE 9 */
    -o-transform: scale(1.1);
    /* Opera */
    transform: scale(1.1);
}

.footermar {
    margin-bottom: 120px;
}

.cnt {
    text-align: center;
}

.titlebox {
    position: relative;
    height: 100px;
}


/**Lightbox**/

#loctek-lightbox-close {
    line-height: 20px !important;
    border: 0 !important;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.loctek-lightbox {
    line-height: 20px !important;
    border: 0 !important;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.res-nav {
    width: 400px;
    height: 100vh;
    position: fixed;
    right: -400px;
    top: 0;
    z-index: 1000;
    overflow: auto;
    transition: all .3s;
    background-color: #353535;
    padding-bottom: 100px;
}

.menuoverlay {
    position: absolute;
    z-index: 100;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    background-color: rgba(0, 0, 0, .4);
}

.res-nav nav {
    display: flex !important;
    flex-direction: column;
    width: 100%;
    position: relative;
    top: 0;
    transform: translate(0, 0);
    text-align: left;
    margin-top: 40px;
}

.bottomres {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-transform: uppercase;
    background-color: #4b4b4b;
    padding: 8px;
    text-align: center;
    font-size: .8em;
}

.bottomres a {
    color: #353535;
    letter-spacing: 2px;
}

.closebtn {
    width: 25px;
    height: 25px;
    cursor: pointer;
    margin: 20px;
    margin-bottom: 50px;
}

.res-nav nav a {
    text-align: left;
    padding: 15px;
    margin-left: 0;
    margin: 5px 0;
    height: auto;
    line-height: 150%;
    font-size: 1.2em;
    letter-spacing: 2px;
    text-transform: uppercase;
    width: 100%;
    border-left: 5px solid #353535;
}

.res-nav nav a:hover,
.res-nav nav a.active {
    border: none;
    border-radius: 0;
    border-left: 5px solid white;
}

.res-menu {
    width: 40px;
}

.menu-block {
    overflow: hidden;
}

.menu-is-open {
    right: 0;
}

.overvisible {
    display: block;
}


/* Page Header */

.page_header {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 100px 10px;
}

.page_header h1 {
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #353535;
    margin-bottom: 20px;
    text-align: center;
}

.page_header h2 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    margin-bottom: 20px;
    color: #9E905F;
    text-align: center;
}

.page_header>div {
    font-size: 20px;
    font-weight: 200;
    color: #353535;
    text-align: center;
    line-height: 170%;
}

.page_header>a {
    font-size: 17px;
    border-radius: 50px;
    margin-top: 20px;
    display: inline-block;
    color: #ffffff;
    padding: 15px 30px;
    background-color: #9E905F;
}


/* Einde Page Header */


/* Beoordeling */

.beoordelingen {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.beoordelingen article {
    width: 48%;
    margin: 1%;
    padding: 20px;
    border: 1px solid #e3e3e3;
}

.beoordelingen article i {
    color: #9E905F;
    font-size: 16px;
}

.beoordelingen article h2 .stars {
    margin-left: 15px;
}

.beoordelingen article h2 {
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.beoordelingen article .tekst {
    line-height: 150%;
    font-weight: 200;
    color: #252525;
    font-size: 18px;
}

.beoordeling_form {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
    padding: 0 15px;
}

.beoordeling_form>div {
    width: 100%;
}

.beoordeling_form>div:not(:last-of-type) {
    margin-bottom: 20px;
}

.beoordeling_form>div input,
.beoordeling_form>div select,
.beoordeling_form>div textarea {
    margin-top: 5px;
    padding: 10px !important;
    border: 2px solid #EEEEEE !important;
    width: 100%;
    border: none;
    border-bottom: 2px solid #eee;
    padding: 8px 0;
    color: #252525;
    font-size: 18px;
    font-weight: 200;
}

.beoordeling_form input[type=submit] {
    padding: 10px 40px;
    background: transparent;
    border: 2px solid #9E905F;
    font-weight: 200;
    color: #9E905F;
    font-size: 16px;
    font-weight: 700;
    transition: all .3s;
    margin-top: 20px;
    margin-bottom: 50px;
}


/* Einde Beoordeling */


/* Bevestiging */

.bevestiging_bg {
    width: 100%;
    min-height: 70vh;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bevestiging {
    width: 100%;
    border: #e0e0e0 1px solid;
    max-width: 700px;
    padding: 50px;
    background-color: white;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
}

.bevestiging i {
    font-size: 45px;
    color: #9E905F;
    margin-bottom: 20px;
}

.bevestiging h2 {
    text-transform: uppercase;
    color: #353535;
    font-size: 18px;
    margin: 10px 0;
}

.bevestiging h1 {
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    color: #9E905F;
    margin-bottom: 10px;
}

.bevestiging p {
    line-height: 150%;
    color: #353535;
    font-size: 17px;
    font-weight: 200;
    text-align: center;
}

.bevestiging a {
    cursor: pointer;
    display: inline-block;
    padding: 15px 30px;
    background-color: #9E905F;
    font-weight: 500;
    color: #fff;
    margin-top: 20px;
    border: 1px solid #9E905F;
    transition: all 1s ease;
}

.bevestiging a:hover {
    background-color: transparent;
    color: #9E905F;
}


/* Einde Bevestiging*/


/* Cookie Melding */

.PL_Wrapper {
    position: fixed;
    left: 10px;
    bottom: 10px;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    z-index: 100;
    padding: 25px;
    transition: all .8s;
    -webkit-box-shadow: 0px 2px 22px 0px rgba(61, 61, 61, 0.41);
    -moz-box-shadow: 0px 2px 22px 0px rgba(61, 61, 61, 0.41);
    box-shadow: 0px 2px 22px 0px rgba(61, 61, 61, 0.41);
}

.PL_Wrapper h2 {
    color: #353535;
    font-weight: 700;
    font-size: 1.5em;
    margin-bottom: 15px;
}

.PL_Wrapper p {
    max-width: 500px;
    color: #979797;
    margin-bottom: 20px;
    text-align: justify;
    line-height: 150%;
}

.PL_Buttons {
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
}

.PL_Buttons a {
    padding: 15px;
    background-color: #9e905f;
    border: 1px solid #9e905f;
    color: #fff;
    width: 48%;
    font-size: 1.2em;
    font-weight: 200;
    cursor: pointer;
    text-align: center;
    transition: all .3s;
}

.PL_Buttons a:hover {
    background-color: transparent;
    color: #9e905f;
}


/* Einde Cookie Melding */


/*======einde algemeen=====*/


/*====start header====*/

header {
    background-color: #353535;
    height: 130px;
}

header .content {
    position: relative;
    height: inherit;
}

header .logo {
    position: absolute;
    left: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

header .logo img {
    width: 100%;
    max-width: 55%;
}

header h3 {
    font-size: 2em;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    color: #9e905f;
    text-transform: uppercase;
}

header h3 span {
    font-size: 115%;
}

nav {
    position: absolute;
    right: 0px;
    top: 50%;
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

nav a {
    display: inline-block;
    color: white;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1em;
    padding: 10px 15px;
    border: 1px solid #353535;
    transition: all .3s;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    margin-left: 20px;
}

nav a:hover,
nav a.active {
    border: 1px solid #9e905f;
}

#resbutton {
    display: none;
}


/*=====einde header====*/


/*====Start banner====*/

.banner {
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.banner h2 {
    color: #9e905f;
    font-size: 1.5em;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 40px;
}

.banner h1 {
    text-align: left;
    margin-bottom: 20px;
}

.banner.home {
    height: 500px;
}

.banner .cont {
    position: absolute;
    left: 60%;
    right: 4%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 20px;
    background-color: rgba(255, 255, 255, .8);
}

.banner a {
    font-size: 1.3em;
    font-family: 'Roboto Condensed', sans-serif;
    color: #222222;
    display: block;
    line-height: 150%;
    letter-spacing: 2px;
    padding: 10px;
    margin-top: 40px;
    width: 100%;
    text-transform: uppercase;
    border: 2px solid #222222;
    text-align: center;
    box-shadow: inset 0 0 0 0 #222222;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
}

.banner a:hover {
    box-shadow: inset 1200px 0 0 0 #222;
    color: white;
}


/*====Einde banner====*/


/*====Start footer====*/

footer {
    background-color: #9e905f;
}

footer .item a {
    position: static;
    color: #222222;
}

.footer-items {
    padding: 30px 2%;
}

.footer-items:after {
    display: block;
    clear: both;
    content: "";
}

footer p {
    position: relative;
    padding-left: 60px;
    margin-bottom: 0;
    line-height: 200%;
}

footer p img {
    position: absolute;
    left: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

footer .half,
footer .full {
    width: 45%;
}

footer .half {
    padding-left: 5%;
}

footer .full {
    padding-right: 5%;
}

footer .center {
    width: 10%;
}

footer .half .item {
    width: 50%;
    float: left;
}

footer .full .item {
    width: 100%;
}

footer .center,
footer .full,
footer .half {
    float: left;
}

.verf {
    position: absolute;
    left: 0px;
    top: 0;
}

.gdpr-footer {
    background-color: #000;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 40px;
    font-size: 1.2em;
    display: block;
}

.gdpr-footer a,
.gdpr-footer p {
    color: #9e905f;
    font-size: 0.8em;
}

.made-by {
    background-color: #000;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    height: 40px;
    line-height: 40px;
    display: block;
}

.made-by a,
.made-by p {
    color: #9e905f;
    font-size: 0.8em;
}

.siteby {
    display: flex;
    flex-direction: row;
    align-items: center;
    -ms-align-items: center;
    justify-content: center;
    background-color: #000;
    padding: 10px;
}

.siteby p,
.siteby a {
    color: #9e905f;
    font-size: 14px;
    padding-left: 0 !important;
    line-height: unset !important;
}

.siteby span {
    margin: 0 10px;
    color: #9e905f;
}

.siteby.mob {
    display: none;
}

.siteby .pulse {
    font-size: 12px;
    animation: pulse 4s infinite;
}

@keyframes pulse {
    0% {
        color: #9e905f;
    }
    5% {
        color: #000;
    }
    10% {
        color: #9e905f;
    }
    20% {
        color: #000;
    }
    25% {
        color: #9e905f;
    }
    50% {
        color: #9e905f;
    }
    100% {
        color: #9e905f;
    }
}


/*====Einde footer====*/


/*====Start Home====*/

.blocks {
    background-color: #353535;
    color: white;
}

.blocks p {
    color: white;
    line-height: 150%;
    font-size: 1.1em;
}

.blocks a {
    position: static;
}

.blocks h1 {
    text-align: left;
    color: white;
    font-size: 1.8em;
    letter-spacing: 3px;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 20px;
}

.blocks h2 {
    text-align: left;
    color: #9e905f;
    font-size: 1.3em;
    font-family: 'Roboto Condensed', sans-serif;
}

.blocks .row:after {
    display: block;
    clear: both;
    content: "";
}

.blocks .img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.blocks .row .item {
    float: right;
    width: 50%;
}

.blocks.layout2 .row .item {
    float: right;
}

.blocks .row:nth-of-type(2n) .item {
    float: left;
}

.blocks .cont {
    padding: 60px 30px;
    height: 600px;
    overflow: hidden;
}

.blocks .btn {
    margin-top: 0px;
    padding: 0 20px;
    line-height: 40px;
    border: 2px solid white;
    letter-spacing: 2px;
    display: inline-block;
    color: white;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    border: 2px solid #fff;
    text-align: center;
    box-shadow: inset 0 0 0 0 #fff;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
}

.blocks .btn:hover {
    box-shadow: inset 300px 0 0 0 #fff;
    color: #353535;
}

.blocks .btn a {
    color: #fff;
}

.blocks .btn:hover a {
    color: #353535;
}


/*====Einde home====*/


/*====Start diensten===*/

.bigsmall .img {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    height: 450px;
    width: 100%;
}

.bigsmall .sml {
    width: 300px;
    float: left;
}

.bigsmall .rij:nth-child(2n) .sml {
    float: right;
}

.bigsmall .big {
    margin-left: 340px;
}

.bigsmall .rij:nth-child(2n) .big {
    margin-left: 0;
    margin-right: 340px;
}

.rij:after {
    display: block;
    clear: both;
    content: "";
}

.rij {
    margin-bottom: 40px;
}

.rij:last-child {
    margin-bottom: 0px;
}

.titels {
    margin-top: 15px;
    font-family: 'Roboto Condensed', sans-serif;
}

.titels h3 {
    font-size: 1.4em;
    margin-bottom: 10px;
}

.titels h4 {
    font-weight: 300;
    font-size: 1.1em;
}

.bigsmall {
    cursor: pointer;
}

.bigsmall .imggreen {
    position: relative;
}

.bigsmall .imggreen:after {
    display: none;
    background-color: rgba(168, 206, 58, 0.6);
    background-image: url(/images/magnify.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: "";
}

.bigsmall .item:hover .imggreen:after {
    display: block;
}


/*====Einde diensten===*/


/*====Start contact===*/

.contactpage {
    margin-top: 60px;
}

.contact-form {
    float: left;
    width: 390px;
}

.contacteer-ons {
    float: right;
    width: 390px;
}

.location {
    float: none;
    margin-left: 430px;
    margin-right: 430px;
}

.contactheight {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 550px;
    padding-bottom: 50px;
    position: relative;
}

#dasmap {
    height: 474px;
}

.contact-form input[type="text"] {
    width: 100%;
    height: 33px;
    margin-bottom: 10px;
    padding-left: 7px;
    box-sizing: border-box;
    font-family: 'Roboto Condensed', sans-serif;
    border: 1px solid #2d1f1a;
}

.contact-form input[type="submit"] {
    width: 100%;
    height: 40px;
    border: none;
    text-transform: uppercase;
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 7px;
    background-color: transparent;
    color: #353535;
    font-family: 'Roboto Condensed', sans-serif;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #353535;
    text-align: center;
    box-shadow: inset 0 0 0 0 #353535;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
}

.contact-form input[type="submit"]:hover {
    box-shadow: inset 1200px 0 0 0 #353535;
    ;
    color: #fefefe;
}

.contact-form input[type="submit"]:hover {
    background-color: #515151;
}

.contcent * {
    text-align: center;
}

.contact-form select {
    width: 100%;
    font-family: 'Roboto Condensed', sans-serif;
    border: 1px solid #2d1f1a;
    height: 33px;
    background: #fff url('/images/slect.png') no-repeat right 1.5px center;
    padding: 0;
    margin-bottom: 10px;
    padding-left: 7px;
}

.contact-form textarea {
    height: 155px;
    width: 100%;
    padding-left: 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #2d1f1a;
    padding-top: 5px;
}

.toon-groot,
.contact-us {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    font-family: 'Roboto Condensed', sans-serif;
    background-color: transparent;
    border: none;
    text-transform: uppercase;
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #353535;
    text-align: center;
    box-shadow: inset 0 0 0 0 #353535;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
    color: #353535;
}

.toon-groot:hover,
.contact-us:hover {
    box-shadow: inset 1200px 0 0 0 #353535;
    ;
    color: #fefefe;
}

.contacteer-ons>img {
    width: 100%;
    margin-bottom: 20px;
}

.special-contact {
    margin-bottom: 30px;
}

.contact-info p {
    position: relative;
    padding-left: 60px;
    font-size: 1em;
    font-family: 'Roboto Condensed', sans-serif;
}

.contact-info p img {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.contact-info p a {
    color: black;
}

.contact-us {
    margin-top: 50px;
}


/*====Einde contact===*/


/*====Start offerte===*/

.offerte-form {
    width: 800px;
    margin: 0 auto;
    float: none;
}

.offerte-form input[type="submit"] {
    position: static;
}

.offerte-form select,
.offerte-form input[type="text"] {
    margin-bottom: 0;
}

.file {
    position: relative;
    height: 40px;
}

.file label {
    position: absolute;
    top: 0;
    left: 0;
}

.errors {
    line-height: 125%;
    margin-bottom: 20px;
}


/*====Einde offerte===*/

@media screen and (max-width: 1680px) {
    footer .center {
        display: none;
    }
    footer .half,
    footer .full {
        width: 50%;
    }
    footer .full .item {
        padding-left: 60px;
    }
    .verf {
        left: 60px;
    }
}

@media screen and (max-width: 1530px) {
    footer .half {
        width: 40%;
    }
    footer .full {
        width: 60%;
    }
    footer .full .item {
        padding-left: 80px;
    }
    .verf {
        left: 80px;
    }
}

@media screen and (max-width: 1460px) {
    .content.fake {
        width: 100%;
        max-width: none;
    }
}

@media screen and (max-width: 1400px) {
    .blocks h2 {
        margin-bottom: 20px;
    }
}

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

    .vacature_overzicht {
        padding: 10px;
    }
    .vacature_overzicht article {
        flex-wrap: wrap;
    }
    .vacature_overzicht article img {
        width: 100%;
        order: 1;
    }
    .vacature_overzicht article>div {
        width: 100%;
        order: 2;
    }
}

@media screen and (max-width: 1300px) {
    footer .full {
        display: none;
    }
    footer .half {
        width: 100%;
        padding: 0;
        text-align: justify;
    }
    footer .half .item {
        display: inline-block;
        float: none;
        vertical-align: top;
        width: auto;
    }
    footer .half .after,
    footer .half:before {
        display: inline-block;
        content: "";
    }
    footer .half:after {
        display: inline-block;
        width: 100%;
        content: "";
    }
}

@media screen and (max-width: 1200px) {
    .contactheight {
        float: left;
        width: 49%;
        margin-right: 2%;
    }
    .contacteer-ons {
        margin-right: 0;
    }
    .contacteer-ons>img {
        max-width: 390px;
    }
    .location {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        margin-top: 20px;
    }
    .blocks .cont {
        padding: 45px 25px;
    }
    .blocks .img {
        height: 400px;
    }
    .vacature_overzicht article h2 {
        font-size: 1.1em;
    }
}

@media screen and (max-width: 1130px) {
    .blocks .row .item {
        float: none;
        width: 100%;
    }
    .row .cont {
        height: auto;
    }
}

@media screen and (max-width: 1080px) {
    nav a {
        margin-left: 10px;
    }
    .vacature_overzicht article div a {
        width: 100%;
        position: relative;
        right: initial;
        bottom: initial;
        text-align: center;
    }
    .vacature_overzicht {
        -ms-align-items: initial;
        align-items: initial;
    }
    .vacature_pagina .contactpersoon-vacature {
        margin-top: 0;
        margin-left: 2rem;
        margin-right: 2rem;
    }
    .vacature_pagina {
        flex-wrap: wrap;
    }
    .vacature_pagina aside {
        margin-top: 50px;
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        display: flex;
        justify-content: space-between;
    }
    .vacature_pagina aside form {
        width: 49.5%;
        padding: 20px;
    }
}

@media screen and (max-width: 1030px) {
    nav {
        display: none;
    }
    #resbutton {
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    header>nav {
        position: absolute;
        left: 0;
        right: 0;
        z-index: 30;
        margin: 0;
        padding: 0;
        background-color: #353535;
        -o-transform: none;
        -ms-transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        transform: none;
        padding-bottom: 20px;
    }
    nav.dn {
        visibility: visible;
    }
    header>nav:before {
        height: 30px;
        content: "";
        display: block;
    }
    header>nav a {
        display: block;
        width: 100%;
        border: none;
        font-size: 1.6em;
        text-transform: uppercase;
        height: 60px;
        line-height: 60px;
        margin: 0;
        border-bottom: 1px solid #fff;
    }
    header>nav a:last-child {
        border-bottom: 0;
    }
    header>nav a.active,
    header>nav a:hover {
        border: none;
        background-color: #9e905f;
        color: #353535;
    }
    .banner .cont {
        font-size: 85%;
    }
    .vacature_pagina>div>h1 {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 900px) {
    .insta-preview a {
        width: 31.33%;
        margin: 1%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .insta-preview a:last-child {
        display: none;
    }
    .beoordelingen article {
        width: 100%;
    }
    .beoordelingen article h2 {
        font-size: 20px;
    }
    .beoordelingen article .tekst {
        font-size: 15px;
    }
}

@media screen and (max-width: 850px) {
    .offerte-form {
        width: 100%;
    }
    .vacature_pagina .contactpersoon-vacature {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .vacature_pagina .contactpersoon-vacature img {
        margin-left: auto;
        margin-right: auto;
        border-radius: 50%;
        margin-bottom: 2rem;
    }
    .vacature_pagina .contactpersoon-vacature .details {
        text-align: center;
        margin-bottom: 3rem;
    }
    .vacature_pagina aside {
        flex-wrap: wrap;
    }
    .vacature_pagina aside form {
        width: 100%;
        border: none;
        padding: 0;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 750px) {
    .banner.home {
        display: none;
    }
    .banner {
        display: none;
    }
    .bigsmall .sml {
        display: none;
    }
    .bigsmall .big.dn {
        display: block;
    }
    .bigsmall .big {
        margin-left: 0;
        margin-bottom: 40px;
    }
    .bigsmall .rij:nth-child(2n) .big {
        margin-right: 0;
    }
    .bigsmall .rij {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 700px) {
    .btnhold {
        text-align: center !important;
    }
    header .logo img {
        max-width: 47%;
    }
    .vacature_pagina>div div {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .vacature_pagina h1 {
        width: 100%;
        text-align: left;
    }
    .vacature_pagina article {
        margin-left: 0 !important;
        width: 100%;
        justify-content: flex-start !important;
    }
}

@media screen and (max-width: 650px) {
    .siteby {
        display: none;
    }
    .siteby p,
    .siteby a,
    .siteby span {
        font-size: 13px !important;
    }
    .siteby.mob {
        display: flex;
        flex-direction: column;
        line-height: 140%;
    }
    .siteby.mob>div {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        -ms-align-items: center;
    }
}

@media screen and (max-width: 640px) {
    .contactheight {
        width: 100%;
        margin-right: 0;
        min-width: 1px;
    }
    .contacteer-ons {
        margin-top: 20px;
    }
}

@media screen and (max-width: 600px) {
    footer .half .item {
        display: block;
        text-align: center;
    }
    footer p img {
        left: 15%;
    }
    footer p {
        padding-left: 0;
    }
    .insta-preview a {
        width: 48%;
        margin: 1%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .insta-preview a:nth-child(3) {
        display: none;
    }
    .instaholder h2 {
        font-size: 1.2em;
    }
    .PL_Wrapper {
        right: 10px;
    }
    .vacature_pagina .contactpersoon-vacature img {
        width: 10rem;
    }
    .vacature_pagina .contactpersoon-vacature .details {
        width: 100%;
    }
}

@media screen and (max-width: 550px) {
    .res-nav {
        width: 100%;
        right: -550px;
    }
    .menu-is-open {
        right: 0;
    }
}

@media screen and (max-width: 500px) {
    footer p img {
        left: 5%;
    }
}

@media screen and (max-width: 400px) {
    .blocks .cont {
        padding: 30px 15px;
    }
    .ticker_txt p:first-child {
        padding-right: 0 !important;
        margin-bottom: 0;
    }
    .ticker_txt p:last-child {
        padding-left: 0 !important;
    }
    .ticker_txt {
        font-size: 1.3em !important;
    }
}

@media screen and (max-width: 360px) {
    .mail {
        display: none;
    }
    .filesinput input[type="text"] {
        margin-left: 25%;
        width: 75% !important;
    }
}

@media screen and (max-width: 320px) {
    header h3 {
        font-size: 1.6em;
    }
}

@media screen and (max-width: 280px) {
    .footer-items {
        font-size: 90%;
    }
}


/* COOKIE MELDING */

#PLCookie {
    width: 100%;
    min-height: 50px;
    position: fixed;
    padding: 0 15px;
    z-index: 1000;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #4f4f4f;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(102, 102, 102, 0.23);
    -moz-box-shadow: 0px 0px 20px 0px rgba(102, 102, 102, 0.23);
    box-shadow: 0px 0px 20px 0px rgba(102, 102, 102, 0.23);
}

#PLCookie article {
    max-width: 1200px;
    margin: 0 auto;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 6px;
}

#PLCookie article div {
    float: right;
}

#PLCookie article span {
    display: block;
    padding-top: 6px;
    margin-right: 200px;
}

#PLCookie article div a {
    padding: 10px 15px;
    margin-left: 20px;
    background-color: #fff;
    color: #4f4f4f;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: nowrap;
    cursor: pointer;
    transition: all .3s;
}

#PLCookie article div a:hover {
    background-color: #dbdbdb;
}

@media all and (max-width: 550px) {
    #PLCookie article div {
        float: none;
        text-align: center;
        position: absolute;
        left: 0;
        bottom: 6px;
        width: 100%;
    }
    #PLCookie article span {
        display: block;
        padding-top: 6px;
        text-align: center;
        margin-right: 0;
        padding-bottom: 55px;
    }
}

#PL_privacy {
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.privcnt {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: .8em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    height: 20px;
}

.privcnt input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.privcnt a {
    height: 100%;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    color: black;
    font-weight: 700;
    color: #ec7870;
    position: relative;
    z-index: 10;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #dedede;
}

.privcnt:hover input~.checkmark {
    background-color: #ccc;
}

.privcnt input:checked~.checkmark {
    background-color: #ec7870;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.privcnt input:checked~.checkmark:after {
    display: block;
}

.privcnt .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#PL_privacy {
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.privcnt {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: .8em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    height: 20px;
}

.privcnt input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.privcnt a {
    height: 100%;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    color: black;
    font-weight: 700;
    color: #9e905f;
    position: relative;
    z-index: 10;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #dedede;
}

.privcnt:hover input~.checkmark {
    background-color: #ccc;
}

.privcnt input:checked~.checkmark {
    background-color: #9e905f;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.privcnt input:checked~.checkmark:after {
    display: block;
}

.privcnt .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#content-container {
    width: 50%;
    margin: auto;
    margin-bottom: 2em;
    font-family: 'Roboto Condensed', sans-serif;
}

#content-container h2 {
    color: #353535;
    font-size: 2.4em;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 1em;
    cursor: pointer;
}

#content-container h3 {
    background-color: #fff;
    color: #353535;
    font-size: 1.5em;
    margin: 1em;
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #353535;
    box-shadow: inset 0 0 0 0 #353535;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
    cursor: pointer;
}

#content-container h2:hover+div>h3,
#content-container h3:hover {
    box-shadow: inset 1200px 0 0 0 #353535;
    color: #fefefe;
}

#content-container h3.active {
    color: #fff;
    box-shadow: inset 1200px 0 0 0 #353535;
}

#content-container h3 span {
    display: inline-block;
    float: right;
    width: 0;
    height: 0;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    border-left: 8px solid #353535;
    margin-right: 10px;
    margin-top: 9px;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.4s;
}

#content-container h2:hover+div>h3>span,
#content-container h3:hover span {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    border-left: 8px solid #fff;
    margin-right: 10px;
}

#content-container h3.active span {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    border-left: 8px solid #fff;
    margin-right: 10px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
}

#content-container h3.active:hover span {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    border-left: 8px solid #fff;
    margin-right: 10px;
}

#content-container h4 {
    margin-left: 2em;
    margin-right: 2em;
    font-size: 1.1em;
    font-weight: bold;
}

#content-container p {
    margin-left: 2em;
    margin-right: 2em;
    margin-bottom: 2em;
}

#content-container ul {
    margin-left: 3em;
    margin-right: 3em;
    margin-bottom: 1em;
}

#content-container li {
    margin-bottom: 0.5em;
    margin-left: 1em;
    list-style: disc;
}

#content-container table {
    margin-left: 3em;
    margin-right: 3em;
    margin-bottom: 1em;
}

#content-container th,
#content-container td {
    border: 1px solid #000;
    padding: 5px;
}

#content-container th {
    font-weight: bold
}

#content-container a {
    color: #D3191C;
}