.servicemenu {
    background-color: #fff;
    color: #333;
    min-height: 56px;
    width: 100%;
}

.servicemenu .row,
.servicemenu .container {
    height: 100%;
}
.servicemenu a {
    color: inherit;
}

.servicemenu .logolink a {
    display: block;
    padding-top: 2px;
}

.servicemenu .zoek-icoon {   
    color: #333;
    font-size: 1.2em;
    height: 100%;
    position: relative;
    text-align: center;
    z-index: 2;
}
.servicemenu .zoek-icoon a {      
    display: inline-block;
    height: 100%;
    line-height: 3.4;
    width: 100%;
}
.servicemenu .zoek-icoon a:hover,
.servicemenu .zoek-icoon a:focus,
.servicemenu .zoek-icoon .active {
    cursor: pointer;
    background-color: rgba(0,0,0, .2);
}


.servicemenu .service-content {
    background-color: rgba(0,0,0, .2);
    border-bottom: 1px solid rgba(0,0,0, .2);
    padding-bottom: 3em;
    padding-top: 3em;
}

.servicemenu .service-content.overlay {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.servicemenu .service-content.animate-show {
  line-height: inherit;
  opacity: 1;
}

.servicemenu .service-content.animate-show.ng-hide-add, 
.servicemenu .service-content.animate-show.ng-hide-remove {
  transition: all linear 0.5s;
}

.servicemenu .service-content.animate-show.ng-hide {
  line-height: 0;
  opacity: 0;
}

.servicemenu .service-content .btn {
    background-color: #0077C9 !important;
    
}

.servicemenu .tekstvlak {
    color: #333;
    font-weight: 300;
}

.servicemenu .tekstvlak h2 {
    margin-top: 0;
}

.servicemenu .tekstvlak p:last-of-type {
    margin-bottom: 0;
}


.servicemenu .zoekveld {
    font-size: 1.2em;
}
.servicemenu .zoekveld form {
    border-bottom: 1px solid rgba(0,0,0,.2);
    margin: 0 1em 1em;
    position: relative;
    text-align: left;
}

.servicemenu .zoekveld input {
    background-color: transparent;
    border: 0;
    color: #000;
    font-size: 1.2em;
    font-weight: 600;
    padding: 0 0 3px 5px;
    width: 80%;
}

.servicemenu .zoekveld input::-webkit-input-placeholder {
    color: rgba(0,0,0,.6);
    font-weight: 300;
}
.servicemenu .zoekveld input:-moz-placeholder {
    color: rgba(0,0,0,.6);
    font-weight: 300;
}
.servicemenu .zoekveld input::-moz-placeholder {
    color: rgba(0,0,0,.6);
    font-weight: 300;
}
.servicemenu .zoekveld input:-ms-input-placeholder {
    color: rgba(0,0,0,.6);
    font-weight: 300;
}

.servicemenu .zoekveld button {
    background-color: transparent;
    border: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.servicemenu .zoekveld .fa {
    color: #333;
}

.servicemenu .social {    
    height: 100%;
    line-height: 2.2;  
    position: relative;
    z-index: 2;    
}

.servicemenu .sitenav {    
    list-style-type: none;
    margin-bottom: 0;
}

.servicemenu .sitenav li {
    display: inline-block;
    height: 100%;
    width: 30%;
}

.servicemenu .sitenav a {
    border-bottom: 1px dotted #666;
}
.servicemenu .sitenav a:hover,
.servicemenu .sitenav a:focus {
    border-bottom-style: solid;
    text-decoration: none;
}

.servicemenu .social .socialmedia-volgen {
    line-height: inherit;
}

.servicemenu .inlogknop a {
    background-color: #4082CB;
    border: 1px solid #4082CB;    
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    color: #fff;
    font-weight: 500;
    padding: 0.5rem;
    text-decoration: none;
    transition: background-color 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
}

.servicemenu .inlogknop a:hover,
.servicemenu .inlogknop a:focus {
    background-color: #fff;
    box-shadow: none;
    color: #0077C9;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .servicemenu .logolink {
        height: 57px;
        overflow: hidden;
        text-align: center;
    }   
    
    .servicemenu .logolink a {
        height: 100%;
        padding-bottom: 4px;
    }
    .servicemenu .logolink img {
        height: 100%;
        width: auto;
    }   
    
    .servicemenu .service-knoppen .container {
        padding: 0;
    }
    .servicemenu .social {    
        background-color: rgba(0,0,0, .05);
        border-right: 1px solid rgba(0,0,0, .2);
        border-top: 1px solid rgba(0,0,0, .2);
        color: #333;
        text-align: center;
    }
    .servicemenu .sitenav {    
        background-color: rgba(0,0,0, .05); 
        border-top: 1px solid rgba(0,0,0, .2);
        color: #333;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        line-height: 3;  
        padding-right: 15px;
        position: relative;
        text-align: center;
        z-index: 2;   
    }

    .servicemenu .sitenav li {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        height: 100%;
        width: auto;
    }
    
    .servicemenu .sitenav li:first-child {
        padding-left: 2rem;
    }
    .servicemenu .sitenav li.inlogknop {
        -webkit-flex: 0;
        -ms-flex: 0;
        flex: 0;
        padding-left: 1rem;
        text-align: right;
    }
    
    .servicemenu .socialmedia-volgen .fa {
        border-radius: 0;
        width: auto;
    }

}

@media screen and (min-width: 768px) {
    .servicemenu {
        height: auto;
    }
    
    .servicemenu .service-knoppen > .container {
        position: relative;
    }
    
    .servicemenu .social {    
        margin-top: 4em; 
        text-align: right;
    }
        
    .servicemenu .sitenav {    
        position: absolute;
        right: 15px;
        top: 15px;
        width: auto;
    }

    .servicemenu .sitenav li {
        margin-left: 1rem;
        width: auto;
    }
    
    .servicemenu .sitenav li:not(:first-of-type):before {
        color: #aaa;
        content: " | ";
        padding-right: 1rem;
    }
    
    .servicemenu .inlogknop a {
        padding: 0.5rem 1.5rem;
    }
}





.servicemenu .sitenav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.servicemenu .rsbtn {
    display: inline-block;
}

.servicemenu .sitenav ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.menubalk {
    color: #fff;   
    margin-bottom: 0;
}

.menubalk a {
    color: inherit;
}

.menubalk .hoofdmenu ul {
    width: 100%;
}
.menubalk .hoofdmenu ul,
.menubalk .hoofdmenu li {
    font-weight: 500;
}

.menubalk .hoofdmenu li {
    border-left: 1px solid rgba(255, 255, 255, .8);
    color: inherit;
    padding-left: 0;
    padding-right: 0;
}

.menubalk .hoofdmenu li:not(.zoekveld) {
    align-items: center;
    display: flex;    
    letter-spacing: .5px;
    overflow: hidden;
    text-align: center;
}


.menubalk .hoofdmenu li:not(.zoekveld) a {
    padding: 20px 0;
    width: 100%;
}


.menubalk .hoofdmenu li:last-of-type {
    border-right: 1px solid rgba(255, 255, 255, .8);
}

.menubalk .hoofdmenu a {
    background-color: #00428b;
    border-top: 1px solid transparent;
    color: #fff;
    display: block;
    -webkit-transition: background-color 0.2s linear, color 0.2s linear;
    -moz-transition: background-color 0.2s linear, color 0.2s linear;
    -o-transition: background-color 0.2s linear, color 0.2s linear;
    transition: background-color 0.2s linear, color 0.2s linear;
}

.menubalk .hoofdmenu a:hover,
.menubalk .hoofdmenu a:focus {
    background-color: #ccc;
    color: #333;
    text-decoration: none;
}

.menubalk .hoofdmenu a.active {
    background-color: #fff;
    border-top: 1px dotted #ccc;
    color: #333;
    text-decoration: none;
}


.menubalk .hoofdmenu li.zoekveld {
    background-color: #0077C9;
    line-height: 1.6;
}

.menubalk .zoekveld form {
    border-bottom: 1px solid rgba(255,255,255,.5);
    font-size: 1em;
    margin: 1.2em 1em .75em;
    position: relative;
    text-align: left;
}

.menubalk .zoekveld input {
    background-color: transparent;
    border: 0;
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    padding: 0 0 3px 5px;
    width: 80%;
}

.menubalk .zoekveld input::-webkit-input-placeholder {
    color: rgba(255,255,255,.8);
    font-weight: 300;
}
.menubalk .zoekveld input:-moz-placeholder {
    color: rgba(255,255,255,.8);
    font-weight: 300;
}
.menubalk .zoekveld input::-moz-placeholder {
    color: rgba(255,255,255,.8);
    font-weight: 300;
}
.menubalk .zoekveld input:-ms-input-placeholder {
    color: rgba(255,255,255,.8);
    font-weight: 300;
}

.menubalk .zoekveld button {
    background-color: transparent;
    border: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.menubalk .zoekveld .fa {
    color: rgba(255,255,255,.5);
}

@media screen and (max-width: 767px) {    
    .menubalk .hoofdmenu li {
        border-bottom: 1px solid rgba(255, 255, 255, .8);
    }
    .menubalk .hoofdmenu li:nth-child(odd) {
        border-left: 0;
    }
    
}

@media screen and (min-width: 768px) {    
    .menubalk {
        background-color: #00428b;
    }

    .menubalk .hoofdmenu ul,
    .menubalk .hoofdmenu li {
        height: 60px;
    }        
}
/* tegelpagina */
.tegelpagina .flex-layout {
    margin-left: -10px;
    width: calc(100% + 20px);
}
.tegelpagina .item {
    line-height: 1.6;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.tegelpagina .item > a {
    padding: 20px;
    transition: background-color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s, transform 0.2s linear;
}

.tegelpagina .item h3.titel {
    font-size: 1.25em;
    font-weight: 600;
    margin-bottom: 10px;
}

.tegelpagina .item .intro {
    font-weight: 400 !important;
}
.tegelpagina .item a:hover,
.tegelpagina .item a:focus {
    background-color: #0077C9;
    color: #fff;
}

.tegelpagina .item a:hover .leesmeer:after,
.tegelpagina .item a:focus .leesmeer:after {
    color: #fff;
    opacity: 1;
}

.tegelpagina .item a:hover h3.titel,
.tegelpagina .item a:focus h3.titel {
    color: inherit;
}



/* tabnavigatie jaartallen */
.tabnav {
    background-color: #e8e8e8;
}

.tabnav .nav {
    background-color: inherit;
    color: #333;
}

.tabnav .nav li.active {
    background-color: #f2f2f2f2 !important;
}
.tabnav .nav li.active a {
    background-color: #f2f2f2 !important;
    font-weight: bold;
}
.tabnav .nav li.disabled, .tabnav .nav li.disabled:hover {
    background-color: #e8e8e8 !important;
    color: #a5a5a5 !important;
}
.tabnav .nav li.disabled a, .tabnav .nav li.disabled a:hover {
    background-color: #e8e8e8 !important;
    color: #a5a5a5 !important;
}


.tabnav .nav li a {
    border-radius: 0;
    color: #333 !important;
    font-weight: inherit;
    text-decoration: none;
}

.tabnav li a span {
    color: #333 !important;
}
  
.tabnav .nav li a:hover,
.tabnav .nav li a:focus {
    background-color: rgba(0, 0, 0, 0.1) !important;
}


@media print {
    .tabnav .nav {
        display: none;
    }
}


@media screen and (max-width: 768px) {
    .tabnav .nav li {
        margin-right: .5em;
    } 
    
}
.zoom {
    margin-top: 2rem;
}

.zoom p {
    font-size: 1.4rem;
    font-weight: bold;
}
.portaalfooter {
    margin-top: 0;
}

.portaalfooter .contact {
    line-height: 2;
    margin-bottom: 1.5em;
}
.portaalfooter .contact h2 {
    font-size: 1.1em;
    font-weight: bold;
    margin: 0 0 5px;
}
.portaalfooter a:not(.fa) {
    color: inherit;
    text-decoration: underline;
}
.portaalfooter a:not(.fa):hover,
.portaalfooter a:not(.fa):focus {
    text-decoration: none;
}
.portaalfooter .contact .fa {
    margin-right: 5px;
    text-align: center;
    width: 14px;
}
.portaalfooter .rechts {
    text-align: right;
}

.portaalfooter .sitelinks {
    font-size: 1.1em;
    margin: 1em 0 0;
}

.portaalfooter .sitelinks a {
    color: inherit;
}
.portaalfooter .sitelinks li:not(:first-of-type):before {
    content: " | ";
    padding-right: 10px;
}

.portaalfooter .socialmedia-volgen .fa {
    background-color: #0086d6;
    color: #fff;
}

.portaalfooter .socialmedia-volgen .fa:hover,
.portaalfooter .socialmedia-volgen .fa:focus {
    background-color: #fff !important;
    color: #0086d6;
}

@media screen and (min-width: 769px) {
    .portaalfooter .sitelinks {
        font-size: 1.2em;
        margin-top: 2.3em;    
    }
    
    .portaalfooter .contact {
        margin-bottom: 0;
    }
}
