@charset "UTF-8";

/*fix for unequal heights on the contact page*/

#ctgrid {
    display: flex;
    justify-content: space-around;
}

#ctgrid>div {
    width: 28%;
}

#ctgrid .contactform form .biglink {
    margin-bottom: 0 !important;
}

#ctgrid #mapcontainer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

#ctgrid .contactinfo {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
}

#ctgrid2 {
    display: none;
}

@media only screen and (max-width: 1130px) {
    #ctgrid2 {
        display: flex !important;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    #ctgrid2>div {
        width: 45%;
        margin-bottom: 2rem;
    }
    #ctgrid2 .contactinfo {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: auto;
    }
    #ctgrid2 .contactform form .biglink {
        margin-bottom: 0 !important;
    }
}

@media only screen and (max-width: 750px) {
    #ctgrid2 {
        /*display: flex !important;*/
    }
    #ctgrid2>div {
        width: 90%;
        margin-bottom: 5rem;
    }
}


/*end of fix*/

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
}

#container {
    min-height: 100%;
    position: relative;
}


/* HEADER */

#headerwrap {
    background: #292929;
    height: 124px;
    position: fixed;
    z-index: 10;
    width: 100%;
    top: 0;
}

#header {
    max-width: 1400px;
    margin: 0px auto 0px auto;
    font-family: 'Roboto', sans-serif;
    position: relative;
    line-height: 41px;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}


/* BODY */

#bodywrap {
    padding-bottom: 500px;
    /* HOOGTE VAN DE FOOTER - AAN TE PASSEN */
    width: 100%;
}

#body {
    max-width: 1400px;
    margin: 0px auto 0px auto;
    padding: 50px 20px 50px 20px;
    position: relative;
}


/* FOOTER */

#footerwrap {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 520px;
    /* HOOGTE VAN DE FOOTER - AAN TE PASSEN */
    background: #292929;
}

#footer {
    max-width: 1400px;
    margin: 0px auto 0px auto;
    padding: 20px 20px 0px 20px;
    color: #FFF;
    font-size: 0.9em;
    line-height: 1.8em;
}

#footer a {
    color: #FFF;
}

.footy {
    width: 100%;
    position: absolute;
    bottom: 0px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    background-color: #e74c3c;
    font-size: 0.9rem;
}

.footy a {
    color: white;
}

.logo {
    position: absolute;
    width: 392px;
    transition: all .2s ease-in-out;
    margin-left: 20px;
}

.nav {
    width: 100%;
    line-height: 35px;
    text-transform: uppercase;
    top: 44px;
    position: absolute;
    right: 20px;
    max-width: 1400px;
}

.nav a {
    float: right;
    color: #FFF;
    font-size: 1em;
    margin-left: 40px;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px 0 30px;
    border: 1px solid #292929;
}

.nav a:last-child {
    margin-left: 0px;
}

.nav a:hover {
    border: 1px solid #e74c3c;
}

.banner_home {
    background: url(../images/banner.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 386px;
}

.ak_banner {
    width: 390px;
    height: 386px;
    background-image: url(../images/bg_ak.png);
    padding: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    position: relative;
}

.ak_banner h3 {
    color: #e74c3c;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 1.8em;
    line-height: 1.2em;
    margin-bottom: 30px;
}

.ak_banner h2 {
    font-family: 'Roboto Condensed', sans-serif;
    color: #000;
    font-size: 1em;
    font-weight: 700;
    line-height: 1.2em;
}

.aktxt {
    text-align: justify;
    height: 6.3em;
    overflow: hidden;
}

.aktxt p {
    margin: 0;
}

a.aklink {
    width: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #e74c3c;
    border: 2px solid #e74c3c;
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    line-height: 47px;
    display: block;
    margin-top: 30px;
}

#slider {
    margin-top: 124px;
}

#slider .aklink {
    position: absolute;
    bottom: 10px;
    width: 80%;
    right: 10%;
}

