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

.portaal-foto img {
    object-fit: cover;
}
.ip-widget-header {
    border-bottom: 0px;
}

.lijst-iconen .item a {
    color: inherit;
    height: 100%;
    overflow: hidden;
    -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;
}

.lijst-iconen a:focus,
.lijst-iconen a:hover {
    box-shadow: none;
    text-decoration: underline;
}

.lijst-iconen .item .icoon {
    font-size: 1.2em;
    margin-right: 1rem;
    opacity: .85;
    text-align: center;
    width: 4rem;
}

.lijst-iconen .item .icoon:before {
    display: inline-block;
    text-decoration: underline; /* IE11 fix ivm underline bij :hover:before */
}
.lijst-iconen .item .icoon:before,
.lijst-iconen .item .icoon:focus:before,
.lijst-iconen .item .icoon:hover:before {    
    text-decoration: none; /* IE11 fix ivm underline bij :hover:before */
}

/* icoon links van titel, verticaal gecentreerd = standaard configuratie*/
.lijst-iconen .item a {    
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.lijst-iconen .item .titel {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

/* icoon boven, horizontaal gecentreerd */
.lijst-iconen .icoon-boven .item a {    
    display: block;
    text-align: center;
}

.lijst-iconen .icoon-boven .item .icoon {
    display: block;
    font-size: 2.5em;
    margin-bottom: 1rem;
    margin-right: 0;
    width: auto;
}

.lijst-iconen .icoon-boven.verberg-titel .item .icoon {
    margin-bottom: 0;
}

.lijst-iconen .icoon-boven .item .titel {
    display: block;
}


/* ophalen van widget-config-opties css */
/* padding & margin binnen parent element en binnen items */







.id_5 > .opties .item {
    margin-bottom: 2px;
}


/* afwijkende padding bij kolomindelng */


/* ophalen van aanvullende css */
.toptaken {
    margin-top: 1rem;
    position: relative;
}
.toptaken a {
    background-color: transparent;
    border: 0;
    color: #333;
    font-size: 1.2em;
    margin: 0;
    min-height: 0;
    padding: 0; /* IE11 fix - initial is niet valid */
    padding: initial;
}

.toptaken .item a:focus,
.toptaken .item a:hover {
    background-color: transparent;
    box-shadow: none;
    color: inherit;
    text-decoration: none;
}

.toptaken .item:nth-child(1) a {
    background-color: #00428b;
    color: #fff;
}

.toptaken .item:nth-child(2) a {
    background-color: #0D4F98;
    color: #fff;
}

.toptaken .item:nth-child(3) a {
    background-color: #1A5CA5;
    color: #fff;
}

.toptaken .item:nth-child(4) a {
    background-color: #2668B1;
    color: #fff;
}

.toptaken .item:nth-child(5) a {
    background-color: #3375BE;
    color: #fff;
}

.toptaken .item:nth-child(6) a {
    background-color: #4082CB;
    color: #fff;
}

.toptaken a:focus,
.toptaken a:hover {
    background-color: #0086d6 !important;
    box-shadow: none;
    color: #333 !important;
    text-decoration: none;
}

@media screen and (min-width: 768px) {
    .toptaken {
        margin-top: 0;
        top: -60px;
    }    
    .toptaken .item {
        padding: 0 !important;
    }
}

@media screen and (min-width: 992px) {
    .toptaken {
        margin-bottom: -5rem;
        top: -60px;
    }    
    
    .toptaken .item a {
        padding: 2rem 1rem;
    }    
}

@media screen and (min-width: 1200px) {
    .toptaken {
        top: -85px;
    }    
    .toptaken .item a {
        padding: 2rem 2rem;
    }
}
.komendevergadering.multi .item {
    margin-bottom: 5px;
}
.komendevergadering.multi .item .fa {
    display: none;
}
.komendevergadering .item > a {
    border: 1px solid #d6d6d6;
    color: inherit; 
    display: block;
    padding: 8px 24px 8px 14px; 
    position: relative;
}
.komendevergadering .item h2 {
    font-size: 1.5em;
    font-weight: normal;
    margin: 0 0 15px;
}

.komendevergadering .item h3 {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 10px;
}
.komendevergadering .item .fa {
    color: #8f8f8f;
    vertical-align: sub;
    width: 40px;
}

.komendevergadering .item strong {
    margin-right: 5px;
}

.komendevergadering .item > a:hover,
.komendevergadering .item > a:focus {
    background-color: #f2f2f2;
    text-decoration: none;
}

.komendevergadering .item > a:hover h2,
.komendevergadering .item > a:focus h2 {
    text-decoration: underline;
}

.komendevergadering .item a > div:last-child {
    margin-top: .5em;
}


.komendevergadering .item a:after {
    color: #aaa;
    content:"\f105";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 2em;
    position: absolute;
    right: .5em;
    text-decoration: underline; /* IE11 fix ivm underline bij :hover:before */
    top: 5px;
    transition: all 0.2s ease-in-out 0s;
}

.komendevergadering .item a:after,
.komendevergadering .item a:hover:after,
.komendevergadering .item a:focus:after {    
    text-decoration: none; /* IE11 fix ivm underline bij :hover:before */
}    

.komendevergadering .item a:hover:after,
.komendevergadering .item a:focus:after {
    color: #0077C9;
    -webkit-transform: scale(1.4);
	-ms-transform: scale(1.4);
	transform: scale(1.4);
}
.laatstevergadering.multi .item {
    margin-bottom: 5px;
}
.laatstevergadering.multi .item .fa {
    display: none;
}
.laatstevergadering .item > a {
    border: 1px solid #d6d6d6;
    color: inherit; 
    display: block;
    padding: 8px 24px 8px 14px; 
    position: relative;
}
.laatstevergadering .item h2 {
    font-size: 1.5em;
    font-weight: normal;
    margin: 0 0 15px;
}

.laatstevergadering .item h3 {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 10px;
}
.laatstevergadering .item .fa {
    color: #8f8f8f;
    vertical-align: sub;
    width: 40px;
}

.laatstevergadering .item strong {
    margin-right: 5px;
}

.laatstevergadering .item > a:hover,
.laatstevergadering .item > a:focus {
    background-color: #f2f2f2;
    text-decoration: none;
}

.laatstevergadering .item > a:hover h2,
.laatstevergadering .item > a:focus h2 {
    text-decoration: underline;
}

.laatstevergadering .item a > div:last-child {
    margin-top: .5em;
}


.laatstevergadering .item a:after {
    color: #aaa;
    content:"\f105";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 2em;
    position: absolute;
    right: .5em;
    text-decoration: underline; /* IE11 fix ivm underline bij :hover:before */
    top: 5px;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
}

.laatstevergadering .item a:after,
.laatstevergadering .item a:hover:after,
.laatstevergadering.item a:focus:after {    
    text-decoration: none; /* IE11 fix ivm underline bij :hover:before */
}    

.laatstevergadering .item a:hover:after,
.laatstevergadering .item a:focus:after {
    color: #0086d6;
    -webkit-transform: scale(1.4);
	-ms-transform: scale(1.4);
	transform: scale(1.4);
}
.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;
    }
}
