body {
    background-color: #e7e8ea;
    color: #828181;
    font-size: 10pt;
}

.contentContainer {
    width: 280px;
    padding: 0px 10px;
    margin: auto;
}

.mobileMenuBtn {
    position: fixed;
    width: 50px;
    right: 5px;
    top: 15px;
            z-index: 990;
}

.logo {
    background-image: url(/assets/websitedata/BPPC/img/LogoIconblue.png);
    background-position-y: 3px;
    background-repeat: no-repeat;
    padding-left: 60px;
    color: #161627;
    font-size: 25pt;
    padding-bottom: 22px;
    margin-top: 15px;
    line-height: 22pt;
    font-family: 'Slabo 27px', serif;
}

nav {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 90%;
    background-color: #3498db;
    padding: 20px 0px 20px 10%;
    z-index: 999;
}

    nav a, .lang div, .loginClick, .logOutClick {
        color: white;
        width: 80%;
        display: block;
        padding: 7px 0px;
        font-size: 12pt;
        padding-left: 7%;
        border-bottom: 1px dotted #71B5E2;
        cursor: pointer;
    }

        .loginClick, .logOutClick, .lang div:last-child {
            border: none;
        }

.sliderText {
    text-align: center;
}

.blueBtn {
    background: #2d6ac1;
    background-image: -webkit-linear-gradient(top, #2d6ac1, #174385);
    background-image: -moz-linear-gradient(top, #2d6ac1, #174385);
    background-image: -ms-linear-gradient(top, #2d6ac1, #174385);
    background-image: -o-linear-gradient(top, #2d6ac1, #174385);
    background-image: linear-gradient(to bottom, #2d6ac1, #174385);
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    color: #ffffff;
    padding: 1% 3%;
    display: inline-block;
    text-decoration: none;
    margin: 10px 0px;
}

.itemEC {
    margin: 10px 0px 20px 0px;
}

    .itemEC img {
        margin: 4px 10px 0px 0px;
    }

    .itemEC h2 {
        font-weight: normal;
        font-family: 'Slabo 27px', serif;
        font-size: 16pt;
        line-height: 16pt;
        color: #505050;
    }

    .itemEC p.animated {
        -vendor-animation-delay: 2s;
    }

.itemECTitle p, .agendaPuntenTitle p {
    color: #5f7390;
}

.agendaPunten h2 {
    font-weight: normal;
    font-family: 'Slabo 27px', serif;
    font-size: 16pt;
    line-height: 16pt;
    color: #505050;
    margin: 15px 0px 0px 0px;
}

.bulletWrapper {
    width: 9%;
}

.agendaPunt {
    margin: 10px 0px;
}

    .agendaPunt a {
        display: inline-block;
    }

    .agendaPunt p 
    {
        width: 91%;
    }

    .agendaPunt img {
        margin-right: 10px;
        margin-top: 1px;
    }

footer {
    background-color: #629CE2;
    background-image: url(/assets/websitedata/BPPC/img/footerOverlay.png);
    background-repeat: no-repeat;
    background-position: top center;
    padding: 40px 0px;
    margin-top: 50px;
    color: #D8D8D8;
}

.footerMenu {
    width: 100%;
    float: right;
}

.footerContactForm {
    float: left;
    width: 100%;
}

footer .footerMenu a, footer .loginClick:hover,footer .logOutClick:hover {
    display: block;
    width: 100%;
    padding: 4px 0px;
    margin: 2px 0px;
}

footer h3 {
    color: white;
    margin: 10px 0px;
}

.copy {
    text-align: center;
    padding: 10px 0px;
}

    .copy a {
        color: #D4AEBE;
    }


footer {
    position: relative;
}

.up {
    cursor: pointer;
    display: block;
    width: 5%;
    position: absolute;
    right: 10px;
    top: 5px;
    transition: 0.3s;
}


.menu {
    width: 80%;
}

.lang {
    width: 19%;
}

.owl-controls
{
    display: none;
}

.gegImgWrapper
{
    width: 10%;
        min-height: 20px;
    margin-bottom: 10px;
}

.gegTextWrapper
{
    width: 90%;
        min-height: 20px;
    margin-bottom: 10px;
}

    .contentTekst .itemEC
    {
        width: 100%;
    }

    .agendaPuntenWrapper img
    {
        max-width: 400px;
    }

    .contentWrapper .andereModules .agendaPuntenWrapper > img, .contentWrapper .andereModules .agendaPuntenWrapper:nth-child(2) .agendaPunten > img
    {
        display: none;
    }

    nav .footerContactForm
    {
        position: absolute;
    width: 230px;
    padding: 2% 2% 1% 2%;
    background-color: #364F6F;
    right: 0;
    top:0;
    display: none;
    }

    nav form
    {
        width: 100%;
    }

    nav .control-group {
    margin-bottom: 8px;
}

    .fa-li {
    color: #3B81D4;
}

@media all and (min-width: 768px) {

    .contentTekst
    {
        width: 60%;
        float: left;
    }

    .andereModules
    {
        width: 35%;
        float: right;
        padding-top: 96px;
    }

    .andereModules .agendaPuntenWrapper
    {
        padding: 0px;
    }

    .andereModules .agendaPunten
    {
        width: 100%;
        margin: 10px 0px 20px 0px;
    }

    .up {
        width: 3%;
    }

    .contentContainer {
        width: 750px;
    }

    .logo {
        color: white;
        background-image: url(/assets/websitedata/BPPC/img/LogoIconwhite.png);
    }

    .bgGradiant {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#161627+11,e7e8ea+100 */
        background: rgb(22,22,39); /* Old browsers */
        background: -moz-linear-gradient(top, #629CE2 11%, rgba(231,232,234,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #629CE2 11%,rgba(231,232,234,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #629CE2 11%,rgba(231,232,234,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#629CE2', endColorstr='#e7e8ea',GradientType=0 ); /* IE6-9 */
    }

    .sliderPic {
        width: 70%;
        float: right;
    }

    .sliderWrapper {
        position: relative;
        margin: 25px 0px;
    }

    .sliderText {
        width: 28%;
        bottom: 0px;
        text-align: right;
        line-height: 16pt;
        color: white;
        font-size: 14pt;
        position: absolute;
        float: left;
    }

        .sliderText .blueBtn {
            margin: 10px 0px 0px 0px;
        }

    .sliderTextInner {
        position: absolute;
        bottom: 0;
    }

    .blueBtn {
        padding: 2% 9%;
        font-size: 10pt;
    }

    .itemEC {
        width: 30%;
        margin-right: 5%;
    }

        .itemEC:nth-child(3n+0) {
            margin-right: 0px;
        }

    .itemECTitle div.left {
        width: 80%;
    }

    .agendaPuntenWrapper > img {
        width: 40%;
    }

    .agendaPunten {
        width: 56%;
    }

    .agendaPunt {
        margin: 0px 0px 0px 0px;
    }

    .agendaPunten h2 {
        margin: 0px 0px 0px 0px;
    }

    .bulletWrapper {
        width: 6%;
    }

    .itemECWrapper, .agendaPuntenWrapper {
        padding: 40px 0px;
    }

    .footerMenu {
        width: 20%;
        float: left;
    }

    .footerContactForm {
        float: left;
        width: 48%;
    }

    footer {
        padding: 40px 0px 0px 0px;
    }

    .owl-controls
    {
        display: block;
        width: 100%;
        position: absolute;
        top: 40%;
    }

    .owl-prev, .owl-next
    {
        width: 40px;
        height: 40px;
        position: absolute;
    }

    .owl-prev
    {
        background-image: url(/assets/websitedata/BPPC/img/leftArrow.png);
        background-repeat: no-repeat;
        left: -80px;
    }

    .owl-next
    {
        background-image: url(/assets/websitedata/BPPC/img/arrowRight.png);
        background-repeat: no-repeat;
        right: -80px;
    }

    .gegWrapper 
    {
        width: 25%;
    }


}

@media all and (min-width: 1200px) {

    .up {
        width: 2%;
    }

    .up:hover {
        top: -15px;
    }

    .contentContainer {
        width: 1150px;
    }

    .blueBtn {
        padding: 1% 7%;
        font-size: 10pt;
    }

    .mobileMenuBtn {
        display: none;
    }

    nav {
        display: block;
        background-color: transparent;
        width: 75%;
        text-align: right;
        position: relative;
        padding: 20px 0px 20px 0%;
    }

        nav a, .loginClick, .logOutClick, .lang div  {
            width: auto;
            border: none;
            display: inline-block;
            padding: 5px 15px;
            border-radius: 5px;
            transition: 0.3s;
            color: #fff;
        }

            nav a:hover,.logOutClick:hover, .loginClick:hover, .lang div:hover {
                background-color: #E7E8EA;
                color: #161627;
            }

        .blueBtn:hover, .loginClick:hover, .logOutClick:hover {
            background: #3cb0fd;
            background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
            background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
            background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
            background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
            background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
            text-decoration: none;
            color: white;
        }

    .menu {
        border-right: 1px solid #fff;
        padding-right: 1%;
        width: 82%;
    }

    .lang {
        width: 15%;
        text-align: center;
    }

        .lang div {
            padding: 9px 5px;
            display: inline-block;
            font-size: 8pt;
        }

    footer .footerMenu a, footer .loginClick:hover,footer .logOutClick:hover {
        border-radius: 5px;
        padding: 5px 20px;
        transition: 0.3s;
        width: auto;
    }

        footer .footerMenu a:hover,footer .loginClick:hover,footer .logOutClick:hover {
            background: #2d6ac1;
    background-image: -webkit-linear-gradient(top, #2d6ac1, #174385);
    background-image: -moz-linear-gradient(top, #2d6ac1, #174385);
    background-image: -ms-linear-gradient(top, #2d6ac1, #174385);
    background-image: -o-linear-gradient(top, #2d6ac1, #174385);
    background-image: linear-gradient(to bottom, #2d6ac1, #174385);
            -webkit-box-shadow: inset 0 3px 3px 0 rgba(0,0,0,0.5);
            box-shadow: inset 0 3px 3px 0 rgba(0,0,0,0.5);
        }

    .agendaPunt a:hover {
        color: #7C9AC1;
    }
}