.banner {
    background: url(../images/banner.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 125px;
}

.breadcrump {
    position: absolute;
    width: 90%;
    font-size: 9px;
    color: #000;
    top: 10px;
}

.breadcrump a {
    color: #000;
}

.greystroke {
    width: 100%;
    background-color: #cacaca;
}

h1 {
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    font-size: 1.5em;
    font-weight: 300;
    background-image: url(../images/bg_h1.png);
    background-repeat: repeat-x;
    background-position: center;
    line-height: 1.4em;
    margin-bottom: 40px;
}

h1 span {
    padding: 0 2% 0 2%;
    background-color: #FFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
}

.greystroke h1 span {
    padding: 0 2% 0 2%;
    background-color: #cacaca;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
}

.txt {
    font-size: 0.9em;
    line-height: 1.8em;
}

.txt h2 {
    color: #e74c3c;
    margin: 10px 0 10px 0;
    text-align: center;
    font-size: 1.2em;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
}

.cent {
    text-align: center;
}

.just {
    text-align: justify;
}

.rel {
    position: relative;
}

.dienst {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 30px;
    margin-bottom: 30px;
    background-image: url(../images/balls.png);
    background-repeat: no-repeat;
    background-position: bottom center;
}

#tickertape {
    width: 100%;
    height: 107px;
    background: url(../images/bg_ticker.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.tickertxt {
    width: 100%;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1.2em;
    color: #242424;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    position: absolute;
    text-align: center;
    font-size: 1.3em;
    font-weight: 300;
}

.fotoband {
    width: 100%;
    background-color: #FFF;
}

.adres {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 50px;
}

.icon {
    position: absolute;
    left: 0px;
    top: 5px;
}

a.star {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #919191;
}

a.star:hover {
    background-color: #ed1c24;
}

.redstroke {
    background-color: #ed1c24;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px;
}

.redstroke h2 {
    color: #FFF;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-size: 1em;
}

.redstroke select {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    border: none;
    margin-bottom: 10px;
}

.param {
    color: #ed1c24;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    float: left;
    width: 130px;
    font-size: 1em;
    line-height: 1.8em;
}

.left {
    float: left;
}

a.terug {
    font-family: 'Roboto Condensed', sans-serif;
    color: #ed1c24;
    font-size: 1em;
}

a.int {
    width: 100%;
    color: #FFF;
    font-family: 'Roboto Condensed', sans-serif;
    background-color: #ed1c24;
    font-size: 1em;
    line-height: 40px;
    text-align: center;
    display: block;
    width: 100%;
}

.line {
    width: 100%;
    text-align: right;
    border-top: 1px solid #bfbfbf;
    padding: 10px 0 10px 0;
}

.faqItem {}

.faqItem h2 {
    font-size: 1.1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 40px 10px 20px;
    color: #FFF;
    background-color: #e74c3c;
    margin-bottom: 10px;
    background-image: url(../images/faq.jpg);
    background-repeat: no-repeat;
    background-position: right top;
}

.faqItem .c {
    line-height: 1.5em;
    padding-left: 5%;
    width: 90%;
}

.ant {
    width: 95%;
    margin: auto;
    margin-bottom: 10px;
}

a.ak {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
}

.ak_con {
    width: 100%;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1.4em;
    color: #FFF;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.2em;
}

a.con {
    line-height: 38px;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    display: block;
    background-color: #e74c3c;
    font-size: 1em;
    margin-top: 14px;
    margin-bottom: 28px;
}

.gegevens {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 0 0 30px;
    position: relative;
}

.icons {
    position: absolute;
    left: 0px;
    padding-top: 5px;
}

.content {
    max-width: 960px;
    margin: auto;
}

.content a {
    font-weight: bold;
    color: #e74c3c;
}

.rightfiche {
    background-color: #959595;
    padding-bottom: 40px;
}

.rightfiche a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 20px 0 20px;
}

.rightfiche a:hover {
    background-color: #dbdbdb;
}

.rightfiche a img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e74c3c;
}

.right_txt {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px 0 20px;
    height: 88px;
    overflow: hidden;
    color: #FFF;
    font-size: 0.8em;
    line-height: 1.6em;
    text-align: justify;
}

.rightfiche a:hover .right_txt {
    color: #000;
}

.right_txt h2 {
    font-family: 'Roboto Condensed', sans-serif;
    color: #e74c3c;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 1.2em;
}

.bor {
    border-bottom: 1px solid #FFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 20px;
}

