﻿*
{
    margin:0;
    padding:0;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;

}

#wrapper {
    min-height: 100%;
    position: relative;
}

body {
    font-family:Arial,sans-serif;
    font-size:100%;
    color:black; 
}

h1
{
    font-size:1.2em;
    color:#273167;
    font-weight:normal;
    padding:6px 0 20px 0;
}

h2
{
    font-size:1.0em;
    color:#273167;
    padding:8px 0 6px 0;
}

h3
{
    color:#273167;
    font-size:0.8em;
    padding:5px 0 0px 0;
}

p
{
    font-size:0.875em;
    line-height:24px;
    padding:5px 0 3px 0;
    text-align:justify;
}

.txtNormal {
    width: 96.5%;
    padding: 5px;
    margin-bottom: 10px; 
}

.txtMultiline {
    width: 96.5%;
    height: 200px;
    padding: 5px;
    margin-bottom: 10px;
    
}

.bttNormal {
    width: 100%;
    background-color: #273167;
    color: white;
    border-color: #273167;
    border-radius: 2px;
    padding: 5px;
}

#breadcrumbs p a {
    color: #808080;
    text-decoration: none;
}

    #breadcrumbs p a:hover {
        color: #273167;
        text-decoration: underline;
    }

    #breadcrumbs p a.selected {
        color:#273167;
        text-decoration: underline;
    }

.errorMessage {
    color: red;
    font-size:0.875em; 
}

.clear {
    clear: both;
}

#youTubeVideo {
    width: 100%;
    margin: 0auto;
}

.youTube {
    display: block;
    float: left;
    width: 48% !important;
    margin: 0px 10px 10px 0px;
}

/* -----  Masterpage  ----- */

#container {
    width: 100%;
}

    #container #header {
        width: 100%;
    }

        #container #header #menuLanguage #mlogo {
            float: left;
            width: 100px;
            margin-left: 4%;
            position: absolute;
        }

            #container #header #menuLanguage #mlogo img {
                width: 100%;
            }

        #container #header #menuLanguage {
            float: right;
            background-color: #505050;
            height:65px;
            width:100%;
        }
            
            #container #header #menuLanguage #language {
                color: white;
                float:right;
                margin-right:20px;
            }

                #container #header #menuLanguage #language .bttTaal {
                    background-color: #505050;
                    border: none;
                    color: white;
                    font-weight: 600;    
                    margin-top: 25px;    
                    cursor: pointer;                                
                }

                    #container #header #menuLanguage #language .bttTaal:hover, #container #header #menuLanguage #language .selected {
                        text-decoration: underline;
                        background-color: #505050;
                        border: none;
                        color: white;
                        font-weight: 600;
                    }

        #container #header #dynBanner {
            width: 100%;
            border: 1px solid #808080;
            box-sizing: border-box;
            height: 0;
            padding-bottom: 30%;
            overflow: hidden;
        }

            #container #header #dynBanner img {
                width: 100%;
                height: auto;
            }

.rslides {
    visibility: visible;
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

    .rslides li {
        -webkit-backface-visibility: hidden;
        position: absolute;
        display: none;
        width: 100%;
        left: 0;
        top: 0;
    }

        .rslides li:first-child {
            position: relative;
            display: block;
            float: left;
        }

    .rslides img {
        display: block;
        height: auto;
        float: left;
        width: 100%;
        border: 0;
        margin-bottom: 40px;
    }

#container #header #toggle-bar {
    background-color: #273167;
    width: 100%;
    padding: 10px 0px 15px 15px;
    z-index: 500;
    margin-left: -10px;
}

    #container #header #toggle-bar a {
        color: white;
        text-decoration: none;
        font-weight: 600;
        background-image: url("/images/hamburger.png");
        background-position: left center;
        background-repeat: no-repeat;
        padding-left: 45px;
    }

#container #header #main_menu {
    display: none;
}

