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

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

.servicemenu .service-icoon { 
    color: #333;
    height: 100%;
    position: relative;
    text-align: center;
    z-index: 2;
}

.servicemenu .service-icoon a {    
    border-left: 1px solid rgba(0,0,0, .2);
    background-color: rgba(0,0,0, .05);    
    display: inline-block;
    height: 100%;
    line-height: 4;
    width: 100%;
}
.servicemenu .service-icoon a:hover,
.servicemenu .service-icoon a:focus,
.servicemenu .service-icoon .active {
    cursor: pointer;
    background-color: rgba(0,0,0, .2);
}


.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(255,255,255,.8);
    margin: 0 1em 1em;
    position: relative;
    text-align: left;
}

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

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

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

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

@media screen and (max-width: 768px) {
    .servicemenu .logolink {
       text-align: center;
    }   
    
    .servicemenu .service-knoppen .container {
        padding: 0;
    }
}

@media screen and (min-width: 769px) {
    .servicemenu {
        height: auto;
    }
}
.menubalk {
    background-color: #730049;
    color: #fff;    
    margin-bottom: 0;
}

.menubalk a {
    color: inherit;
}

.menubalk .hoofdmenu ul, 
.menubalk .hoofdmenu li {
    height: 100%;
}

.menubalk .hoofdmenu li {
    border-left: 1px solid rgba(255, 255, 255, .8);
    color: inherit;
    font-size: 1.2em;
    letter-spacing: 1px;
    line-height: 3.8;
    text-align: center;
}

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

.menubalk .hoofdmenu a {
    background-color: #730049;
    color: #fff;
    display: block;
    height: 100%;
    width: 100%;
    -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;
    font-weight: 300;
    text-decoration: none;
}

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

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

.menubalk .zoekveld form {
    border-bottom: 1px solid rgba(255,255,255,.8);
    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: #fff;
}

@media screen and (max-width: 768px) {
    .menubalk .hoofdmenu li {
        border-bottom: 1px solid rgba(255, 255, 255, .8);
    }
    .menubalk .hoofdmenu li:nth-child(odd) {
        border-left: 0;
    }
    .menubalk .hoofdmenu {
        border-top: 1px solid #fff;
        padding: 0;
    }
}
.bordernul, .bordernul td {
   border: 0px !important;
}

h1 {
    font-size: 2.5em !important;
    border: 0;
    padding: 0;
    text-align: left;
    color: #730049;
    margin-top: 0px;
    font-weight: 300 !important;
}

.ip-widget-header h2 {
    color: #730049;
}
.toptaken {
    position: relative;
    margin: 0;
}

.startpagina h1 {
    color: #5c003a;
}

.toptaken a {    
    background-color: #2e001d;
    border: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    color: #fff;
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1.2;   
    min-height: 0;
    padding: 1em;
    vertical-align: middle;
    -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;
}

.fb-page {
    padding-left: 0px;
}

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

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

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

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

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

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

@media screen and (max-width: 768px) {
    .toptaken {
        margin: 2em 0;
    }
    .toptaken .item {
        padding: 0;
    }   
    
    .toptaken .container {
        padding: 0;
    }
}

@media screen and (min-width: 769px) {  
    .toptaken {
        top: -60px;
    }
    
    .toptaken a {
        min-height: 120px;
    }
    
}

@media screen and (min-width: 992px) {    
    .toptaken a {
        font-size: 1.7em;
        min-height: 120px;
    }
}

.toptaken-lt .item:nth-child(2) a {
    background-color: #1A3964;
    color: #fff;
}

.toptaken-lt .item:nth-child(3) a {
    background-color: #344F75;
    color: #fff;
}

.toptaken-lt .item:nth-child(4) a {
    background-color: #4E6586;
    color: #000;
}

.toptaken-lt .item:nth-child(5) a {
    background-color: #687B97;
    color: #000;
}

.toptaken-lt .item:nth-child(6) a {
    background-color: #8291A8;
    color: #000;
}
.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 .contact a {
    color: inherit;
}

.portaalfooter .contact .fa {
    margin-right: 5px;
    text-align: center;
    width: 14px;
}

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

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