a.lijst {
    color: #fff;
    background-color: #292929;
    text-align: center;
    display: block;
    line-height: 32px;
    height: 32px;
    width: 120px;
    font-size: 0.8em;
    position: absolute;
    margin-top: -16px;
    left: 50%;
    margin-left: -50px;
}

.btns {
    width: 418px;
    position: absolute;
    top: -16px;
    left: 209px;
    left: 50%;
    margin-left: -209px;
}

.btns a {
    color: #FFF;
    background-color: #292929;
    text-align: center;
    display: block;
    float: left;
    margin: 0 7px 0 7px;
    line-height: 32px;
    width: 87px;
    font-size: 0.7em;
}

.ar_l {
    position: absolute;
    top: -16px;
    left: 8px;
}

.ar_r {
    position: absolute;
    top: -16px;
    right: 8px;
}


/*4 op rij*/

.col-group_3>div {
    padding: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all .2s ease-in-out;
}

@media screen and (min-width: 600px) {
    .col-group_3 {
        overflow: hidden;
    }
    .col-group_3>div {
        float: left;
        width: 50%;
        padding: 0.8em;
    }
    .col-group_3>div:nth-child(odd) {
        clear: left;
    }
}

@media screen and (min-width: 1200px) {
    .col-group_3>div {
        width: 33.33%;
    }
    .col-group_3>div:nth-child(odd) {
        clear: none;
    }
}


/* end */


/*4 op rij*/

.col-group_4>div {
    padding: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all .2s ease-in-out;
}

@media screen and (min-width: 600px) {
    .col-group_4 {
        overflow: hidden;
    }
    .col-group_4>div {
        float: left;
        width: 50%;
        padding: 0.8em;
    }
    .col-group_4>div:nth-child(odd) {
        clear: left;
    }
}

@media screen and (min-width: 1200px) {
    .col-group_4>div {
        width: 25%;
    }
    .col-group_4>div:nth-child(odd) {
        clear: none;
    }
}


/* end */


/*  SECTIONS  */

.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}


/*  COLUMN SETUP  */

.col {
    display: block;
    float: left;
    margin: 1% 0 1% 3%;
}

.col:first-child {
    margin-left: 0;
}


/*  COLUMN SETUP  */

.col_foot {
    display: block;
    float: left;
    margin: 1% 0 1% 3%;
}

.col_foot:first-child {
    margin-left: 0;
}

.col_pr {
    display: block;
    float: left;
    margin: 1% 0 1% 3%;
}

.col_pr:first-child {
    margin-left: 0;
}


/*  GROUPING  */

.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
    /* For IE 6/7 */
}


/*  GRID OF TWO  */

.span_2_of_2 {
    width: 100%;
}

.span_1_of_2 {
    width: 48.5%;
}


/*  GRID OF THREE  */

.span_3_of_3 {
    width: 100%;
}

.span_2_of_3 {
    width: 65.66%;
}

.span_1_of_3 {
    width: 31.33%;
}


/*  GRID OF THREE  */

.span_3_of_3_pr {
    width: 100%;
}

.span_2_of_3_pr {
    width: 65.66%;
}

.span_1_of_3_pr {
    width: 31.33%;
}


/*  GRID OF FIVE  */

.span_5_of_5 {
    width: 100%;
}

.span_4_of_5 {
    width: 79.4%;
}

.span_3_of_5 {
    width: 58.8%;
}

.span_2_of_5 {
    width: 38.2%;
}

.span_1_of_5 {
    width: 17.6%;
}


/*  GRID OF SEVEN  */

.span_7_of_7 {
    width: 100%;
}

.span_6_of_7 {
    width: 85.28%;
}

.span_5_of_7 {
    width: 70.57%;
}

.span_4_of_7 {
    width: 55.85%;
}

.span_3_of_7 {
    width: 41.14%;
}

.span_2_of_7 {
    width: 26.42%;
}

.span_1_of_7 {
    width: 11.71%;
}

@media only screen and (max-width: 1150px) {
    .nav {}
    .nav a {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 1000px) {
    #footer {
        font-size: 0.8em;
    }
    .adres {
        padding-left: 30px;
    }
    .logo {
        width: 200px;
        top: 30px;
    }
}