#container #header #mmenu {
    width: 100%;
    background-color: #E5E5E5;
    min-height: 250px;
}

    #container #header #mmenu ul {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

        #container #header #mmenu ul li {
            width: 100%;
            list-style: none;
            float: left;
            padding-top: 15px;
            padding-bottom: 15px;
            padding-right: 40px;
        }

            #container #header #mmenu ul li a {
                text-decoration: none;
                color: black;
                cursor: pointer;
            }

                #container #header #mmenu ul li a:hover, #container #header #mmenu ul li a.selected {
                    color: #273167;
                }

#container #header #logo {
    display: none;
}

    #container #header #logo img {
        width: 100%;
    }

    #container #content {
        padding-bottom:125px; /*padding bottom de hoogte of groter dan footer*/
        height: auto;
    }

#container #footer {
    background-color: #505050;
    height: 65px;
    bottom: 0;
    width: 100%;
    position: absolute;
}
    #container #footer p {
        color: white;
        text-align: center;
        margin-top: 20px;
        font-size: 0.8em;
    }

        #container #footer p a {
            color: white;
            text-decoration: none;
        }

            #container #footer p a:hover {
                text-decoration: underline;
            }

@media screen and (min-width:751px) {
    #container #header #menuLanguage #mlogo {
        display: none;
    }

    #container #header #main_menu {
        width: 100%;
        background-color: #E5E5E5;
        height: 50px;
        display: block;
    }

        #container #header #main_menu ul {
            width: 80%;
            float: right;
        }

            #container #header #main_menu ul li {
                width: auto;
                list-style: none;
                float: left;
                padding-top: 15px;
                padding-right: 40px;
            }

                #container #header #main_menu ul li a {
                    text-decoration: none;
                    color: black;
                    cursor: pointer;
                    padding-bottom: 15px;
                }

                    #container #header #main_menu ul li a:hover, #container #header #main_menu ul li a.selected {
                        color: #273167;
                        border-bottom: 3px solid #273167;
                    }

    #container #header #logo {
        width: 12%;
        margin-top: -9%;
        margin-left: 4%;
        position: relative;
        z-index: 5;
        display: block;
    }

        #container #header #logo img {
            width: 100%;
        }

    #container #header #toggle-bar {
        display: none;
    }

    #container #content {
    }

    #container #footer {
        /*width: 100%;*/
    }

        #container #footer p {
            /*margin-top: 20px;*/
        }
}

@media screen and (min-width:1001px) {
    #container {
        width: 70%;       
        margin-left: auto;
        margin-right: auto;
        max-width:1450px;
    }

        #container #header #logo {
            width: 12%;
            margin-top: -9%;
            margin-left: 4%;
            position: relative;
            z-index: 5;
            display: block;
        }

            #container #header #logo img {
                width: 100%;
            }

        #container #footer {
            width: 70%;
            max-width:1450px;
        }
}

/*@media screen and (min-width:1600px) {
    #container {
        max-width:1600px;
    }
}*/

/* ----- Cosaf  ----- */



    #container #content #agenda {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 25px;
    }

    #container #content #nieuws {
        width: 100%;
        margin-top: 25px;
    }

        #container #content #nieuws a {
            text-decoration: none;
            color: #273167;
            font-weight:bold;
            cursor: pointer;
            font-size:0.75em;
        }

        #container #content h3 {
            text-align: center;
            margin-bottom: 10px;
        }

        #container #content .item {
            border-bottom: 1px solid #273167;
            /*cursor: pointer;*/
            padding-top: 5px;
        }

            #container #content .item .datum p {
                margin-bottom: -15px;
                text-align: center;
             }

            #container #content .item .tekst p {
                text-align: center;
            }

    #container #content #highlights {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
        
        #container #content #highlights .foto_highlights {
            padding-top: 20px;
        }

             #container #content #highlights .foto_highlights img {
                 width: 100%;
             }

    #container #content #artikels {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

        #container #content #artikels .artikel {
            width: 95%;
            margin-left: auto;
            margin-right: auto;
            padding-bottom:15px;
            border-bottom: 1px solid #273167;
            margin-bottom:15px;
            position:relative;
            padding-bottom: 150px;
        }

            #container #content #artikels .artikel h2 {
                font-size: 0.9em;
                padding-top:0;
            }

            #container #content #artikels .artikel .foto_artikel {
                width: 100%;
                margin-left: auto;
                margin-right: auto;
               
            }

                #container #content #artikels .artikel .foto_artikel img {
                    width: 100%;
                    padding-bottom: 10px;
                }

                #container #content #artikels .artikel .artikel_tekst h3 {
                    text-align: right;
                    font-size: 0.8em;    
                    position:absolute;
                    right:0;
                    bottom:0;   
                }

                    #container #content #artikels .artikel .artikel_tekst h3 a {
                        text-decoration: none;
                        color: #273167;
                    }

                    #container #content #artikels .artikel .artikel_tekst h3 a:hover {
                        text-decoration: underline;
                    }

