body {
    background-image: url('/klanten/tb3_uni_heerlen/projects/16/vormgeving/actiefplus_background.jpg');
    background-size: cover;
    color: #000000;
}

#page-wrapper {
    background: transparent;
}

.vraagContainer label,
.paginaItem label {
    font-weight: normal;
}

.white-bg .navbar-fixed-top,
.white-bg .navbar-static-top {
    background-image: url('/klanten/tb3_uni_heerlen/projects/16/vormgeving/actiefplus_header5.jpg');
    background-repeat: no-repeat;
    height: 120px;
}

.top-navigation.fixed-nav #wrapper, .fixed-nav #wrapper.top-navigation {
    padding-top: 100px;
}

.navbar-header {
    display: none;
}

#page-wrapper > .container {
    min-height: calc(100vh - 20px - 20px - 100px);
}

#logoutLi a,
#usernameLi a,
#mijnadviezen-li a
{
    background-color: #80C41B;
    color: #000000;
}

#logoutLi a:hover,
#usernameLi a:hover,
#mijnadviezen-li a:hover {
    background-color: #80C41B;
    color: #FFFFFF;
}

body.show-progress #tb-progress {
  background: #80C41B;
  box-shadow: 0 0 0px #80C41B;
  bottom: -4px;
  height: 8px;
}

@media (max-width: 768px) {
    .navbar-fixed-top {
    width: auto;
        margin-left: 15px;
        margin-right: 15px;
}    
}


/**********************************************************/
/* Aanpassingen 09JAN2023 */

.form-control, .single-line {
    border: 1px solid #000000;
}

body, h1, h2, h3, h4, h5 {
    font-family: Georgia;
}

#logoutLi a,
#usernameLi a,
#mijnadviezen-li a {
    background-color: #80C41B;
    color: #000000;
}

#logoutLi a:hover,
#usernameLi a:hover,
#mijnadviezen-li a:hover {
    background-color: #80C41B;
    color: #FFFFFF;
}

/**********************************************************/