@media only screen and (max-width: 880px) {
    .col_pr {
        margin: 1% 0 1% 0%;
    }
    .span_3_of_3_pr,
    .span_2_of_3_pr,
    .span_1_of_3_pr {
        width: 100%;
    }
}


/*  GO FULL WIDTH BELOW 800 PIXELS */

@media only screen and (max-width: 800px) {
    .nav {
        display: none;
    }
    #bodywrap {
        padding-bottom: 500px;
    }
    #footerwrap {
        height: 520px;
        width: 100%
    }
    .gegevens {
        width: 180px;
        margin: auto;
    }
    .col_foot {
        margin: 3% 0 3% 0%;
    }
    .span_1_of_5,
    .span_2_of_5,
    .span_3_of_5,
    .span_4_of_5,
    .span_5_of_5 {
        width: 100%;
    }
    #footerwrap .cent {
        display: none;
    }
    #footerwrap .span_1_of_5 {
        width: 25%;
    }
    #footerwrap .span_2_of_5 {
        width: 45%;
        margin-left: 5%;
    }
    .ar_l {
        top: -150px;
    }
    .ar_r {
        top: -150px;
    }
}


/*  GO FULL WIDTH BELOW 480 PIXELS */

@media only screen and (max-width: 680px) {
    #footerwrap .span_1_of_5,
    #footerwrap .span_2_of_5 {
        width: 100%;
    }
    #bodywrap {
        padding-bottom: 700px;
    }
    #footerwrap {
        height: 720px;
        width: 100%
    }
    .ak_banner {
        width: 100%;
    }
    .col {
        margin: 1% 0 1% 0%;
    }
    .span_2_of_2,
    .span_1_of_2 {
        width: 100%;
    }
    .span_3_of_3,
    .span_2_of_3,
    .span_1_of_3 {
        width: 100%;
    }
    .span_1_of_7,
    .span_2_of_7,
    .span_3_of_7,
    .span_4_of_7,
    .span_5_of_7,
    .span_6_of_7,
    .span_7_of_7 {
        width: 100%;
    }
    .btns {
        width: 304px;
        left: 50%;
        margin-left: -152px;
    }
    .btns a {
        margin: 0 3px 0 3px;
        line-height: 32px;
        width: 70px;
    }
}

.akcover {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
}

.resbutton {
    position: absolute;
    right: 50px;
    top: 50%;
    margin-top: -14px;
    display: none;
}

.mobilemenu {
    display: none;
}

@media only screen and (max-width: 800px) {
    .resbutton {
        display: block;
    }
    .faq {
        width: 100%;
    }
    .akakak {
        display: none;
    }
    .mobilemenu {
        border-top: 1px solid #fff;
        height: 100vh;
        background-color: #292929;
    }
    .mobilemenu a {
        display: block;
        width: 100%;
        height: 60px;
        font-size: 1.5em;
        text-align: center;
        line-height: 60px;
        color: #fff;
        border-bottom: 1px solid #fff;
    }
}

@media only screen and (max-width: 480px) {
    #slider2 {
        height: 0 !important;
    }
    #bodywrap {
        padding-bottom: 500px;
    }
    .fotoband {
        display: none;
    }
    #footerwrap {
        height: 500px;
    }
}

#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: #e74c3c;
    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: #e74c3c;
}

.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);
}

#plenso {
    display: block;
    width: 100%;
    bottom: 0px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    background-color: #e74c3c;
    font-size: 0.9rem;
}


/* 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;
    }
}

form textarea {
    height: 89px;
}

#content-container {
    max-width: 960px;
    margin: auto;
    margin-bottom: 3em;
}

#content-container h3 {
    color: #fff;
    background-color: #292929;
    padding: .6em;
    cursor: pointer;
    font-weight: bold;
    font-size: 1em;
    margin-top: 1em;
}

#content-container h2 {
    color: #fff;
    background-color: #292929;
    padding: .6em;
    cursor: pointer;
    font-weight: bold;
    font-size: 1em;
    margin-top: 1em;
}

#content-container h4 {
    font-weight: 700;
    margin-top: 10px;
    font-size: 1.05em;
}