@media screen and (min-width:501px) {
    #container #content #agenda {
        width: 95%;
        margin-right: 10px;
        margin-top: 25px;
    }

    #container #content #nieuws {
        width: 95%;
        margin-top: 25px;
        float: right;
    }

        #container #content h3 {
            text-align: right;
        }

            #container #content .item .datum p {
                text-align: right;
             }

            #container #content .item .tekst p {
                text-align: right;
            }

    #container #content #highlights {
        width: 100%;
    }
        
        #container #content #highlights .foto_highlights {
            width: 28%;
            float: left;
            margin-left: 3.8%;
            padding-left: 10px;
            padding-right: 5px;
        }

    #container #content #artikels {
        width: 95%;
        margin-top:35px;
        clear: left;
    }

        #container #content #artikels .artikel {
            padding-bottom: 0px;
        }

            #container #content #artikels .artikel h2 {
                font-size: 0.9em;
                padding-top:0;
            }

            #container #content #artikels .artikel .foto_artikel {
                width: 31%;
                margin-left: 0px;           
            }

                #container #content #artikels .artikel .foto_artikel img {
                    width: 100%;
                }
}

@media screen and (min-width:1001px) {

    #agendaEnNieuws {
        width:30%;
        float:right;
        margin-right: 10px;
    }

#container #content #agenda {
    width: 100%;
}

#container #content #nieuws {
    width: 100%;
}

    #container #content #highlights {
        width: 65%;
        margin-left: 5px;
        padding:0;
    }
        
        #container #content #highlights .foto_highlights {
            width: 25%;
            float: left;
            padding-top: 40px;
            margin-left: 0;
            padding-left: 2px;
            padding-right:2px;
            box-sizing:border-box;
        }

    #container #content #artikels {
        width: 67.5%;
        float: left;
        padding-left: 0;
        margin-left: -10px;
    }

        #container #content #artikels img {
            float: left;
            padding-right: 20px;
        } 
}

#agendaEnNieuws #nieuws a{
    color:rebeccapurple;
    float:right;
}

/* ----- Hoofdpagina  ----- */

#content #submenu {
    width: 100%;
    background-color: #E5E5E5;
    border-radius: 3px;
    height: auto;
}

    #content #submenu h2 {
        padding-left: 35px;
        padding-top: 50px;
    }

    #content #submenu ul {
        text-align: left;
        padding-left: 50px;
        padding-top: 25px;
    }

        #content #submenu ul:last-child {
            padding-bottom: 30px;
        }

        #content #submenu ul li {
            padding-bottom: 15px;
        }

            #content #submenu ul li ul {
                margin-left: 0px;
                margin-bottom: -30px;
            }

            #content #submenu ul li a, #content #submenu ul li ul li a {
                color: #1D1D1B;
                text-decoration: none;
            }
                
                #content #submenu ul li a:hover, #content #submenu ul li ul li a:hover, #content #submenu ul li a.selected, #content #submenu ul li ul li a.selected {
                    color: #273167;
                    text-decoration: underline;
                }

#hcontent {
    width: 85%;
    margin-left: 3.5%;
    margin-right: 2.5%;
    margin-top: 10px;
}

    #hcontent #intro {
        margin-bottom: 25px;
    }

    #hcontent ul{
        font-size:0.875em;
        line-height:20px;
        margin-left:25px;
    }

        #hcontent ul li {
            padding-bottom:10px;
        }

