@import url(includes/bootstrap.min.cssmin);
@import url(includes/animate.cssmin);

body {
    font-family: LucidaGrande;
    color: #858585;
}



















.header {
}

.lvsclogo {
    margin-top: 40px;
}

.payoff {
    background-color: #77983E;
}

.payoff p {
    /* het totale traject v: */
    font-family: LucidaGrande;
    font-size: 24.2px;
    color: #FFFFFF;
    line-height: 33px;
    text-align: center;
    font-weight: normal;
    margin: 20px 0;
}


nav {
    margin-top: 25px;
    font-family: LucidaGrande;
    font-size: 25.2px;
    line-height: 47px;
    text-transform: uppercase;
}
nav a, nav a:visited {
    color: #77983E;
    text-decoration: none;
}

nav a:hover {
    color: #77983E;
    text-decoration: underline;
}

nav a.purple, nav a.purple:hover {
    color: #47325B;
}


.btn, .btn:visited {
    border-radius: 0;
    display: inline-block;
    background: #47325B;
    font-family: LucidaGrande;
    font-size: 17.6px;
    color: #FFFFFF;
}
.btn:hover {
    background: rgba(71, 50, 91, 0.9);
    color: #FFFFFF;
}

.header .btn {
    margin: 30px 0;
}

.logo {
    display: inline-block;
    margin-top: 59px;
}

.services h1 {
    margin-top: 60px;
    font-family: LucidaGrande;
    font-size: 25.2px;
    color: #77983E;
    line-height: 47px;
}

.services p {
    font-family: LucidaGrande;
    font-size: 18px;
    color: #858585;
    line-height: 28px;
}

.services a {
    font-family: LucidaGrande;
    font-size: 19.2px;
    color: #77983E;
    line-height: 47px;  
}

.services a:hover {
    color: #77983E;
    text-decoration: underline;
}

.footer {
    margin-top: 100px;
    background-color: #77983E;
    background-image: url(images/background_pattern_overlay.png);
    padding: 30px 0;
    
    font-family: LucidaGrande;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
}

.footer a, .footer a:visited {
    text-decoration: none;
    color: white;
}
.footer a:hover {
    text-decoration: underline;
    color: white;    
}

.modal-header {
    background: #77983E;
    color: white;
}

.modal-content {
    border-radius: 0;
}

.form-control {
    border-radius: 0;
}
.footer .ic {
    margin-top: 5px;
    margin-right: 10px;
}

.footer .ic_one {
    margin-top: 8px;
}

.footer .logo_wit {
    width: 200px;
}

.headermenu .logo_wit {
    width: 80px;
}

.headermenu {
    background-color: #77983E;
    padding: 5px 0;
}

.headermenu nav {
/* Home - Fysiotherapie: */
    font-family: LucidaGrande;
    font-size: 15.21px;
    color: #FFFFFE;
    margin-top: 10px;
    line-height: 29px;
}

.headermenu nav a {
    color: #FFFFFE;   
}

.headermenu nav .visible-xs a {
    color: #FFFFFE;
    display: block;
    line-height: 60px;
    font-size: 24px;
}

.headermenu .btn, .headermenu .btn:visited {
    margin-top: 6px;
    font-size: 14px;
}
.fysio_algemeen h1 {
    /* FYSIO: */
    font-family: PTMono-Bold;
    font-size: 117px;
    color: #77983E;
    line-height: 89px;
}

.tekstcontainer p {
    /* De bewegende mens he: */
font-family: LucidaGrande;
font-size: 18px;
color: #858585;
line-height: 35px;
}

.fysio_algemeen p {
    margin-top: 10px;
}

.tekstcontainer .row{
    margin-top: 40px;
}

.fysio_intake h1 {
    font-family: PTMono-Bold;
    font-size: 83px;
    color: #77983E;
    line-height: 70px;
    word-break:break-all;
}

.personal_intake h1 {
    font-family: PTMono-Bold;
    font-size: 83px;
    color: #77983E;
    line-height: 70px;
    word-break:break-all;
}

.fysio_behandeling h1 {
/* BE: */
font-family: PTMono-Bold;
font-size: 96px;
color: #77983E;
letter-spacing: 10.89px;
line-height: 90px;
}

.fysio_aanhuis h1 {
    /* AAN: */
font-family: PTMono-Bold;
font-size: 96px;
color: #77983E;
letter-spacing: 10.89px;
line-height: 106px;
}

.fysio_tarieven h1 {
    margin-top: 6px;
    font-family: PTMono-Bold;
    font-size: 40px;
    color: #77983E;
    letter-spacing: 4.2px;
    line-height: 38px;
}
.fysio_intake {
    
}

.table {
    margin-top: 30px;
    color: #77983E;
}

.personal_algemeen h1 {
    font-family: PTMono-Bold;
    font-size: 117px;
    color: #77983E;
    line-height: 89px;
    margin-right: 20px
}

.tekstcontainer p.extra_green {
    color: #77983E;
}






@media (max-width:767px) {
    /* plaats hier stijlblokken die actief worden bij een XS breedte */
    
    .headermenu .logo_wit {
        width: 180px;
    }
    .headermenu {
        padding: 40px 0;
    }   
    
}

@media (min-width:768px) and (max-width:991px) {
    /* plaats hier stijlblokken die actief worden bij een SM breedte */

}

@media (min-width:992px) and (max-width:1199px) {
    /* plaats hier stijlblokken die actief worden bij een MD breedte */
    
}

@media (min-width:1200px) {
    /* plaats hier stijlblokken die actief worden bij een LG breedte */

}

