.collapse.navbar {
    display: none;
}

.collapse.show.navbar {
    display: block;
}

img.banner {
    width: 100%;
}

header.container {
    margin-bottom: 20px;
}

.top-logo {
    margin-top: 10px;
}

.top-logo img {
    width: 150px;
}

.top-logo div {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}
.top-logo h2 {
    margin: 0;
}
.top-logo h4 {
    margin: 0;
}
.top-logo h6 {
    font-size: 0.7rem;
    margin:  45px 0 0;
}

.top-logo a {
    text-decoration: none;
    color: black;
}

header .secondary nav {
    margin-top: 10px;
}
header .secondary .navbar{
    flex-direction: row-reverse;
}

header .secondary .navbar .nav-link{
    color: rgba(0,0,0, 0.2);
}

header .secondary nav li {
    padding: 0 10px;
}

header .search-form {
    margin-top: 25px;
}

header .search .form-control-sm{
    border: 1px solid lightgray;
}

.search-form > fieldset > input[type="text"] {
    width: 70%;
}

header .search-form button[type="submit"]{
    margin-left: 0;
    padding: 1px 0;
}
.search-form > fieldset > button {
    width: 35px;
    height: 29px;
    background: none;
    border: none;
}
.search-results li {
    list-style: none;
    border-bottom: 1px solid #DDD;
    margin: 20px 0;
}

.search-summary{
    float: none;
}
.pager{
    display: flex;
    justify-content: center;
}
.pager li {
    list-style: none;
    float: left;
    padding: 5px 10px;
    background-color: #f8f9fa;
    margin: 0 10px;
    border-radius: 5px;
}


.float-clear{
    clear: both;
}
.article-body {
    margin-top: 20px;
}
.article-title {
    margin-bottom: 15px;
}
.grid-projection {
    border-bottom: 1px solid #DDD;
    margin: 15px 0;
}
.more{
    margin-left: 15px;
}
.projection-image{
    text-align: center;
}
.projection-image > img{
    width: 100px;
    max-height: 80px;
    margin-bottom: 5px;
}
.archief-link{
    margin-top: 50px;
}
.red{
    color: red;
}
a.red:hover{
    color: red;
    text-decoration: underline;
}
h1{
    font-size: 2rem;
}


header.title{
    margin: 20px 0 40px;
}
.nicely-spaced{
    margin: 10px 0;
}
.nicely-spaced .nav-link{
    padding: 50px;
}
main.container{
    margin-bottom: 30px;
}
footer.container > .row > .col-12 > .bg-light{
    padding: 15px;
    width: 100%;
    display: table;
}
svg.icon {
    width: 30px;
    height: 30px;
    margin: 0 5px;
}
body > footer.container a{
    text-decoration: none;
}
img.partner{
    max-width: 135px;
    max-height: 30px;
    margin-left: 20px;
}
.carousel img {
    height: 255px;
}

@media (max-width: 1200px){
    .top-logo img{
        width: 140px;
    }
    
    .top-logo h6{
        margin-top: 40px;
    }
}
@media (max-width: 767px) {
    .top-logo {
        margin: 0 auto;
    }

    img.banner {
        display: none;
    }
    .nicely-spaced .nav-link{
      padding: 20px;
      font-size: 1em;
    }
    header.title{
        margin-bottom: 20px;
    }
    header.title h1{
        font-size: 1.5em;
    }
    img.partner {
        max-width: 100px;
        max-height: 20px;
        margin-right: 10px;
        margin-left: 0;
    }
    .navbar-nav.row{
        margin: 0 auto;
    }
    header .search{
        padding-right: 0;
    }
    
    
    
    header .secondary nav li{
        padding: 0;
    }
    
    .navbar-expand .navbar-nav .nav-link{
        padding-left: 0;
        padding-right: 1rem;
    }
    
    header .secondary .navbar{
        flex-direction: row;
    }
}

@media (max-width : 992px) {

    main .navbar li.nav-item.border {
        border: none !important;
    }

    .top-logo h2 {
        font-size: 1.7rem;
    }

    .top-logo h4 {
        font-size: 1.3rem;
    }
    
    .top-logo h6 {
        margin-top: 24px;
    }

    .top-logo img {
        width: 100px;
    }
    .projection-image > img {
        margin-top: 0;
        width: 70px;
        max-height: 50px;
        margin-bottom: 5px;
    }

    .top-logo div {
        margin-left: 0;
    }
}

@media (max-width: 400px) {
    svg.icon {
        width: 25px;
    }
}

@media (max-width: 500px) {
    .top-logo {
        margin: 0 auto;
        font-size: .75em;
    }
    .top-logo h2 {
        font-size: 1.3rem;
        margin: 0;
    }

    .top-logo h4 {
        font-size: 1.1rem;
        margin: 0;
    }
    
    .top-logo h6{
        margin-top: 25px;
    }
    
    header .secondary nav li {
        padding: 0;
    }
}


@media (min-width: 768px) {
    main .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .75rem;
        padding-left: .75rem;
    }
    
    .zone.zone-navigation, .zone.zone-featured {
        margin-bottom: 30px;
    }
    .carousel img{
        height: 196px;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .container{
        max-width: 750px;
    }
}

@media (min-width: 992px) {
    main .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
    .search-form > fieldset > input[type="text"] {
        width: 80%;
    }
    
    header .secondary nav {
        margin-top: 25px;
    }
    
    header .search-form {
        margin-top: 40px;
    }
    .carousel img{
        height: 253.5px;
    }
}

@media (min-width: 1200px) {
    main .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 2.5rem;
        padding-left: 2.5rem;
    }
    .carousel img{
        height: 302.5px;
    }
}


@media (min-width: 1500px) {
    .container{
        max-width: 75%;
    }
    
    .carousel img{
        height: 298.5px;
    }
}

img.responsive, .content-item.page img, .content-item.article img {
    width: 100%;
    height: unset;
}