@media screen and (min-width:601px) {
#content #submenu {
    width: 24%;
    float:left; 
    margin-top: 65px;
}

    #content #submenu h2 {
        padding-left: 15px;
        padding-top: 50px;
    }

    #content #submenu ul {
        padding-left: 25px;
    }

        #content #submenu ul li ul {
            margin-left: -30px;
        }

#hcontent {
    width: 70%;
    float: right;
}
}

@media screen and (max-width:751px) {
.youTube {
    display: block;
    float: left;
    width: 100% !important;
    margin: 10px;
}

@media screen and (min-width:751px) {
#content #submenu {
    width: 25%;
    float:left; 
    margin-top: 65px;
}

    #content #submenu h2 {
        padding-left: 50px;
        padding-top: 50px;
    }

        #content #submenu ul {
            padding-left: 60px;
        }

#hcontent {
    width: 69%;
    float: right;
}
}

/* ----- Artikel  ----- */
#hcontent #foto_artikel {
    width: 100%;
}

#hcontent #foto_artikel img {
    width:100%;
}

#hcontent #galerij {
    width: 100%;
}

    #hcontent #galerij img {
        height: 70px;
        width: auto;
        max-width:100%;
        float: left;
        padding: 0px 5px 5px 0px;
    }

@media screen and (min-width:501px) {
    #hcontent #foto_artikel {
        width: 75%;
    }

    #hcontent #galerij img {
        height: 100px;
        width: auto;
        float: left;
        padding: 15px 5px 5px 0px;
    }
}

@media screen and (min-width:751px) {
    #hcontent #foto_artikel {
        width: 40%;
    }
}

/* ----- Pagina & Subpagina  ----- */
.newsandactivities {
    width: 100%;
    min-height: 130px;
    padding-bottom:0px;
    border-bottom: 1px solid #273167;
    margin-bottom:15px;
    position:relative;
    text-decoration: none;
    color: black;
}

.newsandactivities h3 {
    width: 100%;
    text-align: right;
    padding-bottom: 10px;
}

    .newsandactivities h3 a {
        text-decoration: none;
        color: #273167;
    }

        .newsandactivities h3 a:hover {
            text-decoration: underline;
        }

.newsandactivities .foto_na {
    float: left;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 15px;
    width: 100%;
    overflow: hidden;
}

.newsandactivities .foto_na img {
    width: 100%;
}

.newsandactivities .tekst_na {

}

    .newsandactivities .tekst_na h3 {
        position:absolute;
        bottom:0;
    }

@media screen and (min-width:501px) {
.newsandactivities .foto_na {
    float: left;
    width: 20%;
}
}

/* ----- Blog  ----- */
#content #archief {
    width: 100%;
    background-color: #E5E5E5;
    border-radius: 3px;
    height: auto;
}

    #content #archief ul {
        text-align: center;
        padding-top: 15px;
        padding-bottom: 15px;
    }

        #content #archief ul li {
            list-style: none;
            padding-bottom: 5px;
        }

            #content #archief ul li a {
                color: #1D1D1B;
            }
                
                #content #archief ul li a:hover, #content #archief ul li a.selected {
                    color: #273167;
                    text-decoration: underline;
                }

@media screen and (min-width:501px) {
    #content #archief {
        width: 27%;
        float: left;
        margin-top: 65px;
    }

        #content #archief ul {
            margin-left: 5%;
            text-align: left;
        }
}

/* ----- Blog  ----- */
#content #plan {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

#content #contact {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

#content #contactInfo {
}

@media screen and (min-width:501px) {
    #content #plan {
        width: 100%;
        background-color: fuchsia;
    }

    #content #contact {
        width: 40%;
        float: right;
        margin-right: 20px;
        margin-top: 50px;
    }

    #content #contactInfo {
        float:left;
        width:50%;
        margin-top: 50px;
    }
}

/* --- bjkomende opmaak voor agenda */
#submenu #agenda{
    padding:4%;
    width:100%;
    box-sizing:border-box;
}

#submenu #agenda a{
    float:right;
    text-decoration:none;
    color:#273167;
    font-size:0.75em;
    font-weight:bold;
    padding-bottom:10px;
}