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

.raadsleden .item > div {
    background-color: #f2f2f2;
    color: #333;
    display: -ms-grid;
    -ms-grid-columns: auto 1fr;
    -ms-grid-rows: auto 1fr;
    display: grid;
    grid-template-columns: auto 1fr;
	grid-template-rows: auto 1fr;
    margin-bottom: 1.5rem;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.raadsleden .item a {
    color: inherit;
    text-decoration: underline;
}

.raadsleden .item a:hover,
.raadsleden .item a:focus {
    text-decoration: none;
}

.raadsleden .item .foto {
    display: block;
    height: 180px;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row-start: 1;
	grid-row-end: 4; 
    object-fit: cover;   
    object-position: 0 0;
    width: 133px;    
}    
.raadsleden .item .titel {
    -ms-grid-column: 2;
	-ms-grid-row: 1;
	grid-column-start: 2;
	grid-column-end: 3; 
    order: 1;
    padding: 1.5rem 1.5rem .5rem 1.5rem; 
}   
.raadsleden .item .titel h3 {
    font-size: 1.6rem;
    font-weight: 600;
    margin: auto 0;       
}  
.raadsleden .item .logo {
    background-color: #fff;
    bottom: 0;
    left: 0;
    overflow: hidden;
    padding: 3px 3px 0 0;
    position: absolute;
}
.raadsleden .item .logo img {
    height: 50px;
    object-fit: contain;
    width: 50px;
}
.raadsleden .item .logo:hover img,
.raadsleden .item .logo:focus img {
    transform: scale(1.3);
}
.raadsleden .item .titel em {
    display: block;
    font-weight: bold;
}
.raadsleden .item .titel em a {
    color: inherit;
    text-decoration: none;
}
.raadsleden .item .titel em a:hover,
.raadsleden .item .titel em a:focus {
    text-decoration: underline;
}

.raadsleden .item p {
    padding: 0 1.5rem 1.5rem; 
}

.raadsleden .item .adres {
	-ms-grid-column: 2;
	-ms-grid-row: 2;
	grid-column-start: 2;
	grid-column-end: 3;
    grid-row-start: 2;
    padding: 0 1.5rem; 
}

.raadsleden .item .contact {
    -ms-grid-column: 2;
	-ms-grid-row: 3;
	grid-column-start: 2;
	grid-column-end: 3;
    grid-row-start: 3;
    margin-bottom: 0;
    text-align: right;
}

/*.content .table2, 
.raadsleden tr,
.raadsleden td, 
.raadsleden th {
    border: 0 !important;
}*/
.navigatie,
.navigatie > div:not(.item):not(:last-of-type) {
    margin-bottom: 2em;
}
.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;
    }
}
